Fix dotfiles structure
This commit is contained in:
115
.config/geany/colorschemes/metallic-bottle.conf
Executable file
115
.config/geany/colorschemes/metallic-bottle.conf
Executable file
@@ -0,0 +1,115 @@
|
||||
###
|
||||
# Copyright 2013 Tomasz Wyderka <wyderkat(at)cofoh(dot)com>
|
||||
##
|
||||
# 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.
|
||||
#
|
||||
|
||||
[theme_info]
|
||||
name=Metallic Bottle
|
||||
description=Bright color scheme matching GTK "Radiance" theme.
|
||||
version=1.22.0
|
||||
author=Tomasz Wyderka
|
||||
url=http://www.cofoh.com/mettalic_bottle
|
||||
|
||||
[named_styles]
|
||||
|
||||
default=#000;#fbfaf9;false;false
|
||||
error=#fff;#843121;false;true
|
||||
|
||||
# Editor styles
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
selection=#000;#c48c65;false;true
|
||||
current_line=#000;#fff;true
|
||||
brace_good=#757c75;;true;false
|
||||
brace_bad=#843121;;true;false
|
||||
margin_line_number=#000;#dfd7cf
|
||||
margin_folding=#000;#f6f4f2
|
||||
fold_symbol_highlight=#fff
|
||||
indent_guide=#3d291c
|
||||
caret=#843121
|
||||
marker_line=#000;#1d1613
|
||||
marker_search=#000;#843121
|
||||
marker_mark=#000;#757c75
|
||||
call_tips=#a1654b;#fff;false;false
|
||||
white_space=#a1654b;#fff;true;false
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
comment=#757c75;;false;true
|
||||
comment_doc=#4b4a3a;;false;true
|
||||
comment_line=comment
|
||||
comment_line_doc=comment_doc
|
||||
comment_doc_keyword=comment_doc,bold
|
||||
comment_doc_keyword_error=comment_doc,italic
|
||||
|
||||
number=#644129
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
type=#843121;;true
|
||||
class=type
|
||||
function=#843121
|
||||
parameter=function
|
||||
|
||||
keyword=#1d1613;;true
|
||||
keyword_1=keyword
|
||||
keyword_2=#3d291c;;true;true
|
||||
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=#4b4a3a
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=#000;#e0c0e0
|
||||
character=string_1
|
||||
backticks=string_2
|
||||
here_doc=string_2
|
||||
|
||||
scalar=string_2
|
||||
label=default,bold
|
||||
preprocessor=#c48c65
|
||||
regex=number_1
|
||||
operator=#d0c096
|
||||
decorator=string_1,bold
|
||||
other=#c48c65
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
tag=type
|
||||
tag_unknown=tag,bold
|
||||
tag_end=tag,bold
|
||||
attribute=keyword_1
|
||||
attribute_unknown=attribute,bold
|
||||
value=string_1
|
||||
entity=default
|
||||
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
line_added=#c48c65
|
||||
line_removed=#843121
|
||||
line_changed=#fbfaf9
|
||||
Reference in New Issue
Block a user