aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0.css
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-3.0.css')
-rw-r--r--gtk-3.0.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/gtk-3.0.css b/gtk-3.0.css
index 614f277..10252a3 100644
--- a/gtk-3.0.css
+++ b/gtk-3.0.css
@@ -2,19 +2,28 @@
2#vim-toolbar, 2#vim-toolbar,
3#vim-gui-drawarea, 3#vim-gui-drawarea,
4#vim-main-window { 4#vim-main-window {
5 background-color: #fff; 5 background-color: white;
6 /* background-image: url("/usr/share/backgrounds/xfce/Squirrel.jpg"); */ 6 /* background-image: url("/usr/share/backgrounds/xfce/Squirrel.jpg"); */
7 color:#000; 7 color:#6060af;
8 font-family: "Roboto"; 8 font-family: "Roboto";
9 font-weight:600; 9 font-family: "Source Code Pro";
10 font-size:8pt; 10 font-weight:bold;
11 font-size:9pt;
11 border:0px; 12 border:0px;
12 outline:0px; 13 outline:0px;
13} 14}
14 15
16* {
17 border-width:0px;
18 outline-width:0px;
19
20}
15#vim-menubar 21#vim-menubar
16{ 22{
17 padding-left:1em; 23 padding-left:1em;
18 border-bottom:2px solid #000; 24 /* background-image: linear-gradient(180deg, white 85%, black);*/
25 border-width:0px;
26 border-bottom:2px solid #6060af;
27 border-radius:1em;
19 28
20} 29}
..