forked from geany/geany-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonokai.conf
131 lines (114 loc) · 2.82 KB
/
monokai.conf
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# No explicit license available
#
# Indicated author and assumed copyright holder is:
# Wimer Hazenberg <monokai.nl>
#
# Ported to Geany and tweaked by Thanh Tran <trongthanh(at)gmail(dot)com>
#
[theme_info]
name=Monokai
description=It's warm, colorful and pleasing to the eyes
# incremented automatically, do not change manually
version=16
author=Wimer Hazenberg
url=http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24
[named_colors]
black=#000
almost_black=#272822
lighter_black=#2d2e2b
yellow=#ff0
light_yellow=#e6db74
very_dark_yellow=#49483e
bright_orange=#fd971f
dark_orange=#75715e
bright_green=#a6e22e
light_green=#b8f4b8
dark_blue=#086aa7
light_purple=#ae81ff
hot_pink=#f92672
light_cyan=#66d9ef
red=#f00
green=#0f0
white=#fff
almost_white=#f8f8f2
grey=#d0d0d0
mid_grey=#888
lighter_grey=#dfdfdf
dark_grey=#3b3a32
[named_styles]
default=almost_white;almost_black;false;false
error=red;very_dark_yellow;false;true
# Editor styles
#-------------------------------------------------------------------------------
selection=;very_dark_yellow;false;true
current_line=;lighter_black;true
brace_good=bright_orange;very_dark_yellow;true
brace_bad=error
margin_line_number=mid_grey;almost_black
margin_folding=mid_grey;dark_grey
fold_symbol_highlight=white
indent_guide=dark_grey
caret=white;;false
marker_line=yellow;very_dark_yellow
marker_search=black;dark_blue
marker_mark=light_green;lighter_black
call_tips=dark_grey;white;false;false
white_space=dark_grey;;true
# Generic programming languages
#-------------------------------------------------------------------------------
comment=dark_orange
comment_doc=comment
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment,bold
comment_doc_keyword_error=comment,italic
number=light_purple
number_1=number
number_2=number_1
type=bright_green
class=type
function=type
parameter=bright_orange;
keyword=hot_pink
keyword_1=keyword
keyword_2=light_cyan
keyword_3=keyword_1
keyword_4=keyword_2
identifier=default
identifier_1=identifier
identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=identifier_1
string=light_yellow
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=string_1,italic
character=string_1
backticks=string_2
here_doc=string_2
scalar=string_2
label=default,bold
preprocessor=light_green
regex=number_1
operator=default
decorator=string_1,bold
other=default
extra=keyword;
# Markup-type languages
#-------------------------------------------------------------------------------
tag=keyword
tag_unknown=tag,bold
tag_end=tag,bold
attribute=type
attribute_unknown=attribute,bold
value=number
entity=number
# Diff
#-------------------------------------------------------------------------------
line_added=green
line_removed=red
line_changed=preprocessor