File: mc.conf

package info (click to toggle)
geany 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,448 kB
  • sloc: ansic: 168,606; cpp: 77,562; sh: 5,344; makefile: 1,694; cs: 1,233; javascript: 1,024; python: 580; f90: 537; vhdl: 504; sql: 503; lisp: 436; fortran: 389; php: 278; ada: 201; ruby: 163; java: 131; asm: 131; perl: 119; cobol: 88; tcl: 77; erlang: 73; xml: 66; ml: 27; sed: 16; pascal: 15; haskell: 6
file content (117 lines) | stat: -rw-r--r-- 2,885 bytes parent folder | download
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
#
# Copyright 2012 Henrik Pauli <ralesk@drangolin.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
#

[theme_info]
name=Ralesk's MC
description=Midnight Commander-like scheme
# incremented automatically, do not change manually
version=1225
author=Henrik Pauli <ralesk@drangolin.net>
url=http://share.drangolin.net/mc.conf
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24

[named_styles]

default=#c0c0c0;#114;false;false
error=#fff;#f00

# Editor styles
#-------------------------------------------------------------------------------

selection=#000;#369;true;true
current_line=#000;#12126d;false
brace_good=#c0c0c0;#369;true;false
brace_bad=#fff;#f00;true;false
margin_line_number=#114;#393
margin_folding=#f4d432;#7f3f00
fold_symbol_highlight=#7f3f00
indent_guide=#242490
caret=#c3f;#000;true
marker_line=#000;#ff0
marker_search=#000;#0000f0
marker_mark=#000;#b8f4b8
call_tips=#c0c0c0;#fff;false;false
white_space=#3636a3;#fff;true;false

# Programming languages
#-------------------------------------------------------------------------------

comment=#960;;;true
comment_doc=#c60;;;true
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic

number=#3fcfcf
number_1=number
number_2=number_1

type=#fff;;true
class=type
function=#d3d7cf
parameter=#f99

keyword=#f4d432;;true
keyword_1=keyword
keyword_2=#9f0200;;true
keyword_3=keyword_1
keyword_4=keyword_1

identifier=default
identifier_1=#0f0
identifier_2=#fff
identifier_3=#0ff
identifier_4=#7f0000

string=#3a3
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=#000;#e0c0e0
character=#5c5
backticks=#fff;#000
here_doc=string_2

label=default,bold
preprocessor=#808000
regex=#2f7f7f
operator=#ff0
decorator=string_1,bold
other=#404080

# Markup-type languages
#-------------------------------------------------------------------------------

tag=type
tag_unknown=tag,bold
tag_end=tag,bold
attribute=keyword_1
attribute_unknown=attribute,bold
value=string_1
entity=default

# Diff
#-------------------------------------------------------------------------------

line_added=#008b8b
line_removed=#6a5acd
line_changed=preprocessor