diff options
| author | DrNuget <drnuget@outlook.com> | 2025-11-28 12:58:32 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-11-28 12:58:32 +0200 |
| commit | 321b07556c51751b801afc7ae33f2368af2371a8 (patch) | |
| tree | 878a854a8927a3b95400d6920bc6a2c0837b4400 | |
| parent | c858912f39c4dd3df6538dfe168d712cd39122d0 (diff) | |
| download | dotfiles-321b07556c51751b801afc7ae33f2368af2371a8.tar.gz | |
add konsole configs
| -rw-r--r-- | .config/konsolerc | 10 | ||||
| -rw-r--r-- | .local/share/konsole/MateriaDark.colorscheme | 100 | ||||
| -rw-r--r-- | .local/share/konsole/drnuget.profile | 7 |
3 files changed, 117 insertions, 0 deletions
diff --git a/.config/konsolerc b/.config/konsolerc new file mode 100644 index 0000000..8883cd1 --- /dev/null +++ b/.config/konsolerc @@ -0,0 +1,10 @@ +MenuBar=Disabled + +[Desktop Entry] +DefaultProfile=drnuget.profile + +[General] +ConfigVersion=1 + +[UiSettings] +ColorScheme= diff --git a/.local/share/konsole/MateriaDark.colorscheme b/.local/share/konsole/MateriaDark.colorscheme new file mode 100644 index 0000000..f2bd0d5 --- /dev/null +++ b/.local/share/konsole/MateriaDark.colorscheme @@ -0,0 +1,100 @@ +[Background] +Color=18,18,18 + +[BackgroundFaint] +Color=18,18,18 + +[BackgroundIntense] +Color=18,18,18 + +[Color0] +Color=71,71,71 + +[Color0Faint] +Color=71,71,71 + +[Color0Intense] +Color=71,71,71 + +[Color1] +Color=244,67,54 + +[Color1Faint] +Color=244,67,54 + +[Color1Intense] +Color=244,67,54 + +[Color2] +Color=76,175,80 + +[Color2Faint] +Color=76,175,80 + +[Color2Intense] +Color=76,175,80 + +[Color3] +Color=255,152,0 + +[Color3Faint] +Color=255,152,0 + +[Color3Intense] +Color=255,152,0 + +[Color4] +Color=26,115,232 + +[Color4Faint] +Color=26,115,232 + +[Color4Intense] +Color=26,115,232 + +[Color5] +Color=156,39,176 + +[Color5Faint] +Color=156,39,176 + +[Color5Intense] +Color=156,39,176 + +[Color6] +Color=0,151,167 + +[Color6Faint] +Color=0,151,167 + +[Color6Intense] +Color=0,151,167 + +[Color7] +Color=255,255,255 + +[Color7Faint] +Color=255,255,255 + +[Color7Intense] +Color=255,255,255 + +[Foreground] +Color=223,223,223 + +[ForegroundFaint] +Color=223,223,223 + +[ForegroundIntense] +Color=255,255,255 + +[General] +Anchor=0.5,0.5 +Blur=false +ColorRandomization=false +Description=Materia Dark +FillStyle=Tile +Opacity=0.8 +Wallpaper= +WallpaperFlipType=NoFlip +WallpaperOpacity=1 diff --git a/.local/share/konsole/drnuget.profile b/.local/share/konsole/drnuget.profile new file mode 100644 index 0000000..ace83f8 --- /dev/null +++ b/.local/share/konsole/drnuget.profile @@ -0,0 +1,7 @@ +[Appearance] +ColorScheme=MateriaDark +Font=Hack,9,-1,7,400,0,0,0,0,0,0,0,0,0,0,1 + +[General] +Name=drnuget +Parent=FALLBACK/ |
