Skip to content

Instantly share code, notes, and snippets.

@codebrainz
Created March 31, 2017 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codebrainz/2feac31b0398f91c59a3b909da0bcd26 to your computer and use it in GitHub Desktop.
Save codebrainz/2feac31b0398f91c59a3b909da0bcd26 to your computer and use it in GitHub Desktop.
#
# ╭─┬╮╭─┬─┬─┬┬╮ ╭┬─┬─┬─┬─┬─╮╭┬─╮
# ├╴│╰┼╴│╭┼╴├ ┤ ╭╯│││╶┤ │╶┤ ├╯│││
# │││╶┤││││││││ │││╶┤ │││ │││││╶┤
# ╰─┴─┴─┴╯╰─┴┴╯ ╰─┴─┴─┴─┴─┴─┴─┴─╯
#
# 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=KoffieShop
description=A warm and cozy theme with sepia flavor.
version=2.02
author=Holger Koch (atarax)
url=http://www.decocode.de/kontakt
[named_styles]
default=0xf7f7a1;0x2f2104;;
error=0xf0f042;0xec1313;true;
alien=0xff0000;0xffffff;;
# Editor styles
#-------------------------------------------------------------------------------
selection=0x000000;0xeca413;true;true
current_line=;0x181002;true;
brace_good=0xeca413;;true;
brace_bad=0xec1313;;true;
margin_line_number=0xffffff;0x4d4d4d;;
margin_folding=0x808080;0x000000;;
fold_symbol_highlight=0xeca413;;;
indent_guide=0x76520a;;;
caret=0xffffff;;;
marker_search=;0xff0000;;
marker_mark=0xeca413;0xeca413;;
marker_line=0xecec13;0xecec13;;
call_tips=0xffffff;0x666666;true;true
white_space=0x76520a;;true;
# Programming languages
#-------------------------------------------------------------------------------
comment=0xcccccc;0x5e4108;;true
comment_doc=0xffffff;0x5e4108;;
comment_line=0xcccccc;0x5e4108;;true
comment_line_doc=default
comment_doc_keyword=0xecec13;0x5e4108;;
comment_doc_keyword_error=0xf47171;0x5e4108;true;
number=;0x5e4108;true;
number_1=0xecec13;;true;
number_2=0xffffff;;true;
type=0xf4b371;;true;
class=0xecec13;;false;
function=0xecec13;;true;
parameter=0xf4b371;;;
keyword=0xecec13;;true;
keyword_1=0xf0b642;;true;
keyword_2=;;true;
keyword_3=default
keyword_4=default
identifier=0xecec13;;;
identifier_1=0xee8c2b;;;
identifier_2=0xd47311;;;
identifier_3=0xf2a65a;;;
identifier_4=0xee8c2b;;;
string=0xecc813;;;
string_1=0xecc813;;;
string_2=0xf2d85a;;;
string_3=;;true;
string_4=;;;true
string_eol=0xec1313;;true;
character=0xf2d85a;;;
backticks=;;true;
here_doc=0xf9eeb8;;;
scalar=default
label=0xee8c2b;;;
preprocessor=0xee8c2b;;;
regex=0xf04242;;true;
operator=0xa5590d;;;
decorator=0xf04242;;true;
other=default
# Markup-type languages
#-------------------------------------------------------------------------------
tag=0xecec13;;true;
tag_unknown=0xecec13;;true;true
tag_end=0xecec13;;true;
attribute=0xee8c2b;;;
attribute_unknown=0xee8c2b;;;true
value=0xecc813;;;
entity=0xffffff;;;
# Diff
#-------------------------------------------------------------------------------
line_added=0x51c639;;true;
line_removed=0xf04242;;true;
line_changed=0xecec13;;true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment