Damn, it doesn't work

This commit is contained in:
eudaimon 2022-05-20 18:31:39 +02:00
parent cd0079697a
commit cf8cc44147
5 changed files with 69 additions and 25 deletions

View file

@ -1,4 +1,4 @@
$window_fg: $vwindow_fg; '$window_fg: '$vwindow_fg;
$window_bg: $vwindow_bg; $window_bg: $vwindow_bg;
$text_widget_fg: $vtext_widget_fg; $text_widget_fg: $vtext_widget_fg;
$text_widget_bg: $vtext_widget_bg; $text_widget_bg: $vtext_widget_bg;
@ -24,14 +24,14 @@ $successc: $vsuccessc;
$titlebar_active_fg: $vtitlebar_active_fg; $titlebar_active_fg: $vtitlebar_active_fg;
$titlebar_active_bg: $vtitlebar_active_bg; $titlebar_active_bg: $vtitlebar_active_bg;
$titlebar_backdrop_fg: $window_fg; $titlebar_backdrop_fg: $vtitlebar_backdrop_fg;
$titlebar_backdrop_bg: $window_bg; $titlebar_backdrop_bg: $vtitlebar_backdrop_bg;
$hint_fg: #002269; $hint_fg: $vhint_fg;
$hint_bg: #6789b4; $hint_bg: $vhint_bg;
$osd_fg: $hint_fg; $osd_fg: $vosd_fg;
$osd_bg: $hint_bg; $osd_bg: $vosd_bg;
$link_fg: #004B91; $link_fg: $vlink_fg;
$link_visited_fg: #680091; $link_visited_fg: $vlink_visited_fg;

View file

@ -1,4 +1,4 @@
$window_fg: $vwindow_fg; "$window_fg: "$vwindow_fg;
$window_bg: $vwindow_bg; $window_bg: $vwindow_bg;
$text_widget_fg: $vtext_widget_fg; $text_widget_fg: $vtext_widget_fg;
$text_widget_bg: $vtext_widget_bg; $text_widget_bg: $vtext_widget_bg;
@ -12,26 +12,26 @@ $button_checked_bg: $vbutton_checked_bg;
$button_checked_fg: $vbutton_checked_fg; $button_checked_fg: $vbutton_checked_fg;
$disabled_fg: #552222; $disabled_fg: $vdisabled_fg;
$disabled_bg: #938989; $disabled_bg: $vdisabled_bg;
/*Usually an automatic fg color on these backgrounds should check this value!*/ /*Usually an automatic fg color on these backgrounds should check this value!*/
$warningc: #f57900; $warningc: $vdisabled_bg;
$errorc: #990000; $errorc: $verrorc;
$successc: #73d216; $successc: $vsuccessc;
$titlebar_active_fg: $selected_fg; $titlebar_active_fg: $vtitlebar_active_fg;
$titlebar_active_bg: $selected_bg; $titlebar_active_bg: $vtitlebar_active_bg;
$titlebar_backdrop_fg: $window_fg; $titlebar_backdrop_fg: $vtitlebar_backdrop_fg;
$titlebar_backdrop_bg: $window_bg; $titlebar_backdrop_bg: $vtitlebar_backdrop_bg;
$hint_fg: #002269; $hint_fg: $vhint_fg;
$hint_bg: #6789b4; $hint_bg: $vhint_bg;
$osd_fg: $hint_fg; $osd_fg: $vosd_fg;
$osd_bg: $hint_bg; $osd_bg: $vosd_bg;
$link_fg: #004B91; $link_fg: $vlink_fg;
$link_visited_fg: #680091; $link_visited_fg: $vlink_visited_fg;

View file

@ -1,3 +1,5 @@
#! /bin/bash #! /bin/bash
source variables.sh source variables.sh
envsubst <_theme_colors.scss >theme_colors_.scss.processed

5
source/templates/process_variables.sh~ Normal file → Executable file
View file

@ -0,0 +1,5 @@
#! /bin/bash
source variables.sh
envsubst <_theme_colors.scss >theme_colors_.scss.ok

View file

@ -0,0 +1,37 @@
': '#241f31;
: #a7a7a7;
: #241f31;
: #908f8d;
: #000000;
: #b0dd7e;
: #241f31;
: #bcbeb9;
: #b0dd7e;
: #000000;
: #552222;
: #938989;
/*Usually an automatic fg color on these backgrounds should check this value!*/
: #938989;
: #990000;
: #73d216;
: #000000;
: #b0dd7e;
: #241f31;
: #a7a7a7;
: #002269;
: #6789b4;
: ;
: ;
: #004B91;
: #680091;