aboutsummaryrefslogtreecommitdiff
path: root/gtk/.config/gtk-3.0/gtk.css
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-01-14 16:08:37 +0100
committerAdrian Kummerlaender2017-01-14 16:08:37 +0100
commit650420c57d220659662ec63c5e298ab2b1a08293 (patch)
treecef4036132d56bbbf0dd8be850854a3d23710b28 /gtk/.config/gtk-3.0/gtk.css
parent0eec8c9b8bb4e9b8cd0afe82fe772718db7089db (diff)
downloaddotfiles-650420c57d220659662ec63c5e298ab2b1a08293.tar
dotfiles-650420c57d220659662ec63c5e298ab2b1a08293.tar.gz
dotfiles-650420c57d220659662ec63c5e298ab2b1a08293.tar.bz2
dotfiles-650420c57d220659662ec63c5e298ab2b1a08293.tar.lz
dotfiles-650420c57d220659662ec63c5e298ab2b1a08293.tar.xz
dotfiles-650420c57d220659662ec63c5e298ab2b1a08293.tar.zst
dotfiles-650420c57d220659662ec63c5e298ab2b1a08293.zip
Update GTK settings
Diffstat (limited to 'gtk/.config/gtk-3.0/gtk.css')
-rw-r--r--gtk/.config/gtk-3.0/gtk.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/.config/gtk-3.0/gtk.css b/gtk/.config/gtk-3.0/gtk.css
index b6d4b46..3f639fb 100644
--- a/gtk/.config/gtk-3.0/gtk.css
+++ b/gtk/.config/gtk-3.0/gtk.css
@@ -1,2 +1,4 @@
-.window-frame {box-shadow:none;margin:0;padding:0}
+.window-frame,.window-frame:backdrop{box-shadow:none;border-style:none;border-radius:0;margin:0;padding:0}
+.titlebar{border-radius:0;}
+window decoration {margin:0;}
#vim-main-window {background-color:#161616}