From: Andre Ramnitz Date: Thu, 22 Aug 2024 20:41:54 +0000 (+0200) Subject: colors: add more better colors X-Git-Tag: v0.2~135 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=d27a4529a8f636d06250217f6cbbcb60c64541d1;p=dotfiles.git colors: add more better colors --- diff --git a/config/colors/colorscheme.css b/config/colors/colorscheme.css index c72cdc91..16c0f4c9 100644 --- a/config/colors/colorscheme.css +++ b/config/colors/colorscheme.css @@ -1,25 +1,45 @@ +@define-color spacegray-background #20242d; +@define-color spacegray-foreground #b3b8c3; +@define-color spacegray-black #000000; +@define-color spacegray-red #b04b57; +@define-color spacegray-green #87b379; +@define-color spacegray-yellow #e5c179; +@define-color spacegray-blue #7d8fa4; +@define-color spacegray-purple #a47996; +@define-color spacegray-cyan #85a7a5; +@define-color spacegray-white #b3b8c3; +@define-color spacegray-brightblack #414141; +@define-color spacegray-brightred #c47982; +@define-color spacegray-brightgreen #a6c69b; +@define-color spacegray-brightyellow #ecd19b; +@define-color spacegray-brightblue #9eacbb; +@define-color spacegray-brightpurple #bb9bb1; +@define-color spacegray-brightcyan #a4bebc; +@define-color spacegray-brightwhite #fefefe; + @define-color bright-white #e2e2e2; @define-color white #e2e2e2; @define-color black #000203; @define-color text #BECBCB; @define-color lightgray rgba(32,32,32,0.9); @define-color darkgray rgba(24,24,24,0.9); +@define-color ral9004 rgba(49, 49, 48, 1); /* based on Signalschwarz #2F3133 */ @define-color ral9005 rgba(19, 21, 22, 1); /*Tiefschwarz #131516 */ -@define-color ral9017 rgba(38, 38, 37, 1); /*Verkehrsschwarz #262625 */ -@define-color ral9004 rgba(47, 49, 51, 1); /*Signalschwarz #2F3133 */ -@define-color ral9022 rgba(129, 131, 130, 1); /*Perlhellgrau #818382 */ -@define-color ral9023 rgba(118, 119, 121, 1); /*Perldunkelgrau #767779 */ +@define-color ral9017 rgba(38, 38, 37, 1); /*Verkehrsschwarz #262625 main background */ +@define-color ral9022 rgba(130, 131, 129, 1); /* based on Perlhellgrau #818382 */ +@define-color ral9023 rgba(121, 119, 118, 1); /* based Perldunkelgrau #767779 */ @define-color border2 rgb(72,78,82); @define-color border @ral9023; @define-color forest rgba(124,184,143,0.45); /* #7CB88F */ -@define-color red rgba(228, 89,68,0.9); /* #E45944 */ -@define-color yellow rgba(228,169,68,0.9); /* #E4A944 */ -@define-color green rgba(68,228,153,0.8); /* #44E499 */ -@define-color blue rgba(68,143,228,0.9); /* #448FE4 */ -@define-color cyan rgba(48,163,228,0.9); /* #30A3E4 */ -@define-color purple rgba(111,68,228,0.9); /* #6F44E4 */ -@define-color orange rgba(228,129,68,0.9); /* #E48144 */ +/* spacegray theme */ +@define-color red #FF4D51; +@define-color green #35D450; +@define-color yellow #E9E836; +@define-color blue #5DC5F8; +@define-color purple #FEABF2; +@define-color cyan #24DFC4; +@define-color orange #E59E79; @define-color bt1 rgba(0, 2, 3, 0.1); @define-color bt2 rgba(0, 2, 3, 0.2); @@ -42,4 +62,3 @@ @define-color wt8 rgba(226,226,226,0.8); @define-color wt9 rgba(226,226,226,0.9); @define-color ws rgba(226,226,226,1.0); /*equals #e2e2e2*/ -