Skip to content

Commit

Permalink
"Normalize" colour convention in colour schemes
Browse files Browse the repository at this point in the history
Out of general interest, 1748 characters/bytes total were removed
from the colour schemes.
  • Loading branch information
codebrainz committed Jun 30, 2012
1 parent 6fd99d8 commit adc419d
Show file tree
Hide file tree
Showing 19 changed files with 547 additions and 549 deletions.
68 changes: 34 additions & 34 deletions colorschemes/bespin.conf
Expand Up @@ -29,47 +29,47 @@ url=https://github.com/gmate/gmate/blob/master/styles/Bespin.xml


[named_styles] [named_styles]


default=0xbaae9e;0x28211c;false;false default=#baae9e;#28211c;false;false
error=0xf8f8f8;0x4a2947 error=#f8f8f8;#4a2947


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


selection=0xbaae9e;0x4c4a49;true;true selection=#baae9e;#4c4a49;true;true
current_line=0x000000;0x2e2723;true current_line=#000;#2e2723;true
brace_good=0x0000ff;0x2e2723;true;false brace_good=#00f;#2e2723;true;false
brace_bad=0xDF4545;0x2e2723;true;false brace_bad=#df4545;#2e2723;true;false
margin_line_number=0xbaae9e;0x2e2723 margin_line_number=#baae9e;#2e2723
margin_folding=0xbaae9e;0x2e2723 margin_folding=#baae9e;#2e2723
fold_symbol_highlight=0x2e2723 fold_symbol_highlight=#2e2723
indent_guide=0x40342C indent_guide=#40342c
white_space=0x40342C;0xffffff;true;false white_space=#40342c;#fff;true;false
caret=0xa7a7a7;0x000000;false caret=#a7a7a7;#000;false
marker_line=0x000000;0xffff00; marker_line=#000;#ff0;
marker_search=0x000000;0x0000f0; marker_search=#000;#0000f0;
marker_mark=0x000000;0xb8f4b8; marker_mark=#000;#b8f4b8;
call_tips=0xc0c0c0;0xffffff;false;false call_tips=#c0c0c0;#fff;false;false


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


comment=0x666666;;;true comment=#666;;;true
comment_doc=comment comment_doc=comment
comment_line=comment comment_line=comment
comment_line_doc=comment_doc comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic comment_doc_keyword_error=comment_doc,italic


number=0xcf6a4c number=#cf6a4c
number_1=number number_1=number
number_2=number_1 number_2=number_1


type=0x9b859d;;true type=#9b859d;;true
class=type class=type
function=0x937121 function=#937121
parameter=function parameter=function


keyword=0x5ea6ea;;true keyword=#5ea6ea;;true
keyword_1=keyword keyword_1=keyword
keyword_2=type keyword_2=type
keyword_3=keyword_1 keyword_3=keyword_1
Expand All @@ -81,7 +81,7 @@ identifier_2=identifier_1
identifier_3=identifier_1 identifier_3=identifier_1
identifier_4=identifier_1 identifier_4=identifier_1


string=0x54be0d string=#54be0d
string_1=string string_1=string
string_2=string_1 string_2=string_1
string_3=default string_3=default
Expand All @@ -93,26 +93,26 @@ here_doc=string_2


scalar=string_2 scalar=string_2
label=default,bold label=default,bold
preprocessor=0xcf6a4c preprocessor=#cf6a4c
regex=0xe9c062 regex=#e9c062
operator=0x5ea6ea operator=#5ea6ea
decorator=string_1,bold decorator=string_1,bold
other=0xddf2a4 other=#ddf2a4


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


tag=0xac885b tag=#ac885b
tag_unknown=0xac885b tag_unknown=#ac885b
tag_end=0xac885b tag_end=#ac885b
attribute=0x937121 attribute=#937121
attribute_unknown=0x937121 attribute_unknown=#937121
value=string_1 value=string_1
entity=default entity=default


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


line_added=0xf8f8f8;0x253b22 line_added=#f8f8f8;#253b22
line_removed=0xf8f8f8;0x420e09 line_removed=#f8f8f8;#420e09
line_changed=0xf8f8f8;0x4a410d line_changed=#f8f8f8;#4a410d
66 changes: 33 additions & 33 deletions colorschemes/dark-fruit-salad.conf
Expand Up @@ -29,71 +29,71 @@ url=https://github.com/codebrainz/geany-themes


[named_styles] [named_styles]


