Branch: refs/heads/master Author: Matthew Brush mbrush@codebrainz.ca Committer: Matthew Brush mbrush@codebrainz.ca Date: Wed, 01 Jan 2014 02:13:06 UTC Commit: 259735f4c7ef34a20bf44d9f05c641af3fba2516 https://github.com/geany/geany-themes/commit/259735f4c7ef34a20bf44d9f05c641a...
Log Message: ----------- Merge branch 'phpbased/master'
Modified Paths: -------------- AUTHORS colorschemes/notepad-plus-plus.conf screenshots/notepad-plus-plus.png
Modified: AUTHORS 5 files changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -62,6 +62,11 @@ monokai.conf ------------ *Thanh Tran <trongthanh(at)gmail(dot)com>
+notepad-plus-plus.conf +---------------------- + Paul <phpbased(dot)net(at)gmail(dot)com> + *Matthew Brush <matt(at)geany(dot)org> (port to newer Geany) + oblivion2.conf -------------- Bernhard Posselt <bernhard.posselt(at)gmx(dot)at>
Modified: colorschemes/notepad-plus-plus.conf 122 files changed, 122 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,122 @@ +# +# Copyright 2013 Paul phpbased.net@gmail.com +# +# 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. +# +# Note: Notepad++ port + +[theme_info] +name=Notepad-plus-plus +description=Default theme port from Notepad++ +version=1.22 +author=Paul phpbased.net@gmail.com +url= +# list of each compatible Geany release version +compat=1.22;1.23;1.23.1;1.24 + + +[named_styles] + +default=#000080;#fefcf5 +error=#f00;#bfbfbf + +# Editor styles +#------------------------------------------------------------------------------- + +selection=;#c0c0c0;false;true +current_line=#e8e8ff;#e8e8ff;true;true +brace_good=#ff0000;;true +brace_bad=#ff0000 +margin_line_number=#808080;#e4e4e4 +margin_folding=#808080;#f3f3f3 +fold_symbol_highlight=#fff +indent_guide=#c0c0c0;#fff;true;true +caret=#8000FF;#fefcf5 + +marker_line=#7f7f7f;#ececec +marker_search=;#00ff00 +marker_mark=#7f7f7f;#ececec + +call_tips=default +white_space=#c0c0c0;#fff;true;false + +# Generic programming languages +#------------------------------------------------------------------------------- + +comment=#008000 +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=#ff8000 +number_1=number +number_2=#ff0000 + +type=#0000ff;#fff +class=type +function=#900 +parameter=function + +keyword=#0000ff;#fefcf5;true +keyword_1=keyword +keyword_2=#aa2c8c;;true +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=#808080;#fefcf5 +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=#000080;#fefcf5 +regex=number_1 +operator=#8000ff;#fefcf5 +decorator=string_1,bold +other=default + + +# Markup-type languages +#------------------------------------------------------------------------------- + +tag=type +tag_unknown=tag,bold +tag_end=tag,bold +attribute=#ff0000 +attribute_unknown=attribute,bold +value=#8000ff;#fff +entity=default + +# Diff +#------------------------------------------------------------------------------- + +line_added=#3de737 +line_removed=#e74837 +line_changed=#e7b937
Modified: screenshots/notepad-plus-plus.png 0 files changed, 0 insertions(+), 0 deletions(-) =================================================================== No diff available, check online
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).