Ilia no longer follows theme #1158
Unanswered
anssi-voyantic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently updated to regolith 3.4 and found out that ilia no longer follows any theming. Same happened with gtk apps. Added portal conf file, but now gtk apps use gruvbox instead of the set Dracula. Here's whats inside dracula ilia.css:
`
.root_box {
margin: 8px;
}
window {
border-style: solid;
border-width: 1px;
}
.filter_entry {
border: none;
background: none;
min-height: 36px;
min-width: 320px;
}
.notebook {
border: none;
}
.keybindings {
font-family: RobotoMono Nerd Font;
}
`
Beta Was this translation helpful? Give feedback.
All reactions