Branch: refs/heads/master Author: Dominic Hopf dmaphy@googlemail.com Committer: GitHub noreply@github.com Date: Mon, 11 Jul 2022 13:07:25 UTC Commit: fe96424b672f01c1037e2ab47682e6eb192eae47 https://github.com/geany/geany-themes/commit/fe96424b672f01c1037e2ab47682e6e...
Log Message: ----------- Merge pull request #45 from cycool29/master
Add Hacker theme
Modified Paths: -------------- AUTHORS colorschemes/hacker.conf screenshots/hacker.png
Modified: AUTHORS 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -63,6 +63,10 @@ github.conf Felipe Mesquita <fmesquitacunha(at)gmail(dot)com> *Matthew Brush <matt(at)geany(dot)org> (port to Geany)
+hacker.conf +----------- + *Pau Chen You <cycool29(at)gmail(dot)com> + himbeere.conf ------------- commenthol <commenthol(at)gmail(dot)com>
Modified: colorschemes/hacker.conf 116 lines changed, 116 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,116 @@ +#~ Copyright (C) 2022 Pau Chen You (cycool29) <cycool29(at)gmail(dot)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. + +[theme_info] +name=Hacker +description= A colorscheme inspired by the Retro theme, but with more colours. +# incremented automatically, do not change manually +version=0 +author=Pau Chen You +url=https://github.com/cycool29/hacker-theme-geany +# list of each compatible Geany release version +compat=1.22;1.23;1.23.1;1.24 + +[named_styles] + +default=#0f0;#000;false;false +error=#a52a2a;#000;true;true + +# Editor styles +#------------------------------------------------------------------------------- + +selection=#;#aaa;true;true +current_line=#000;#030;true;false +brace_good=#0f0;#4e9a06;true;false +brace_bad=#0f0;#a52a2a;true;false +margin_line_number=#eee;#282828;false;false +margin_folding=#888a85;#282828;false;false +fold_symbol_highlight=#000 +indent_guide=#474545;#000;false;false +caret=#0f0;#000;false;false +marker_line=#000;#ff0;false;false +marker_search=#000;#b8f4b8;false;false +marker_mark=#000;#b8f4b8; +call_tips=#c0c0c0;#0f0;false;false +white_space=#506369;;true + +# Programming languages +#------------------------------------------------------------------------------- + +comment=#808080;#000;false;false +comment_doc=#0a0;#000;false;true +comment_line=comment +comment_line_doc=comment_doc +comment_doc_keyword=comment_doc,bold +comment_doc_keyword_error=comment_doc,italic + +number=#c80000;#000;false;false +number_1=number +number_2=number_1 + +type=#0f0;#000;true;false +class=#be5f00;#000;true;true +function=type +parameter=#ffa500;#000;true;false + +keyword=#8ae234;#0f0;true;false +keyword_1=#558eff;#000;true;false +keyword_2=#a0a;#000;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=#0099ff;#000;false;false +string_1=string +string_2=string_1 +string_3=default +string_4=default +string_eol=#0f0;#ad7fa8;false;false +character=string +backticks=string_2 +here_doc=string_2 + +scalar=string_2 +label=default,bold +preprocessor=#ad7fa8;#000;true;false +regex=#4e9a06;#000;false;false +operator=#0f0;#000;false;false +decorator=#be5f00;#000;false;false +other=default + +# Markup-type languages +#------------------------------------------------------------------------------- + +tag=#729fcf;#000;true;false +tag_unknown=#0f0;#8c0101;true;false +tag_end=#7392cf;#000;true;false +attribute=#be5f00;#000;false;false +attribute_unknown=#0f0;#8c0101;false;false +value=#0f0;#000;false;false +entity=#ad7fa8;#000;false;false + +# Diff +#------------------------------------------------------------------------------- + +line_removed=#f00;#000;true;false +line_added=#85ff85;#000;true;false +line_changed=#ff0;#0f0;true;false +
Modified: screenshots/hacker.png 0 lines 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).