Fix dotfiles structure
This commit is contained in:
132
.config/geany/colorschemes/kugel.conf
Executable file
132
.config/geany/colorschemes/kugel.conf
Executable file
@@ -0,0 +1,132 @@
|
||||
#
|
||||
# Copyright 2011 Thomas Martitz <thomas.martitz(at)student.htw-berlin(dot)de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
# are met:
|
||||
#
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# * Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in
|
||||
# the documentation and/or other materials provided with the
|
||||
# distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
||||
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
||||
# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
||||
# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||
# DAMAGE.
|
||||
#
|
||||
|
||||
[theme_info]
|
||||
name=Kugel
|
||||
description=A dark, but not too dark with focus to be comfortable to the eyes.
|
||||
# incremented automatically, do not change manually
|
||||
version=1226
|
||||
author=Thomas Martitz <thomas.martitz@student.htw-berlin.de>
|
||||
url=https://github.com/codebrainz/geany-themes
|
||||
# list of each compatible Geany release version
|
||||
compat=1.22;1.23;1.23.1;1.24
|
||||
|
||||
[named_styles]
|
||||
|
||||
default=#ececec;#2d3335;false;false
|
||||
error=#f00;;true;false
|
||||
|
||||
# Editor styles
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
selection=#fff;#333964;false;true
|
||||
current_line=#000;#282d2e;true;false
|
||||
brace_good=#fff;#50aa15;true;false
|
||||
brace_bad=#fff;#aa1515;true;false
|
||||
margin_line_number=#ececec
|
||||
margin_folding=#888a85;#3a4145
|
||||
fold_symbol_highlight=#fff
|
||||
indent_guide=#606c70
|
||||
caret=#ddd;#000;false
|
||||
marker_line=#000;#ff0;
|
||||
marker_search=#000;#0000f0;
|
||||
marker_mark=#000;#b8f4b8;
|
||||
call_tips=#555753;#eeeeec
|
||||
white_space=#606c70;#fff;true;false
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
comment=#888a85
|
||||
comment_doc=#3f5fbf
|
||||
comment_line=comment
|
||||
comment_line_doc=comment_doc
|
||||
comment_doc_keyword=comment_doc,bold
|
||||
comment_doc_keyword_error=comment_doc_keyword,italic
|
||||
|
||||
number=#06a7a7
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
type=#1e90ff
|
||||
class=type
|
||||
function=default
|
||||
parameter=#bbf647
|
||||
|
||||
keyword=#729fcf
|
||||
keyword_1=keyword
|
||||
keyword_2=type
|
||||
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=#dd4040
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=#000;#e0c0e0
|
||||
character=#8ae234
|
||||
backticks=#30ff00
|
||||
# here_doc ???
|
||||
here_doc=#ff84cd
|
||||
|
||||
scalar=#bcf360
|
||||
# label ???
|
||||
label=default,bold
|
||||
preprocessor=#acac00
|
||||
regex=#aaff57
|
||||
operator=#fcaf3e
|
||||
decorator=preprocessor
|
||||
other=default
|
||||
extra=#404080
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
tag=type
|
||||
tag_unknown=tag,italic
|
||||
tag_end=tag
|
||||
attribute=keyword
|
||||
attribute_unknown=attribute,italic
|
||||
value=string_1
|
||||
entity=preprocessor
|
||||
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
line_added=#34b034
|
||||
line_removed=#ff2727
|
||||
line_changed=#7f007f
|
||||
Reference in New Issue
Block a user