From 2e12c8cde3ddafaee0d9cf2c7bb0b4bd7a5a5e0b Mon Sep 17 00:00:00 2001 From: Franck ALBARET Date: Wed, 11 Dec 2019 13:40:39 +0000 Subject: [PATCH] Revert "Update danslerush.conf" This reverts commit f689938a366c67c4da287b730e93cbe0ed5ad143 --- colorschemes/danslerush.conf | 70 ++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/colorschemes/danslerush.conf b/colorschemes/danslerush.conf index f2002cf..a00267a 100644 --- a/colorschemes/danslerush.conf +++ b/colorschemes/danslerush.conf @@ -18,21 +18,23 @@ # > Creative Commons License CC-BY-NC-SA # > 2016 // Franck ALBARET -# ------------------------------------------------------------------------------ -# Theme / Colorscheme " DansLeRuSH " -# ------------+------------+---------------------------------------------------- -# Version 1.0 | 2016-03-11 | Franck ALBARET [ https://dansleru.sh ] -# ------------+------------+---------------------------------------------------- +# ---------------------------------------------------------------------------- # +# Theme / Colorscheme " DansLeRuSH " | +# --------------+--------------+---------------------------------------------- # +# Version 1.0 | 2016-03-11 | Franck ALBARET | +# --------------+--------------+---------------------------------------------- # +# Version 1.1 | 2018-03-28 | Franck ALBARET | +# --------------+--------------+---------------------------------------------- # [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 +version=1.1 author=Franck ALBARET -url=https://github.com/danslerush/geany-themes +url=http://dansleru.sh # list of each compatible Geany release version -compat=1.22;1.23;1.23.1;1.24 +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 [named_colors] @@ -43,7 +45,8 @@ calltip_back=#ddd calltip_font=#555 comment_font=#666666 current_line=#363636 -grey_dark=#4d4d4d +grey=#4d4d4d +grey_dark=#4c4c4c grey_light=#c6c6c6 grey_medium=#808080 font=#c7c7c7 @@ -54,7 +57,6 @@ purple=#9865a8 purple_light=#a88ab6 red=#e63232 red_light=#ff5757 -#yellow=#f6ce54 yellow=#e6c74e [named_styles] @@ -78,7 +80,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_dark;;true +selection=;grey;;true white_space=grey_dark;;true @@ -86,48 +88,48 @@ white_space=grey_dark;;true # ------------------------------------------------------------------------------ comment=comment_font -comment_doc=blue +comment_doc=comment_font comment_line=comment_font -comment_line_doc=comment_doc -comment_doc_keyword=comment_doc,bold -comment_doc_keyword_error=comment_doc,italic +comment_line_doc=blue +comment_doc_keyword=blue,bold +comment_doc_keyword_error=blue,italic identifier=default -identifier_1=identifier -identifier_2=identifier_1 -identifier_3=identifier_1 -identifier_4=identifier_1 +identifier_1=default +identifier_2=default +identifier_3=default +identifier_4=default keyword=purple;;true -keyword_1=keyword +keyword_1=purple;;true keyword_2=red_light;;true -keyword_3=keyword_1 -keyword_4=keyword_1 +keyword_3=purple;;true +keyword_4=purple;;true number=yellow -number_1=number -number_2=number_1 +number_1=yellow +number_2=yellow string=orange -string_1=string -string_2=string_1 +string_1=orange +string_2=orange string_3=default string_4=default -string_eol=string_1,italic +string_eol=orange,italic -backticks=string_2 -character=string_1 -class=type +backticks=orange +character=orange +class=purple_light decorator=yellow function=yellow -here_doc=string_2 +here_doc=orange label=default,bold parameter=yellow preprocessor=yellow operator=grey_medium other=default -regex=number_1 -scalar=string_2 +regex=yellow +scalar=orange type=purple_light @@ -148,4 +150,4 @@ value=purple_light line_added=blue line_changed=yellow -line_removed=red +line_removed=red \ No newline at end of file