summaryrefslogtreecommitdiffstats
path: root/colorscheme
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-21 20:35:05 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-21 20:35:05 +0100
commit066aaaeb73a8bb908b1c0d8c45f110b2f799f7ce (patch)
tree4cb26eb8ace976f7d0c8607dc2d3de2b5107670c /colorscheme
downloadtde-style-baghira-066aaaeb73a8bb908b1c0d8c45f110b2f799f7ce.tar.gz
tde-style-baghira-066aaaeb73a8bb908b1c0d8c45f110b2f799f7ce.zip
Initial import of baghira 0.8
Diffstat (limited to 'colorscheme')
-rw-r--r--colorscheme/AquaBlue.kcsrc26
-rw-r--r--colorscheme/AquaGraphite.kcsrc26
-rw-r--r--colorscheme/Makefile.am3
3 files changed, 55 insertions, 0 deletions
diff --git a/colorscheme/AquaBlue.kcsrc b/colorscheme/AquaBlue.kcsrc
new file mode 100644
index 0000000..63a6847
--- /dev/null
+++ b/colorscheme/AquaBlue.kcsrc
@@ -0,0 +1,26 @@
+[Color Scheme]
+Name=Aqua Blue
+activeBackground=255,255,255
+activeBlend=225,225,225
+activeForeground=0,0,0
+activeTitleBtnBg=80,132,185
+alternateBackground=238,246,255
+background=250,250,250
+buttonBackground=97,136,215
+buttonForeground=0,0,0
+contrast=0
+foreground=0,0,0
+frame=255,255,255
+handle=255,255,255
+inactiveBackground=225,225,225
+inactiveBlend=225,225,225
+inactiveForeground=35,35,35
+inactiveFrame=255,255,255
+inactiveHandle=255,255,255
+inactiveTitleBtnBg=218,238,255
+linkColor=0,0,192
+selectBackground=57,109,181
+selectForeground=255,255,255
+visitedLinkColor=128,0,128
+windowBackground=255,255,255
+windowForeground=0,0,0
diff --git a/colorscheme/AquaGraphite.kcsrc b/colorscheme/AquaGraphite.kcsrc
new file mode 100644
index 0000000..a34ddbc
--- /dev/null
+++ b/colorscheme/AquaGraphite.kcsrc
@@ -0,0 +1,26 @@
+[Color Scheme]
+Name=Aqua Graphite
+activeBackground=255,255,255
+activeBlend=225,225,225
+activeForeground=0,0,0
+activeTitleBtnBg=131,142,155
+alternateBackground=238,246,255
+background=255,255,255
+buttonBackground=137,145,155
+buttonForeground=0,0,0
+contrast=0
+foreground=0,0,0
+frame=255,255,255
+handle=255,255,255
+inactiveBackground=225,225,225
+inactiveBlend=225,225,225
+inactiveForeground=35,35,35
+inactiveFrame=255,255,255
+inactiveHandle=255,255,255
+inactiveTitleBtnBg=218,238,255
+linkColor=0,0,192
+selectBackground=104,121,140
+selectForeground=255,255,255
+visitedLinkColor=128,0,128
+windowBackground=255,255,255
+windowForeground=0,0,0
diff --git a/colorscheme/Makefile.am b/colorscheme/Makefile.am
new file mode 100644
index 0000000..1949d7d
--- /dev/null
+++ b/colorscheme/Makefile.am
@@ -0,0 +1,3 @@
+lnkdir = $(kde_datadir)/kdisplay/color-schemes
+lnk_DATA = AquaBlue.kcsrc AquaGraphite.kcsrc
+EXTRA_DIST = $(lnk_DATA)