LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-22-2011, 12:59 PM   #1
george-lappies
Member
 
Registered: May 2011
Location: Secunda, South Africa
Distribution: Slackware 13.37
Posts: 181

Rep: Reputation: 9
which colourscheme do you use for KDE?


Personally I prefer the 'Norway' colourscheme. The darker ones are also nice but they don't integrate that well for all applications.

Are there any custom ones you can recommend I download and try out?
 
Old 05-22-2011, 01:13 PM   #2
JokerBoy
Member
 
Registered: Sep 2009
Posts: 140

Rep: Reputation: 24
based on my Xdefaults colors:
Code:
[Background]
Color=38,39,41
Transparency=true

[BackgroundIntense]
Color=80,80,80
Transparency=true

[Color0]
Color=29,29,29
Transparency=false

[Color0Intense]
Color=104,104,104
Transparency=false

[Color1]
Color=240,54,105
Transparency=false

[Color1Intense]
Color=199,91,121
Transparency=false

[Color2]
Color=184,227,70
Transparency=false

[Color2Intense]
Color=200,227,126
Transparency=false

[Color3]
Color=255,164,2
Transparency=false

[Color3Intense]
Color=255,190,74
Transparency=false

[Color4]
Color=2,162,255
Transparency=false

[Color4Intense]
Color=113,203,255
Transparency=false

[Color5]
Color=135,92,141
Transparency=false

[Color5Intense]
Color=228,31,102
Transparency=false

[Color6]
Color=111,169,211
Transparency=false

[Color6Intense]
Color=0,120,206
Transparency=false

[Color7]
Color=210,210,210
Transparency=false

[Color7Intense]
Color=250,250,250
Transparency=false

[Foreground]
Color=250,250,250
Transparency=false

[ForegroundIntense]
Bold=true
Color=250,250,250
Transparency=false

[General]
Description=Xdefaults
Opacity=1
 
Old 05-22-2011, 01:16 PM   #3
george-lappies
Member
 
Registered: May 2011
Location: Secunda, South Africa
Distribution: Slackware 13.37
Posts: 181

Original Poster
Rep: Reputation: 9
Quote:
Originally Posted by JokerBoy View Post
based on my Xdefaults colors:
Code:
[Background]
Color=38,39,41
Transparency=true

[BackgroundIntense]
Color=80,80,80
Transparency=true

[Color0]
Color=29,29,29
Transparency=false

[Color0Intense]
Color=104,104,104
Transparency=false

[Color1]
Color=240,54,105
Transparency=false

[Color1Intense]
Color=199,91,121
Transparency=false

[Color2]
Color=184,227,70
Transparency=false

[Color2Intense]
Color=200,227,126
Transparency=false

[Color3]
Color=255,164,2
Transparency=false

[Color3Intense]
Color=255,190,74
Transparency=false

[Color4]
Color=2,162,255
Transparency=false

[Color4Intense]
Color=113,203,255
Transparency=false

[Color5]
Color=135,92,141
Transparency=false

[Color5Intense]
Color=228,31,102
Transparency=false

[Color6]
Color=111,169,211
Transparency=false

[Color6Intense]
Color=0,120,206
Transparency=false

[Color7]
Color=210,210,210
Transparency=false

[Color7Intense]
Color=250,250,250
Transparency=false

[Foreground]
Color=250,250,250
Transparency=false

[ForegroundIntense]
Bold=true
Color=250,250,250
Transparency=false

[General]
Description=Xdefaults
Opacity=1
How do I get to try this out?
 
Old 05-22-2011, 01:25 PM   #4
JokerBoy
Member
 
Registered: Sep 2009
Posts: 140

Rep: Reputation: 24
save it as ~/.kde4/share/apps/kconsole/Xdefaults.colorscheme I think, I'm using an another WM ATM.
 
Old 05-23-2011, 12:43 AM   #5
the dsc
Member
 
Registered: May 2009
Distribution: Debian
Posts: 175
Blog Entries: 243

Rep: Reputation: 47
I used to have a light theme ("whitewater", on KDE4, with a subtly darkened "normal text area", whatever is the actual name, instead of plain bright white) for my own user and a dark theme (zion, on KDE4) for root. But right now with the new way that the GTK stuff handles the theming stuff I couldn't yet make GTK apps have the KDEified dark theme looking nice. The new KDEification of GTK themes is superior in other regards though, at least it mimics oxygen in a way I think I would take quite a long time to distinguish something that was rendered from actual KDE from some GTK app with the same theme, unlike the previous gtk-qt-engine thing.
 
