mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
new colors yay
This commit is contained in:
parent
29c1bea510
commit
0eedc17c17
1 changed files with 4 additions and 4 deletions
|
@ -58,9 +58,9 @@ in
|
||||||
let
|
let
|
||||||
background = "#00000000";
|
background = "#00000000";
|
||||||
foreground = "#fff";
|
foreground = "#fff";
|
||||||
color0 = "#ff3b1c32";
|
color0 = "#ffd9eafd";
|
||||||
color1 = "#ff6a1e55";
|
color1 = "#ffbcccdc";
|
||||||
color2 = "#ffa64d79";
|
color2 = "#ff9aa6b2";
|
||||||
in {
|
in {
|
||||||
"global/wm" = {
|
"global/wm" = {
|
||||||
margin-top = 2;
|
margin-top = 2;
|
||||||
|
@ -68,7 +68,7 @@ in
|
||||||
};
|
};
|
||||||
"bar/top" = {
|
"bar/top" = {
|
||||||
background = background;
|
background = background;
|
||||||
foreground = foreground;
|
foreground = "#000";
|
||||||
width = "100%";
|
width = "100%";
|
||||||
height = 32;
|
height = 32;
|
||||||
font-0 = "GohuFont:style=Regular:size=14;3";
|
font-0 = "GohuFont:style=Regular:size=14;3";
|
||||||
|
|
Loading…
Reference in a new issue