Branch: refs/heads/master Author: JustAGuyLinux jag@justaguylinux.com Committer: GitHub noreply@github.com Date: Sun, 16 Feb 2025 12:36:14 UTC Commit: 82cf563c02df7bc87f95ec64a3e72478cc75b77f https://github.com/geany/geany-themes/commit/82cf563c02df7bc87f95ec64a3e7247...
Log Message: ----------- Add Carbonfox, Octagon and UndertheSea themes (#83)
* adding octagon.conf
Adding octagon.conf to the geany-themes with potentially adding to the geany-themes project.
* adding Under
* Create carbonfox.conf
* Update carbonfox.conf
* added licensing and more
Added licensing. Changed the AUTHOR file. Added carbonfox screenshot. Attempted to fix config errors but am not able to replicate. Tried to make consistent with other authors.
* change email address
change author email address.
* Fixed errors on carbonfox and octagon
Modified Paths: -------------- AUTHORS colorschemes/carbonfox.conf colorschemes/octagon.conf colorschemes/underthesea.conf screenshots/carbonfox.png screenshots/octagon.png screenshots/underthesea.png
Modified: AUTHORS 12 lines changed, 12 insertions(+), 0 deletions(-) =================================================================== @@ -32,6 +32,10 @@ bespin.conf black.conf ---------- *Paul Lenton (EckoZero) <lentonp(at)gmail(dot)com> + +carbonfox.conf +---------- + *Drew Griffin (JustAGuy Linux) <jag(at)justaguylinux(dot)com>
cyber-sugar.conf ---------------- @@ -130,6 +134,10 @@ oblivion2.conf -------------- Bernhard Posselt <bernhard.posselt(at)gmx(dot)at> *Matthew Brush <matt(at)geany(dot)org> (port to newer Geany) + +octagon.conf +---------- + *Drew Griffin (JustAGuy Linux) <jag(at)justaguylinux(dot)com>
one-dark.conf -------------- @@ -191,6 +199,10 @@ tinge.conf ubuntu.conf ----------- *James Brierley <jmb8710(at)gmail(dot)com> + +underthesea.conf +---------- + *Drew Griffin (JustAGuy Linux) <jag(at)justaguylinux(dot)com>
vibrant-ink.conf ----------------
Modified: colorschemes/carbonfox.conf 105 lines changed, 105 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,105 @@ +# 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 3 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, see https://www.gnu.org/licenses/. +# +# Colors selected by jag(at)justaguylinux(dot)com +# Colors adapted from the Carbonfox theme (Nightfox for Ghostty) +# Author: Drew Griffn + +[theme_info] +name=Carbonfox +description=Dark theme inspired by Carbonfox. +version=0.2.0 +author=Drew Griffin +compat=1.38;2.0; + +[named_styles] + +default=#f2f4f8;#1c2736;false;false +error=#ee5396;#282828;false;italic + +# Editor styles +#------------------------------------------------------------------------------- + +selection=#f2f4f8;#484848;true;true +current_line=#f2f4f8;#282828;true +brace_good=#161616;#25be6a;true;false +brace_bad=#161616;#ee5396;true;false +margin_line_number=#4B5263;#161616 +margin_folding=#484848;#282828 +fold_symbol_highlight=#939393 +indent_guide=#484848 +caret=#dbc704;#f2f4f8;false; +marker_line=#161616;#ee5396 +marker_search=marker_line +marker_mark=#545454;#78a9ff +call_tips=#939393;#262626;false;false +white_space=#595959;#161616;true;false + +# Programming languages +#------------------------------------------------------------------------------- + +comment=#a7adba;;;true +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=#dbc704 +number_1=number +number_2=number_1 + +type=#25be6a;;true;false +class=type +function=#be95ff +parameter=#33b1ff + +keyword=#be95ff;;true;false +keyword_1=keyword +keyword_2=keyword_1 +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=#25be6a +string_1=string +string_2=string_1 +string_3=default +string_4=default +string_eol=#25be6a;#000;false;false +character=string_1 +backticks=string_2 +here_doc=string_2 + +label=default,bold +preprocessor=#78a9ff +regex=number_1 +operator=default +decorator=string_1,bold +other=default + +# Markup-type languages +#------------------------------------------------------------------------------- + +tag=#78a9ff +tag_unknown=tag,bold +tag_end=tag,bold +attribute=#25be6a +attribute_unknown=attribute,bold +value=string_1 +entity=default + +# Diff +#------------------------------------------------------------------------------- + +line_added=#46c880;#ffffff;false;false +line_removed=#f16da6;#ffffff;false;false +line_changed=#c8a5ff;#ffffff;false;false
Modified: colorschemes/octagon.conf 126 lines changed, 126 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,126 @@ +# 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 3 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, see https://www.gnu.org/licenses/. +# +# Colors selected by jag(at)justaguylinux(dot)com +# Colors adapted from the Monokia Pro theme (https://github.com/loctvl842/monokai-pro.nvim) +# Author: Drew Griffn + +[theme_info] +name=Octagon +description=A dark theme using Monokai Pro Octagon color palette +# incremented automatically, do not change manually +version=0.1.0 +author=Drew Griffin +compat=1.38;2.0;# Octagon is a theme inspired by https://github.com/loctvl842/monokai-pro.nvim: +# Colors selected by DrewG @ justaguylinux(dot)com + +[named_colors] +bg=#282a3a +bg+1=#3a3d4b +bg+2=#535763 +fg-4=#696d77 +fg-3=#888d94 +fg-2=#a0a5ae +fg-1=#eaf2f1 +fg=#f5f9f8 + +white=#ffffff +red=#ff657a +orange=#ff9b5e +yellow=#ffd76d +green=#bad761 +blue=#9cd1bb +purple=#c39ac9 +pink=#ff657a + +[named_styles] +default=fg;bg;false;false +error=red;bg+1;false;false + +# Editor styles +#------------------------------------------------------------------------------- + +selection=bg+2;fg-4;false;true +current_line=bg+1;;true;false +brace_good=blue;;true;false +brace_bad=red;bg;true;false +margin_line_number=fg-3;bg+1;false;false +margin_folding=fg-4;bg+2;false;false +fold_symbol_highlight=fg-3 +indent_guide=fg-4 +caret=fg;bg;false +marker_line=fg-2;yellow +marker_search=blue;bg+1;false;false +marker_mark=orange;bg;false;false +call_tips=fg-1;bg+2;false;false +white_space=fg-4;;true + +# Programming languages +#------------------------------------------------------------------------------- + +comment=fg-3;;;true +comment_doc=fg-3;bg+1;false;false +comment_line=comment +comment_line_doc=comment_doc +comment_doc_keyword=comment_doc,bold +comment_doc_keyword_error=comment_doc,italic + +number=green +number_1=number +number_2=number_1 + +type=purple;;true;false +class=type +function=type +parameter=function + +keyword=orange;;true;false +keyword_1=keyword +keyword_2=yellow;;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=red +string_1=string +string_2=string_1 +string_3=default +string_4=default +string_eol=red;#000;false;false +character=string_1 +backticks=string_2 +here_doc=string_2 + +scalar=string_2 +label=default,bold +preprocessor=fg-2 +regex=number_1 +operator=orange +decorator=string_1,bold +other=default + +# Markup-type languages +#------------------------------------------------------------------------------- + +tag=yellow;bg+1;false;false +tag_unknown=green;bg;false;false +tag_end=fg-2;bg;false;false +attribute=orange;bg+1;false;false +attribute_unknown=green;bg;false;false +value=fg;bg;false;false +entity=fg;bg;false;false + +# Diff +#------------------------------------------------------------------------------- + +line_added=green;bg+1;false;false +line_removed=red;bg;false;false +line_changed=blue;bg+2;false;false
Modified: colorschemes/underthesea.conf 105 lines changed, 105 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,105 @@ +# 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 3 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, see https://www.gnu.org/licenses/. +# +# Colors selected by jag(at)justaguylinux(dot)com +# UndertheSea is a theme inspired by the UnderTheSea iterm2colorscheme + + +[theme_info] +name=UndertheSea +description=Dark flat theme. +version=0.1.0 +author=Drew Griffn +compat=1.38;2.0; + +[named_styles] + +default=#D8DEE9;#1B2B34;false;false +error=#EC5F67;#343D46;false;italic + +# Editor styles +#------------------------------------------------------------------------------- + +selection=#000000;#A3BE8C;true;true +current_line=#FFFFFF;#343D46;true +brace_good=#000000;#7FEC75;true;false +brace_bad=#000000;#FF5656;true;false +margin_line_number=#C0C5CE;#17252c +margin_folding=#5C5C5C;#17252C +fold_symbol_highlight=#17252C +indent_guide=#4F5B66 +caret=#fff;#fff;false; +marker_line=#000000;#EC5F67 +marker_search=marker_line +marker_mark=#545454;#95BFD7 +call_tips=#939393;#262626;false;false +white_space=#595959;#000000;true;false + +# Programming languages +#------------------------------------------------------------------------------- + +comment=#a7adba;;;true +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=#F99157 +number_1=number +number_2=number_1 + +type=#A3BE8C;;true;false +class=type +function=#c594c5 +parameter=#23B0E6 + +keyword=#C594C5;;true;false +keyword_1=keyword +keyword_2=keyword_1 +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=#A3BE8C +string_1=string +string_2=string_1 +string_3=default +string_4=default +string_eol=#A3BE8C;#6E006E;false;false +character=string_1 +backticks=string_2 +here_doc=string_2 + +label=default,bold +preprocessor=#45BDE6 +regex=number_1 +operator=default +decorator=string_1,bold +other=default + +# Markup-type languages +#------------------------------------------------------------------------------- + +tag=#80B8FF +tag_unknown=tag,bold +tag_end=tag,bold +attribute=#A3BE8C +attribute_unknown=attribute,bold +value=string_1 +entity=default + +# Diff +#------------------------------------------------------------------------------- + +line_added=#75C075;#ffffff;false;false +line_removed=#FF7E7E;#ffffff;false;false +line_changed=#A46FA4;#ffffff;false;false
Modified: screenshots/carbonfox.png 0 lines changed, 0 insertions(+), 0 deletions(-) =================================================================== No diff available, check online
Modified: screenshots/octagon.png 0 lines changed, 0 insertions(+), 0 deletions(-) =================================================================== No diff available, check online
Modified: screenshots/underthesea.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).