mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-15 16:09:53 +01:00
Fix dark text-entries in gnucash #94
This commit is contained in:
@@ -177,3 +177,12 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
background-color: $bg_color;
|
background-color: $bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*********
|
||||||
|
* Gnucash *
|
||||||
|
*********/
|
||||||
|
.GncMainWindow entry.register-foreground {
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
@@ -5734,6 +5734,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
border: 0;
|
border: 0;
|
||||||
background-color: #161925; }
|
background-color: #161925; }
|
||||||
|
|
||||||
|
/*********
|
||||||
|
* Gnucash *
|
||||||
|
*********/
|
||||||
|
.GncMainWindow entry.register-foreground {
|
||||||
|
background: transparent;
|
||||||
|
border: none; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: #101013;
|
background-color: #101013;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|||||||
@@ -5759,6 +5759,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
border: 0;
|
border: 0;
|
||||||
background-color: #e6e6e6; }
|
background-color: #e6e6e6; }
|
||||||
|
|
||||||
|
/*********
|
||||||
|
* Gnucash *
|
||||||
|
*********/
|
||||||
|
.GncMainWindow entry.register-foreground {
|
||||||
|
background: transparent;
|
||||||
|
border: none; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: #101013;
|
background-color: #101013;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user