update dotfiles

This commit is contained in:
2025-06-26 01:00:00 +03:00
parent acaf7b1437
commit b3fc6ee454
45 changed files with 2560 additions and 0 deletions

37
regolith3/ilia.css Normal file
View 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;
}