Skip to content

Instantly share code, notes, and snippets.

@codebrainz
Created March 31, 2017 22:41
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/a4b7712e09ca646432a27991594390c9 to your computer and use it in GitHub Desktop.
Save codebrainz/a4b7712e09ca646432a27991594390c9 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=GreenScreen
description=Good for coding at night.
version=2.02
author=Holger Koch (atarax)
url=http://www.decocode.de/kontakt
[named_styles]
default=0xffffff;0x1d2f04;;
error=0xf0f042;0xec1313;true;
alien=0xff0000;0xffffff;;
# Editor styles
#-------------------------------------------------------------------------------
selection=0x000000;0xa7f042;true;true
current_line=;0x0f1802;true;
brace_good=0xeca413;;true;
brace_bad=0xec1313;;true;
margin_line_number=0xffffff;0x4d4d4d;;
margin_folding=0x808080;0x000000;;
fold_symbol_highlight=0xbdf471;;;
indent_guide=0x578e0b;;;
caret=0xffffff;;;
marker_search=;0xff0000;;
marker_mark=0x92ec13;0x92ec13;;
marker_line=0xecec13;0xecec13;;
call_tips=0xffffff;0x666666;true;true
white_space=0x578e0b;;true;
# Programming languages
#-------------------------------------------------------------------------------
comment=0xcccccc;0x43532d;;true
comment_doc=0xffffff;0x43532d;;
comment_line=0xcccccc;0x43532d;;true
comment_line_doc=default
comment_doc_keyword=0xa7f042;0x43532d;;
comment_doc_keyword_error=0xf25a5a;0x43532d;true;
number=0xf9e4b8;0x43532d;;
number_1=0xe2a1f7;;true;
number_2=0xb8cef9;;true;
type=0xe2a1f7;;true;
class=0xeca413;;;
function=0xecec13;;true;
parameter=0x719df4;;;
keyword=0xecec13;;true;
keyword_1=0xeca413;;true;
keyword_2=0xb8cef9;;true;
keyword_3=default
keyword_4=default
identifier=0xa7f042;;;
identifier_1=0xb8cef9;;;
identifier_2=0x89adf5;;;
identifier_3=0x5a8cf2;;;
identifier_4=0xb8cef9;;;true
string=0xa7f042;;;
string_1=0xa7f042;;;
string_2=0xc8f589;;;
string_3=;;true;
string_4=;;;true
string_eol=0xec1313;;true;
character=0xc8f589;;;
backticks=0xffffff;;true;
here_doc=0xe9fbd0;;;
scalar=default
label=0xeca413;;;true
preprocessor=0xb8cef9;;;
regex=0xf04242;;;
operator=0xecec13;;;
decorator=0xffffff;;true;
other=default
# Markup-type languages
#-------------------------------------------------------------------------------
tag=0xeca413;;true;
tag_unknown=0xeca413;;true;true
tag_end=0xeca413;;true;
attribute=0xb8cef9;;;
attribute_unknown=0xb8cef9;;;true
value=0x92ec13;;;
entity=0xf04242;;;
# Diff
#-------------------------------------------------------------------------------
line_added=0x37ec13;;;
line_removed=0xec1313;;;
line_changed=0xeca413;;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment