diff --git a/colorschemes/danslerush.conf b/colorschemes/danslerush.conf index a00267a..f2002cf 100644 --- a/colorschemes/danslerush.conf +++ b/colorschemes/danslerush.conf @@ -18,23 +18,21 @@ # > Creative Commons License CC-BY-NC-SA # > 2016 // Franck ALBARET -# ---------------------------------------------------------------------------- # -# Theme / Colorscheme " DansLeRuSH " | -# --------------+--------------+---------------------------------------------- # -# Version 1.0 | 2016-03-11 | Franck ALBARET | -# --------------+--------------+---------------------------------------------- # -# Version 1.1 | 2018-03-28 | Franck ALBARET | -# --------------+--------------+---------------------------------------------- # +# ------------------------------------------------------------------------------ +# Theme / Colorscheme " DansLeRuSH " +# ------------+------------+---------------------------------------------------- +# Version 1.0 | 2016-03-11 | Franck ALBARET [ https://dansleru.sh ] +# ------------+------------+---------------------------------------------------- [theme_info] name=DansLeRuSH description=Yes another dark theme … but smooth and colored at the same time ;D # incremented automatically, do not change manually -version=1.1 +version=1 author=Franck ALBARET -url=http://dansleru.sh +url=https://github.com/danslerush/geany-themes # list of each compatible Geany release version -compat=1.22;1.23;1.23.1;1.24;1.24.1;1.25;1.26;1.27;1.28;1.29;1.30 +compat=1.22;1.23;1.23.1;1.24 [named_colors] @@ -45,8 +43,7 @@ calltip_back=#ddd calltip_font=#555 comment_font=#666666 current_line=#363636 -grey=#4d4d4d -grey_dark=#4c4c4c +grey_dark=#4d4d4d grey_light=#c6c6c6 grey_medium=#808080 font=#c7c7c7 @@ -57,6 +54,7 @@ purple=#9865a8 purple_light=#a88ab6 red=#e63232 red_light=#ff5757 +#yellow=#f6ce54 yellow=#e6c74e [named_styles] @@ -80,7 +78,7 @@ margin_line_number=margin_left_font;margin_left_back marker_line=margin_left_back;orange marker_mark=margin_left_back;orange marker_search=;orange -selection=;grey;;true +selection=;grey_dark;;true white_space=grey_dark;;true @@ -88,48 +86,48 @@ white_space=grey_dark;;true # ------------------------------------------------------------------------------ comment=comment_font -comment_doc=comment_font +comment_doc=blue comment_line=comment_font -comment_line_doc=blue -comment_doc_keyword=blue,bold -comment_doc_keyword_error=blue,italic +comment_line_doc=comment_doc +comment_doc_keyword=comment_doc,bold +comment_doc_keyword_error=comment_doc,italic identifier=default -identifier_1=default -identifier_2=default -identifier_3=default -identifier_4=default +identifier_1=identifier +identifier_2=identifier_1 +identifier_3=identifier_1 +identifier_4=identifier_1 keyword=purple;;true -keyword_1=purple;;true +keyword_1=keyword keyword_2=red_light;;true -keyword_3=purple;;true -keyword_4=purple;;true +keyword_3=keyword_1 +keyword_4=keyword_1 number=yellow -number_1=yellow -number_2=yellow +number_1=number +number_2=number_1 string=orange -string_1=orange -string_2=orange +string_1=string +string_2=string_1 string_3=default string_4=default -string_eol=orange,italic +string_eol=string_1,italic -backticks=orange -character=orange -class=purple_light +backticks=string_2 +character=string_1 +class=type decorator=yellow function=yellow -here_doc=orange +here_doc=string_2 label=default,bold parameter=yellow preprocessor=yellow operator=grey_medium other=default -regex=yellow -scalar=orange +regex=number_1 +scalar=string_2 type=purple_light @@ -150,4 +148,4 @@ value=purple_light line_added=blue line_changed=yellow -line_removed=red \ No newline at end of file +line_removed=red