Former-commit-id: 25e4b89053
This commit is contained in:
Hadi
2024-06-14 13:44:30 +02:00
parent d3d4c5c7e6
commit 2ee7347334
233 changed files with 14340 additions and 23 deletions
@@ -0,0 +1,16 @@
entry.chromium {
color: @selected_fg_color;
background-color: @selected_bg_color;
}
menu.chromium {
background-color: @theme_bg_color;
color: @theme_fg_color;
border: none 0px;
}
window.background.chromium {
border: none 0px;
background-color: @selected_bg_color;
color: @theme_fg_color;
}