Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Kary Pro Colors Basic Light and Dark to Geany #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ inkpot.conf
-----------
*Campbell Barton <ideasman42(at)gmail(dot)com>

kary-pro-colors-light.conf & kary-pro-colors-dark.conf
------------------------------------------------------
*Pouya Kary <kary(at)gnu(dot)org>

kugel.conf
----------
*Thomas Martitz <thomas.martitz(at)student.htw-berlin(dot)de>
Expand Down
110 changes: 110 additions & 0 deletions colorschemes/kary-pro-colors-dark.conf
Original file line number Diff line number Diff line change
@@ -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
110 changes: 110 additions & 0 deletions colorschemes/kary-pro-colors-light.conf
Original file line number Diff line number Diff line change
@@ -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
Binary file added screenshots/kary-pro-color-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kary-pro-colors-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.