Add default theme.
This commit is contained in:
@ -1 +1 @@
|
||||
SUBDIRS = icons
|
||||
SUBDIRS = icons themes
|
||||
|
||||
2
data/themes/Makefile.am
Normal file
2
data/themes/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
||||
themedir = $(pkgdatadir)/themes
|
||||
dist_theme_DATA = default.css
|
||||
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