⚡ small ui and ux improvements of Geany
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# This library is free software; you can baseRedistribute it and/or
|
||||
# modify it under the terms of the GNU Library General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 2 of the License, or (at your option) any later version.
|
||||
@ -27,21 +27,20 @@ base1=#282828
|
||||
base2=#3f3f3f
|
||||
base3=#808080
|
||||
base4=#303030
|
||||
vsblue=#AA89C0
|
||||
aqua=#6FB2EA
|
||||
bluegrey=#747e9e
|
||||
orange=#CE9563
|
||||
lime=#65ff00
|
||||
grey=#94B386
|
||||
red=#f00
|
||||
redbg=#751212
|
||||
green=#859900
|
||||
blue=#268bd2
|
||||
yellow=#dcdcaa
|
||||
baseKeyword=#C89FE3
|
||||
baseString=#6FB2EA
|
||||
baseKeyWord2=#747e9e
|
||||
baseNumber=#F19B78
|
||||
baseComment=#94B386
|
||||
baseRed=#f00
|
||||
baseRedbg=#751212
|
||||
baseGreen=#859900
|
||||
baseKeyword3=#DCB55F
|
||||
baseFunction=#dcdcaa
|
||||
|
||||
[named_styles]
|
||||
default=base0;base1;true;false
|
||||
error=red
|
||||
error=baseRed
|
||||
|
||||
|
||||
# Editor styles
|
||||
@ -49,76 +48,76 @@ error=red
|
||||
selection=;#000000;;true
|
||||
current_line=;#212121;true
|
||||
brace_good=base0;base2;true
|
||||
brace_bad=red;;true
|
||||
brace_bad=baseRed;;true
|
||||
margin_line_number=base3;base4
|
||||
margin_folding=base3;#212121
|
||||
fold_symbol_highlight=base2
|
||||
indent_guide=base2;;true
|
||||
caret=aqua;;false
|
||||
caret=baseString;;false
|
||||
marker_line=#fff;#00f;
|
||||
marker_search=#fff;#d791a8;
|
||||
marker_mark=;
|
||||
call_tips=base0;base1
|
||||
white_space=base2;;true
|
||||
white_space=base3;;true
|
||||
|
||||
|
||||
# Programming languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
comment=grey
|
||||
comment=baseComment
|
||||
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=orange
|
||||
number=baseNumber
|
||||
number_1=number
|
||||
number_2=number_1
|
||||
|
||||
type=vsblue;;true
|
||||
class=aqua
|
||||
function=yellow
|
||||
type=baseKeyword;;true
|
||||
class=baseString
|
||||
function=baseFunction
|
||||
parameter=function
|
||||
|
||||
keyword=vsblue;;true
|
||||
keyword=baseKeyword;;true
|
||||
keyword_1=keyword
|
||||
keyword_2=blue;;true
|
||||
keyword_3=bluegrey
|
||||
keyword_2=baseKeyword3;;true
|
||||
keyword_3=baseKeyWord2
|
||||
keyword_4=keyword_3
|
||||
|
||||
identifier=default
|
||||
identifier_1=identifier
|
||||
identifier_2=identifier_1
|
||||
identifier_3=identifier_1
|
||||
identifier_4=identifier_1
|
||||
identifier_2=baseNumber
|
||||
identifier_3=identifier_2
|
||||
identifier_4=identifier_3
|
||||
|
||||
string=aqua
|
||||
string=baseString
|
||||
string_1=string
|
||||
string_2=string_1
|
||||
string_3=default
|
||||
string_4=default
|
||||
string_eol=red
|
||||
string_eol=baseRed
|
||||
character=string_1
|
||||
backticks=string_2
|
||||
here_doc=string_2
|
||||
|
||||
scalar=string_2
|
||||
label=keyword,bold
|
||||
preprocessor=aqua
|
||||
preprocessor=baseString
|
||||
regex=number_1
|
||||
operator=base0
|
||||
decorator=string_1,bold
|
||||
other=aqua
|
||||
other=baseString
|
||||
|
||||
|
||||
# Markup-type languages
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
tag=vsblue
|
||||
tag=baseKeyword
|
||||
tag_unknown=tag,bold
|
||||
tag_end=tag,bold
|
||||
attribute=aqua
|
||||
attribute=baseString
|
||||
attribute_unknown=attribute,bold
|
||||
value=string_1
|
||||
entity=default
|
||||
@ -127,6 +126,6 @@ entity=default
|
||||
# Diff
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
line_added=green
|
||||
line_removed=red
|
||||
line_changed=blue
|
||||
line_added=baseGreen
|
||||
line_removed=baseRed
|
||||
line_changed=baseKeyword3
|
||||
|
Reference in New Issue
Block a user