Add default theme.
This commit is contained in:
11
data/themes/default.css
Normal file
11
data/themes/default.css
Normal file
@ -0,0 +1,11 @@
|
||||
.key {
|
||||
color: #ffffff;
|
||||
background-gradient-direction: radial;
|
||||
background-gradient-start: #000000;
|
||||
background-gradient-end: #232323;
|
||||
}
|
||||
|
||||
.keyboard {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user