Updated colors to match nord tint but solarized lightness + tweaks

This commit is contained in:
Yann Esposito (Yogsototh) 2019-10-23 20:32:34 +02:00
parent c024f5548c
commit 460fedcc82
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -157,32 +157,32 @@ Alpha should be a float between 0 and 1."
(s-base3 "#F4F7FC")
;; Solaryzed accented colors
(yellow "#b58900")
(orange "#cb4b16")
(red "#dc322f")
(magenta "#d33682")
(violet "#6c71c4")
(blue "#268bd2")
(cyan "#2aa198")
(green "#859900")
(yellow "#A98D50")
(orange "#aa6550")
(red "#b85a64")
(magenta "#af53b0")
(violet "#846f93")
(blue "#5679a4")
(cyan "#4c8493")
(green "#728b5c")
;; Darker and lighter accented colors
;; Only use these in exceptional circumstances!
(yellow-d "#7B6000")
(yellow-l "#DEB542")
(orange-d "#8B2C02")
(orange-l "#F2804F")
(red-d "#990A1B")
(red-l "#FF6E64")
(magenta-d "#93115C")
(magenta-l "#F771AC")
(violet-d "#3F4D91")
(violet-l "#9EA0E5")
(blue-d "#00629D")
(blue-l "#69B7F0")
(cyan-d "#00736F")
(cyan-l "#69CABF")
(green-d "#546E00")
(green-l "#B4C342")
(yellow-d "#685731")
(yellow-l "#cebd97")
(orange-d "#683e31")
(orange-l "#cea497")
(red-d "#723138")
(red-l "#cc8990")
(magenta-d "#683069")
(magenta-l "#ce96cf")
(violet-d "#574266")
(violet-l "#b69dc8")
(blue-d "#354a64")
(blue-l "#9bb0ca")
(cyan-d "#2d4e57")
(cyan-l "#89b6c2")
(green-d "#3f4d33")
(green-l "#a5b894")
;; Solaryzed palette names, use these instead of -fg -bg...
(base0 (if (eq variant 'light) s-base00 s-base0))