Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Winter color scheme #55

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ ubuntu.conf
-----------
*James Brierley <jmb8710(at)gmail(dot)com>

winter-scheme.conf
*Díaz Urbaneja Víctor Eduardo Diex <diaz.victor@openmailbox.org>

vibrant-ink.conf
----------------
Jason Wilson <jason.willson(at)gmail(dot)com>
Expand Down
130 changes: 130 additions & 0 deletions colorschemes/winter-scheme.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
# winter-scheme.conf
#
# Copyright 2017 Diaz Urbaneja Victor Eduardo Diex <diaz.victor@openmailbox.org>
#
# 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 = Winter Sheme
description = Light Colors Scheme for Geany.
description[en_US] = Light Colors Scheme for Geany.
description[es_ES] = Color de schema light para Geany
version = 2.0
author = Díaz Urbaneja Víctor Eduardo Diex <diaz.victor@openmailbox.org>
url = https://github.com/diazvictor/geany-winter-scheme
## list of each compatible Geany release version
compat = 1.32;1.33

[named_colors]
bakcground_default = #f8f8f8
color_default = #777
grey = #c0c0c0

[named_styles]
default = #777;#f8f8f8;false;false
error = #f00;#bfbfbf;false;italic
#-------------------------------------------------------------------------------
# Editor styles
#-------------------------------------------------------------------------------
selection = false;#c0c0c0;false;true
current_line = ;#f0f0f0;true
caret = #777;
brace_good = #fff;#2f6f9f;false;false
brace_bad = #fff;#e74837
margin_line_number = #7f7f7f;#ececec
margin_folding = #7f7f7f;#ececec
fold_symbol_highlight = #d7d5d5
marker_line = #7f7f7f;#ececec
marker_search = ;#c0c0c0
marker_mark = #7f7f7f;#ececec
indent_guide = #bfbfbf;#f8f8f8;false;false
white_space = #bfbfbf;#f8f8f8;true;true

#-------------------------------------------------------------------------------
# Generic programming languages
#-------------------------------------------------------------------------------

comment = #998
comment_doc = #998
comment_line = comment
comment_line_doc = comment_doc
comment_doc_keyword = comment_doc,bold
comment_doc_keyword_error = comment_doc,italic

number = #4f9fcf
number_1 = number
number_2 = number_1

type = #2f6f9f;;false
type_bold = #0086b3;;false
class = type_bold
function = type_bold
parameter = function

keyword = #2f6f9f;false;false;false
keyword_1 = keyword
keyword_2 = #0086b3;false;false;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 = #d44950
string_1 = string
string_2 = string_1
string_3 = default
string_4 = default
string_eol = string_1,italic
character = string_1
backtick = string_2
here_doc = string_2

scalar = string_2
label = default,bold
preprocessor = #0f8787;;true
regex = number_1
operator = default
decorator = string_1,bold
other = default

#-------------------------------------------------------------------------------
# Markup-type languages
#-------------------------------------------------------------------------------

tag = type
tag_unknown = tag,bold
tag_end = tag,bold
attribute = #4f9fcf
attribute_unknown = attribute,bold
value = string_1
entity = default


#-------------------------------------------------------------------------------
# Diff
#-------------------------------------------------------------------------------

line_added = #007b0d
line_removed = #e74837
line_changed = #e7b937
Binary file added screenshots/winter-scheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.