Skip to content

Commit

Permalink
More blueberry theme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhc committed May 27, 2016
1 parent 77a14ee commit c4ddd3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bundles/howl-themes/blueberry_blend/blueberry_blend.moon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yellow = '#FCBE32'
grey = '#888'
very_light_grey = '#F0F0F0'
dark_grey = '#666'
blue = '#0055AA'
blue = '#738DFC'
red = '#B23610'
light_red = '#FF9F8F'
magenta = '#D33682'
Expand All @@ -29,7 +29,7 @@ number = green

operator = yellow
keyword = yellow
class_name = purple
class_name = blue

special = green
member = light_grey
Expand Down Expand Up @@ -245,7 +245,7 @@ return {
wrap_indicator: 'blue'

fdecl:
color: key
color: orange
font:
bold: true

Expand Down Expand Up @@ -288,8 +288,8 @@ return {
type: color: class_name

member:
color: member
-- font: bold: true
color: light_grey
font: bold: true

info: color: light_grey
constant: color: orange
Expand Down

0 comments on commit c4ddd3c

Please sign in to comment.