Fix dotfiles structure
This commit is contained in:
120
.config/geany/colorschemes/earthsong.conf
Executable file
120
.config/geany/colorschemes/earthsong.conf
Executable file
@@ -0,0 +1,120 @@
|
||||
#
|
||||
# MIT License
|
||||
#
|
||||
# Copyright (c) 2019-2020 Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com>
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
# this software and associated documentation files (the "Software"), to deal in
|
||||
# the Software without restriction, including without limitation the rights to
|
||||
# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
# the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
# subject to the following conditions:
|
||||
#
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
# Colour schemes by Dayle Rees:
|
||||
# https://github.com/daylerees/colour-schemes
|
||||
|
||||
[theme_info]
|
||||
name=Earthsong
|
||||
description=Warm theme based on the scheme of the same name by Dayle Rees.
|
||||
version=1.1
|
||||
author=Daniel Plakhotich <daniel(dot)plakhotich(at)gmail(dot)com>
|
||||
url=
|
||||
|
||||
[named_styles]
|
||||
|
||||
default=#ccb69f;#26221f;false;false
|
||||
error=#ffffff;#ff0000
|
||||
|
||||
# Editor styles
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
selection=#ffffff;#c47958;true;true
|
||||
current_line=#000000;#45403b;true
|
||||
brace_good=#26221f;#ccb69f;false;false
|
||||
brace_bad=#ff0000;#ffffff;false;false
|
||||
margin_line_number=#756d63;#26221f
|
||||
margin_folding=#756d63;#302828
|
||||
fold_symbol_highlight=#333333
|
||||
indent_guide=#574f45
|
||||
caret=#f8f8f0;#000000;false
|
||||
marker_line=#ccb69f;#605000
|
||||
marker_search=#000000;#00ff00
|
||||
marker_mark=#ccb69f;#506000
|
||||
call_tips=#26221f;#ccb69f;true;true
|
||||
white_space=#574f45;#ffffff;true;false
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
comment=#756d63
|
||||
comment_doc=comment
|
||||
comment_line=comment
|
||||
comment_line_doc=comment_doc
|
||||
comment_doc_keyword=comment_doc,bold
|
||||
comment_doc_keyword_error=comment_doc
|
||||
|
||||
number=#eeb437
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
type=#d2734a
|
||||
class=type
|
||||
function=#5c9c61
|
||||
parameter=function
|
||||
|
||||
keyword=type
|
||||
keyword_1=keyword
|
||||
keyword_2=keyword_1
|
||||
keyword_3=keyword_1
|
||||
keyword_4=keyword_1
|
||||
|
||||
identifier=default
|
||||
identifier_1=identifier
|
||||
identifier_2=identifier_1
|
||||
identifier_3=identifier_1
|
||||
identifier_4=identifier_1
|
||||
|
||||
string=#dbab44
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=string,italic
|
||||
character=string_1
|
||||
backticks=string_2
|
||||
here_doc=string_2
|
||||
|
||||
label=default,bold
|
||||
preprocessor=keyword
|
||||
regex=number_1
|
||||
operator=default
|
||||
decorator=default
|
||||
other=operator
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
tag=#8fc45a
|
||||
tag_unknown=tag,bold
|
||||
tag_end=tag,bold
|
||||
attribute=type
|
||||
attribute_unknown=attribute
|
||||
value=string_1
|
||||
entity=default
|
||||
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
line_added=#9fd92c
|
||||
line_removed=#00a1be
|
||||
line_changed=#ddd26f
|
||||
Reference in New Issue
Block a user