default=0xf0f0f0;0x5f5f5f;false;false default=#f0f0f0;#5f5f5f;false;false
error=0xebbf71;0xe1e17a error=#ebbf71;#e1e17a


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


selection=0x000000;0x202020;false;true selection=#000;#202020;false;true
current_line=0x000000;0x565656;true current_line=#000;#565656;true
brace_good=0xf0f0f0;0x587941;false;false brace_good=#f0f0f0;#587941;false;false
brace_bad=0xff0000;0xFFFFFF;false;false brace_bad=#f00;#fff;false;false
margin_line_number=0x5f5f5f;0xf0f0f0 margin_line_number=#5f5f5f;#f0f0f0
margin_folding=0xd69cd6;0x202020 margin_folding=#d69cd6;#202020
fold_symbol_highlight=0x202020 fold_symbol_highlight=#202020
indent_guide=0xd69cd6 indent_guide=#d69cd6
caret=0x000000;0x000000;false caret=#000;#000;false
marker_line=0x000000;0xffff00 marker_line=#000;#ff0
marker_search=0x000000;0x0000f0 marker_search=#000;#0000f0
marker_mark=0x000000;0xb8f4b8 marker_mark=#000;#b8f4b8
call_tips=0xc0c0c0;0xffffff;false;false call_tips=#c0c0c0;#fff;false;false
white_space=0xA7A7A7;;true white_space=#a7a7a7;;true


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


comment=0xa3d97d comment=#a3d97d
comment_doc=0x99e4de;;true comment_doc=#99e4de;;true
comment_line=comment comment_line=comment
comment_line_doc=comment_doc comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic comment_doc_keyword_error=comment_doc,italic


number=0xff939c number=#ff939c
number_1=number number_1=number
number_2=number_1 number_2=number_1


type=0xe1e17a;;true type=#e1e17a;;true
class=type class=type
function=0x92bde8;true function=#92bde8;true
parameter=function parameter=function


keyword=0x92bde8;;true keyword=#92bde8;;true
keyword_1=keyword keyword_1=keyword
keyword_2=0xd69cd6;;true keyword_2=#d69cd6;;true
keyword_3=keyword_1 keyword_3=keyword_1
keyword_4=keyword_1 keyword_4=keyword_1


identifier=0xf0f0f0 identifier=#f0f0f0
identifier_1=identifier identifier_1=identifier
identifier_2=0x99e4de;true identifier_2=#99e4de;true
identifier_3=0xff939c;;true identifier_3=#ff939c;;true
identifier_4=identifier_1 identifier_4=identifier_1


string=0xebbf71 string=#ebbf71
string_1=string string_1=string
string_2=0xe1e17a string_2=#e1e17a
string_3=default string_3=default
string_4=default string_4=default
string_eol=string_1,italic string_eol=string_1,italic
character=0xe1e17a;true character=#e1e17a;true
backtick=string_2 backtick=string_2
here_doc=string_2 here_doc=string_2


scalar=string_2 scalar=string_2
label=default,bold label=default,bold
preprocessor=0xff939c preprocessor=#ff939c
regex=number_1 regex=number_1
operator=default operator=default
decorator=string_1,bold decorator=string_1,bold
Expand All @@ -105,14 +105,14 @@ other=default
tag=keyword tag=keyword
tag_unknown=tag,bold tag_unknown=tag,bold
tag_end=tag,bold tag_end=tag,bold
attribute=0x99e4de attribute=#99e4de
attribute_unknown=attribute,bold attribute_unknown=attribute,bold
value=string_1 value=string_1
entity=default entity=default


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


line_added=0x008B8B line_added=#008b8b
line_removed=0x6A5ACD line_removed=#6a5acd
line_changed=preprocessor line_changed=preprocessor
74 changes: 37 additions & 37 deletions colorschemes/dark.conf
Expand Up @@ -28,61 +28,61 @@ url=http://code.google.com/p/geany-dark-scheme/


[named_styles] [named_styles]


default=0xffffff;0x1E1E1E;false;false default=#fff;#1e1e1e;false;false
error=0xff0000;0x1E1E1E;false;false error=#f00;#1e1e1e;false;false


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


