update dotfiles
This commit is contained in:
37
regolith3/ilia.css
Normal file
37
regolith3/ilia.css
Normal file
@@ -0,0 +1,37 @@
|
||||
.root_box {
|
||||
margin: 24px;
|
||||
background-color: #000000;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
window {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: rgba(255,255,255,0.2);
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.filter_entry {
|
||||
border: none;
|
||||
background: none;
|
||||
min-height: 36px;
|
||||
min-width: 320px;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.notebook {
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
border-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.keybindings {
|
||||
font-family: RobotoMono Nerd Font;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #000;
|
||||
border-color: #000;
|
||||
}
|
||||
Reference in New Issue
Block a user