Add default theme.

This commit is contained in:
Daiki Ueno
2011-03-04 19:22:10 +09:00
parent d66318a031
commit a20224f969
6 changed files with 25 additions and 2 deletions

2
data/themes/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
themedir = $(pkgdatadir)/themes
dist_theme_DATA = default.css

11
data/themes/default.css Normal file
View 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;
}