diff --git a/AUTHORS b/AUTHORS index 9032d10..d54e8c0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -151,6 +151,9 @@ ubuntu.conf ----------- *James Brierley +winter-scheme.conf + *Díaz Urbaneja Víctor Eduardo Diex + vibrant-ink.conf ---------------- Jason Wilson diff --git a/colorschemes/winter-scheme.conf b/colorschemes/winter-scheme.conf new file mode 100644 index 0000000..e326c6f --- /dev/null +++ b/colorschemes/winter-scheme.conf @@ -0,0 +1,130 @@ +# winter-scheme.conf +# +# Copyright 2017 Diaz Urbaneja Victor Eduardo Diex +# +# 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 +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 diff --git a/screenshots/winter-scheme.png b/screenshots/winter-scheme.png new file mode 100644 index 0000000..f2f6242 Binary files /dev/null and b/screenshots/winter-scheme.png differ