From: Andre Ramnitz Date: Fri, 16 Aug 2024 17:02:09 +0000 (+0200) Subject: color template: move into dedicated dir X-Git-Tag: v0.2~149 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=9c34975ee1ee26b3878695beb0d3acd2b60cf3ce;p=dotfiles.git color template: move into dedicated dir --- diff --git a/config/colors/colorscheme.css b/config/colors/colorscheme.css new file mode 100644 index 00000000..c72cdc91 --- /dev/null +++ b/config/colors/colorscheme.css @@ -0,0 +1,45 @@ +@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 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 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 */ + +@define-color bt1 rgba(0, 2, 3, 0.1); +@define-color bt2 rgba(0, 2, 3, 0.2); +@define-color bt3 rgba(0, 2, 3, 0.3); +@define-color bt4 rgba(0, 2, 3, 0.4); +@define-color bt5 rgba(0, 2, 3, 0.5); +@define-color bt6 rgba(0, 2, 3, 0.6); +@define-color bt7 rgba(0, 2, 3, 0.7); +@define-color bt8 rgba(0, 2, 3, 0.8); +@define-color bt9 rgba(0, 2, 3, 0.9); +@define-color bs rgba(0, 2, 3, 1.0); /*equals #000203*/ + +@define-color wt1 rgba(226,226,226,0.1); +@define-color wt2 rgba(226,226,226,0.2); +@define-color wt3 rgba(226,226,226,0.3); +@define-color wt4 rgba(226,226,226,0.4); +@define-color wt5 rgba(226,226,226,0.5); +@define-color wt6 rgba(226,226,226,0.6); +@define-color wt7 rgba(226,226,226,0.7); +@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*/ + diff --git a/config/colors/freerunner_colors b/config/colors/freerunner_colors new file mode 100644 index 00000000..a528dc56 --- /dev/null +++ b/config/colors/freerunner_colors @@ -0,0 +1,17 @@ +base00 '#222528' rgb(34, 37, 40) bg darker +base01 '#3b4045' rgb(59, 64, 69) bg lighter @linebg1 +base02 '#7cafc2' rgb(124, 175, 194) accent4 @selectedline +base03 '#181818' rgb(24, 24, 24) bg darkest +base04 '#464a4f' rgb(70, 74, 79) grey darker @linebg2 +base05 '#eff0f1' rgb(239, 240, 241) fg +base06 '#fcfcfc' rgb(252, 252, 252) fg lighter +base07 '#2a2e32' rgb(42, 46, 50) bg lighter old:'#3e4f5f' +base08 '#e4a944' rgb(228, 169, 68) brand1 +base09 '#fdbc4b' rgb(253, 188, 75) brand2 +base0a '#da4453' rgb(218, 68, 83) accent1 red +base0b '#1d99f3' rgb(29, 153, 243) accent2 skyblue +base0c '#47de70' rgb(71, 222, 112) accent3 teal old: '#44dabc' +base0d '#a87cc2' rgb(168, 124, 194) accent4 purple +base0e '#c2927c' rgb(194, 146, 124) accent5 orange +base0f '#7cc28f' rgb(124, 194, 143) accent6 mint + diff --git a/freerunner_colors b/freerunner_colors deleted file mode 100644 index a528dc56..00000000 --- a/freerunner_colors +++ /dev/null @@ -1,17 +0,0 @@ -base00 '#222528' rgb(34, 37, 40) bg darker -base01 '#3b4045' rgb(59, 64, 69) bg lighter @linebg1 -base02 '#7cafc2' rgb(124, 175, 194) accent4 @selectedline -base03 '#181818' rgb(24, 24, 24) bg darkest -base04 '#464a4f' rgb(70, 74, 79) grey darker @linebg2 -base05 '#eff0f1' rgb(239, 240, 241) fg -base06 '#fcfcfc' rgb(252, 252, 252) fg lighter -base07 '#2a2e32' rgb(42, 46, 50) bg lighter old:'#3e4f5f' -base08 '#e4a944' rgb(228, 169, 68) brand1 -base09 '#fdbc4b' rgb(253, 188, 75) brand2 -base0a '#da4453' rgb(218, 68, 83) accent1 red -base0b '#1d99f3' rgb(29, 153, 243) accent2 skyblue -base0c '#47de70' rgb(71, 222, 112) accent3 teal old: '#44dabc' -base0d '#a87cc2' rgb(168, 124, 194) accent4 purple -base0e '#c2927c' rgb(194, 146, 124) accent5 orange -base0f '#7cc28f' rgb(124, 194, 143) accent6 mint -