Update dotfiles/.config/plasma-localerc, dotfiles/.config/gtkrc, dotfiles/.config/plasmarc, dotfiles/.config/kwinrc, dotfiles/.config/ktimezonedrc, dotfiles/.config/ksplashrc, dotfiles/.config/kdeglobals, dotfiles/.config/konsolerc, dotfiles/.config/gtk-3.0/settings.ini, dotfiles/.config/Kvantum/kvantum.config, dotfiles/.config/xsettingsd/xsettingsd.conf, dotfiles/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
This commit is contained in:
parent
e7a55ab488
commit
dd508718aa
12 changed files with 292 additions and 1 deletions
2
dotfiles/.config/Kvantum/kvantum.config
Normal file
2
dotfiles/.config/Kvantum/kvantum.config
Normal file
|
@ -0,0 +1,2 @@
|
|||
[General]
|
||||
theme=Betelgeuse
|
|
@ -1,4 +1,14 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-button-images=1
|
||||
gtk-cursor-theme-name=Sweet-cursors
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=1
|
||||
gtk-font-name=Montserrat Medium, Medium 10
|
||||
gtk-icon-theme-name=Betelgeuse
|
||||
gtk-menu-images=1
|
||||
gtk-modules=appmenu-gtk-module
|
||||
gtk-primary-button-warps-slider=0
|
||||
gtk-shell-shows-menubar=1
|
||||
gtk-theme-name=Betelgeuse
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
48
dotfiles/.config/gtkrc
Normal file
48
dotfiles/.config/gtkrc
Normal file
|
@ -0,0 +1,48 @@
|
|||
style "default"
|
||||
{
|
||||
bg[NORMAL] = { 0.094, 0.106, 0.157 }
|
||||
bg[SELECTED] = { 0.773, 0.055, 0.824 }
|
||||
bg[INSENSITIVE] = { 0.094, 0.106, 0.157 }
|
||||
bg[ACTIVE] = { 0.082, 0.090, 0.137 }
|
||||
bg[PRELIGHT] = { 0.094, 0.106, 0.157 }
|
||||
|
||||
base[NORMAL] = { 0.086, 0.098, 0.145 }
|
||||
base[SELECTED] = { 0.773, 0.055, 0.824 }
|
||||
base[INSENSITIVE] = { 0.094, 0.106, 0.157 }
|
||||
base[ACTIVE] = { 0.773, 0.055, 0.824 }
|
||||
base[PRELIGHT] = { 0.773, 0.055, 0.824 }
|
||||
|
||||
text[NORMAL] = { 0.827, 0.855, 0.890 }
|
||||
text[SELECTED] = { 0.996, 0.996, 0.996 }
|
||||
text[INSENSITIVE] = { 0.082, 0.090, 0.137 }
|
||||
text[ACTIVE] = { 0.996, 0.996, 0.996 }
|
||||
text[PRELIGHT] = { 0.996, 0.996, 0.996 }
|
||||
|
||||
fg[NORMAL] = { 0.827, 0.855, 0.890 }
|
||||
fg[SELECTED] = { 0.996, 0.996, 0.996 }
|
||||
fg[INSENSITIVE] = { 0.082, 0.090, 0.137 }
|
||||
fg[ACTIVE] = { 0.827, 0.855, 0.890 }
|
||||
fg[PRELIGHT] = { 0.827, 0.855, 0.890 }
|
||||
}
|
||||
|
||||
class "*" style "default"
|
||||
|
||||
style "ToolTip"
|
||||
{
|
||||
bg[NORMAL] = { 0.208, 0.224, 0.271 }
|
||||
base[NORMAL] = { 0.208, 0.224, 0.271 }
|
||||
text[NORMAL] = { 0.827, 0.855, 0.890 }
|
||||
fg[NORMAL] = { 0.827, 0.855, 0.890 }
|
||||
}
|
||||
|
||||
widget "gtk-tooltip" style "ToolTip"
|
||||
widget "gtk-tooltips" style "ToolTip"
|
||||
widget "gtk-tooltip*" style "ToolTip"
|
||||
|
||||
style "MenuItem"
|
||||
{
|
||||
bg[PRELIGHT] = { 0.773, 0.055, 0.824 }
|
||||
fg[PRELIGHT] = { 0.996, 0.996, 0.996 }
|
||||
}
|
||||
|
||||
class "*MenuItem" style "MenuItem"
|
154
dotfiles/.config/kdeglobals
Normal file
154
dotfiles/.config/kdeglobals
Normal file
|
@ -0,0 +1,154 @@
|
|||
[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.025000000000000001
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.10000000000000001
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=64,69,82
|
||||
BackgroundNormal=30,34,51
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=195,199,209
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=82,148,226
|
||||
|
||||
[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=197,14,210
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=252,252,252
|
||||
ForegroundInactive=211,218,227
|
||||
ForegroundLink=253,188,75
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=254,254,254
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=189,195,199
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=47,52,63
|
||||
BackgroundNormal=53,57,69
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=82,148,226
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=31,35,51
|
||||
BackgroundNormal=22,25,37
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=0,193,228
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=82,148,226
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=124,183,255
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=47,52,63
|
||||
BackgroundNormal=24,27,40
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=179,13,191
|
||||
|
||||
[General]
|
||||
ColorScheme=Betelgeuse
|
||||
Name=Betelgeuse
|
||||
XftHintStyle=hintslight
|
||||
XftSubPixel=rgb
|
||||
fixed=FiraCode Nerd Font,10,-1,5,50,0,0,0,0,0
|
||||
font=Montserrat Medium,10,-1,5,57,0,0,0,0,0,Regular
|
||||
menuFont=Montserrat Medium,10,-1,5,57,0,0,0,0,0,Regular
|
||||
shadeSortColumn=true
|
||||
smallestReadableFont=Montserrat,8,-1,5,50,0,0,0,0,0
|
||||
toolBarFont=Montserrat SemiBold,10,-1,5,63,0,0,0,0,0,Regular
|
||||
|
||||
[Icons]
|
||||
Theme=Betelgeuse
|
||||
|
||||
[KDE]
|
||||
LookAndFeelPackage=Betelgeuse
|
||||
contrast=4
|
||||
widgetStyle=kvantum
|
||||
|
||||
[KFileDialog Settings]
|
||||
Allow Expansion=false
|
||||
Automatically select filename extension=true
|
||||
Breadcrumb Navigation=true
|
||||
Decoration position=2
|
||||
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=146
|
||||
View Style=DetailTree
|
||||
|
||||
[KShortcutsDialog Settings]
|
||||
Dialog Size=600,480
|
||||
|
||||
[WM]
|
||||
activeBackground=47,52,63
|
||||
activeBlend=47,52,63
|
||||
activeFont=Montserrat ExtraBold,10,-1,5,81,0,0,0,0,0,Regular
|
||||
activeForeground=211,218,227
|
||||
inactiveBackground=47,52,63
|
||||
inactiveBlend=47,52,63
|
||||
inactiveForeground=102,106,115
|
|
@ -1,3 +1,9 @@
|
|||
[Desktop Entry]
|
||||
DefaultProfile=Betelgeuse
|
||||
|
||||
[Favorite Profiles]
|
||||
Favorites=Betelgeuse
|
||||
|
||||
[MainWindow]
|
||||
RestorePositionForNextInstance=false
|
||||
|
||||
|
|
3
dotfiles/.config/ksplashrc
Normal file
3
dotfiles/.config/ksplashrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
[KSplash]
|
||||
Engine=KSplashQML
|
||||
Theme=Betelgeuse
|
2
dotfiles/.config/ktimezonedrc
Normal file
2
dotfiles/.config/ktimezonedrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
[TimeZones]
|
||||
LocalZone=America/New_York
|
3
dotfiles/.config/kwinrc
Normal file
3
dotfiles/.config/kwinrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
[org.kde.kdecoration2]
|
||||
library=org.kde.kwin.aurorae
|
||||
theme=_aurorae__svg__Betelgeuse
|
2
dotfiles/.config/plasma-localerc
Normal file
2
dotfiles/.config/plasma-localerc
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Formats]
|
||||
LANG=en_US.UTF-8
|
2
dotfiles/.config/plasmarc
Normal file
2
dotfiles/.config/plasmarc
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Theme]
|
||||
name=Betelgeuse
|
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xsettings" version="1.0">
|
||||
<property name="Net" type="empty">
|
||||
<property name="ThemeName" type="string" value="Betelgeuse"/>
|
||||
<property name="IconThemeName" type="string" value="Candy"/>
|
||||
<property name="DoubleClickTime" type="empty"/>
|
||||
<property name="DoubleClickDistance" type="empty"/>
|
||||
<property name="DndDragThreshold" type="empty"/>
|
||||
<property name="CursorBlink" type="empty"/>
|
||||
<property name="CursorBlinkTime" type="empty"/>
|
||||
<property name="SoundThemeName" type="string" value="MIUI"/>
|
||||
<property name="EnableEventSounds" type="empty"/>
|
||||
<property name="EnableInputFeedbackSounds" type="empty"/>
|
||||
</property>
|
||||
<property name="Xft" type="empty">
|
||||
<property name="DPI" type="int" value="100"/>
|
||||
<property name="Antialias" type="empty"/>
|
||||
<property name="Hinting" type="empty"/>
|
||||
<property name="HintStyle" type="empty"/>
|
||||
<property name="RGBA" type="empty"/>
|
||||
</property>
|
||||
<property name="Gtk" type="empty">
|
||||
<property name="CanChangeAccels" type="empty"/>
|
||||
<property name="ColorPalette" type="Betelgeuse"/>
|
||||
<property name="FontName" type="string" value="Montserrat Bold 10"/>
|
||||
<property name="IconSizes" type="empty"/>
|
||||
<property name="KeyThemeName" type="empty"/>
|
||||
<property name="ToolbarStyle" type="empty"/>
|
||||
<property name="ToolbarIconSize" type="empty"/>
|
||||
<property name="IMPreeditStyle" type="empty"/>
|
||||
<property name="IMStatusStyle" type="empty"/>
|
||||
<property name="MenuImages" type="empty"/>
|
||||
<property name="ButtonImages" type="empty"/>
|
||||
<property name="MenuBarAccel" type="empty"/>
|
||||
<property name="CursorThemeName" type="string" value="Volantes Cursors"/>
|
||||
<property name="CursorThemeSize" type="empty"/>
|
||||
<property name="IMModule" type="empty"/>
|
||||
<property name="DecorationLayout" type="string" value="menu:minimize,maximize,close"/>
|
||||
<property name="MonospaceFontName" type="string" value="Hack Nerd Font 10"/>
|
||||
</property>
|
||||
<property name="Xfce" type="empty">
|
||||
<property name="LastCustomDPI" type="int" value="100"/>
|
||||
</property>
|
||||
</channel>
|
14
dotfiles/.config/xsettingsd/xsettingsd.conf
Normal file
14
dotfiles/.config/xsettingsd/xsettingsd.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-button-images=1
|
||||
gtk-cursor-theme-name=Sweet-cursors
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=1
|
||||
gtk-font-name=Montserrat Medium, Medium 10
|
||||
gtk-icon-theme-name=Betelgeuse
|
||||
gtk-menu-images=1
|
||||
gtk-modules=appmenu-gtk-module
|
||||
gtk-primary-button-warps-slider=0
|
||||
gtk-shell-shows-menubar=1
|
||||
gtk-theme-name=Betelgeuse
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
Loading…
Reference in a new issue