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