1
0
Fork 0
mirror of https://codeberg.org/DansLeRuSH/geany.git synced 2024-07-03 13:59:30 +00:00
geany/colorschemes/danslerush.conf

152 lines
3.8 KiB
Plaintext
Raw Normal View History

2018-04-19 12:49:58 +00:00
# For complete documentation of this file, please see Geany's main documentation
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
# > Creative Commons License CC-BY-NC-SA
# > 2016 // Franck ALBARET <contact(at)dansleru(dot)sh>
2019-12-11 13:38:30 +00:00
# ------------------------------------------------------------------------------
# Theme / Colorscheme " DansLeRuSH "
# ------------+------------+----------------------------------------------------
# Version 1.0 | 2016-03-11 | Franck ALBARET [ https://dansleru.sh ]
# ------------+------------+----------------------------------------------------
2018-04-19 12:49:58 +00:00
[theme_info]
name=DansLeRuSH
description=Yes another dark theme … but smooth and colored at the same time ;D
# incremented automatically, do not change manually
2019-12-11 13:38:30 +00:00
version=1
2018-04-19 12:49:58 +00:00
author=Franck ALBARET <contact(at)dansleru(dot)sh>
2019-12-11 13:38:30 +00:00
url=https://github.com/danslerush/geany-themes
2018-04-19 12:49:58 +00:00
# list of each compatible Geany release version
2019-12-11 13:38:30 +00:00
compat=1.22;1.23;1.23.1;1.24
2018-04-19 12:49:58 +00:00
[named_colors]
back=#2e2e2e
blue=#6cb1f5
blue_light=#93c4f5
calltip_back=#ddd
calltip_font=#555
comment_font=#666666
current_line=#363636
2019-12-11 13:38:30 +00:00
grey_dark=#4d4d4d
2018-04-19 12:49:58 +00:00
grey_light=#c6c6c6
grey_medium=#808080
font=#c7c7c7
margin_left_back=#363636
margin_left_font=#8f8f8f
orange=#f57f3d
purple=#9865a8
purple_light=#a88ab6
red=#e63232
red_light=#ff5757
2019-12-11 13:38:30 +00:00
#yellow=#f6ce54
2018-04-19 12:49:58 +00:00
yellow=#e6c74e
[named_styles]
default=font;back;false;false
error=red;;;true
# Editor Styles
# ------------------------------------------------------------------------------
brace_bad=red_light;current_line;true
brace_good=purple;purple_light;true
call_tips=calltip_font;calltip_back;true;true
caret=grey_light
current_line=;current_line;true
fold_symbol_highlight=back
indent_guide=grey_dark
margin_folding=#424242;back
margin_line_number=margin_left_font;margin_left_back
marker_line=margin_left_back;orange
marker_mark=margin_left_back;orange
marker_search=;orange
2019-12-11 13:38:30 +00:00
selection=;grey_dark;;true
2018-04-19 12:49:58 +00:00
white_space=grey_dark;;true
# Programming Languages
# ------------------------------------------------------------------------------
comment=comment_font
2019-12-11 13:38:30 +00:00
comment_doc=blue
2018-04-19 12:49:58 +00:00
comment_line=comment_font
2019-12-11 13:38:30 +00:00
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic
2018-04-19 12:49:58 +00:00
identifier=default
2019-12-11 13:38:30 +00:00
identifier_1=identifier
identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=identifier_1
2018-04-19 12:49:58 +00:00
keyword=purple;;true
2019-12-11 13:38:30 +00:00
keyword_1=keyword
2018-04-19 12:49:58 +00:00
keyword_2=red_light;;true
2019-12-11 13:38:30 +00:00
keyword_3=keyword_1
keyword_4=keyword_1
2018-04-19 12:49:58 +00:00
number=yellow
2019-12-11 13:38:30 +00:00
number_1=number
number_2=number_1
2018-04-19 12:49:58 +00:00
string=orange
2019-12-11 13:38:30 +00:00
string_1=string
string_2=string_1
2018-04-19 12:49:58 +00:00
string_3=default
string_4=default
2019-12-11 13:38:30 +00:00
string_eol=string_1,italic
2018-04-19 12:49:58 +00:00
2019-12-11 13:38:30 +00:00
backticks=string_2
character=string_1
class=type
2018-04-19 12:49:58 +00:00
decorator=yellow
function=yellow
2019-12-11 13:38:30 +00:00
here_doc=string_2
2018-04-19 12:49:58 +00:00
label=default,bold
parameter=yellow
preprocessor=yellow
operator=grey_medium
other=default
2019-12-11 13:38:30 +00:00
regex=number_1
scalar=string_2
2018-04-19 12:49:58 +00:00
type=purple_light
# Markup-Type Languages
# ------------------------------------------------------------------------------
attribute=red_light
attribute_unknown=red_light
entity=yellow
tag=purple_light
tag_end=purple_light
tag_unknown=purple_light
value=purple_light
# Diff
# ------------------------------------------------------------------------------
line_added=blue
line_changed=yellow
2019-12-11 13:38:30 +00:00
line_removed=red