Skip to content

Commit

Permalink
Improve fluffy.conf using named colors and removing useless defaults
Browse files Browse the repository at this point in the history
Named colors from fluffy.xml in gedit-themes.
  • Loading branch information
codebrainz committed Jun 30, 2012
1 parent adc419d commit e55b769
Showing 1 changed file with 53 additions and 35 deletions.
88 changes: 53 additions & 35 deletions colorschemes/fluffy.conf
Expand Up @@ -13,56 +13,74 @@

[theme_info]
name=Fluffy
description=Port of the Fluffy theme from gedit-themes.
description=A soft and downy color scheme.
version=1.22.0
author=Osmo Salomaa <unknown email address>
url=https://github.com/mig/gedit-themes/blob/master/fluffy.xml

[named_colors]
almost_black=#111
blue=#06f
cyan=#02b5d1
dark_grey=#babdb6
green=#00bb87
highlight_blue=#abf5ff
highlight_green=#c1ff9d
highlight_yellow=#fce94f
indigo=#b76fff
light_grey=#eeeeec
magenta=#ff6fff
medium_grey=#d3d7cf
red=#ff405a
very_dark_grey=#888a85
very_light_grey=#fafaf8
white=#fff

[named_styles]

default=#111;#fff;false;false
error=#ff405a;;true
default=almost_black;white;false;false
error=red;;true

# Editor styles
#-------------------------------------------------------------------------------

selection=#000;#c0c0c0;false;true
current_line=#000;#f0f0f0;true
brace_good=#00f;#fff;true;false
brace_bad=#f00;#fff;true;false
margin_line_number=#000;#d0d0d0
margin_folding=#000;#dfdfdf
fold_symbol_highlight=#fff
indent_guide=#c0c0c0
caret=#000;#000;false
marker_line=#000;#ff0
marker_search=#000;#0000f0
marker_mark=#000;#b8f4b8
call_tips=#c0c0c0;#fff;false;false
white_space=#c0c0c0;#fff;true;false
selection=;highlight_yellow;;true
current_line=;very_light_grey;true
brace_good=;highlight_green
brace_bad=red
margin_line_number=;dark_grey
margin_folding=;medium_grey
fold_symbol_highlight=white
indent_guide=medium_grey
caret=almost_black
marker_line=;highlight_yellow
marker_search=;blue
marker_mark=;highlight_green
call_tips=#c0c0c0
white_space=medium_grey;white;true;true

# Generic programming languages
#-------------------------------------------------------------------------------

comment=#06f
comment=blue
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=#02b5d1
number=magenta
number_1=number
number_2=number_1

type=#00bb87;;true
type=green;;true
class=type
function=default
function=indigo
parameter=function

keyword=#ff405a;;true
keyword=red;;true
keyword_1=keyword
keyword_2=#b76fff;;true
keyword_2=indigo;;true
keyword_3=keyword_1
keyword_4=keyword_1

Expand All @@ -72,7 +90,7 @@ identifier_2=identifier_1
identifier_3=identifier_1
identifier_4=identifier_1

string=#ff6fff
string=magenta
string_1=string
string_2=string_1
string_3=default
Expand All @@ -84,26 +102,26 @@ here_doc=string_2

scalar=string_2
label=default,bold
preprocessor=#00bb87
preprocessor=green
regex=number_1
operator=default
decorator=string_1,bold
decorator=red;;true
other=default

# Markup-type languages
#-------------------------------------------------------------------------------

tag=type
tag_unknown=tag,bold
tag_end=tag,bold
attribute=keyword_1
attribute_unknown=attribute,bold
value=string_1
tag=green
tag_unknown=tag
tag_end=tag
attribute=red
attribute_unknown=red
value=magenta
entity=default

# Diff
#-------------------------------------------------------------------------------

line_added=#00bb87
line_removed=#ff405a
line_changed=#02b5d1
line_added=green
line_removed=red
line_changed=cyan

0 comments on commit e55b769

Please sign in to comment.