From 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 Mon Sep 17 00:00:00 2001 From: AlexanderCurl Date: Sat, 18 Apr 2026 17:46:06 +0100 Subject: Replaced file structures for themes in the correct format --- raveos-plasma-theme/theme-data/background | Bin 0 -> 225018 bytes .../theme-data/fastfetch/config-kitty.jsonc | 47 + .../theme-data/fastfetch/config.jsonc | 93 + .../theme-data/fastfetch/raveos-logo.png | Bin 0 -> 136727 bytes .../theme-data/fastfetch/raveos-logo.txt | 19 + raveos-plasma-theme/theme-data/kitty/kitty.conf | 37 + .../theme-data/konsole/RaveOS.colorscheme | 96 + .../theme-data/konsole/RaveOS.profile | 11 + .../plasma-splash/contents/splash/Splash.qml | 53 + .../contents/splash/images/background.jpg | Bin 0 -> 225018 bytes .../contents/splash/images/new-RP-logo.png | Bin 0 -> 7796604 bytes .../contents/splash/images/raveos-logo.svg | 2766 ++++++++++++++++++++ .../theme-data/plasma-splash/metadata.json | 16 + .../theme-data/plasma/org.kde.plasma.kickoff.svg | 18 + .../theme-data/profile.d/raveos-fastfetch.sh | 13 + raveos-plasma-theme/theme-data/sddm/astronaut.conf | 79 + .../theme-data/sddm/new-raveos-main-bg.jpeg | Bin 0 -> 225018 bytes raveos-plasma-theme/theme-data/sddm/sddm.conf | 2 + .../theme-data/system/raveos-logo.svg | 2766 ++++++++++++++++++++ 19 files changed, 6016 insertions(+) create mode 100644 raveos-plasma-theme/theme-data/background create mode 100644 raveos-plasma-theme/theme-data/fastfetch/config-kitty.jsonc create mode 100644 raveos-plasma-theme/theme-data/fastfetch/config.jsonc create mode 100644 raveos-plasma-theme/theme-data/fastfetch/raveos-logo.png create mode 100644 raveos-plasma-theme/theme-data/fastfetch/raveos-logo.txt create mode 100644 raveos-plasma-theme/theme-data/kitty/kitty.conf create mode 100644 raveos-plasma-theme/theme-data/konsole/RaveOS.colorscheme create mode 100644 raveos-plasma-theme/theme-data/konsole/RaveOS.profile create mode 100644 raveos-plasma-theme/theme-data/plasma-splash/contents/splash/Splash.qml create mode 100644 raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/background.jpg create mode 100644 raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/new-RP-logo.png create mode 100755 raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/raveos-logo.svg create mode 100644 raveos-plasma-theme/theme-data/plasma-splash/metadata.json create mode 100644 raveos-plasma-theme/theme-data/plasma/org.kde.plasma.kickoff.svg create mode 100644 raveos-plasma-theme/theme-data/profile.d/raveos-fastfetch.sh create mode 100644 raveos-plasma-theme/theme-data/sddm/astronaut.conf create mode 100644 raveos-plasma-theme/theme-data/sddm/new-raveos-main-bg.jpeg create mode 100644 raveos-plasma-theme/theme-data/sddm/sddm.conf create mode 100755 raveos-plasma-theme/theme-data/system/raveos-logo.svg (limited to 'raveos-plasma-theme/theme-data') diff --git a/raveos-plasma-theme/theme-data/background b/raveos-plasma-theme/theme-data/background new file mode 100644 index 0000000..5945d58 Binary files /dev/null and b/raveos-plasma-theme/theme-data/background differ diff --git a/raveos-plasma-theme/theme-data/fastfetch/config-kitty.jsonc b/raveos-plasma-theme/theme-data/fastfetch/config-kitty.jsonc new file mode 100644 index 0000000..1737df8 --- /dev/null +++ b/raveos-plasma-theme/theme-data/fastfetch/config-kitty.jsonc @@ -0,0 +1,47 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "~/.config/fastfetch/raveos-logo.txt", + "type": "file", + "color": { + "1": "green", + "2": "36", + "3": "white" + }, + "padding": { + "top": 1, + "left": 2, + "right": 3 + } + }, + "display": { + "separator": " → ", + "color": { + "keys": "green", + "title": "cyan" + } + }, + "modules": [ + { "type": "custom", "format": "\u001b[1;32mRaveOS" }, + "separator", + { "type": "os", "key": "OS" }, + { "type": "kernel", "key": "Kernel" }, + { "type": "uptime", "key": "Uptime" }, + { "type": "packages", "key": "Packages" }, + { "type": "shell", "key": "Shell" }, + { "type": "de", "key": "DE" }, + { "type": "wm", "key": "WM" }, + { "type": "terminal", "key": "Terminal" }, + "separator", + { "type": "cpu", "key": "CPU" }, + { "type": "gpu", "key": "GPU" }, + { "type": "memory", "key": "RAM" }, + { "type": "disk", "key": "Disk", "folders": "/" }, + "separator", + { "type": "display", "key": "Display" }, + { "type": "theme", "key": "Theme" }, + { "type": "icons", "key": "Icons" }, + "break", + "colors" + ] +} diff --git a/raveos-plasma-theme/theme-data/fastfetch/config.jsonc b/raveos-plasma-theme/theme-data/fastfetch/config.jsonc new file mode 100644 index 0000000..f5f842d --- /dev/null +++ b/raveos-plasma-theme/theme-data/fastfetch/config.jsonc @@ -0,0 +1,93 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "~/.config/fastfetch/raveos-logo.txt", + "type": "file", + "color": { + "1": "green", + "2": "36", + "3": "white" + }, + "padding": { + "top": 1, + "left": 2, + "right": 3 + } + }, + "display": { + "separator": " → ", + "color": { + "keys": "green", + "title": "cyan" + } + }, + "modules": [ + "title", + "separator", + { + "type": "os", + "key": "OS" + }, + { + "type": "kernel", + "key": "Kernel" + }, + { + "type": "uptime", + "key": "Uptime" + }, + { + "type": "packages", + "key": "Packages" + }, + { + "type": "shell", + "key": "Shell" + }, + { + "type": "de", + "key": "DE" + }, + { + "type": "wm", + "key": "WM" + }, + { + "type": "terminal", + "key": "Terminal" + }, + "separator", + { + "type": "cpu", + "key": "CPU" + }, + { + "type": "gpu", + "key": "GPU" + }, + { + "type": "memory", + "key": "RAM" + }, + { + "type": "disk", + "key": "Disk", + "folders": "/" + }, + "separator", + { + "type": "display", + "key": "Display" + }, + { + "type": "theme", + "key": "Theme" + }, + { + "type": "icons", + "key": "Icons" + }, + "break", + "colors" + ] +} diff --git a/raveos-plasma-theme/theme-data/fastfetch/raveos-logo.png b/raveos-plasma-theme/theme-data/fastfetch/raveos-logo.png new file mode 100644 index 0000000..93ebb33 Binary files /dev/null and b/raveos-plasma-theme/theme-data/fastfetch/raveos-logo.png differ diff --git a/raveos-plasma-theme/theme-data/fastfetch/raveos-logo.txt b/raveos-plasma-theme/theme-data/fastfetch/raveos-logo.txt new file mode 100644 index 0000000..41f87e2 --- /dev/null +++ b/raveos-plasma-theme/theme-data/fastfetch/raveos-logo.txt @@ -0,0 +1,19 @@ +⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ +⠀⠀⠀⠀⠀⠀⢠⡀⠀⠀⠀⠀⠀⠀⡀⠀⣰⣾⣿⣿⣷⣄⠀⣠⠀⠀⠀⠀⠀⠀⢀⠄⠀⠀⠀⠀⠀⠀ +⠀⠀⠀⠀⠀⠀⠀⠙⣦⣄⡀⠠⡀⠀⣿⡆⠙⣿⣿⣿⡿⠃⢰⣧⠀⣀⠄⢀⣤⡴⠋⠀⠀⠀⠀⠀⠀⠀ +⠀⠀⠀⠀⠀⣀⠀⠑⢮⣙⠛⠂⠙⠀⡅⣹⣄⢸⣿⣿⡇⣠⡏⠁⠈⠉⠐⠟⣉⡵⠊⠀⣠⠀⠀⠀⠀⠀ +⠀⠀⠀⠀⠄⢈⣃⡀⠐⠿⣷⣦⣀⢰⣼⣈⣿⣾⣿⣿⣿⣿⢁⣥⡆⣠⣴⣾⠿⠂⢀⣀⠁⠀⠀⠀⠀⠀ +⠀⠀⠀⠀⠠⠤⠬⠿⠿⠷⠌⠻⢿⢷⡝⢿⣿⡌⣿⡿⢱⣿⡿⢫⡾⠿⠟⠡⠾⠿⠯⠥⠤⠄⠀⠀⠀⠀ +⠀⠀⠀⠙⠂⠈⠀⠀⠄⠀⠉⠀⠐⠶⢷⣦⣬⡁⠏⠷⢈⣥⣴⠿⠶⠂⠀⠉⠁⠀⠀⠀⠁⠘⠊⠂⠀⠀ +⠀⠀⠀⠀⢀⠄⢠⣴⣶⠀⠀⠀⢀⡀⠀⠉⠙⠃⣠⡄⠘⠉⠁⠀⢀⡀⠀⠀⢠⣶⣦⠀⠀⠀⠀⠀⠀⠀ +⠀⠀⠀⣠⠤⠌⠁⣩⣿⣇⡀⠢⣜⣛⠛⠀⠀⡴⢫⡝⣄⠀⠀⠛⢛⡡⠔⢀⣼⣯⣅⠈⠁⠤⡄⠀⠀⠀ +⠀⠀⠀⢀⡠⢴⠾⠉⢉⣿⣿⣷⣶⣭⣶⣾⡟⣱⣿⣿⡜⢻⣶⣦⣥⣶⣾⣿⣯⡉⠉⠷⡤⢄⠀⠀⠀⠀ +⠀⠀⠀⠀⠀⢀⡴⠂⢚⠟⢉⣾⠿⠛⢙⠉⣠⠈⢹⠇⠁⣄⢈⠋⠛⠿⣷⡉⠿⡓⡐⢦⡀⠀⠁⠀⠀⠀ +⠀⠀⠀⠀⠀⠒⢉⣵⣿⣷⣧⠆⢂⠶⢿⡽⠛⠰⣦⣴⠀⠛⣯⠿⡢⡐⠲⣽⣼⣿⣮⡙⠓⠀⠀⠄⠀⠀ +⠀⠀⢀⣴⠷⠂⣾⣿⠿⠛⣡⣾⡤⠀⠘⠁⢰⣴⣿⣿⣤⠀⠈⠃⠀⢤⣶⣌⠻⢿⣿⣧⠐⠾⣦⡀⠀⠀ +⠀⠀⠀⠀⠀⠘⠉⠀⢠⣼⠏⠋⣠⢠⡄⢀⠻⠉⣿⡿⠈⠟⡄⢰⡀⡀⠻⠹⣦⡀⠀⠉⠃⠀⠀⠀⠀⠀ +⠀⠀⠀⠀⠀⠀⠀⠂⠀⠁⠀⡄⡿⠀⢣⠀⠀⠐⡌⢡⠀⠈⢀⡌⠈⢧⠂⠀⠈⠀⠑⠀⠀⠀⠀⠀⠀⠀ +⢠⣤⣤⣤⣤⣄⣰⢠⣤⣴⣦⠟⣥⣦⣀⢳⣦⡆⣴⣦⣶⣴⣾⣄⠀⢈⣷⣶⣶⣦⣄⣄⣠⣴⣶⣦⣤⠀ +⢸⣿⣧⣤⣽⡿⢁⣿⣟⣹⣿⡄⠘⣿⣿⣾⡿⠀⣿⣿⣶⣶⣾⠋⠀⢾⣿⡍⠁⢹⣿⡎⠿⠷⠶⣶⣭⡀ +⠸⣿⠇⠙⢿⡦⢼⡿⠛⠛⢿⣷⠀⠹⣿⡿⠁⠀⢿⣿⣶⣶⣶⠆⠀⠘⠿⢷⣶⠿⠟⠀⠿⢿⣶⡾⠿⠃ +⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ diff --git a/raveos-plasma-theme/theme-data/kitty/kitty.conf b/raveos-plasma-theme/theme-data/kitty/kitty.conf new file mode 100644 index 0000000..7b84ae9 --- /dev/null +++ b/raveos-plasma-theme/theme-data/kitty/kitty.conf @@ -0,0 +1,37 @@ +font_family JetBrains Mono +font_size 11.0 + +foreground #D8DEE9 +background #2E3440 +selection_foreground #2E3440 +selection_background #88C0D0 + +color0 #3B4252 +color1 #BF616A +color2 #A3BE8C +color3 #EBCB8B +color4 #81A1C1 +color5 #B48EAD +color6 #88C0D0 +color7 #E5E9F0 +color8 #4C566A +color9 #BF616A +color10 #A3BE8C +color11 #EBCB8B +color12 #81A1C1 +color13 #B48EAD +color14 #8FBCBB +color15 #ECEFF4 + +cursor #D8DEE9 +cursor_shape beam + +background_opacity 0.92 +window_padding_width 8 +confirm_os_window_close 0 + +tab_bar_style slant +active_tab_foreground #2E3440 +active_tab_background #A3BE8C +inactive_tab_foreground #D8DEE9 +inactive_tab_background #3B4252 diff --git a/raveos-plasma-theme/theme-data/konsole/RaveOS.colorscheme b/raveos-plasma-theme/theme-data/konsole/RaveOS.colorscheme new file mode 100644 index 0000000..4e510f1 --- /dev/null +++ b/raveos-plasma-theme/theme-data/konsole/RaveOS.colorscheme @@ -0,0 +1,96 @@ +[Background] +Color=46,52,64 + +[BackgroundFaint] +Color=46,52,64 + +[BackgroundIntense] +Color=59,66,82 + +[Color0] +Color=59,66,82 + +[Color0Faint] +Color=59,66,82 + +[Color0Intense] +Color=76,86,106 + +[Color1] +Color=191,97,106 + +[Color1Faint] +Color=191,97,106 + +[Color1Intense] +Color=191,97,106 + +[Color2] +Color=163,190,140 + +[Color2Faint] +Color=163,190,140 + +[Color2Intense] +Color=163,190,140 + +[Color3] +Color=235,203,139 + +[Color3Faint] +Color=235,203,139 + +[Color3Intense] +Color=235,203,139 + +[Color4] +Color=129,161,193 + +[Color4Faint] +Color=129,161,193 + +[Color4Intense] +Color=129,161,193 + +[Color5] +Color=180,142,173 + +[Color5Faint] +Color=180,142,173 + +[Color5Intense] +Color=180,142,173 + +[Color6] +Color=136,192,208 + +[Color6Faint] +Color=136,192,208 + +[Color6Intense] +Color=143,188,187 + +[Color7] +Color=229,233,240 + +[Color7Faint] +Color=229,233,240 + +[Color7Intense] +Color=236,239,244 + +[Foreground] +Color=216,222,233 + +[ForegroundFaint] +Color=216,222,233 + +[ForegroundIntense] +Color=236,239,244 + +[General] +Blur=false +ColorRandomization=false +Description=RaveOS Nord +Opacity=0.92 +Wallpaper= diff --git a/raveos-plasma-theme/theme-data/konsole/RaveOS.profile b/raveos-plasma-theme/theme-data/konsole/RaveOS.profile new file mode 100644 index 0000000..54ca762 --- /dev/null +++ b/raveos-plasma-theme/theme-data/konsole/RaveOS.profile @@ -0,0 +1,11 @@ +[Appearance] +ColorScheme=RaveOS +Font=JetBrains Mono,11,-1,5,50,0,0,0,0,0 + +[General] +Command=/bin/bash --login +Name=RaveOS +Parent=FALLBACK/ + +[Scrolling] +HistoryMode=2 diff --git a/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/Splash.qml b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/Splash.qml new file mode 100644 index 0000000..dbd80c6 --- /dev/null +++ b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/Splash.qml @@ -0,0 +1,53 @@ +import QtQuick +import org.kde.kirigami as Kirigami + +Rectangle { + id: root + color: "black" + + property int stage + + Image { + anchors.fill: parent + source: "images/background.jpg" + fillMode: Image.PreserveAspectCrop + asynchronous: true + } + + Rectangle { + anchors.fill: parent + color: "#66000000" + } + + Item { + anchors.fill: parent + opacity: stage >= 2 ? 1 : 0 + + Image { + id: logo + anchors.centerIn: parent + source: "images/new-RP-logo.png" + asynchronous: true + sourceSize.width: Kirigami.Units.gridUnit * 12 + sourceSize.height: Kirigami.Units.gridUnit * 12 + fillMode: Image.PreserveAspectFit + } + + Image { + anchors.horizontalCenter: parent.horizontalCenter + anchors.top: logo.bottom + anchors.topMargin: Kirigami.Units.largeSpacing * 2 + source: "/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/images/busywidget.svgz" + sourceSize.width: Kirigami.Units.gridUnit * 2 + sourceSize.height: Kirigami.Units.gridUnit * 2 + asynchronous: true + RotationAnimator on rotation { + from: 0 + to: 360 + duration: 2000 + loops: Animation.Infinite + running: stage >= 2 && Kirigami.Units.longDuration > 1 + } + } + } +} diff --git a/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/background.jpg b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/background.jpg new file mode 100644 index 0000000..5945d58 Binary files /dev/null and b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/background.jpg differ diff --git a/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/new-RP-logo.png b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/new-RP-logo.png new file mode 100644 index 0000000..81070c9 Binary files /dev/null and b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/new-RP-logo.png differ diff --git a/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/raveos-logo.svg b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/raveos-logo.svg new file mode 100755 index 0000000..f6cd901 --- /dev/null +++ b/raveos-plasma-theme/theme-data/plasma-splash/contents/splash/images/raveos-logo.svg @@ -0,0 +1,2766 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/raveos-plasma-theme/theme-data/plasma-splash/metadata.json b/raveos-plasma-theme/theme-data/plasma-splash/metadata.json new file mode 100644 index 0000000..e9ba028 --- /dev/null +++ b/raveos-plasma-theme/theme-data/plasma-splash/metadata.json @@ -0,0 +1,16 @@ +{ + "KPlugin": { + "Authors": [ + { + "Name": "RaveOS" + } + ], + "Category": "", + "Description": "RaveOS Plasma splash theme", + "EnabledByDefault": true, + "Id": "org.kde.raveos.desktop", + "License": "GPL-2.0-or-later", + "Name": "RaveOS Splash", + "Version": "1.0" + } +} diff --git a/raveos-plasma-theme/theme-data/plasma/org.kde.plasma.kickoff.svg b/raveos-plasma-theme/theme-data/plasma/org.kde.plasma.kickoff.svg new file mode 100644 index 0000000..49a9777 --- /dev/null +++ b/raveos-plasma-theme/theme-data/plasma/org.kde.plasma.kickoff.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/raveos-plasma-theme/theme-data/profile.d/raveos-fastfetch.sh b/raveos-plasma-theme/theme-data/profile.d/raveos-fastfetch.sh new file mode 100644 index 0000000..b3fe8ce --- /dev/null +++ b/raveos-plasma-theme/theme-data/profile.d/raveos-fastfetch.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +if [[ -z "${RAVEOS_GREETED:-}" && -z "${VSCODE_PID:-}" && "${TERM}" != "dumb" ]]; then + export RAVEOS_GREETED=1 + + if command -v fastfetch >/dev/null 2>&1; then + if [[ "${TERM}" == "xterm-kitty" ]]; then + fastfetch --config "${HOME}/.config/fastfetch/config-kitty.jsonc" + else + fastfetch --config "${HOME}/.config/fastfetch/config.jsonc" + fi + fi +fi diff --git a/raveos-plasma-theme/theme-data/sddm/astronaut.conf b/raveos-plasma-theme/theme-data/sddm/astronaut.conf new file mode 100644 index 0000000..5b5f6b0 --- /dev/null +++ b/raveos-plasma-theme/theme-data/sddm/astronaut.conf @@ -0,0 +1,79 @@ +[General] +ScreenWidth="1920" +ScreenHeight="1080" +ScreenPadding="" +Font="Open Sans" +FontSize="13" +KeyboardSize="0.4" +RoundCorners="20" +Locale="" +HourFormat="HH:mm" +DateFormat="dddd d MMMM" +HeaderText="" +BackgroundPlaceholder="" +Background="Backgrounds/new-raveos-main-bg.jpeg" +BackgroundSpeed="" +PauseBackground="" +DimBackground="0.0" +CropBackground="true" +BackgroundHorizontalAlignment="center" +BackgroundVerticalAlignment="center" +HeaderTextColor="#ffffff" +DateTextColor="#ffffff" +TimeTextColor="#ffffff" +FormBackgroundColor="#21222C" +BackgroundColor="#21222C" +DimBackgroundColor="#21222C" +LoginFieldBackgroundColor="#222222" +PasswordFieldBackgroundColor="#222222" +LoginFieldTextColor="#ffffff" +PasswordFieldTextColor="#ffffff" +UserIconColor="#ffffff" +PasswordIconColor="#ffffff" +PlaceholderTextColor="#bbbbbb" +WarningColor="#343746" +LoginButtonTextColor="#ffffff" +LoginButtonBackgroundColor="#343746" +SystemButtonsIconsColor="#F8F8F2" +SessionButtonTextColor="#F8F8F2" +VirtualKeyboardButtonTextColor="#F8F8F2" +DropdownTextColor="#ffffff" +DropdownSelectedBackgroundColor="#343746" +DropdownBackgroundColor="#21222C" +HighlightTextColor="#bbbbbb" +HighlightBackgroundColor="#343746" +HighlightBorderColor="#343746" +HoverUserIconColor="#b7cef1" +HoverPasswordIconColor="#b7cef1" +HoverSystemButtonsIconsColor="#b7cef1" +HoverSessionButtonTextColor="#b7cef1" +HoverVirtualKeyboardButtonTextColor="#b7cef1" +PartialBlur="true" +FullBlur="" +BlurMax="" +Blur="" +HaveFormBackground="false" +FormPosition="center" +VirtualKeyboardPosition="center" +HideVirtualKeyboard="false" +HideSystemButtons="false" +HideLoginButton="false" +ForceLastUser="true" +PasswordFocus="true" +HideCompletePassword="true" +AllowEmptyPassword="false" +AllowUppercaseLettersInUsernames="false" +BypassSystemButtonsChecks="false" +RightToLeftLayout="false" +TranslatePlaceholderUsername="" +TranslatePlaceholderPassword="" +TranslateLogin="" +TranslateLoginFailedWarning="" +TranslateCapslockWarning="" +TranslateSuspend="" +TranslateHibernate="" +TranslateReboot="" +TranslateShutdown="" +TranslateSessionSelection="" +TranslateVirtualKeyboardButtonOn="" +TranslateVirtualKeyboardButtonOff="" diff --git a/raveos-plasma-theme/theme-data/sddm/new-raveos-main-bg.jpeg b/raveos-plasma-theme/theme-data/sddm/new-raveos-main-bg.jpeg new file mode 100644 index 0000000..5945d58 Binary files /dev/null and b/raveos-plasma-theme/theme-data/sddm/new-raveos-main-bg.jpeg differ diff --git a/raveos-plasma-theme/theme-data/sddm/sddm.conf b/raveos-plasma-theme/theme-data/sddm/sddm.conf new file mode 100644 index 0000000..29b5b95 --- /dev/null +++ b/raveos-plasma-theme/theme-data/sddm/sddm.conf @@ -0,0 +1,2 @@ +[Theme] +Current = sddm-astronaut-theme diff --git a/raveos-plasma-theme/theme-data/system/raveos-logo.svg b/raveos-plasma-theme/theme-data/system/raveos-logo.svg new file mode 100755 index 0000000..f6cd901 --- /dev/null +++ b/raveos-plasma-theme/theme-data/system/raveos-logo.svg @@ -0,0 +1,2766 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3