-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeany.css
70 lines (56 loc) · 1.01 KB
/
geany.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* https://github.com/geany/geany/issues/1344 */
/* Add these rules to the top of geany.css file to make dark */
* {
background-color: #002b36;
border-color: #073642;
color: #839496;
}
label, box {
background-color: initial;
}
separator {
background-color: #073642;
border: 1px solid #073642;
}
*:hover, *:hover > * {
background-color: #073642;
}
selection {
background-color: #073642;
}
button {
background-image: none;
border-style: none;
border-radius: 0;
text-shadow: none;
}
button:hover {
border-style: none;
border-radius: 0;
transition-property: none;
}
.solarized {
background-color: red;
/*
Color
Base03 #002b36 brblack
Base02 #073642 black
Content
Base01 #586e75 brgreen
Base00 #657b83 bryellow
Base0 #839496 brblue
Base1 #93a1a1 brcyan
Light Background
Base2 #eee8d5 white
Base3 #fdf6e3 brwhite
Accents
Yellow #b58900 yellow
Orange #cb4b16 brred
Red #dc322f red
Magenta #d33682 magenta
Violet #6c71c4 brmagenta
Blue #268bd2 blue
Cyan #2aa198 cyan
Green #859900 green
*/
}