mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
Fix light text color on menubar (#19)
This commit is contained in:
@@ -1666,18 +1666,18 @@ combobox:drop(active) {
|
||||
* Dialogs *
|
||||
***********/
|
||||
messagedialog .titlebar:not(headerbar) {
|
||||
background-color: rgba(230, 230, 230, 0.95); }
|
||||
background-color: rgba(16, 16, 19, 0.95); }
|
||||
|
||||
messagedialog .titlebar {
|
||||
min-height: 20px;
|
||||
background-image: none;
|
||||
background-color: rgba(230, 230, 230, 0.95);
|
||||
background-color: rgba(16, 16, 19, 0.95);
|
||||
border-style: none;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px; }
|
||||
|
||||
messagedialog.csd.background {
|
||||
background-color: rgba(230, 230, 230, 0.95);
|
||||
background-color: rgba(16, 16, 19, 0.95);
|
||||
color: #929ba8;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px; }
|
||||
@@ -2309,7 +2309,7 @@ GraniteWidgetsWelcome {
|
||||
headerbar {
|
||||
padding: 0px 13px;
|
||||
min-height: 34px;
|
||||
background: linear-gradient(to bottom, #101013, #101013);
|
||||
background: #101013;
|
||||
color: #929ba8;
|
||||
border-radius: 0; }
|
||||
.titlebar:backdrop,
|
||||
@@ -2848,7 +2848,7 @@ row {
|
||||
*********/
|
||||
menubar,
|
||||
.menubar {
|
||||
background-color: #e6e6e6;
|
||||
background-color: #101013;
|
||||
color: #929ba8;
|
||||
-GtkWidget-window-dragging: true;
|
||||
padding: 0px;
|
||||
|
||||
Reference in New Issue
Block a user