mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
22 lines
367 B
Plaintext
22 lines
367 B
Plaintext
//
|
|
// Base16 Default
|
|
// Created by Chris Kempson (http://chriskempson.com)
|
|
//
|
|
|
|
@base00: #151515;
|
|
@base01: #202020;
|
|
@base02: #303030;
|
|
@base03: #505050;
|
|
@base04: #b0b0b0;
|
|
@base05: #d0d0d0;
|
|
@base06: #e0e0e0;
|
|
@base07: #f5f5f5;
|
|
@base08: #ac4142;
|
|
@base09: #d28445;
|
|
@base0A: #f4bf75;
|
|
@base0B: #90a959;
|
|
@base0C: #75b5aa;
|
|
@base0D: #6a9fb5;
|
|
@base0E: #aa759f;
|
|
@base0F: #8f5536;
|