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