What changed here was: - I updated the lock file - I added ZNC to my services - I moved my services to a new directory - I renamed my user to arturm - I renamed my system to cityseventeen - I moved to en_US.UTF-8 - I switched to using Rose Pine - I added a Mako option - Some refactoring where it was needed These are all changes I forgot to commit, I had intentions of commiting them but I didn't until now. Oops!
42 lines
795 B
CSS
42 lines
795 B
CSS
@define-color base00 #191724;
|
|
@define-color base01 #1f1d2e;
|
|
@define-color base02 #26233a;
|
|
@define-color base03 #6e6a86;
|
|
@define-color base04 #908caa;
|
|
@define-color base05 #e0def4;
|
|
@define-color base06 #e0def4;
|
|
@define-color base07 #524f67;
|
|
@define-color base08 #eb6f92;
|
|
@define-color base09 #f6c177;
|
|
@define-color base0A #ebbcba;
|
|
@define-color base0B #31748f;
|
|
@define-color base0C #9ccfd8;
|
|
@define-color base0D #c4a7e7;
|
|
@define-color base0E #f6c177;
|
|
@define-color base0F #524f67;
|
|
|
|
* {
|
|
color: @base05;
|
|
font-family: monospace;
|
|
font-size: 15px;
|
|
border-radius: 0px;
|
|
border: none;
|
|
}
|
|
|
|
window#waybar {
|
|
background: @base01;
|
|
}
|
|
|
|
.modules-right,
|
|
.modules-left {
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
#custom-nixos {
|
|
color: @base0D;
|
|
font-size: 24px;
|
|
}
|
|
|
|
button {
|
|
padding: 8px 12px;
|
|
}
|