Skip to content

Instantly share code, notes, and snippets.

@crabcrabcam
Last active August 14, 2017 11:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crabcrabcam/4cc7c08820e32195bf2bb1b163f94860 to your computer and use it in GitHub Desktop.
Save crabcrabcam/4cc7c08820e32195bf2bb1b163f94860 to your computer and use it in GitHub Desktop.
Dark theme for Geany
#Copyright 2017 Cameron Reid <cameron[at]camreid[dot]co[dot]uk>
#
#Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
#
#1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
#
#2. 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.
#
#3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
#
#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.
# My favourite font :)
# http://www.dafont.com/bitstream-vera-mono.font
[theme_info]
name=CamDark
description=Cameron Reid's dark theme :)
version=0.1
author=Cameron Reid <cameron[at]camreid[dot]co[dot]uk>
[named_styles]
default=#FCFCFC;#111111;false;false
error=#ff80c0;#000;false;false
# Editor styles
#-------------------------------------------------------------------------------
selection=#555555;#555555;false;true
current_line=#393939;#393939;true;false
brace_good=#545454;#FFDF16;true;false
brace_bad=#FAFAFA;#000;true;false
margin_line_number=#e4e4e4;#404040;false;false
margin_folding=#222;#111;false;false
fold_symbol_highlight=#FAFAFA
indent_guide=#c0c0c0;;false;false
caret=#FAFAFA;#112435;false;false
marker_line=#5F5F5F;#5F5F5F;false;false
marker_search=#ff0;#f00;false;false
marker_mark=#c00000;#000;false;false
call_tips=#c0c0c0;#FAFAFA;false;false
white_space=#424242;;true
# Programming languages
#-------------------------------------------------------------------------------
comment=#909090
comment_doc=#909090;#909090;false;false
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic
number=#6348FF
number_1=number
number_2=number_1
type=#FAFAFA;;true;false
class=type
function=#188E10
parameter=function
keyword=#FAFAFA;;true;false
keyword_1=#11FF
keyword_2=#1266B7;;true;false
keyword_3=FF0000
keyword_4=0000FF
identifier=00FF00
identifier_1=identifier
identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=identifier_1
string=#8D0000
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=#ccc;#000;false;false
character=string_1
backtick=string_2
here_doc=string_2
scalar=string_2
label=default,bold
preprocessor=#edf8f9
regex=number_1
operator=#FAFAFA
decorator=string_1,bold
other=default
# Markup-type languages
#-------------------------------------------------------------------------------
tag=#22FF22;#111111;false;false
tag_unknown=#FAFAFA;#000;false;false
tag_end=#FAFAFA;#000;false;false
attribute=#FCFCFC;#111111;false;false
attribute_unknown=#FCFCFC;#111111;false;false
value=#FF11FF;#000;false;false
entity=#FAFAFA;#000;false;false
# Diff
#-------------------------------------------------------------------------------
line_added=#399;#000;false;false
line_removed=#808040;#000;false;false
line_changed=#9c9;#000;false;false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment