mirror of
https://codeberg.org/DansLeRuSH/geany.git
synced 2024-11-21 14:28:08 +00:00
Upload DansLeRuSH's dark theme
This commit is contained in:
parent
ac531faeed
commit
a8923596bd
1 changed files with 154 additions and 0 deletions
154
colorschemes/danslerush.conf
Normal file
154
colorschemes/danslerush.conf
Normal file
|
@ -0,0 +1,154 @@
|
|||
# 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>
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# 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.1
|
||||
author=Franck ALBARET <contact(at)dansleru(dot)sh>
|
||||
url=http://dansleru.sh
|
||||
# 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
|
||||
|
||||
[named_colors]
|
||||
|
||||
back=#2e2e2e
|
||||
blue=#6cb1f5
|
||||
blue_light=#93c4f5
|
||||
calltip_back=#ddd
|
||||
calltip_font=#555
|
||||
comment_font=#666666
|
||||
current_line=#363636
|
||||
grey=#4d4d4d
|
||||
grey_dark=#4c4c4c
|
||||
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
|
||||
#yellow=#f6ce54
|
||||
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
|
||||
selection=;grey;;true
|
||||
white_space=grey_dark;;true
|
||||
|
||||
|
||||
# Programming Languages
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
comment=comment_font
|
||||
comment_doc=blue
|
||||
comment_line=comment_font
|
||||
comment_line_doc=comment_doc
|
||||
comment_doc_keyword=comment_doc,bold
|
||||
comment_doc_keyword_error=comment_doc,italic
|
||||
|
||||
identifier=default
|
||||
identifier_1=identifier
|
||||
identifier_2=identifier_1
|
||||
identifier_3=identifier_1
|
||||
identifier_4=identifier_1
|
||||
|
||||
keyword=purple;;true
|
||||
keyword_1=keyword
|
||||
keyword_2=red_light;;true
|
||||
keyword_3=keyword_1
|
||||
keyword_4=keyword_1
|
||||
|
||||
number=yellow
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
string=orange
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=string_1,italic
|
||||
|
||||
backticks=string_2
|
||||
character=string_1
|
||||
class=type
|
||||
decorator=yellow
|
||||
function=yellow
|
||||
here_doc=string_2
|
||||
label=default,bold
|
||||
parameter=yellow
|
||||
preprocessor=yellow
|
||||
operator=grey_medium
|
||||
other=default
|
||||
regex=number_1
|
||||
scalar=string_2
|
||||
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
|
||||
line_removed=red
|
Loading…
Reference in a new issue