Add Solarized Light theme
This commit is contained in:
parent
1feccd608f
commit
e9da6fe369
3 changed files with 15 additions and 0 deletions
|
|
@ -425,6 +425,17 @@ function Donsol () {
|
|||
b_low: '#002b36',
|
||||
b_inv: '#cb4b16'
|
||||
}
|
||||
this.solarizedLightTheme = {
|
||||
background: '#eee8d5',
|
||||
f_high: '#586e75',
|
||||
f_med: '#6c71c4',
|
||||
f_low: '#93a1a1',
|
||||
f_inv: '#fdf6e3',
|
||||
b_high: '#002b36',
|
||||
b_med: '#073642',
|
||||
b_low: '#fdf6e3',
|
||||
b_inv: '#cb4b16'
|
||||
}
|
||||
this.tapeTheme = {
|
||||
background: '#dad7cd',
|
||||
f_high: '#696861',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue