[geany/geany-themes] a0fb46: epsilon: Normalize colours

Matthew Brush git-noreply at xxxxx
Wed Jan 17 04:33:26 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 04:33:26 UTC
Commit:      a0fb46411cc1831be0efeab00d29faed250e3857
             https://github.com/geany/geany-themes/commit/a0fb46411cc1831be0efeab00d29faed250e3857

Log Message:
-----------
epsilon: Normalize colours


Modified Paths:
--------------
    colorschemes/epsilon.conf

Modified: colorschemes/epsilon.conf
16 lines changed, 8 insertions(+), 8 deletions(-)
===================================================================
@@ -20,22 +20,22 @@ version=1.0
 author=N3mesis98
 
 [named_styles]
-default=#2e3436;#ffffff;false;false
+default=#2e3436;#fff;false;false
 error=#2e3436;#ef2929
 
 # Editor styles
 selection=;#add8e6;;true
 brace_good=#52a800;;true
-brace_bad=#ff0000;;true
+brace_bad=#f00;;true
 margin_line_number=#2e3436;#e1e1e1
 margin_folding=#2e3436;#d3d7cf
 fold_symbol_highlight=#d3d7cf
 indent_guide=#babdb6
-caret=#000000;#000000;false
-marker_line=;#000000
-marker_search=;#000000;true;true
-marker_mark=;#000000
-call_tips=#ededed;#ffffff
+caret=#000;#000;false
+marker_line=;#000
+marker_search=;#000;true;true
+marker_mark=;#000
+call_tips=#ededed;#fff
 white_space=#babdb6;;true
 current_line=;
 
@@ -51,7 +51,7 @@ number=#52a800
 number_1=number
 number_2=number_1
 
-type=#339999
+type=#399
 class=type
 function=default
 parameter=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