Project

General

Profile

Download (2.21 KB) Statistics
| Branch: | Tag: | Revision:
ffd3da0d David Sorber
#
# Ported to Geany by David Sorber <david.sorber(at)gmail(dot)com>
#

[theme_info]
name=Cobalt
description=A port of Gedit's cobalt theme
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24

[named_styles]

default=#fff;#001b33;false;false
error=#000;#f00;true;false

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

selection=#fff;#08f;true;true
current_line=#FFF;#003b70;true
brace_good=#FFF;#0A0;true;false
brace_bad=#fff;#f00;true;false
margin_line_number=#000;#AAA;true;false
margin_folding=#ccc;#047;true;false
fold_symbol_highlight=#fff
indent_guide=#bbbebb
caret=#000;#000;false
marker_line=#000;#ff0
marker_search=#000;#fff;false;false
marker_mark=#000;#fc0
call_tips=#bbbebb;#fff;false;false
white_space=call_tips,bold

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

comment=#0088ff;#001b33;false;true
comment_doc=comment
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic

number=#ff0044;#001b33;false;false
number_1=number
number_2=#a52a2a;;true

type=#0f0;#00f;true
class=#fc0;#001b33;true;false
function=default
parameter=function

keyword=#ff9d00;#001b33;true;false
keyword_1=keyword
keyword_2=keyword_1
keyword_3=keyword_1
keyword_4=keyword_1

identifier=default
identifier_1=identifier
identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=#008a8c

string=#3ad900;#001b33;false;false
string_1=string
string_2=string_1
string_3=;;true;false
string_4=;;false;true
string_eol=#fff;#C00;false;true
character=string_1
backticks=#a020f0
here_doc=string_2

scalar=identifier_4
label=default,bold
preprocessor=#80ffbb;#001b33;true;false
regex=identifier_4
operator=default
decorator=string_1,bold
other=default
extra=keyword

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

tag=identifier_4
tag_unknown=tag,bold
tag_end=tag,bold
attribute=#6a5acd
attribute_unknown=attribute,bold
value=string_1
entity=default

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

line_added=#008b8b
line_removed=attribute
line_changed=preprocessor