Branch: refs/heads/master Author: jcd000 ikontochris@gmail.com Committer: jcd000 ikontochris@gmail.com Date: Fri, 05 Feb 2016 19:43:00 UTC Commit: 02a0532c1a6ccd5f7958763c5f6d73a813659303 https://github.com/geany/geany-themes/commit/02a0532c1a6ccd5f7958763c5f6d73a...
Log Message: ----------- Improved the .conf style. Also made quite a lot small color tweaks aimed to make the colors softer
Modified Paths: -------------- colorschemes/dark-colors.conf screenshots/dark-colors.png
Modified: colorschemes/dark-colors.conf 39 lines changed, 22 insertions(+), 17 deletions(-) =================================================================== @@ -28,18 +28,23 @@ description=A dark theme utilising warm colors version=1225
[named_colors] -text=#EFEFEF -background=#140F0E +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=#5D95CC -red=#f00 -yellow=#CCB300 +light_blue=#5191CC +soft_blue=#596F80 +red=#B31111 +yellow=#B3A123 orange=#E66917 orange2=#FF9400 green=#00DF13 purple=#b6f -grey=#bbb
[named_styles] default=text;background;false;false @@ -48,26 +53,26 @@ error=green;background;false;false # Editor styles #-------------------------------------------------------------------------------
-selection=background;#4C2F25;false;true -current_line=background;#281610;true;false +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=#CCB8B8;#2B2826;false;false +margin_line_number=soft_text;#2B2826;false;false margin_folding=#574A22;#141312;false;false -fold_symbol_highlight=text -indent_guide=grey -caret=white -marker_line=grey;yellow -marker_search=background;#FFF4E6;false;false +fold_symbol_highlight=soft_text +indent_guide=softer_text +caret=white;white;false +marker_line=soft_text;yellow +marker_search=marker_search_turquoise;marker_search_turquoise;false;false marker_mark=red;background;false;false call_tips=#c0c0c0;white;false;false -white_space=#424242;;true +white_space=softer_text;;true
# Programming languages #-------------------------------------------------------------------------------
-comment=light_blue -comment_doc=light_blue;background;false;false +comment=soft_blue +comment_doc=soft_blue;background;false;false comment_line=comment comment_line_doc=comment_doc comment_doc_keyword=comment_doc,bold
Modified: screenshots/dark-colors.png 0 lines changed, 0 insertions(+), 0 deletions(-) =================================================================== No diff available, check online
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).