Pistos / diakonos

Diakonos is a Linux console text editor for the masses.

This URL has Read+Write access

Pistos (author)
Tue Feb 10 08:00:45 -0800 2009
commit  e7fd6215d70945b203add66836fe1bc22b5675a5
tree    2ec7658d6be36728d02802dd3b82e9b6528f72f3
parent  f967e671bedba15c08940a40ea14280fc3f222ab
diakonos / diakonos-256-colour.conf
100644 102 lines (89 sloc) 3.882 kb
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
colour 32 253 39 # selection; light grey on light blue
colour 33 255 69 # comments; white on blue
colour 34 45 black # Ruby symbols; light blue on black
colour 35 123 black # Ruby instance variables; light blue on black
colour 36 177 54 # regular expressions; purple on dark purple
colour 37 111 17 # single-quoted strings; light blue on dark blue
colour 38 117 18 # double-quoted strings; light blue on dark blue
colour 39 213 90 # shell-quoted strings; light purple on purple
colour 40 15 234 # constants; white on light black
 
colour 41 15 233 # XML nodes; white on light black
colour 42 45 233 # XML attributes; light blue on black
colour 43 123 233 # XML namespaces; light blue on black
 
# Diakonos help files
 
lang.dhf.format.default white
lang.dhf.format.selection inverse
lang.dhf.format.found yellow inverse
lang.dhf.tokens.tags.format blue
lang.dhf.tokens.title.format 33
 
# Ruby
 
lang.ruby.format.default white bold
lang.ruby.format.selection 32
lang.ruby.format.found yellow inverse
lang.ruby.tokens.reserved_words.format white
lang.ruby.tokens.constants.format 40
lang.ruby.tokens.non_alphanum.format white
lang.ruby.tokens.symbols.format 34
lang.ruby.tokens.instance_variables.format 35
lang.ruby.tokens.comments.format 33
lang.ruby.tokens.regular_expressions.format 36
lang.ruby.tokens.regular_expressions2.format 36
lang.ruby.tokens.singlequoted_strings.format 37
lang.ruby.tokens.doublequoted_strings.format 38
lang.ruby.tokens.interpolated_string.format 38
lang.interpolated_ruby.format.default 38
lang.interpolated_ruby.tokens.interpolation.format 12 bold
lang.ruby.tokens.backquoted_strings.format 39
lang.ruby.tokens.interpolated_exec_string.format 39
lang.interpolated_exec_ruby.format.default 39
lang.interpolated_exec_ruby.tokens.interpolation.format 9 bold
lang.ruby.tokens.character_codes.format magenta bold
lang.ruby.tokens.long_comments.format 8 bold
lang.ruby.tokens.sql_string.format 1
 
# Perl
 
lang.perl.format.default white bold
lang.perl.format.selection 32
lang.perl.format.found yellow inverse
lang.perl.tokens.comments.format 33
lang.perl.tokens.constants.format 40
lang.perl.tokens.non_alphanum.format white
lang.perl.tokens.regular_expressions.format 36
lang.perl.tokens.singlequoted_strings.format 37
lang.perl.tokens.doublequoted_strings.format 38
lang.perl.tokens.backquoted_strings.format 39
lang.perl.tokens.reserved_words.format white
lang.perl.tokens.builtins.format cyan bold
lang.perl.tokens.array_variables.format red bold
lang.perl.tokens.hash_variables.format magenta bold
 
# Java
 
lang.java.format.default white bold
lang.java.format.selection 32
lang.java.format.found yellow inverse
lang.java.tokens.singlequoted_strings.format 37
lang.java.tokens.doublequoted_strings.format 38
lang.java.tokens.reserved_words.format white
lang.java.tokens.constants.format 40
lang.java.tokens.comments.format 33
lang.java.tokens.long_comments.format 33
lang.java.tokens.non_alphanum.format white
lang.java.tokens.regular_expressions.format 36
 
# XML
 
lang.xml.format.default white
lang.xml.format.selection 32
lang.xml.format.found yellow inverse
lang.xml.tokens.entities.format magenta bold
lang.xml.tokens.code.format white bold
lang.xml.tokens.comments.format 33
lang.xml.tokens.template.format brown
lang.xml_tag.format.default 41
lang.xml_tag.format.selection 32
lang.xml_tag.format.found yellow inverse
lang.xml_tag.tokens.doublequoted_strings.format 38
lang.xml_tag.tokens.singlequoted_strings.format 38
lang.xml_tag.tokens.non_alphanum.format white
lang.xml_tag.tokens.namespaces.format 43
lang.xml_comment.format.default 33
lang.xml_comment.format.selection 32
lang.xml_comment.format.found yellow inverse
lang.xml_tag.tokens.attributes ([a-zA-Z_-]+?)=
lang.xml_tag.tokens.attributes.format 42