Old 05-23-2011, 09:55 PM   #6
sysfce2
Member
 
Registered: Jul 2009
Distribution: Slackware
Posts: 116

Rep: Reputation: 50
Here's my dark blue colour scheme.

I use QtCurve which is both very customizable and integrates GTK and Qt quite well. You can see some screenshots here.
 
Old 05-23-2011, 10:54 PM   #7
JokerBoy
Member
 
Registered: Sep 2009
Posts: 140

Rep: Reputation: 24
lol, I posted a colorscheme for konsole..

Here's my `good` colorscheme

Code:
[ColorEffects:Disabled]
Color=112,111,110
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.1
IntensityEffect=2

[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=112,111,110
ColorAmount=0.025
ColorEffect=2
ContrastAmount=0.1
ContrastEffect=2
Enable=false
IntensityAmount=0
IntensityEffect=0

[Colors:Button]
BackgroundAlternate=184,184,184
BackgroundNormal=192,192,192
DecorationFocus=43,116,199
DecorationHover=119,183,255
ForegroundActive=255,128,224
ForegroundInactive=64,64,64
ForegroundLink=69,130,190
ForegroundNegative=159,32,32
ForegroundNeutral=159,159,32
ForegroundNormal=64,64,64
ForegroundPositive=32,159,32
ForegroundVisited=66,115,163

[Colors:Selection]
BackgroundAlternate=140,189,238
BackgroundNormal=175,203,221
DecorationFocus=43,116,199
DecorationHover=119,183,255
ForegroundActive=255,128,224
ForegroundInactive=0,0,0
ForegroundLink=69,130,190
ForegroundNegative=127,0,0
ForegroundNeutral=127,127,0
ForegroundNormal=0,0,0
ForegroundPositive=0,127,0
ForegroundVisited=66,115,163

[Colors:Tooltip]
BackgroundAlternate=243,243,243
BackgroundNormal=255,255,255
DecorationFocus=43,116,199
DecorationHover=119,183,255
ForegroundActive=255,128,224
ForegroundInactive=64,64,64
ForegroundLink=69,130,190
ForegroundNegative=159,32,32
ForegroundNeutral=159,159,32
ForegroundNormal=64,64,64
ForegroundPositive=32,159,32
ForegroundVisited=66,115,163

[Colors:View]
BackgroundAlternate=243,243,243
BackgroundNormal=255,255,255
DecorationFocus=43,116,199
DecorationHover=119,183,255
ForegroundActive=255,128,224
ForegroundInactive=64,64,64
ForegroundLink=69,130,190
ForegroundNegative=159,32,32
ForegroundNeutral=159,159,32
ForegroundNormal=64,64,64
ForegroundPositive=32,159,32
ForegroundVisited=66,115,163

[Colors:Window]
BackgroundAlternate=204,204,204
BackgroundNormal=215,215,215
DecorationFocus=43,116,199
DecorationHover=119,183,255
ForegroundActive=255,128,224
ForegroundInactive=53,53,53
ForegroundLink=69,130,190
ForegroundNegative=154,26,26
ForegroundNeutral=154,154,26
ForegroundNormal=53,53,53
ForegroundPositive=26,154,26
ForegroundVisited=66,115,163

[General]
ColorScheme=ElementaryColorschemeColors.colors
Name=ElementaryColorschemeColors.colors
shadeSortColumn=true

[KDE]
contrast=5

[WM]
activeBackground=215,215,215
activeForeground=41,41,41
inactiveBackground=215,215,215
inactiveForeground=122,122,122
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: KDE Science: Thomas Friedrichsmeier on RKWard, Toolkits and the KDE Platform LXer Syndicated Linux News 0 09-13-2010 10:30 PM
[SOLVED] KDE language packs - Can I make Portage skip over them (emerge kde-meta)? rrrssssss Gentoo 4 11-08-2009 02:45 PM
LXer: Polish KDE Community Announces KDE.org.pl Web Site LXer Syndicated Linux News 0 05-14-2007 01:31 AM
LXer: The Road to KDE 4: Solid Brings Hardware Configuration and Control to KDE LXer Syndicated Linux News 0 04-24-2007 11:46 AM
Aborted KDE 3.5.1 Install while using KDE 3.4 and KDE and Gnome Won't Boot cheetahman SUSE / openSUSE 5 03-04-2006 11:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration