[geany/geany-themes] 3188ed: delt-dark: Normalize colours

Matthew Brush git-noreply at xxxxx
Wed Jan 17 05:11:46 UTC 2018


Branch:      refs/heads/master
Author:      Matthew Brush <mbrush at codebrainz.ca>
Committer:   Matthew Brush <mbrush at codebrainz.ca>
Date:        Wed, 17 Jan 2018 05:11:46 UTC
Commit:      3188ed0ee0eb3b74ed045eed36aab285bdaaf08f
             https://github.com/geany/geany-themes/commit/3188ed0ee0eb3b74ed045eed36aab285bdaaf08f

Log Message:
-----------
delt-dark: Normalize colours


Modified Paths:
--------------
    colorschemes/delt-dark.conf

Modified: colorschemes/delt-dark.conf
48 lines changed, 24 insertions(+), 24 deletions(-)
===================================================================
@@ -17,59 +17,59 @@ compat=1.22;1.23;1.23.1;1.24
 
 [named_styles]
 
-default=#C1C1C1;#010A15;false;false
+default=#c1c1c1;#010a15;false;false
 error=#fff;#f00
 
 # Editor styles
 #-------------------------------------------------------------------------------
 
 selection=#000;#424d71;false;true
-current_line=#FFFFFF;#121D30;true
+current_line=#fff;#121d30;true
 brace_good=#fff;#848;true;false
-brace_bad=#fff;#F00;true;false
+brace_bad=#fff;#f00;true;false
 margin_line_number=#55a;#000
 margin_folding=#338;#113
 fold_symbol_highlight=#113
-indent_guide=#121D20
+indent_guide=#121d20
 caret=#fbff00;#fbff00;false
 marker_line=#000;#ff0
 marker_search=#000;#0000f0
 marker_mark=#000;#b8f4b8
 call_tips=#c0c0c0;#fff;false;false
-white_space=#111A25;;true
+white_space=#111a25;;true
 
 # Programming languages
 #-------------------------------------------------------------------------------
 
-comment=#638AFF;;false;false
+comment=#638aff;;false;false
 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=#FF54FF;;false;false
+number=#ff54ff;;false;false
 number_1=number
 number_2=number_1
 
-type=#75FFD6;;true;false
-class=#00FF5C;;false;false
+type=#75ffd6;;true;false
+class=#00ff5c;;false;false
 function=default
 parameter=default
 
-keyword=#FFFFFF;;true;false
-keyword_1=#FFFFFF;;true;false;
-keyword_2=#00FFFF;;true;false;
-keyword_3=#00FF00
+keyword=#fff;;true;false
+keyword_1=#fff;;true;false;
+keyword_2=#0ff;;true;false;
+keyword_3=#0f0
 keyword_4=keyword_1
 
-identifier=#FFFFFF
+identifier=#fff
 identifier_1=default
-identifier_2=#FF00FF
-identifier_3=#FFFF00
-identifier_4=#FF0000
+identifier_2=#f0f
+identifier_3=#ff0
+identifier_4=#f00
 
-string=#D04EFF;;true;false
+string=#d04eff;;true;false
 string_1=string
 string_2=string_1
 string_3=default
@@ -81,19 +81,19 @@ here_doc=string_2
 
 scalar=string_2
 label=default,bold
-preprocessor=#00FF5C;;true;false
+preprocessor=#00ff5c;;true;false
 regex=number_1
-operator=#B0C1FF;;true;false
+operator=#b0c1ff;;true;false
 decorator=string_1,bold
 other=default
 
 # Markup-type languages
 #-------------------------------------------------------------------------------
 
-tag=#FFFFFF;;true;false
-tag_unknown=#FFFF44
-tag_end=#FFFF00;;true;false
-attribute=#00FFFF;;false;false
+tag=#fff;;true;false
+tag_unknown=#ff4
+tag_end=#ff0;;true;false
+attribute=#0ff;;false;false
 attribute_unknown=attribute
 value=string_1
 entity=default



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list