[geany/geany-themes] 480a7b: Normalize colours in dark-colors.conf
Matthew Brush
git-noreply at xxxxx
Mon Feb 8 04:51:15 UTC 2016
Branch: refs/heads/master
Author: Matthew Brush <mbrush at codebrainz.ca>
Committer: Matthew Brush <mbrush at codebrainz.ca>
Date: Mon, 08 Feb 2016 04:51:15 UTC
Commit: 480a7bdc6af40eaca00ac1bde380c1fa6ae48e42
https://github.com/geany/geany-themes/commit/480a7bdc6af40eaca00ac1bde380c1fa6ae48e42
Log Message:
-----------
Normalize colours in dark-colors.conf
Modified Paths:
--------------
colorschemes/dark-colors.conf
Modified: colorschemes/dark-colors.conf
28 lines changed, 14 insertions(+), 14 deletions(-)
===================================================================
@@ -28,22 +28,22 @@ description=A dark theme utilising warm colors
version=1225
[named_colors]
-text=#E6E6E6
-soft_text=#A69996
-softer_text=#4C4645
-background=#0C0807
-selection_brown=#422E21
+text=#e6e6e6
+soft_text=#a69996
+softer_text=#4c4645
+background=#0c0807
+selection_brown=#422e21
marker_search_turquoise=#286659
current_line_red=#281816
black=#000
white=#fff
-light_blue=#5191CC
-soft_blue=#596F80
-red=#B31111
-yellow=#B3A123
-orange=#E66917
-orange2=#FF9400
-green=#00DF13
+light_blue=#5191cc
+soft_blue=#596f80
+red=#b31111
+yellow=#b3a123
+orange=#e66917
+orange2=#ff9400
+green=#00df13
purple=#b6f
[named_styles]
@@ -57,8 +57,8 @@ selection=background;selection_brown;false;true
current_line=background;current_line_red;true;false
brace_good=light_blue;background;true;false
brace_bad=white;background;true;false
-margin_line_number=soft_text;#2B2826;false;false
-margin_folding=#574A22;#141312;false;false
+margin_line_number=soft_text;#2b2826;false;false
+margin_folding=#574a22;#141312;false;false
fold_symbol_highlight=soft_text
indent_guide=softer_text
caret=white;white;false
--------------
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