From 22dfff34fd7bf261caf33854f567c5874aa90ebc Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 7 Sep 2017 11:55:18 +0200 Subject: Added shortcut alt+arrow to change between windows --- gtk-3.0.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'gtk-3.0.css') 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 @@ #vim-toolbar, #vim-gui-drawarea, #vim-main-window { - background-color: #fff; + background-color: white; /* background-image: url("/usr/share/backgrounds/xfce/Squirrel.jpg"); */ - color:#000; + color:#6060af; font-family: "Roboto"; - font-weight:600; - font-size:8pt; + font-family: "Source Code Pro"; + font-weight:bold; + font-size:9pt; border:0px; outline:0px; } +* { + border-width:0px; + outline-width:0px; + +} #vim-menubar { padding-left:1em; - border-bottom:2px solid #000; + /* background-image: linear-gradient(180deg, white 85%, black);*/ + border-width:0px; + border-bottom:2px solid #6060af; + border-radius:1em; } -- cgit v1.2.3