⚡ 🎉 Geany
…for now should be consistend on linux and macOS (but no sync for now)
This commit is contained in:
110
.config/geany/colorschemes/kary-pro-colors-dark.conf
Normal file
110
.config/geany/colorschemes/kary-pro-colors-dark.conf
Normal file
@ -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
|
107
.config/geany/colorschemes/zenburn.conf
Normal file
107
.config/geany/colorschemes/zenburn.conf
Normal file
@ -0,0 +1,107 @@
|
||||
#
|
||||
# No explicit license or copyright info available but part of the
|
||||
# `gedit-themes` project:
|
||||
# https://github.com/mig/gedit-themes/blob/master/zenburn.xml
|
||||
#
|
||||
# Ported to Geany by Matthew Brush <matt(at)geany(dot)org>
|
||||
#
|
||||
|
||||
[theme_info]
|
||||
name=Zenburn
|
||||
description=A port of Zenburn from gedit-themes.
|
||||
# incremented automatically, do not change manually
|
||||
version=1226
|
||||
author=Unknown Author <unknown email address>
|
||||
url=https://github.com/mig/gedit-themes/blob/master/zenburn.xml
|
||||
# list of each compatible Geany release version
|
||||
compat=1.22;1.23;1.23.1;1.24
|
||||
|
||||
[named_styles]
|
||||
|
||||
default=#dcdccc;#2b2b2b;true;false
|
||||
error=#e37170;#332323
|
||||
|
||||
# Editor styles
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
selection=#000;#7d7d7d;false;true
|
||||
current_line=#000;#000;true
|
||||
brace_good=#dcdccc;#7d7d7d;true;false
|
||||
brace_bad=#e37170;#7d7d7d;true;false
|
||||
margin_line_number=#7f8f8f;#464646
|
||||
margin_folding=#7f8f8f;#4c4c4c
|
||||
fold_symbol_highlight=#464646
|
||||
indent_guide=#666
|
||||
caret=#fff;;false
|
||||
marker_line=#000;#ff0
|
||||
marker_search=#000;#0000f0
|
||||
marker_mark=#000;#b8f4b8
|
||||
call_tips=#c0c0c0;#fff;false;false
|
||||
white_space=#666;#ddd;true;false
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
comment=#93B893
|
||||
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=#8cd0d3
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
type=#dfdfbf;;true
|
||||
class=type
|
||||
function=#efef8f
|
||||
parameter=#efdcbc
|
||||
|
||||
keyword=#f0dfaf;;true
|
||||
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=#cc9393
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=string_1,italic
|
||||
character=string_1
|
||||
backticks=string_2
|
||||
here_doc=string_2
|
||||
|
||||
scalar=string_2
|
||||
label=default,bold
|
||||
preprocessor=#ffcfaf
|
||||
regex=number_1
|
||||
operator=default
|
||||
decorator=string_1,bold
|
||||
other=default
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
tag=#f0dfaf
|
||||
tag_unknown=tag
|
||||
tag_end=tag
|
||||
attribute=#dfdfbf
|
||||
attribute_unknown=attribute
|
||||
value=string_1
|
||||
entity=default
|
||||
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
line_added=#7f9f7f;;true
|
||||
line_removed=#cc9393;;true
|
||||
line_changed=preprocessor
|
Reference in New Issue
Block a user