selection=0xffffff;0x333964;false;true selection=#fff;#333964;false;true
current_line=0x000000;0x2F2F2F;true;false current_line=#000;#2f2f2f;true;false
brace_good=0xffffff;0x50AA15;true;false brace_good=#fff;#50aa15;true;false
brace_bad=0xffffff;0xAA1515;true;false brace_bad=#fff;#aa1515;true;false
margin_line_number=0x000000;0xd0d0d0;false;false margin_line_number=#000;#d0d0d0;false;false
margin_folding=0x000000;0xdfdfdf;false;false margin_folding=#000;#dfdfdf;false;false
fold_symbol_highlight=0xffffff fold_symbol_highlight=#fff
indent_guide=0x393939;0x1E1E1E;false;false indent_guide=#393939;#1e1e1e;false;false
caret=0xffffff;0x000000;true;false caret=#fff;#000;true;false
marker_line=0x000000;0xffff00;false;false marker_line=#000;#ff0;false;false
marker_search=0x000000;0xB8F4B8;false;false marker_search=#000;#b8f4b8;false;false
marker_mark=0x000000;0xb8f4b8; marker_mark=#000;#b8f4b8;
call_tips=0xc0c0c0;0xffffff;false;false call_tips=#c0c0c0;#fff;false;false
white_space=0x424242;;true white_space=#424242;;true


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


comment=0x747474;0x1E1E1E;false;false comment=#747474;#1e1e1e;false;false
comment_doc=comment comment_doc=comment
comment_line=comment comment_line=comment
comment_line_doc=comment_doc comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic comment_doc_keyword_error=comment_doc,italic


number=0xAAFF57;0x1E1E1E;false;false number=#aaff57;#1e1e1e;false;false
number_1=number number_1=number
number_2=number_1 number_2=number_1


type=0x2E8B57;;true type=#2e8b57;;true
class=type class=type
function=default function=default
parameter=function parameter=function


keyword=0xFFCB4F;0x1E1E1E;true;false keyword=#ffcb4f;#1e1e1e;true;false
keyword_1=keyword keyword_1=keyword
keyword_2=0xAAFF57;0x1E1E1E;false;true keyword_2=#aaff57;#1e1e1e;false;true
keyword_3=keyword_1 keyword_3=keyword_1
keyword_4=keyword_1 keyword_4=keyword_1


identifier=0xffffff;0x1E1E1E;false;false identifier=#fff;#1e1e1e;false;false
identifier_1=identifier identifier_1=identifier
identifier_2=identifier_1 identifier_2=identifier_1
identifier_3=identifier_1 identifier_3=identifier_1
identifier_4=identifier_1 identifier_4=identifier_1


string=0xAAFF57;0x1E1E1E;false;false string=#aaff57;#1e1e1e;false;false
string_1=string string_1=string
string_2=0xA18651;0x1E1E1E;false;false string_2=#a18651;#1e1e1e;false;false
string_3=default string_3=default
string_4=default string_4=default
string_eol=string_1,italic string_eol=string_1,italic
Expand All @@ -92,26 +92,26 @@ here_doc=string_2


scalar=string_2 scalar=string_2
label=default,bold label=default,bold
preprocessor=0x5ABEFD;0x1E1E1E;false;false preprocessor=#5abefd;#1e1e1e;false;false
regex=number_1 regex=number_1
operator=0x98BAC5;0x1E1E1E;true;false operator=#98bac5;#1e1e1e;true;false
decorator=0x808000;0x1E1E1E;false;false decorator=#808000;#1e1e1e;false;false
other=0xffffff;0x1E1E1E;false;false other=#fff;#1e1e1e;false;false


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


tag=0x7392CF;0x1E1E1E;false;false tag=#7392cf;#1e1e1e;false;false
tag_unknown=0xffffff;0x8C0101;true;false tag_unknown=#fff;#8c0101;true;false
tag_end=0x7392CF;0x1E1E1E;true;false tag_end=#7392cf;#1e1e1e;true;false
attribute=0xCDA0D5;0x1E1E1E;false;false attribute=#cda0d5;#1e1e1e;false;false
attribute_unknown=0xffffff;0x8C0101;false;false attribute_unknown=#fff;#8c0101;false;false
value=0x4575B6;0x1E1E1E;false;false value=#4575b6;#1e1e1e;false;false
entity=0xFFA95C;0x2C2821;false;false entity=#ffa95c;#2c2821;false;false


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


line_added=0x008B8B line_added=#008b8b
line_removed=0x6A5ACD line_removed=#6a5acd
line_changed=preprocessor line_changed=preprocessor

0 comments on commit adc419d

Please sign in to comment.