cityseventeen: rename and make tokyo night
This commit is contained in:
parent
6004b4eac5
commit
0d7aa6843b
36 changed files with 394 additions and 438 deletions
38
hosts/cityseventeen/users/arturm/configs/waybar/style.css
Normal file
38
hosts/cityseventeen/users/arturm/configs/waybar/style.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
@define-color base00 #1A1B26;
|
||||
@define-color base01 #16161E;
|
||||
@define-color base02 #2F3549;
|
||||
@define-color base03 #444B6A;
|
||||
@define-color base04 #787C99;
|
||||
@define-color base05 #A9B1D6;
|
||||
@define-color base06 #CBCCD1;
|
||||
@define-color base07 #D5D6DB;
|
||||
@define-color base08 #C0CAF5;
|
||||
@define-color base09 #A9B1D6;
|
||||
@define-color base0A #0DB9D7;
|
||||
@define-color base0B #9ECE6A;
|
||||
@define-color base0C #B4F9F8;
|
||||
@define-color base0D #2AC3DE;
|
||||
@define-color base0E #BB9AF7;
|
||||
@define-color base0F #F7768E;
|
||||
|
||||
* {
|
||||
color: @base05;
|
||||
font-family: monospace;
|
||||
font-size: 17px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @base01;
|
||||
}
|
||||
|
||||
.modules-right,
|
||||
.modules-left {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#custom-nixos {
|
||||
color: @base0D;
|
||||
font-size: 24px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue