blob: 610edf0f5194d03e658842e8207f5951c4b7bb52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#vim-menubar,
#vim-toolbar,
#vim-gui-drawarea,
#vim-main-window {
background-color: white;
/* background-image: url("/usr/share/backgrounds/xfce/Squirrel.jpg"); */
color:#6060af;
font-family: "Roboto";
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;
/* background-image: linear-gradient(180deg, white 85%, black);*/
border-width:0px;
border-bottom:2px solid #6060af;
border-radius:1em;
}
/*
toolbar button {
notebook tab {
*/
|