Skip to content

Instantly share code, notes, and snippets.

@codebrainz
Last active January 13, 2018 00:56
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/a786c868d974118365afe59d5303e47c to your computer and use it in GitHub Desktop.
Save codebrainz/a786c868d974118365afe59d5303e47c to your computer and use it in GitHub Desktop.
#
# Copyright Bernhard Posselt <bernhard.posselt(at)gmx(dot)at>
#
# 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.
#
# Ported from old theme by Matthew Brush <matt(at)geany(dot)org>
#
[theme_info]
name=Douce Nuit
description=Based on the Gedit color scheme Oblivion and the Dark Color
Scheme with rearranged colors.
# incremented automatically, do not change manually
version=1225
author=Françoys Proulx <bFrançoys Proulx(at)gmx(dot)at>
url=http://download.geany.org/contrib/oblivion2.tar.gz
# list of each compatible Geany release version
compat=1.22;1.23;1.23.1;1.24
[named_styles]
default=#fff;#20232c;false;false
error=#fff;#ff7272
# Editor styles
#-------------------------------------------------------------------------------
selection=#fff;#335;false;true
current_line=#fff;#15171e;true;true
brace_good=#fff;#4e9a06;true;false
brace_bad=#fff;#a52a2a;true;false
margin_line_number=#000;#2b2e3b;false;false
margin_folding=#888a85;#2b2e3b;false;false
fold_symbol_highlight=#000
indent_guide=#474545;#2e3436;false;false
caret=#fff;#000;false;false
marker_line=#000;#ff0;false;false
marker_search=#000;#b8f4b8;false;false
marker_mark=#000;#b8f4b8;
call_tips=#c0c0c0;#fff;false;false
white_space=#506369;;true
# Programming languages
#-------------------------------------------------------------------------------
comment=#4b5168;false;false
comment_doc=comment
comment_line=comment
comment_line_doc=comment_doc
comment_doc_keyword=comment_doc,bold
comment_doc_keyword_error=comment_doc,italic
number=#ffff00;false;false
number_1=number
number_2=number_1
type=#39F903;true;false
class=#B3F903
function=#0CF9A2
parameter=function
keyword=#39F903;false;false
keyword_1=keyword
keyword_2=#729fcf;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=#b755fc;#20232c;false;false
string_1=string
string_2=string_1
string_3=default
string_4=default
string_eol=#fff;#ad7fa8;false;false
character=#b755fc;#20232c;false;true
backticks=#f91baf;#20232c;false;true
here_doc=string_2
scalar=string_2
label=default,bold
preprocessor=#ff4261;true;false
regex=#ea02d3;#20232c;false;false
operator=#08E6EF;true;false
decorator=#08E6EF;false;false
other=default
# Markup-type languages
#-------------------------------------------------------------------------------
tag=#729fcf;#2e3436;true;false
tag_unknown=#fff;#8c0101;true;false
tag_end=#7392cf;#2e3436;true;false
attribute=#fff;#2e3436;true;false
attribute_unknown=#fff;#8c0101;false;false
value=#4575b6;#2e3436;false;false
entity=#ad7fa8;#2e3436;false;false
# Diff
#-------------------------------------------------------------------------------
line_added=#729fcf;#2e3436;true;false
line_removed=#8ae234;#2e3436;true;false
line_changed=#fff;#fff;true;false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment