diff --git a/home/.config/Kvantum/kvantum.kvconfig b/home/.config/Kvantum/kvantum.kvconfig new file mode 100644 index 0000000..037dc92 --- /dev/null +++ b/home/.config/Kvantum/kvantum.kvconfig @@ -0,0 +1,2 @@ +[General] +theme=Arc diff --git a/home/.config/gtk-3.0/settings.ini b/home/.config/gtk-3.0/settings.ini index 1f0b0f3..559e314 100644 --- a/home/.config/gtk-3.0/settings.ini +++ b/home/.config/gtk-3.0/settings.ini @@ -1,11 +1,12 @@ [Settings] +gtk-application-prefer-dark-theme=false gtk-button-images=0 -gtk-cursor-theme-name=Breeze_Snow +gtk-cursor-theme-name=Adwaita gtk-fallback-icon-theme=hicolor -gtk-font-name=Noto Sans Regular 11 -gtk-icon-theme-name=breeze +gtk-font-name=Fira Code Regular 11 +gtk-icon-theme-name=Papirus gtk-key-theme-name=Emacs gtk-menu-images=0 gtk-primary-button-warps-slider=0 -gtk-theme-name=Breeze -gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-theme-name=Arc +gtk-toolbar-style=GTK_TOOLBAR_ICONS diff --git a/home/.config/gtkrc b/home/.config/gtkrc index a2a71c2..28ea771 100644 --- a/home/.config/gtkrc +++ b/home/.config/gtkrc @@ -1,55 +1,7 @@ -# created by KDE Plasma, Sa. Fäb 2 01:42:30 2019 +# created by KDE Plasma, Fri Feb 15 12:43:01 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" # # -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.192, 0.212, 0.231 } - text[SELECTED] = { 0.937, 0.941, 0.945 } - text[INSENSITIVE] = { 0.769, 0.788, 0.804 } - text[ACTIVE] = { 0.937, 0.941, 0.945 } - text[PRELIGHT] = { 0.937, 0.941, 0.945 } - - fg[NORMAL] = { 0.192, 0.212, 0.231 } - fg[SELECTED] = { 0.937, 0.941, 0.945 } - fg[INSENSITIVE] = { 0.769, 0.788, 0.804 } - fg[ACTIVE] = { 0.192, 0.212, 0.231 } - fg[PRELIGHT] = { 0.192, 0.212, 0.231 } -} - -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.937, 0.941, 0.945 } -} - -class "*MenuItem" style "MenuItem" - diff --git a/home/.config/gtkrc-2.0 b/home/.config/gtkrc-2.0 index b4dd236..5591db6 100644 --- a/home/.config/gtkrc-2.0 +++ b/home/.config/gtkrc-2.0 @@ -1,4 +1,4 @@ -# created by KDE Plasma, Sa. Fäb 2 01:42:30 2019 +# created by KDE Plasma, Fri Feb 15 12:43:01 2019 # # If you do not want Plasma to override your GTK settings, select # Colors in the System Settings and disable the checkbox @@ -8,51 +8,3 @@ 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.192, 0.212, 0.231 } - text[SELECTED] = { 0.937, 0.941, 0.945 } - text[INSENSITIVE] = { 0.769, 0.788, 0.804 } - text[ACTIVE] = { 0.937, 0.941, 0.945 } - text[PRELIGHT] = { 0.937, 0.941, 0.945 } - - fg[NORMAL] = { 0.192, 0.212, 0.231 } - fg[SELECTED] = { 0.937, 0.941, 0.945 } - fg[INSENSITIVE] = { 0.769, 0.788, 0.804 } - fg[ACTIVE] = { 0.192, 0.212, 0.231 } - fg[PRELIGHT] = { 0.192, 0.212, 0.231 } -} - -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.937, 0.941, 0.945 } -} - -class "*MenuItem" style "MenuItem" - diff --git a/home/.config/kdeglobals b/home/.config/kdeglobals new file mode 100644 index 0000000..40ce95a --- /dev/null +++ b/home/.config/kdeglobals @@ -0,0 +1,330 @@ +[$Version] +update_info=fonts_global.upd:Fonts_Global,fonts_global_toolbar.upd:Fonts_Global_Toolbar,filepicker.upd:filepicker-remove-old-previews-entry + +[Appmenu Style] +Style=Decoration + +[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=77,77,77 +BackgroundNormal=66,66,66 +DecorationFocus=59,80,116 +DecorationHover=59,80,116 +ForegroundActive=61,174,233 +ForegroundInactive=105,105,105 +ForegroundLink=66,133,244 +ForegroundNegative=218,68,83 +ForegroundNeutral=255,109,0 +ForegroundNormal=255,255,255 +ForegroundPositive=1,162,153 +ForegroundVisited=0,188,212 + +[Colors:Complementary] +BackgroundAlternate=48,48,48 +BackgroundNormal=40,40,40 +DecorationFocus=30,146,255 +DecorationHover=61,174,230 +ForegroundActive=246,116,0 +ForegroundInactive=175,176,179 +ForegroundLink=61,174,230 +ForegroundNegative=237,21,21 +ForegroundNeutral=201,206,59 +ForegroundNormal=239,240,241 +ForegroundPositive=17,209,22 +ForegroundVisited=61,174,230 + +[Colors:Selection] +BackgroundAlternate=29,153,243 +BackgroundNormal=59,80,116 +DecorationFocus=59,80,116 +DecorationHover=59,80,116 +ForegroundActive=252,252,252 +ForegroundInactive=255,255,255 +ForegroundLink=253,188,75 +ForegroundNegative=218,68,83 +ForegroundNeutral=255,109,0 +ForegroundNormal=255,255,255 +ForegroundPositive=1,162,153 +ForegroundVisited=189,195,199 + +[Colors:Tooltip] +BackgroundAlternate=40,40,40 +BackgroundNormal=40,40,40 +DecorationFocus=59,80,116 +DecorationHover=59,80,116 +ForegroundActive=61,174,233 +ForegroundInactive=105,105,105 +ForegroundLink=66,133,244 +ForegroundNegative=218,68,83 +ForegroundNeutral=255,109,0 +ForegroundNormal=223,223,223 +ForegroundPositive=1,162,153 +ForegroundVisited=0,188,212 + +[Colors:View] +BackgroundAlternate=48,48,48 +BackgroundNormal=48,48,48 +DecorationFocus=59,80,116 +DecorationHover=59,80,116 +ForegroundActive=61,174,233 +ForegroundInactive=105,105,105 +ForegroundLink=66,133,244 +ForegroundNegative=218,68,83 +ForegroundNeutral=255,109,0 +ForegroundNormal=223,223,223 +ForegroundPositive=1,162,153 +ForegroundVisited=0,188,212 + +[Colors:Window] +BackgroundAlternate=48,48,48 +BackgroundNormal=40,40,40 +DecorationFocus=59,80,116 +DecorationHover=59,80,116 +ForegroundActive=61,174,233 +ForegroundInactive=105,105,105 +ForegroundLink=66,133,244 +ForegroundNegative=218,68,83 +ForegroundNeutral=255,109,0 +ForegroundNormal=223,223,223 +ForegroundPositive=1,162,153 +ForegroundVisited=0,188,212 + +[DesktopIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=togamma +ActiveSemiTransparent=false +ActiveValue=0.699999988079071 +Animated=true +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +Size=48 + +[DialogIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +Size=32 + +[DirSelect Dialog] +DirSelectDialog Size=1295,540 +History Items[$e]=file:$HOME/Documents + +[DownloadDialog Settings] +Height 1440=496 +Height 720=480 +Width 1280=700 +Width 2560=700 +Width 3440=700 + +[Emoticons] +emoticonsTheme=EmojiOne +parseMode=2 + +[General] +ColorScheme=Materia Dark +Name=Materia Dark +XftHintStyle= +XftSubPixel= +fixed=DejaVu Sans,9,-1,5,50,0,0,0,0,0,Condensed +font=FuraCode Nerd Font,10,-1,5,50,0,0,0,0,0,Regular +menuFont=FuraCode Nerd Font,10,-1,5,50,0,0,0,0,0,Regular +shadeSortColumn=true +smallestReadableFont=FuraCode Nerd Font,8,-1,5,50,0,0,0,0,0,Regular +toolBarFont=FuraCode Nerd Font,10,-1,5,50,0,0,0,0,0,Regular + +[Icons] +Theme=Papirus + +[KDE] +ColorScheme=Default +DoubleClickInterval=400 +LookAndFeelPackage=com.github.varlesh.materia +ShowDeleteCommand=false +ShowIconsInMenuItems=true +ShowIconsOnPushButtons=true +SingleClick=true +StartDragDist=4 +StartDragTime=500 +WheelScrollLines=3 +contrast=4 +widgetStyle=kvantum + +[KFileDialog Settings] +Automatically select filename extension=true +Breadcrumb Navigation=false +Decoration position=0 +LocationCombo Completionmode=5 +PathCombo Completionmode=5 +Preview Width=92 +Show Bookmarks=false +Show Full Path=false +Show Inline Previews=false +Show Preview=true +Show Speedbar=true +Show hidden files=false +Sort by=Date +Sort directories first=true +Sort reversed=true +Speedbar Width=292 +View Style=Detail +detailedViewIconSize=10 +listViewIconSize=12 + +[KScreen] +ScaleFactor=1 +ScreenScaleFactors=eDP-1=1;DP-1=1;HDMI-1=1;DP-2=1;HDMI-2=1; + +[KShortcutsDialog Settings] +Dialog Size=947,900 + +[MainToolbarIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +Size=16 + +[MainWindow] +Height 1440=975 +Height 720=691 +Height 960=713 +State=AAAA/wAAAAD9AAAAAAAABOoAAAOpAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAEAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAA +Width 1280=1242 +Width 1707=1047 +Width 1720=640 +Width 2560=1698 +Width 3440=1258 + +[Open-with settings] +CompletionMode=5 +History=qupzilla + +[PanelIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=togamma +ActiveSemiTransparent=false +ActiveValue=0.699999988079071 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +Size=22 + +[PreviewSettings] +MaximumRemoteSize=52428800 + +[Shortcuts] +BeginningOfLine=Home; Esc, A +EndOfLine=End; Esc, E + +[SmallIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +Size=16 + +[Toolbar style] +ToolButtonStyle=TextBesideIcon +ToolButtonStyleOtherToolbars=TextBesideIcon + +[ToolbarIcons] +ActiveColor=169,156,255 +ActiveColor2=0,0,0 +ActiveEffect=none +ActiveSemiTransparent=false +ActiveValue=1 +Animated=false +DefaultColor=144,128,248 +DefaultColor2=0,0,0 +DefaultEffect=none +DefaultSemiTransparent=false +DefaultValue=1 +DisabledColor=34,202,0 +DisabledColor2=0,0,0 +DisabledEffect=togray +DisabledSemiTransparent=true +DisabledValue=1 +Size=16 + +[WM] +activeBackground=40,40,40 +activeBlend=40,40,40 +activeFont=FuraCode Nerd Font,10,-1,5,50,0,0,0,0,0,Regular +activeForeground=223,223,223 +inactiveBackground=40,40,40 +inactiveBlend=40,40,40 +inactiveForeground=105,105,105