From 7cb718b472f3ec474bd183bbcb7464bacf00629a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Feb 2019 14:19:28 +0000 Subject: initial plasma5 skel files --- skel/.config/emaildefaults | 7 + skel/.config/gtkrc | 59 +++++++ skel/.config/gtkrc-2.0 | 58 +++++++ skel/.config/kcminputrc | 3 + skel/.config/kdeglobals | 151 +++++++++++++++++ skel/.config/klaunchrc | 11 ++ skel/.config/kscreenlockerrc | 6 + skel/.config/ksmserverrc | 6 + skel/.config/ksplashrc | 3 + skel/.config/kwinrc | 82 ++++++++++ .../plasma-org.kde.plasma.desktop-appletsrc | 179 +++++++++++++++++++++ skel/.config/plasmarc | 2 + skel/.config/startupconfig | 13 ++ skel/.config/startupconfigkeys | 6 + skel/.config/systemsettingsrc | 2 + skel/.kde4/share/apps/color-schemes/Breeze.colors | 119 ++++++++++++++ skel/.kde4/share/config/kdeglobals | 133 +++++++++++++++ 17 files changed, 840 insertions(+) create mode 100644 skel/.config/emaildefaults create mode 100644 skel/.config/gtkrc create mode 100644 skel/.config/gtkrc-2.0 create mode 100644 skel/.config/kcminputrc create mode 100644 skel/.config/kdeglobals create mode 100644 skel/.config/klaunchrc create mode 100644 skel/.config/kscreenlockerrc create mode 100644 skel/.config/ksmserverrc create mode 100644 skel/.config/ksplashrc create mode 100644 skel/.config/kwinrc create mode 100644 skel/.config/plasma-org.kde.plasma.desktop-appletsrc create mode 100644 skel/.config/plasmarc create mode 100644 skel/.config/startupconfig create mode 100644 skel/.config/startupconfigkeys create mode 100644 skel/.config/systemsettingsrc create mode 100755 skel/.kde4/share/apps/color-schemes/Breeze.colors create mode 100755 skel/.kde4/share/config/kdeglobals diff --git a/skel/.config/emaildefaults b/skel/.config/emaildefaults new file mode 100644 index 0000000..87e4095 --- /dev/null +++ b/skel/.config/emaildefaults @@ -0,0 +1,7 @@ +[Defaults] +Profile=Default + +[PROFILE_Default] +EmailClient[$e]=thunderbird +ServerType= +TerminalClient=false diff --git a/skel/.config/gtkrc b/skel/.config/gtkrc new file mode 100644 index 0000000..3053987 --- /dev/null +++ b/skel/.config/gtkrc @@ -0,0 +1,59 @@ +# created by KDE Plasma, Sun Feb 3 15:55:13 2019 +# +# If you do not want Plasma to override your GTK settings, select +# Colors in the System Settings and disable the checkbox +# "Apply colors to non-Qt applications" +# +# +include "/usr/share/themes/Breeze/gtk-2.0/gtkrc" + +gtk-theme-name="Breeze" + +style "default" +{ + bg[NORMAL] = { 0.937, 0.941, 0.945 } + bg[SELECTED] = { 0.239, 0.682, 0.914 } + bg[INSENSITIVE] = { 0.937, 0.941, 0.945 } + bg[ACTIVE] = { 0.769, 0.788, 0.804 } + bg[PRELIGHT] = { 0.937, 0.941, 0.945 } + + base[NORMAL] = { 0.988, 0.988, 0.988 } + base[SELECTED] = { 0.239, 0.682, 0.914 } + base[INSENSITIVE] = { 0.937, 0.941, 0.945 } + base[ACTIVE] = { 0.239, 0.682, 0.914 } + base[PRELIGHT] = { 0.239, 0.682, 0.914 } + + text[NORMAL] = { 0.137, 0.149, 0.153 } + text[SELECTED] = { 0.988, 0.988, 0.988 } + text[INSENSITIVE] = { 0.769, 0.788, 0.804 } + text[ACTIVE] = { 0.988, 0.988, 0.988 } + text[PRELIGHT] = { 0.988, 0.988, 0.988 } + + fg[NORMAL] = { 0.137, 0.149, 0.153 } + fg[SELECTED] = { 0.988, 0.988, 0.988 } + fg[INSENSITIVE] = { 0.769, 0.788, 0.804 } + fg[ACTIVE] = { 0.137, 0.149, 0.153 } + fg[PRELIGHT] = { 0.137, 0.149, 0.153 } +} + +class "*" style "default" + +style "ToolTip" +{ + bg[NORMAL] = { 0.937, 0.937, 0.937 } + base[NORMAL] = { 1.000, 1.000, 1.000 } + text[NORMAL] = { 0.000, 0.000, 0.000 } + fg[NORMAL] = { 0.000, 0.000, 0.000 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.239, 0.682, 0.914 } + fg[PRELIGHT] = { 0.988, 0.988, 0.988 } +} + +class "*MenuItem" style "MenuItem" + diff --git a/skel/.config/gtkrc-2.0 b/skel/.config/gtkrc-2.0 new file mode 100644 index 0000000..d0c1e69 --- /dev/null +++ b/skel/.config/gtkrc-2.0 @@ -0,0 +1,58 @@ +# created by KDE Plasma, Sun Feb 3 15:55:13 2019 +# +# If you do not want Plasma to override your GTK settings, select +# Colors in the System Settings and disable the checkbox +# "Apply colors to non-Qt applications" +# +# + +gtk-alternative-button-order = 1 + +style "default" +{ + bg[NORMAL] = { 0.937, 0.941, 0.945 } + bg[SELECTED] = { 0.239, 0.682, 0.914 } + bg[INSENSITIVE] = { 0.937, 0.941, 0.945 } + bg[ACTIVE] = { 0.769, 0.788, 0.804 } + bg[PRELIGHT] = { 0.937, 0.941, 0.945 } + + base[NORMAL] = { 0.988, 0.988, 0.988 } + base[SELECTED] = { 0.239, 0.682, 0.914 } + base[INSENSITIVE] = { 0.937, 0.941, 0.945 } + base[ACTIVE] = { 0.239, 0.682, 0.914 } + base[PRELIGHT] = { 0.239, 0.682, 0.914 } + + text[NORMAL] = { 0.137, 0.149, 0.153 } + text[SELECTED] = { 0.988, 0.988, 0.988 } + text[INSENSITIVE] = { 0.769, 0.788, 0.804 } + text[ACTIVE] = { 0.988, 0.988, 0.988 } + text[PRELIGHT] = { 0.988, 0.988, 0.988 } + + fg[NORMAL] = { 0.137, 0.149, 0.153 } + fg[SELECTED] = { 0.988, 0.988, 0.988 } + fg[INSENSITIVE] = { 0.769, 0.788, 0.804 } + fg[ACTIVE] = { 0.137, 0.149, 0.153 } + fg[PRELIGHT] = { 0.137, 0.149, 0.153 } +} + +class "*" style "default" + +style "ToolTip" +{ + bg[NORMAL] = { 0.937, 0.937, 0.937 } + base[NORMAL] = { 1.000, 1.000, 1.000 } + text[NORMAL] = { 0.000, 0.000, 0.000 } + fg[NORMAL] = { 0.000, 0.000, 0.000 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.239, 0.682, 0.914 } + fg[PRELIGHT] = { 0.988, 0.988, 0.988 } +} + +class "*MenuItem" style "MenuItem" + diff --git a/skel/.config/kcminputrc b/skel/.config/kcminputrc new file mode 100644 index 0000000..3874db5 --- /dev/null +++ b/skel/.config/kcminputrc @@ -0,0 +1,3 @@ +[Mouse] +cursorSize=0 +cursorTheme=Hacked-Red diff --git a/skel/.config/kdeglobals b/skel/.config/kdeglobals new file mode 100644 index 0000000..54ac321 --- /dev/null +++ b/skel/.config/kdeglobals @@ -0,0 +1,151 @@ +[$Version] +update_info=filepicker.upd:filepicker-remove-old-previews-entry,fonts_global.upd:Fonts_Global,fonts_global_toolbar.upd:Fonts_Global_Toolbar + +[ColorEffects:Disabled] +Color=56,56,56 +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=189,195,199 +BackgroundNormal=239,240,241 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:Complementary] +BackgroundAlternate=59,64,69 +BackgroundNormal=49,54,59 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=147,206,233 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=231,76,60 +ForegroundNeutral=253,188,75 +ForegroundNormal=239,240,241 +ForegroundPositive=46,204,113 +ForegroundVisited=61,174,230 + +[Colors:Selection] +BackgroundAlternate=29,153,243 +BackgroundNormal=61,174,233 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=252,252,252 +ForegroundInactive=239,240,241 +ForegroundLink=253,188,75 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=252,252,252 +ForegroundPositive=39,174,96 +ForegroundVisited=189,195,199 + +[Colors:Tooltip] +BackgroundAlternate=77,77,77 +BackgroundNormal=35,38,39 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=189,195,199 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=252,252,252 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:View] +BackgroundAlternate=239,240,241 +BackgroundNormal=252,252,252 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:Window] +BackgroundAlternate=189,195,199 +BackgroundNormal=239,240,241 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[General] +BrowserApplication[$e]=!firefox +ColorScheme=Breeze +Name=Breeze +XftAntialias=true +XftHintStyle=hintmedium +XftSubPixel=none +shadeSortColumn=true +widgetStyle=Breeze + +[Icons] +Theme=material-design-light + +[KDE] +ColorScheme=Breeze +contrast=4 +widgetStyle=Breeze + +[KFileDialog Settings] +Automatically select filename extension=true +Breadcrumb Navigation=true +Decoration position=0 +LocationCombo Completionmode=5 +PathCombo Completionmode=5 +Show Bookmarks=false +Show Full Path=false +Show Inline Previews=true +Show Preview=false +Show Speedbar=true +Show hidden files=false +Sort by=Name +Sort directories first=true +Sort reversed=false +Speedbar Width=106 +View Style=Simple +listViewIconSize=0 + +[WM] +activeBackground=71,80,87 +activeBlend=252,252,252 +activeForeground=252,252,252 +inactiveBackground=239,240,241 +inactiveBlend=75,71,67 +inactiveForeground=189,195,199 diff --git a/skel/.config/klaunchrc b/skel/.config/klaunchrc new file mode 100644 index 0000000..141a5f9 --- /dev/null +++ b/skel/.config/klaunchrc @@ -0,0 +1,11 @@ +[BusyCursorSettings] +Blinking=false +Bouncing=false +Timeout=5 + +[FeedbackStyle] +BusyCursor=false +TaskbarButton=false + +[TaskbarButtonSettings] +Timeout=5 diff --git a/skel/.config/kscreenlockerrc b/skel/.config/kscreenlockerrc new file mode 100644 index 0000000..c578cbc --- /dev/null +++ b/skel/.config/kscreenlockerrc @@ -0,0 +1,6 @@ +[$Version] +update_info=kscreenlocker.upd:0.1-autolock + +[Daemon] +Autolock=false +LockOnResume=false diff --git a/skel/.config/ksmserverrc b/skel/.config/ksmserverrc new file mode 100644 index 0000000..734093f --- /dev/null +++ b/skel/.config/ksmserverrc @@ -0,0 +1,6 @@ +[General] +confirmLogout=true +excludeApps= +loginMode=default +offerShutdown=true +shutdownType=0 diff --git a/skel/.config/ksplashrc b/skel/.config/ksplashrc new file mode 100644 index 0000000..c252676 --- /dev/null +++ b/skel/.config/ksplashrc @@ -0,0 +1,3 @@ +[KSplash] +Engine=none +Theme=None diff --git a/skel/.config/kwinrc b/skel/.config/kwinrc new file mode 100644 index 0000000..7949b11 --- /dev/null +++ b/skel/.config/kwinrc @@ -0,0 +1,82 @@ +[$Version] +update_info=kwin.upd:replace-scalein-with-scale + +[Compositing] +AnimationSpeed=2 +Backend=OpenGL +Enabled=false +GLCore=false +GLPreferBufferSwap=a +GLTextureFilter=2 +HiddenPreviews=5 +OpenGLIsUnsafe=false +WindowsBlockCompositing=true +XRenderSmoothScale=false + +[Desktops] +Number=1 + +[Effect-Cube] +BorderActivate=9 +BorderActivateCylinder=9 +BorderActivateSphere=9 +TouchBorderActivate=9 +TouchBorderActivateCylinder=9 +TouchBorderActivateSphere=9 + +[Effect-DesktopGrid] +BorderActivate=9 +TouchBorderActivate=9 + +[Effect-PresentWindows] +BorderActivate=9 +BorderActivateAll=9 +BorderActivateClass=9 +TouchBorderActivate=7 +TouchBorderActivateAll=9 +TouchBorderActivateClass=9 + +[ElectricBorders] +Bottom=None +BottomLeft=None +BottomRight=None +Left=None +Right=None +Top=None +TopLeft=None +TopRight=None + +[Plugins] +blurEnabled=false +contrastEnabled=false +desktopgridEnabled=false +presentwindowsEnabled=false +screenedgeEnabled=false +zoomEnabled=false + +[TabBox] +BorderActivate=9 +BorderAlternativeActivate=9 +TouchBorderActivate=9 +TouchBorderAlternativeActivate=9 + +[TouchEdges] +Bottom=None +Left=None +Right=None +Top=None + +[Windows] +ElectricBorderCooldown=350 +ElectricBorderCornerRatio=0.25 +ElectricBorderDelay=150 +ElectricBorderMaximize=true +ElectricBorderTiling=true +ElectricBorders=0 + +[org.kde.kdecoration2] +BorderSize=Normal +ButtonsOnLeft=MS +ButtonsOnRight=HIAX +CloseOnDoubleClickOnMenu=false +library=org.kde.oxygen diff --git a/skel/.config/plasma-org.kde.plasma.desktop-appletsrc b/skel/.config/plasma-org.kde.plasma.desktop-appletsrc new file mode 100644 index 0000000..67f612e --- /dev/null +++ b/skel/.config/plasma-org.kde.plasma.desktop-appletsrc @@ -0,0 +1,179 @@ +[ActionPlugins][0] +MidButton;NoModifier=org.kde.paste +RightButton;NoModifier=org.kde.contextmenu +wheel:Vertical;NoModifier=org.kde.switchdesktop + +[ActionPlugins][1] +RightButton;NoModifier=org.kde.contextmenu + +[Containments][1] +activityId=f2f83efe-8af4-4f2c-861b-9b2be5f3b599 +formfactor=0 +immutability=1 +lastScreen=0 +location=0 +plugin=org.kde.plasma.folder +wallpaperplugin=org.kde.image + +[Containments][1][ConfigDialog] +DialogHeight=540 +DialogWidth=720 + +[Containments][1][Configuration] +PreloadWeight=42 + +[Containments][1][Wallpaper][org.kde.image][General] +Image=file:///usr/share/backgrounds/redcore-community/0.png + +[Containments][2] +activityId= +formfactor=2 +immutability=1 +lastScreen=0 +location=4 +plugin=org.kde.panel +wallpaperplugin=org.kde.image + +[Containments][2][Applets][18] +immutability=1 +plugin=org.kde.plasma.kicker + +[Containments][2][Applets][18][Configuration] +PreloadWeight=92 + +[Containments][2][Applets][18][Configuration][ConfigDialog] +DialogHeight=540 +DialogWidth=720 + +[Containments][2][Applets][18][Configuration][General] +alignResultsToBottom=false +customButtonImage=/usr/share/pixmaps/redcore-symbolic-dark.png +favoritesPortedToKAstats=true +showRecentApps=false +showRecentDocs=false +useCustomButtonImage=true +useExtraRunners=false + +[Containments][2][Applets][18][Shortcuts] +global=Alt+F1 + +[Containments][2][Applets][3][Configuration][General] +favoritesPortedToKAstats=true + +[Containments][2][Applets][4] +immutability=1 +plugin=org.kde.plasma.pager + +[Containments][2][Applets][4][Configuration] +PreloadWeight=42 + +[Containments][2][Applets][5] +immutability=1 +plugin=org.kde.plasma.taskmanager + +[Containments][2][Applets][5][Configuration] +PreloadWeight=42 + +[Containments][2][Applets][6] +immutability=1 +plugin=org.kde.plasma.systemtray + +[Containments][2][Applets][6][Configuration] +PreloadWeight=42 +SystrayContainmentId=7 + +[Containments][2][Applets][8] +immutability=1 +plugin=org.kde.plasma.digitalclock + +[Containments][2][Applets][8][Configuration] +PreloadWeight=42 + +[Containments][2][Configuration] +PreloadWeight=42 + +[Containments][2][General] +AppletOrder=18;4;5;6;8 + +[Containments][7] +activityId= +formfactor=2 +immutability=1 +lastScreen=0 +location=4 +plugin=org.kde.plasma.private.systemtray +wallpaperplugin=org.kde.image + +[Containments][7][Applets][10] +immutability=1 +plugin=org.kde.plasma.clipboard + +[Containments][7][Applets][10][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][11] +immutability=1 +plugin=org.kde.plasma.devicenotifier + +[Containments][7][Applets][11][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][12] +immutability=1 +plugin=org.kde.plasma.keyboardindicator + +[Containments][7][Applets][12][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][13] +immutability=1 +plugin=org.kde.plasma.notifications + +[Containments][7][Applets][13][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][14] +immutability=1 +plugin=org.kde.plasma.vault + +[Containments][7][Applets][14][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][15] +immutability=1 +plugin=org.kde.plasma.battery + +[Containments][7][Applets][15][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][16] +immutability=1 +plugin=org.kde.plasma.bluetooth + +[Containments][7][Applets][16][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][17] +immutability=1 +plugin=org.kde.plasma.networkmanagement + +[Containments][7][Applets][17][Configuration] +PreloadWeight=42 + +[Containments][7][Applets][9] +immutability=1 +plugin=org.kde.plasma.volume + +[Containments][7][Applets][9][Configuration] +PreloadWeight=42 + +[Containments][7][Configuration] +PreloadWeight=42 + +[Containments][7][General] +extraItems=org.kde.plasma.bluetooth,org.kde.plasma.vault,org.kde.plasma.networkmanagement,org.kde.plasma.volume,org.kde.plasma.battery,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.notifications,org.kde.plasma.devicenotifier,org.kde.plasma.keyboardindicator +knownItems=org.kde.plasma.bluetooth,org.kde.plasma.vault,org.kde.plasma.networkmanagement,org.kde.plasma.volume,org.kde.plasma.battery,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.notifications,org.kde.plasma.devicenotifier,org.kde.plasma.keyboardindicator + +[ScreenMapping] +itemsOnDisabledScreens= +screenMapping=desktop:/calamares.desktop,0,desktop:/Get Live Help.desktop,0 diff --git a/skel/.config/plasmarc b/skel/.config/plasmarc new file mode 100644 index 0000000..47f7fec --- /dev/null +++ b/skel/.config/plasmarc @@ -0,0 +1,2 @@ +[Wallpapers] +usersWallpapers=/usr/share/backgrounds/redcore-community/0.png diff --git a/skel/.config/startupconfig b/skel/.config/startupconfig new file mode 100644 index 0000000..d3f6c72 --- /dev/null +++ b/skel/.config/startupconfig @@ -0,0 +1,13 @@ +#! /bin/sh +# kcminputrc Mouse cursorTheme 'breeze_cursors' +kcminputrc_mouse_cursortheme=Hacked-Red +# kcminputrc Mouse cursorSize '' +kcminputrc_mouse_cursorsize=0 +# ksplashrc KSplash Theme Breeze +ksplashrc_ksplash_theme=None +# ksplashrc KSplash Engine KSplashQML +ksplashrc_ksplash_engine=none +# kdeglobals KScreen ScreenScaleFactors '' +kdeglobals_kscreen_screenscalefactors='' +# kcmfonts General forceFontDPI 0 +kcmfonts_general_forcefontdpi=0 diff --git a/skel/.config/startupconfigkeys b/skel/.config/startupconfigkeys new file mode 100644 index 0000000..8d901f4 --- /dev/null +++ b/skel/.config/startupconfigkeys @@ -0,0 +1,6 @@ +kcminputrc Mouse cursorTheme 'breeze_cursors' +kcminputrc Mouse cursorSize '' +ksplashrc KSplash Theme Breeze +ksplashrc KSplash Engine KSplashQML +kdeglobals KScreen ScreenScaleFactors '' +kcmfonts General forceFontDPI 0 diff --git a/skel/.config/systemsettingsrc b/skel/.config/systemsettingsrc new file mode 100644 index 0000000..f4b4f8b --- /dev/null +++ b/skel/.config/systemsettingsrc @@ -0,0 +1,2 @@ +[Main] +ActiveView=icon_mode diff --git a/skel/.kde4/share/apps/color-schemes/Breeze.colors b/skel/.kde4/share/apps/color-schemes/Breeze.colors new file mode 100755 index 0000000..732d007 --- /dev/null +++ b/skel/.kde4/share/apps/color-schemes/Breeze.colors @@ -0,0 +1,119 @@ +[ColorEffects:Disabled] +Color=56,56,56 +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=189,195,199 +BackgroundNormal=239,240,241 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:Selection] +BackgroundAlternate=29,153,243 +BackgroundNormal=61,174,233 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=252,252,252 +ForegroundInactive=239,240,241 +ForegroundLink=253,188,75 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=252,252,252 +ForegroundPositive=39,174,96 +ForegroundVisited=189,195,199 + +[Colors:Tooltip] +BackgroundAlternate=77,77,77 +BackgroundNormal=35,38,39 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=189,195,199 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=252,252,252 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:View] +BackgroundAlternate=239,240,241 +BackgroundNormal=252,252,252 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:Window] +BackgroundAlternate=189,195,199 +BackgroundNormal=239,240,241 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:Complementary] +BackgroundAlternate=59,64,69 +BackgroundNormal=49,54,59 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=147,206,233 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=231,76,60 +ForegroundNeutral=253,188,75 +ForegroundNormal=239,240,241 +ForegroundPositive=46,204,113 +ForegroundVisited=61,174,230 + +[General] +ColorScheme=Breeze +Name=Breeze +shadeSortColumn=true + +[KDE] +contrast=4 + +[WM] +activeBackground=71,80,87 +activeBlend=252,252,252 +activeForeground=252,252,252 +inactiveBackground=239,240,241 +inactiveBlend=75,71,67 +inactiveForeground=189,195,199 diff --git a/skel/.kde4/share/config/kdeglobals b/skel/.kde4/share/config/kdeglobals new file mode 100755 index 0000000..eda5bee --- /dev/null +++ b/skel/.kde4/share/config/kdeglobals @@ -0,0 +1,133 @@ +[ColorEffects:Disabled] +Color=56,56,56 +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=189,195,199 +BackgroundNormal=239,240,241 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:Complementary] +BackgroundAlternate=59,64,69 +BackgroundNormal=49,54,59 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=147,206,233 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=231,76,60 +ForegroundNeutral=253,188,75 +ForegroundNormal=239,240,241 +ForegroundPositive=46,204,113 +ForegroundVisited=61,174,230 + +[Colors:Selection] +BackgroundAlternate=29,153,243 +BackgroundNormal=61,174,233 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=252,252,252 +ForegroundInactive=239,240,241 +ForegroundLink=253,188,75 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=252,252,252 +ForegroundPositive=39,174,96 +ForegroundVisited=189,195,199 + +[Colors:Tooltip] +BackgroundAlternate=77,77,77 +BackgroundNormal=35,38,39 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=189,195,199 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=252,252,252 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:View] +BackgroundAlternate=239,240,241 +BackgroundNormal=252,252,252 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[Colors:Window] +BackgroundAlternate=189,195,199 +BackgroundNormal=239,240,241 +DecorationFocus=61,174,233 +DecorationHover=147,206,233 +ForegroundActive=61,174,233 +ForegroundInactive=127,140,141 +ForegroundLink=41,128,185 +ForegroundNegative=218,68,83 +ForegroundNeutral=246,116,0 +ForegroundNormal=35,38,39 +ForegroundPositive=39,174,96 +ForegroundVisited=127,140,141 + +[General] +BrowserApplication[$e]=!firefox +ColorScheme=Breeze +Name=Breeze +XftAntialias=true +XftHintStyle=hintmedium +XftSubPixel=none +shadeSortColumn=true +widgetStyle=Breeze + +[Icons] +Theme=material-design-light + +[KDE] +ShowIconsInMenuItems=true +ShowIconsOnPushButtons=true +contrast=4 + +[Toolbar style] +ToolButtonStyle=TextBesideIcon +ToolButtonStyleOtherToolbars=TextBesideIcon + +[WM] +activeBackground=71,80,87 +activeBlend=252,252,252 +activeForeground=252,252,252 +inactiveBackground=239,240,241 +inactiveBlend=75,71,67 +inactiveForeground=189,195,199 -- cgit v1.2.3