treewide: read commit description
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!
This commit is contained in:
parent
0d7aa6843b
commit
cddcce6db9
20 changed files with 380 additions and 226 deletions
|
@ -1,24 +1,24 @@
|
|||
@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;
|
||||
@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: 17px;
|
||||
font-size: 15px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
@ -36,3 +36,7 @@ window#waybar {
|
|||
color: @base0D;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue