aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-28 01:44:01 -0400
committertdro <tdro@users.noreply.github.com>2021-10-28 01:44:19 -0400
commit4cdf07f1a2f4ab5c8d854620c84920fb7e29c39b (patch)
treee98694f3761bfbbc698ae0b2629cf96f6ef6b5c2 /.local/share
parent643fa4df91a7c77fb7a9985b43673b54717a4834 (diff)
downloaddotfiles-4cdf07f1a2f4ab5c8d854620c84920fb7e29c39b.tar.gz
dotfiles-4cdf07f1a2f4ab5c8d854620c84920fb7e29c39b.tar.bz2
dotfiles-4cdf07f1a2f4ab5c8d854620c84920fb7e29c39b.zip
.local/share/themes/Greybird/gtk-3.0/gtk: White background text view
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/themes/Greybird/gtk-3.0/gtk.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/themes/Greybird/gtk-3.0/gtk.css b/.local/share/themes/Greybird/gtk-3.0/gtk.css
index c4fd108..80f2872 100644
--- a/.local/share/themes/Greybird/gtk-3.0/gtk.css
+++ b/.local/share/themes/Greybird/gtk-3.0/gtk.css
@@ -18,7 +18,7 @@ spinner:disabled, arrow:disabled, scrollbar:disabled, check:disabled, radio:disa
.gtkstyle-fallback:selected, .selection-mode.titlebar:not(headerbar) .gtkstyle-fallback.subtitle:link, headerbar.selection-mode .gtkstyle-fallback.subtitle:link { color: #000000; background-color: #bbd8f7; }
-.view, iconview, .view text, iconview text, textview text { color: #000000; background-color: #fcfcfc; }
+.view, iconview, .view text, iconview text, textview text { color: #000000; background-color: #fff; }
.view:backdrop, iconview:backdrop, .view text:backdrop, iconview text:backdrop, textview text:backdrop { color: #4c4c4c; background-color: #f9f9f9; }