Skip to content

Commit

Permalink
Improved the .conf style.
Browse files Browse the repository at this point in the history
Also made quite a lot small color tweaks
aimed to make the colors softer
  • Loading branch information
jcd000 committed Feb 5, 2016
1 parent 9941264 commit 02a0532
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions colorschemes/dark-colors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Binary file modified screenshots/dark-colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02a0532

Please sign in to comment.