diff --git a/colorschemes/dark-abc.conf b/colorschemes/dark-abc.conf new file mode 100644 index 0000000..2ac6587 --- /dev/null +++ b/colorschemes/dark-abc.conf @@ -0,0 +1,107 @@ +# +# GNU General Public License +# +#https://github.com/geany/geany/blob/d9f8cdbad58d09f0c18ca8acccb49209263018f0/data/filedefs/filetypes.common#L2 + + + +[theme_info] +name=Dark Abc +description=Dark (Inspired by Github, Sublime Text, Geany) +version=4.1.0 +author=none +# list of each compatible Geany release version +compat=1.38 + +[named_styles] + +default=#dbdbdb;#1C1C1C;false;false +error=#e37170;#292929;false;italic + + +# Editor styles +#--------------- + +selection=#FFFFFF;#FF8914;true;true +current_line=#FFFFFF;#262626;true +brace_good=#000000;#7FEC75;true;false +brace_bad=#000000;#FF5656;true;false +margin_line_number=#6E6E6E;#1C1C1C +margin_folding=#5C5C5C;#1C1C1C +fold_symbol_highlight=#1C1C1C +indent_guide=#595959 +caret=#fff;#fff;false; +marker_line=#545454;#ECB457 +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 +comment_line=comment +comment_line_doc=comment_doc +comment_doc_keyword=comment_doc,bold +comment_doc_keyword_error=comment_doc,italic + +number=#8AD1FF +number_1=number +number_2=number_1 + +type=#50AAB3;;true;false +class=type +function=#BF6069 +parameter=#23B0E6 + +keyword=#BF6069;;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=#6BB37C +string_1=string +string_2=string_1 +string_3=default +string_4=default +string_eol=string_1;0xe0c0e0;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=#85C6CC +attribute_unknown=attribute,bold +value=string_1 +entity=default + +# Diff +#------------------------- + +line_added=0x34b034;0xffffff;false;false +line_removed=0xff2727;0xffffff;false;false +line_changed=0x7f007f;0xffffff;false;false + + + diff --git a/colorschemes/light-abc.conf b/colorschemes/light-abc.conf new file mode 100644 index 0000000..b10fb73 --- /dev/null +++ b/colorschemes/light-abc.conf @@ -0,0 +1,114 @@ +# +# GNU General Public License v2.0 +#https://github.com/geany/geany/blob/master/COPYING +# +#https://github.com/geany/geany/blob/d9f8cdbad58d09f0c18ca8acccb49209263018f0/data/filedefs/filetypes.common#L2 + + + +[theme_info] +name=Light Abc +description=Light (Inspired by Github, Sublime Text, Geany) +version=4.1.0 +author=none +# list of each compatible Geany release version +compat=1.38 + +[named_styles] + +default=#2B2B2B;#F7F7F7;false;false +error=#D44747;#EBEBEB;false;italic + +# Editor styles +#--------------- + +selection=#FFFFFF;#E87800;true;true +current_line=#4D4D4D;#FFFFFF;true +brace_good=#FFFFFF;#5BAB53;true;false +brace_bad=#FFFFFF;#D44747;true;false +margin_line_number=#7D7D7D;#F7F7F7 +margin_folding=#969696;#F7F7F7 +fold_symbol_highlight=#F7F7F7 +indent_guide=#ADADAD +caret=#000000;#000000;false; +marker_line=#4F4F4F;#E4964E +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 +comment_line=comment +comment_line_doc=comment_doc +comment_doc_keyword=comment_doc,bold +comment_doc_keyword_error=comment_doc,italic + +number=#46a1db +number_1=number +number_2=number_1 + +type=#2C8E99;;true;false +class=type +function=#BF4D58 +parameter=#2DA4B2 + +keyword=#BF4D58;;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=#166E2E +string_1=string +string_2=string_1 +string_3=default +string_4=default +string_eol=string_1;0xe0c0e0;false;false +character=string_1 +backticks=string_2 +here_doc=string_2 + +label=default,bold +preprocessor=#007299 +regex=number_1 +operator=default +decorator=string_1,bold +other=default + +# Markup-type languages +#----------------------- + +tag=#0065BF +tag_unknown=tag,bold +tag_end=tag,bold +attribute=#116269 +attribute_unknown=attribute,bold +value=string_1 +entity=default + +# Diff +#------ + +line_added=0x34b034;0xffffff;false;false +line_removed=0xff2727;0xffffff;false;false +line_changed=0x7f007f;0xffffff;false;false + + + + + + + + + + diff --git a/screenshots/dark-abc.png b/screenshots/dark-abc.png new file mode 100644 index 0000000..a217db2 Binary files /dev/null and b/screenshots/dark-abc.png differ diff --git a/screenshots/light-abc.png b/screenshots/light-abc.png new file mode 100644 index 0000000..ebd1271 Binary files /dev/null and b/screenshots/light-abc.png differ