theme, add nvim colorizer
This commit is contained in:
parent
8437b19f1f
commit
25019ba10b
9 changed files with 35 additions and 22 deletions
|
@ -30,6 +30,7 @@
|
|||
margin: 0;
|
||||
min-height: 0;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
font-family: Font Awesome, "JetBrainsMono NF", "Roboto Mono", "Ubuntu", "Droid", "MesloLGL Nerd Font", Roboto, sans-serif;
|
||||
}
|
||||
|
||||
|
@ -41,14 +42,14 @@ window#waybar {
|
|||
.modules-right,
|
||||
.modules-left {
|
||||
margin: 0;
|
||||
padding: 2px 10px;
|
||||
padding: 2px 5px;
|
||||
background-color: alpha(@background, 0.7);
|
||||
}
|
||||
.modules-right {
|
||||
border-radius: 0 0 0 10px;
|
||||
border-radius: 0 0 0 2px;
|
||||
}
|
||||
.modules-left {
|
||||
border-radius: 0 0 10px 0;
|
||||
border-radius: 0 0 2px 0;
|
||||
}
|
||||
|
||||
#backlight,
|
||||
|
@ -79,7 +80,7 @@ window#waybar {
|
|||
}
|
||||
|
||||
#workspaces button {
|
||||
padding-bottom: 2px;
|
||||
padding: 2px;
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue