diff --git a/AUTHORS b/AUTHORS index a36ea4a..0e02695 100644 --- a/AUTHORS +++ b/AUTHORS @@ -72,6 +72,10 @@ inkpot.conf ----------- *Campbell Barton +kary-pro-colors-light.conf & kary-pro-colors-dark.conf +------------------------------------------------------ + *Pouya Kary + kugel.conf ---------- *Thomas Martitz diff --git a/colorschemes/kary-pro-colors-dark.conf b/colorschemes/kary-pro-colors-dark.conf new file mode 100644 index 0000000..8afc206 --- /dev/null +++ b/colorschemes/kary-pro-colors-dark.conf @@ -0,0 +1,110 @@ +[theme_info] +name=Kary Pro Colors - Bare Dark +description=A basic version of the Kary Pro Colors Dark for Geany. +version=1.0 +author=Pouya Kary +url=https://github.com/pouyakary/procolors + +# ────────────────────────────────────────────────────────────────────── + +[named_colors] +pro_comment=#707070 +pro_gray=#CCCCCC +pro_dark_gray=#CACACA +pro_blue=#819DC2 +pro_green=#7DA76F +pro_red=#D38569 +pro_pink=#B98EB2 +pro_orange=#BC9550 +pro_background=#1A1A1A +pro_selection_background=#1B424E +pro_line_highlight=#242424 +pro_caret=#00BBEC +pro_invisibles=#474747 + +[named_styles] +default=pro_gray;pro_background;false;false +error=0xffffff;0xff0000;false;true + +# ────────────────────────────────────────────────────────────────────── + +selection=gray;pro_selection_background;false;true +current_line=gray;pro_line_highlight;true + +brace_good=pro_orange,pro_selection_background;true;false +brace_bad=pro_background;pro_red;true;false + +margin_line_number=pro_comment;pro_background +margin_folding=pro_comment;pro_background + +fold_symbol_highlight=pro_invisibles +indent_guide=0xc0c0c0 +caret=pro_caret;pro_caret;false;true +marker_line=pro_blue;pro_blue +marker_search=0x000000;0x0000f0 +marker_mark=0x000000;0xb8f4b8 +call_tips=0xc0c0c0;0xffffff;false;false +white_space=;0xffffff;true;false + +# ────────────────────────────────────────────────────────────────────── + +comment=pro_comment +comment_doc=pro_comment +comment_line=pro_comment +comment_line_doc=pro_comment +comment_doc_keyword=pro_comment +comment_doc_keyword_error=pro_comment + +number=pro_blue +number_1=number +number_2=number_1 + +type=pro_orange +class=pro_green +function=pro_red +parameter=pro_blue + +keyword=pro_pink +keyword_1=pro_pink +keyword_2=pro_pink +keyword_3=pro_pink +keyword_4=pro_pink + +identifier=pro_blue +identifier_1=identifier +identifier_2=identifier_1 +identifier_3=identifier_1 +identifier_4=identifier_1 + +string=pro_green +string_1=pro_green +string_2=pro_green +string_3=pro_green +string_4=pro_green +string_eol=pro_green +character=pro_green +backticks=pro_green +here_doc=pro_green + +label=pro_blue +preprocessor=pro_orange +regex=pro_green +operator=pro_gray +decorator=pro_orange +other=pro_gray + +# ────────────────────────────────────────────────────────────────────── + +tag=pro_blue +tag_unknown=pro_blue +tag_end=pro_blue +attribute=pro_pink +attribute_unknown=pro_pink +value=pro_green +entity=default + +# ────────────────────────────────────────────────────────────────────── + +line_added=pro_green +line_removed=pro_red +line_changed=pro_blue diff --git a/colorschemes/kary-pro-colors-light.conf b/colorschemes/kary-pro-colors-light.conf new file mode 100644 index 0000000..7f5f0c6 --- /dev/null +++ b/colorschemes/kary-pro-colors-light.conf @@ -0,0 +1,110 @@ +[theme_info] +name=Kary Pro Colors - Bare Light +description=A basic version of the Kary Pro Colors Light for Geany. +version=1.0 +author=Pouya Kary +url=https://github.com/pouyakary/procolors + +# ────────────────────────────────────────────────────────────────────── + +[named_colors] +pro_comment=#C7C4C2 +pro_gray=#1A1A1A +pro_dark_gray=#9B9B9B +pro_blue=#3778B7 +pro_green=#428226 +pro_red=#C94824 +pro_pink=#B052A1 +pro_orange=#A56416 +pro_background=#F7F7F7 +pro_selection_background=#E2EEFA +pro_line_highlight=#F0F0F0 +pro_caret=#00BBEC +pro_invisibles=#E4E4E4 + +# ────────────────────────────────────────────────────────────────────── + +[named_styles] +default=pro_gray;pro_background;false;false +error=0xffffff;0xff0000;false;true + +selection=gray;pro_selection_background;false;true +current_line=gray;pro_line_highlight;true + +brace_good=pro_orange,pro_selection_background;true;false +brace_bad=pro_background;pro_red;true;false + +margin_line_number=pro_comment;pro_background +margin_folding=pro_comment;pro_background + +fold_symbol_highlight=0xffffff +indent_guide=0xc0c0c0 +caret=pro_caret;pro_caret;false;true +marker_line=pro_blue;pro_blue +marker_search=0x000000;0x0000f0 +marker_mark=0x000000;0xb8f4b8 +call_tips=0xc0c0c0;0xffffff;false;false +white_space=pro_invisibles + +# ────────────────────────────────────────────────────────────────────── + +comment=pro_comment +comment_doc=pro_comment +comment_line=pro_comment +comment_line_doc=pro_comment +comment_doc_keyword=pro_comment +comment_doc_keyword_error=pro_comment + +number=pro_blue +number_1=number +number_2=number_1 + +type=pro_green +class=type +function=pro_red +parameter=pro_blue + +keyword=pro_pink +keyword_1=pro_pink +keyword_2=pro_pink +keyword_3=pro_pink +keyword_4=pro_pink + +identifier=pro_blue +identifier_1=identifier +identifier_2=identifier_1 +identifier_3=identifier_1 +identifier_4=identifier_1 + +string=pro_green +string_1=pro_green +string_2=pro_green +string_3=pro_green +string_4=pro_green +string_eol=pro_green +character=pro_green +backticks=pro_green +here_doc=pro_green + +label=pro_blue +preprocessor=pro_orange +regex=pro_green +operator=pro_gray +decorator=pro_orange +other=pro_gray + +# ────────────────────────────────────────────────────────────────────── + +tag=pro_blue +tag_unknown=pro_blue +tag_end=pro_blue +attribute=pro_pink +attribute_unknown=pro_pink +value=pro_green +entity=default + +# ────────────────────────────────────────────────────────────────────── + +line_added=pro_green +line_removed=pro_red +line_changed=pro_blue diff --git a/screenshots/kary-pro-color-light.png b/screenshots/kary-pro-color-light.png new file mode 100644 index 0000000..a6544d7 Binary files /dev/null and b/screenshots/kary-pro-color-light.png differ diff --git a/screenshots/kary-pro-colors-dark.png b/screenshots/kary-pro-colors-dark.png new file mode 100644 index 0000000..a24efa9 Binary files /dev/null and b/screenshots/kary-pro-colors-dark.png differ