Add styleSwitcher.
This commit is contained in:
parent
afd90b84d0
commit
d644887d4c
69 changed files with 2086 additions and 9 deletions
33
static/css/base16-green-screen.css
Normal file
33
static/css/base16-green-screen.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
.base00-background { background-color: #001100; }
|
||||
.base01-background { background-color: #003300; }
|
||||
.base02-background { background-color: #005500; }
|
||||
.base03-background { background-color: #007700; }
|
||||
.base04-background { background-color: #009900; }
|
||||
.base05-background { background-color: #00bb00; }
|
||||
.base06-background { background-color: #00dd00; }
|
||||
.base07-background { background-color: #00ff00; }
|
||||
.base08-background { background-color: #007700; }
|
||||
.base09-background { background-color: #009900; }
|
||||
.base0A-background { background-color: #007700; }
|
||||
.base0B-background { background-color: #00bb00; }
|
||||
.base0C-background { background-color: #005500; }
|
||||
.base0D-background { background-color: #009900; }
|
||||
.base0E-background { background-color: #00bb00; }
|
||||
.base0F-background { background-color: #005500; }
|
||||
|
||||
.base00 { color: #001100; }
|
||||
.base01 { color: #003300; }
|
||||
.base02 { color: #005500; }
|
||||
.base03 { color: #007700; }
|
||||
.base04 { color: #009900; }
|
||||
.base05 { color: #00bb00; }
|
||||
.base06 { color: #00dd00; }
|
||||
.base07 { color: #00ff00; }
|
||||
.base08 { color: #007700; }
|
||||
.base09 { color: #009900; }
|
||||
.base0A { color: #007700; }
|
||||
.base0B { color: #00bb00; }
|
||||
.base0C { color: #005500; }
|
||||
.base0D { color: #009900; }
|
||||
.base0E { color: #00bb00; }
|
||||
.base0F { color: #005500; }
|
Loading…
Add table
Add a link
Reference in a new issue