mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Adjust titlebar / window controls styling
This commit is contained in:
parent
5889b8976c
commit
838c6a8b6a
5 changed files with 9 additions and 8 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
--titlebar-fg: rgb(255, 255, 255);
|
||||
--titlebar-bg: rgb(7, 7, 7);
|
||||
--titlebar-controls-bg: rgba(7, 7, 7, 0.4);
|
||||
|
||||
--sidebar-bg: rgb(0, 0, 0);
|
||||
--sidebar-fg: rgb(210, 210, 210);
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ body[data-theme='defaultLight'] {
|
|||
--main-fg-secondary: rgb(80, 80, 80);
|
||||
|
||||
--titlebar-fg: rgb(25, 25, 25);
|
||||
--titlebar-bg: rgb(227, 229, 232);
|
||||
--titlebar-bg: rgb(240, 241, 242);
|
||||
--titlebar-controls-bg: rgba(240, 240, 240, 0.2);
|
||||
|
||||
--sidebar-bg: rgb(240, 241, 242);
|
||||
--sidebar-fg: rgb(0, 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue