Fix visibility issues in archlabs-light geany color scheme
This commit is contained in:
parent
34ef33b9a9
commit
7d1b14113b
@ -29,94 +29,86 @@ author=Rob Loach (http://robloach.net)
|
|||||||
url=http://github.com/robloach/base16-geany
|
url=http://github.com/robloach/base16-geany
|
||||||
|
|
||||||
[named_styles]
|
[named_styles]
|
||||||
default=#4f5b66;#eff1f5;false;false
|
default=#4f5b66;#E0E0E0;false;false
|
||||||
error=#bf616a
|
error=#EF7878
|
||||||
|
|
||||||
# Editor Styles
|
# Editor Styles
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
selection=#a7adba;#65737e;false;true
|
selection=#a7adba;#bcbbb8;false;true
|
||||||
current_line=;#afafaf;true;false
|
current_line=;#e5e3de;false;false
|
||||||
brace_good=#a3be8c;;true;false
|
brace_good=#064768;;false;false
|
||||||
brace_bad=#bf616a;#4f5b66;true;false
|
brace_bad=#EF7878;#4f5b66;false;false
|
||||||
margin_line_number=#65737e;#4f5b66;true;false
|
margin_line_number=#65737e;#4f5b66;true;false
|
||||||
margin_folding=#65737e
|
margin_folding=#65737e
|
||||||
fold_symbol_highlight=#343d46
|
fold_symbol_highlight=#343d46
|
||||||
indent_guide=#4f5b66
|
indent_guide=#4f5b66
|
||||||
caret=#c0c5ce
|
caret=#686c72
|
||||||
marker_line=#eff1f5
|
marker_line=#686c72
|
||||||
marker_search=#eff1f5;#a3be8c;false;false
|
marker_search=#686c72;#064768;false;false
|
||||||
marker_mark=#eff1f5;#a3be8c;
|
marker_mark=#686c72;#064768;
|
||||||
call_tips=#a7adba;;false;false
|
call_tips=#686c72;;false;false
|
||||||
white_space=#65737e;;true;false
|
white_space=#4d5966;;true;false
|
||||||
|
|
||||||
# Programming languages
|
# Programming languages
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
comment=#a7adba
|
comment=#a5a4a2
|
||||||
comment_doc=#a7adba
|
comment_doc=#a5a4a2
|
||||||
comment_line=#a7adba
|
comment_line=#a5a4a2
|
||||||
comment_line_doc=#a7adba
|
comment_line_doc=#a5a4a2
|
||||||
comment_doc_keyword=#a7adba;;true;false
|
comment_doc_keyword=#064768;;true;false
|
||||||
comment_doc_keyword_error=#a7adba;;false;true
|
comment_doc_keyword_error=#72483b;;false;true
|
||||||
|
|
||||||
number=#a3be8c
|
number=#4E88CF
|
||||||
number_1=#d08770
|
number_1=#4E88CF
|
||||||
number_2=#d08770
|
number_2=#4E88CF
|
||||||
|
|
||||||
type=#ebcb8b;;true
|
type=#FF9157;;true
|
||||||
# Person.rb = Person
|
class=#FF9157;;true
|
||||||
class=#ebcb8b;;true
|
function=#FF9157;;false;false
|
||||||
# Person.rb = initialize
|
parameter=#064768
|
||||||
# PHP
|
|
||||||
function=#8fa1b3;;false;false
|
|
||||||
parameter=#dfe1e8
|
|
||||||
|
|
||||||
keyword=#ab7967;;true;false
|
keyword=#78A078;;true;false
|
||||||
# Person.rb = class, include, def, end, attr_accessor, etc
|
keyword_1=#78A078;;false;false
|
||||||
# PHP = include_once(), if elseif else
|
keyword_2=#78A078;;false;false
|
||||||
keyword_1=#b48ead;;false;false
|
keyword_3=#78A078;;false;false
|
||||||
keyword_2=#d08770;;false;false
|
keyword_4=#AF86C8;;false;true
|
||||||
keyword_3=#96b5b4;;false;false
|
|
||||||
keyword_4=#d08770;;false;true
|
|
||||||
|
|
||||||
identifier=#96b5b4;;false;false
|
identifier=#CE9D00;;false;false
|
||||||
# Person.rb = ActiveModel::Conversion
|
identifier_1=#CE9D00;;false;false
|
||||||
identifier_1=#96b5b4;;false;false
|
identifier_2=#AF86C8;;false;false
|
||||||
identifier_2=#96b5b4;;false;false
|
identifier_3=#AF86C8;;true;false
|
||||||
identifier_3=#8fa1b3;;true;false
|
identifier_4=#AF86C8;;false;false
|
||||||
identifier_4=#b48ead;;false;false
|
|
||||||
|
|
||||||
string=#d08770
|
string=#4ec0e8
|
||||||
string_1=#a3be8c
|
string_1=#4ec0e8
|
||||||
string_2=#a3be8c
|
string_2=#4ec0e8
|
||||||
string_3=#96b5b4
|
string_3=#4ec0e8
|
||||||
string_4=#8fa1b3
|
string_4=#4ec0e8
|
||||||
string_eol=#b48ead;;false;true
|
string_eol=#EF7878;;false;true
|
||||||
|
|
||||||
character=string_1
|
character=string_1
|
||||||
backtick=#ebcb8b
|
backtick=#4E88CF
|
||||||
here_doc=#ebcb8b
|
here_doc=#4E88CF
|
||||||
scalar=#ebcb8b
|
scalar=#4E88CF
|
||||||
label=#dfe1e8;;true;false
|
label=#4E88CF;;true;false
|
||||||
# Person.rb = :name
|
preprocessor=#4E88CF
|
||||||
# PHP = $_GET
|
|
||||||
preprocessor=#8fa1b3
|
|
||||||
regex=number_1
|
regex=number_1
|
||||||
operator=#c0c5ce;;false;false
|
operator=#4E88CF;;false;false
|
||||||
decorator=#8fa1b3;;false;false
|
decorator=#4E88CF;;false;false
|
||||||
other=#bf616a
|
other=#4E88CF
|
||||||
|
|
||||||
# Markup-type languages
|
# Markup-type languages
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
tag=#ebcb8b;;true;false
|
tag=#FF9157;;true;false
|
||||||
tag_unknown=#bf616a;;true;false
|
tag_unknown=#EF7878;;true;false
|
||||||
tag_end=#ebcb8b;;false;false
|
tag_end=#FF9157;;false;false
|
||||||
attribute=#d08770;;false;false
|
attribute=#78a078;;false;false
|
||||||
attribute_unknown=#a3be8c;;false;false
|
attribute_unknown=#a56f5e;;false;false
|
||||||
value=#8fa1b3
|
value=#4E88CF
|
||||||
entity=#ebcb8b
|
entity=#FF9157
|
||||||
|
|
||||||
# Diff
|
# Diff
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
line_added=#a3be8c
|
line_added=#78a078
|
||||||
line_removed=#bf616a
|
line_removed=#EF7878
|
||||||
line_changed=#8fa1b3
|
line_changed=#4E88CF
|
||||||
|
Reference in New Issue
Block a user