mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
Adjust titlebar / window controls styling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user