Fix dotfiles structure
This commit is contained in:
125
.config/geany/colorschemes/black.conf
Executable file
125
.config/geany/colorschemes/black.conf
Executable file
@@ -0,0 +1,125 @@
|
||||
#
|
||||
# Copyright 2013 Paul Lenton (EckoZero) <lentonp(at)gmail(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.
|
||||
#
|
||||
# This is a remix of vibrant-ink, originally by Jason Wilson
|
||||
# <jason.wilson(at)gmail(dot)com>
|
||||
# Thanks Jason! My remix is licensed under the exact same terms as
|
||||
# Jason's original (GNU GPLv2)
|
||||
#
|
||||
|
||||
|
||||
[theme_info]
|
||||
name=Black Scheme
|
||||
description=Black background, other colours
|
||||
# incremented automatically, do not change manually
|
||||
version=1237
|
||||
author=Paul Lenton <lentonp(at)gmail(dot)com>
|
||||
# list of each compatible Geany release version
|
||||
compat=1.22;1.23;1.23.1;1.24
|
||||
|
||||
|
||||
[named_styles]
|
||||
|
||||
default=#fff;#000;false;false
|
||||
error=#ff80c0;#000;false;false
|
||||
|
||||
# Editor styles
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
selection=#f00;#404040;false;true
|
||||
current_line=#8dc63f;#330;true;false
|
||||
brace_good=#ff0;#000;true;false
|
||||
brace_bad=#c5360f;#000;true;false
|
||||
margin_line_number=#b2aeab;#404040;false;false
|
||||
margin_folding=#222;#111;false;false
|
||||
fold_symbol_highlight=#fff
|
||||
indent_guide=#066;;false;false
|
||||
caret=#fff;#066;false;false
|
||||
marker_line=#ff208c;#80d4b2;false;false
|
||||
marker_search=#ff0;#f00;false;false
|
||||
marker_mark=#810000;#000;false;false
|
||||
call_tips=#ccc;#fff;false;false
|
||||
white_space=#ccc;;true
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
comment=#f00
|
||||
comment_doc=#f00;#070707;false;false
|
||||
comment_line=comment
|
||||
comment_line_doc=comment_doc
|
||||
comment_doc_keyword=comment_doc,bold
|
||||
comment_doc_keyword_error=comment_doc,italic
|
||||
|
||||
number=#28a8b4
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
type=#fff;;true;false
|
||||
class=type
|
||||
function=default
|
||||
parameter=function
|
||||
|
||||
keyword=#f39;;true;false
|
||||
keyword_1=keyword
|
||||
keyword_2=#6f0;;true;false
|
||||
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=#8dc63f
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=#8dc63f;#000;false;false
|
||||
character=string_1
|
||||
backticks=string_2
|
||||
here_doc=string_2
|
||||
|
||||
scalar=string_2
|
||||
label=default,bold
|
||||
preprocessor=#fff
|
||||
regex=number_1
|
||||
operator=#fc0
|
||||
decorator=string_1,bold
|
||||
other=default
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
tag=#6f0;#000;false;false
|
||||
tag_unknown=#ccc;#000;false;false
|
||||
tag_end=#fff;#000;false;false
|
||||
attribute=#bd96bd;#000;false;false
|
||||
attribute_unknown=#fff;#000;false;false
|
||||
value=#6f0;#000;false;false
|
||||
entity=#fff;#000;false;false
|
||||
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
line_added=#00f5ff;#000;false;false
|
||||
line_removed=#ff0;#000;false;false
|
||||
line_changed=#399;#000;false;false
|
||||
Reference in New Issue
Block a user