aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0.css
diff options
context:
space:
mode:
authorMax Christian Pohle2018-10-04 21:35:05 +0200
committerMax Christian Pohle2018-10-04 21:35:05 +0200
commitc2808a2053fa4d382a1ad7edc9637951c9eefc55 (patch)
tree7420b4501fe7c7feed16ae2dda360619d000144c /gtk-3.0.css
parent1e3c2a1174da4ef32d18865181317f4ecff7e194 (diff)
downloadvim-c2808a2053fa4d382a1ad7edc9637951c9eefc55.tar.bz2
vim-c2808a2053fa4d382a1ad7edc9637951c9eefc55.zip
Minor refactoring
- beautification of the vertical bar - removed Vim Minimap plugin - GIT shows recently changed files in the quickfix list instead of the location list
Diffstat (limited to 'gtk-3.0.css')
-rw-r--r--gtk-3.0.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-3.0.css b/gtk-3.0.css
index 04e8fc0..f347a83 100644
--- a/gtk-3.0.css
+++ b/gtk-3.0.css
@@ -53,7 +53,7 @@ window#vim-main-window > box
53 53
54/* within window > box ... */ 54/* within window > box ... */
55menubar#vim-menubar { 55menubar#vim-menubar {
56 font-family: "Hasklug Nerd Font Mono", "Source Code Pro for Powerline", "Source Code Pro", "Roboto"; 56 font-family: "monospace", "Hasklug Nerd Font Mono", "Source Code Pro for Powerline", "Source Code Pro", "Roboto";
57 font-weight:bold; 57 font-weight:bold;
58 font-size:8pt; 58 font-size:8pt;
59 background: #fff; 59 background: #fff;
..