Skip to content

Commit

Permalink
Adjust color schemes slightly
Browse files Browse the repository at this point in the history
- Make Perl6 a distinct blue (using Camelia’s wing as an aide)
- VCL is part of the Perl group
- Brighten Slim a bit so it does not conflict with Ada
  • Loading branch information
gjtorikian committed Apr 2, 2015
1 parent 07e3d9d commit 15f0366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@ Perl:

Perl6:
type: programming
color: "#0298c3"
color: "#0000fb"
extensions:
- .6pl
- .6pm
Expand Down Expand Up @@ -2967,7 +2967,7 @@ Slash:
Slim:
group: HTML
type: markup
color: "#ff8877"
color: "#ff8f77"
extensions:
- .slim
ace_mode: text
Expand Down Expand Up @@ -3209,8 +3209,8 @@ UnrealScript:
ace_mode: java

VCL:
group: Perl
type: programming
color: "#0298c3"
extensions:
- .vcl
tm_scope: source.varnish.vcl
Expand Down Expand Up @@ -3248,7 +3248,7 @@ Verilog:

VimL:
type: programming
color: "#199c4b"
color: "#199f4b"
search_term: vim
aliases:
- vim
Expand Down

0 comments on commit 15f0366

Please sign in to comment.