diff options
Diffstat (limited to 'colorscheme')
-rw-r--r-- | colorscheme/AquaBlue.kcsrc | 26 | ||||
-rw-r--r-- | colorscheme/AquaGraphite.kcsrc | 26 | ||||
-rw-r--r-- | colorscheme/Makefile.am | 3 |
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) |