Branch: refs/heads/master Author: irvirty 115393328+irvirty@users.noreply.github.com Committer: GitHub noreply@github.com Date: Sun, 06 Oct 2024 18:06:18 UTC Commit: 44e5b01784416541fa6ab1a63e4311f474141043 https://github.com/geany/geany-themes/commit/44e5b01784416541fa6ab1a63e4311f...
Log Message: ----------- Theme update: abc light and abc dark (#74)
* Update AUTHORS
Updating my name. "selection" color updated
Modified Paths: -------------- AUTHORS colorschemes/abc-dark.conf colorschemes/abc-light.conf
Modified: AUTHORS 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -14,11 +14,11 @@ to the appropriate person.
abc-dark.conf ------------- - *inonehp <inonehp(at)gmail(dot)com> + *irvirty <irvirty(at)gmail(dot)com>
abc-light.conf -------------- - *inonehp <inonehp(at)gmail(dot)com> + *irvirty <irvirty(at)gmail(dot)com>
bespin.conf -----------
Modified: colorschemes/abc-dark.conf 22 lines changed, 11 insertions(+), 11 deletions(-) =================================================================== @@ -1,5 +1,5 @@ # -# Author <inonehp(at)gmail(dot)com> +# Author <irvirty(at)gmail(dot)com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -20,25 +20,25 @@ # GNU General Public License v2.0 #https://github.com/geany/geany/blob/master/COPYING #https://github.com/geany/geany/blob/d9f8cdbad58d09f0c18ca8acccb49209263018f0... -# Inspired by Github, Sublime Text, Geany +# Inspired by GitHub, Sublime Text, Geany
[theme_info] name=Abc Dark description=Dark flat theme. -version=4.1.5 -author=inonehp +version=4.3.1 +author=irvirty # list of each compatible Geany release version -compat=1.38 +compat=1.38;2.0;
[named_styles]
default=#dbdbdb;#1C1C1C;false;false error=#e37170;#292929;false;italic
# Editor styles -#--------------- +#-------------------------------------------------------------------------------
-selection=#FFFFFF;#FF8914;true;true +selection=#000000;#E7A96B;true;true current_line=#FFFFFF;#262626;true brace_good=#000000;#7FEC75;true;false brace_bad=#000000;#FF5656;true;false @@ -47,14 +47,14 @@ margin_folding=#5C5C5C;#1C1C1C fold_symbol_highlight=#1C1C1C indent_guide=#595959 caret=#fff;#fff;false; -marker_line=#545454;#ECB457 +marker_line=#000000;#E7A96B marker_search=marker_line marker_mark=#545454;#95BFD7 call_tips=#939393;#262626;false;false white_space=#595959;#000000;true;false
# Programming languages -#---------------------- +#-------------------------------------------------------------------------------
comment=#ADADAD comment_doc=comment @@ -102,7 +102,7 @@ decorator=string_1,bold other=default
# Markup-type languages -#----------------------- +#-------------------------------------------------------------------------------
tag=#80B8FF tag_unknown=tag,bold @@ -113,7 +113,7 @@ value=string_1 entity=default
# Diff -#------------------------- +#-------------------------------------------------------------------------------
line_added=#75C075;#ffffff;false;false line_removed=#FF7E7E;#ffffff;false;false
Modified: colorschemes/abc-light.conf 22 lines changed, 11 insertions(+), 11 deletions(-) =================================================================== @@ -1,5 +1,5 @@ # -# Author <inonehp(at)gmail(dot)com> +# Author <irvirty(at)gmail(dot)com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -20,25 +20,25 @@ # GNU General Public License v2.0 #https://github.com/geany/geany/blob/master/COPYING #https://github.com/geany/geany/blob/d9f8cdbad58d09f0c18ca8acccb49209263018f0... -# Inspired by Github, Sublime Text, Geany +# Inspired by GitHub, Sublime Text, Geany
[theme_info] name=Abc Light description=Light flat theme. -version=4.1.5 -author=inonehp +version=4.2.1 +author=irvirty # list of each compatible Geany release version -compat=1.38 +compat=1.38;2.0;
[named_styles]
default=#2B2B2B;#F7F7F7;false;false error=#D44747;#EBEBEB;false;italic
# Editor styles -#--------------- +#-------------------------------------------------------------------------------
-selection=#FFFFFF;#E87800;true;true +selection=#000000;#FFB565;true;true current_line=#4D4D4D;#FFFFFF;true brace_good=#FFFFFF;#5BAB53;true;false brace_bad=#FFFFFF;#D44747;true;false @@ -47,14 +47,14 @@ margin_folding=#969696;#F7F7F7 fold_symbol_highlight=#F7F7F7 indent_guide=#ADADAD caret=#000000;#000000;false; -marker_line=#4F4F4F;#E4964E +marker_line=#000000;#FFB565 marker_search=marker_line marker_mark=#4F4F4F;#80C8F3 call_tips=#565656;#FFFFFF;false;false white_space=#ADADAD;#F7F7F7;true;false
# Programming languages -#---------------------- +#-------------------------------------------------------------------------------
comment=#454545 comment_doc=comment @@ -102,7 +102,7 @@ decorator=string_1,bold other=default
# Markup-type languages -#----------------------- +#-------------------------------------------------------------------------------
tag=#0065BF tag_unknown=tag,bold @@ -113,7 +113,7 @@ value=string_1 entity=default
# Diff -#------ +#-------------------------------------------------------------------------------
line_added=#75C075;#ffffff;false;false line_removed=#FF7E7E;#ffffff;false;false
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).