Skip to content

Commit

Permalink
add rasi2 colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Jun 5, 2011
1 parent a5d71d8 commit 151fdfb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lib/Term/ExtendedColor/TTY/Colorschemes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,30 @@ my $colorschemes = {
8 => 709080,
9 => "dca3a3"
},

rasi2 => {
0 => "1B1D1E",
8 => "505354",

1 => "F92672",
9 => "FF5995",

2 => "82B414",
10 => "B6E354",

3 => "FD971F",
11 => "FEED6C",
4 => "4E82AA",
12 => "0C73C2",

5 => "8C54FE",
13 => "9E6FFE",

6 => "465457",
14 => "899CA1",
7 => "CCCCC6",
15 => "F8F8F2",
},
};

sub get_colorschemes { return keys %{ $colorschemes }; }
Expand Down

0 comments on commit 151fdfb

Please sign in to comment.