diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
| commit | 58c947fe57c5b6492906e588f9510ae30383615d (patch) | |
| tree | b8ccc2ae0df259ec3a68696a50479a7b0b680e3d /public/css/palettes/apprentice.css | |
| parent | cf259bfe2fdc33894f10083737776f79903a6fbe (diff) | |
routine updates
Diffstat (limited to 'public/css/palettes/apprentice.css')
| -rw-r--r-- | public/css/palettes/apprentice.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/css/palettes/apprentice.css b/public/css/palettes/apprentice.css new file mode 100644 index 0000000..303d1c7 --- /dev/null +++ b/public/css/palettes/apprentice.css @@ -0,0 +1,20 @@ +/* Apprentice by romainl */ + +:root { + --base00: #262626; + --base01: #AF5F5F; + --base02: #5F875F; + --base03: #87875F; + --base04: #5F87AF; + --base05: #5F5F87; + --base06: #5F8787; + --base07: #6C6C6C; + --base08: #444444; + --base09: #FF8700; + --base0A: #87AF87; + --base0B: #FFFFAF; + --base0C: #87AFD7; + --base0D: #8787AF; + --base0E: #5FAFAF; + --base0F: #BCBCBC; +}
\ No newline at end of file |
