| author | Tomas Zeman <tomas@functionals.cz> |
| Mon, 27 Apr 2020 22:24:49 +0200 | |
| changeset 59 | a3e588dcdcb3 |
| permissions | -rw-r--r-- |
|
59
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
1 |
*,div,pre,textarea,body,input,td,tr,p {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
2 |
background-color: #000 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
3 |
/*background-image: none !important;*/ |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
4 |
color: #00ff00 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
5 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
6 |
h1,h2,h3,h4 {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
7 |
background-color: #111 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
8 |
color: #08ff08 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
9 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
10 |
a {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
11 |
color: #00ff70 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
12 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
13 |
a:hover,a:focus {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
14 |
color: #00ffe0 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
15 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
16 |
a:visited {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
17 |
color: #00ff70 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
18 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
19 |
img {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
20 |
opacity: .5; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
21 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
22 |
img:hover {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
23 |
opacity: 1; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
24 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
25 |
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
26 |
/* Hint mode color styling |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
27 |
* Color scheme: Base16 Eighties (https://github.com/chriskempson/base16) |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
28 |
* |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
29 |
* The precedence of the user style is lower than that of the website so you |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
30 |
* have to mark your style definition to have higher priority. |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
31 |
*/ |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
32 |
span[vimbhint^='label'] {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
33 |
background-color: #f2f0ec !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
34 |
border: 1px solid #2d2d2d !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
35 |
color: #2d2d2d !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
36 |
font: bold 10pt monospace !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
37 |
opacity: 1 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
38 |
padding: .1em .4em !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
39 |
text-transform: uppercase !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
40 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
41 |
span[vimbhint='label focus'] {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
42 |
font: bold 13pt monospace !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
43 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
44 |
*[vimbhint^='hint'] {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
45 |
background-color: #ffcc66 !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
46 |
color: #2d2d2d !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
47 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
48 |
*[vimbhint='hint focus'] {
|
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
49 |
background-color: #6699cc !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
50 |
color: #2d2d2d !important; |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
51 |
} |
|
a3e588dcdcb3
vimb config/dark style (based on https://fanglingsu.github.io/vimb/howto.html)
Tomas Zeman <tomas@functionals.cz>
parents:
diff
changeset
|
52 |