diff --git a/README.md b/README.md
index ec65941..2cc5862 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
- Ебучий thunar не работает блять, заменяет симлинк на свой конфиг
- Ебучий mime types нихуя не работает блять и тоже заменяется какой-то блядью
+## TODO
+
+Надо сделать декларативную QT тему (ебал их рты). Сейчас у меня есть три каталог в каталоге `shit`. Их я могу скопировать в `~/.config`, нужная переменная окружения в `home.nix` стоит и всё заработает. Но это залупа. Другой человек не сможет это юзать мб. Потому что там в коде написан путь `/home/buliway`. Не всем же быть буливеями. Хотя это изи исправляется, потом сделаю. Но пока что я рот ебал тратить 3 дня на настройку темы бездарных далбаёбов на QT.
+
## Дотсы
Железо, на котором это работает:
@@ -9,6 +13,31 @@
- GPU: AMD RX6600
- RAM: 32gb (2x16) ddr4 3200
- Motherboard: MSI Z590-A PRO
+- Два монитора 1920x1080 на 165 и 100 герц
+
+| Software | Name |
+| ------------ | ---------------------------- |
+| WM | bspwm |
+| Hotkeys | sxhkd |
+| Terminal | Alacritty, Kitty |
+| Multiplexer | Zellij |
+| Shell | oh-my-zsh with many plugins |
+| Shell Prompt | Starship |
+| Apps/Menus | Rofi |
+| Notification | Dunst |
+| Files | Thunar, Ranger |
+| Images | qView, imv |
+| Media | mpv |
+| Browsers | Librewolf, Firefox, Chromium |
+| Social | Discord, Telegram, Steam |
+| Audio | PipeWire |
+| Fonts | JetBrains Mono Nerd Font |
+| Color Theme | Gruvbox Dark Medium |
+| Icons | Gruvbox Plus Dark |
+| DM | LightDM |
+| Compositor | Нет. Мб будет сток picom |
+| Screenshare | OBS, Screenkey, ksnip |
+| Code Editor | VSCode, nixvim later |
Чтоб узнать sha256 для гитхаб репы, пишем в терминал эту команду:
```sh
@@ -99,6 +128,16 @@ sudo nixos-rebuild boot --impure --flake ~/nixos-dots
- Сделать симлинки на все нужные вещи в `./modules/home-manager/symlinks.nix`. Например браузеры я так бекаплю
- Активировать скрипт в `shit` каталоге, чтоб скопировать нужные конфиги в нужные каталоги. Симлинки не работают
- Раскомментировать нужные мне настройки звука в `./modules/nixos/sound.nix`
+- Добавить gpg ключи
+```sh
+gpg --import /path/to/your-key.gpg
+```
+Если не работает, то смотришь список ключей. Копируешь ID нужного и используешь во второй команде.
+```sh
+gpg --list-keys
+gpg --edit-key ID-ключа
+```
+В этом режиме надо написать trust и выбрать степень доверия. Например 5 для своих ключей можно задать, это прям самое максимально доверие. Потом Ctrl + D чтоб выйти.
## Бинды
diff --git a/flake.lock b/flake.lock
index f9b0455..7501699 100644
--- a/flake.lock
+++ b/flake.lock
@@ -170,11 +170,11 @@
]
},
"locked": {
- "lastModified": 1723015306,
- "narHash": "sha256-jQnFEtH20/OsDPpx71ntZzGdRlpXhUENSQCGTjn//NA=",
+ "lastModified": 1723399884,
+ "narHash": "sha256-97wn0ihhGqfMb8WcUgzzkM/TuAxce2Gd20A8oiruju4=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "b3d5ea65d88d67d4ec578ed11d4d2d51e3de525e",
+ "rev": "086f619dd991a4d355c07837448244029fc2d9ab",
"type": "github"
},
"original": {
@@ -220,6 +220,22 @@
"type": "github"
}
},
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1714912032,
+ "narHash": "sha256-clkcOIkg8G4xuJh+1onLG4HPMpbtzdLv4rHxFzgsH9c=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "ee4a6e0f566fe5ec79968c57a9c2c3c25f2cf41d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixpkgs-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"home-manager": "home-manager",
@@ -239,9 +255,7 @@
"flake-compat": "flake-compat",
"gnome-shell": "gnome-shell",
"home-manager": "home-manager_2",
- "nixpkgs": [
- "nixpkgs"
- ]
+ "nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1722946882,
diff --git a/flake.nix b/flake.nix
index 970a47c..624fd87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,15 +5,15 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
- stylix = {
- url = "github:danth/stylix";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
+
+ stylix = {
+ url = "github:danth/stylix";
+ # inputs.nixpkgs.follows = "nixpkgs";
+ };
# nix-gaming = { # Удобно ставить некоторые игры
# url = "github:fufexan/nix-gaming";
diff --git a/modules/home-manager/bundle.nix b/modules/home-manager/bundle.nix
index 79dd7e6..304031a 100644
--- a/modules/home-manager/bundle.nix
+++ b/modules/home-manager/bundle.nix
@@ -6,8 +6,7 @@
./browsers/lynx.nix
./file-managers/ranger/ranger.nix
- # ./file-managers/thunar/thunar.nix # Выблядки не могут сделать симлинк, который не будет перезаписан
- # ./file-managers/yazi/yazi.nix
+
./gui/vscode.nix
@@ -16,20 +15,19 @@
./obs/obs.nix
./terminal/alacritty.nix
- # ./terminal/fish.nix
./terminal/git.nix
./terminal/kitty.nix
./terminal/starship.nix
./terminal/zellij.nix
./terminal/zsh.nix
- ./wm/rofi/rofi.nix
+ ./wm/bspwm/bspwm.nix
+ ./wm/rofi.nix
./wm/dunst.nix
./wm/lockscreen.nix
./wm/polybar.nix
./wm/sxhkd.nix
- # ./default-apps.nix # Выблядки не могут сделать симлинк, который не будет перезаписан
./mangohud.nix
./symlinks.nix
];
diff --git a/modules/home-manager/gui/vscode.nix b/modules/home-manager/gui/vscode.nix
index aacdce4..0ee4ac6 100644
--- a/modules/home-manager/gui/vscode.nix
+++ b/modules/home-manager/gui/vscode.nix
@@ -13,6 +13,7 @@
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vscode/extensions/update_installed_exts.sh#L34
# Имя и паблишер берутся из ссылки. После "?itemName" идёт паблишер.нейм
extensions = with pkgs.vscode-extensions; [
+ jdinhlife.gruvbox # Gruvbox theme
eamodio.gitlens # GitLens - Git supercharged
jnoortheen.nix-ide # Nix language support - syntax highlighting, formatting, and error reporting.
sumneko.lua # Lua language server
@@ -38,6 +39,8 @@
userSettings = {
"telemetry.telemetryLevel" = "off";
"update.showReleaseNotes" = false;
+ "workbench.colorTheme" = "Gruvbox Dark Medium";
+ "editor.fontFamily" = "JetBrainsMono Nerd Font";
};
globalSnippets = {};
diff --git a/modules/home-manager/symlinks.nix b/modules/home-manager/symlinks.nix
index fa2e55e..6970b73 100644
--- a/modules/home-manager/symlinks.nix
+++ b/modules/home-manager/symlinks.nix
@@ -5,6 +5,10 @@
# Значит такой файл уже существует и симлинк туда кинуть нельзя
# Для таких файлов я сделал каталог shit
+# Я не уверен надо ли писать "config.lib.file.mkOutOfStoreSymlink"
+# Вроде это более простой симлинк, чем просто ссылка на файл
+# Но мб меня обманули
+
{ config, ... }: let
home-dir = "backups"; # Имя каталога для бекапов. Мб захочу поменять
dir = "${config.home.homeDirectory}/${home-dir}";
@@ -23,7 +27,7 @@ in {
# ".local/share/osu-wine/osu!/collection.db".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Games/osu!/collection.db";
# ".local/share/osu-wine/osu!/osu!.buliway.cfg".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Games/osu!/osu!.buliway.cfg";
- # Browsers
+ # Browsers. Мб сделать .force, чтоб удалить сток. А мб руками удалить сток перед этим
# ".mozilla".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/Apps/.mozilla";
# ".librewolf".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/Apps/.librewolf";
@@ -31,10 +35,11 @@ in {
};
xdg.configFile = { # Это для каталога .config
- "bspwm/bspwmrc" = {
- source = ./wm/bspwmrc;
- executable = true;
- };
"qobuz-dl".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Media/Music/Qobuz/.config/qobuz-dl"; # Конфиг для бекапа Qobuz музыки
+
+ # Ебаный qt, как я тебя ненавижу
+ # "Kvantum".source = ../shit/Kvantum;
+ # "qt5ct".source = ../shit/qt5ct
+ # "qt6ct".source = ../shit/qt6ct
};
}
\ No newline at end of file
diff --git a/modules/home-manager/terminal/zsh.nix b/modules/home-manager/terminal/zsh.nix
index fb0b9dc..08c49a3 100644
--- a/modules/home-manager/terminal/zsh.nix
+++ b/modules/home-manager/terminal/zsh.nix
@@ -18,7 +18,7 @@
rb = "sudo nixos-rebuild switch --impure --flake ${flakeDir}"; # Применить новый конфиг
# Можно назвать аналогом "sudo pacman -Su", не "Syu", репу не обновляет
- upg = "sudo nixos-rebuild switch --upgrade --flake ${flakeDir}"; # Обновить пакеты, но не репозиторий во fleke.lock
+ upg = "sudo nixos-rebuild switch --impure --upgrade --flake ${flakeDir}"; # Обновить пакеты, но не репозиторий во fleke.lock
# Возможно это аналог "sudo pacman -Sy". Обновить репозиторий, чтоб потом на него обновиться? Пакеты не обновляет
upd = "nix flake update ${flakeDir}"; # Обновляет flake.lock на последние коммиты с гитхаба?
@@ -27,10 +27,10 @@
v = "nvim";
t = "timer";
- r = ". ranger"; # Зайти в ranger и чтоб при выходе я cd в каталог, из которого выходил
+ r = "ranger";
ff = "fastfetch";
yt = "cd /mnt/backups/Media/yt-dlp"; # Конфиги для бекапа YouTube
- qb = "cd /mnt/backups/Media/Music/Qobux/qdl"; # Бекапить музыку с Qobuz
+ qb = "cd /mnt/backups/Media/Music/Qobuz/qdl"; # Бекапить музыку с Qobuz
};
history = {
diff --git a/modules/home-manager/wm/bspwm.md b/modules/home-manager/wm/bspwm/bspwm.md
similarity index 100%
rename from modules/home-manager/wm/bspwm.md
rename to modules/home-manager/wm/bspwm/bspwm.md
diff --git a/modules/home-manager/wm/bspwm/bspwm.nix b/modules/home-manager/wm/bspwm/bspwm.nix
new file mode 100644
index 0000000..7cc6896
--- /dev/null
+++ b/modules/home-manager/wm/bspwm/bspwm.nix
@@ -0,0 +1,118 @@
+{ pkgs, config, lib, ... }: {
+ # xsession.enable = true; # Хз надо ли
+ xsession.windowManager.bspwm = {
+ enable = true;
+
+ # Как я понял, эти команды выполняются в начале bspwmrc
+ # Настройки для основного монитора. Мб вместе с --primary надо
+ # И настройки для второго (правого) монитора
+ extraConfigEarly = ''
+ xrandr --output DisplayPort-2 --mode 1920x1080 --rate 165
+ xrandr --output HDMI-A-0 --mode 1920x1080 --rate 100 --right-of DisplayPort-2
+ '';
+
+ startupPrograms = [
+ "lxqt-policykit-agent"
+ "nm-applet"
+ "ksnip"
+ # "nekoray"
+ # "obsidian"
+ # "planify"
+ ];
+
+ monitors = let
+ workspaces = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "10"];
+ in {
+ "^1" = workspaces;
+ "^2" = workspaces;
+ };
+
+ rules = let
+ floating1600x900 = {
+ state = "floating";
+ center = true;
+ focus = true;
+ rectangle = "1600x900+0+0";
+ };
+ floating1200x800 = {
+ state = "floating";
+ center = true;
+ focus = true;
+ rectangle = "1200x800+0+0";
+ };
+ floating900x600 = {
+ state = "floating";
+ center = true;
+ focus = true;
+ rectangle = "900x600+0+0";
+ };
+ in {
+ "polybar" = { layer = "above"; };
+ "Screenkey" = { manage = false; };
+ "ksnip" = floating1600x900;
+ "ark" = floating1200x800;
+ "nekoray" = floating1200x800;
+ "floating-terminal" = floating1200x800;
+ "Kvantum Manager" = floating1200x800;
+ "qt5ct" = floating1200x800;
+ "qt6ct" = floating1200x800;
+ "pavucontrol" = floating900x600;
+ # Нетворк манагер надо флоатинг
+ # blueman-манагер надо флоатинг
+ };
+
+ settings = {
+ # Цвет бордера для не активного окна
+ normal_border_color = lib.mkForce "#${config.lib.stylix.colors.base0B}";
+
+ # Цвет бордера для фокусед окна на анфокусед мониторе (считаей не активное окно)
+ active_border_color = lib.mkForce "#${config.lib.stylix.colors.base0B}";
+
+ # Цвет бордера для окна в фокусе
+ focused_border_color = lib.mkForce "#${config.lib.stylix.colors.base09}";
+
+ # Устанавливает ширину границ окон в 2 пикселя.
+ border_width = 2;
+
+ # Задаёт расстояние между окнами (отступ) в 5 пикселей.
+ window_gap = 5;
+
+ # Коэффициент разделения окон. 0.5 означает, что при разделении окно будет занимать 50% доступного пространства.
+ split_ratio = 0.5;
+
+ # В режиме monocle (максимизация окна на весь экран) границы окон будут скрыты.
+ borderless_monocle = true;
+
+ # В режиме monocle будет отсутствовать отступ между окнами.
+ gapless_monocle = true;
+
+ # Eсли вы активируете режим "monocle" на одном мониторе, другие мониторы остаются в обычном режиме
+ single_monocle = false;
+
+ # Фокусировка следует за курсором
+ focus_follows_pointer = true;
+ };
+ };
+
+ # xsession.pointerCursor = { # Курсор настраивать };
+
+ gtk = lib.mkIf (pkgs.stdenv.hostPlatform.isLinux) {
+ # enable = true;
+ iconTheme = {
+ name = "Gruvbox-Plus-Dark"; # Имя каталога в /usr/share/icons/
+ package = pkgs.gruvbox-plus-icons; # Пакет иконок
+ };
+ # cursorTheme = {
+ # package = pkgs.bibata-cursors;
+ # name = "Bibata-Modern-Ice";
+ # size = 24; # default = 32
+ # };
+ };
+
+ stylix = { # Выключить стили у конкретного таргета походу можно лишь в home-manager
+ targets = {
+ vscode.enable = false; # Руками ставлю. Не нравится stylix вариант
+ # lightdm.enable = false; # Не хочу обои в lightdm (в сурсе есть, но не билдит, мать ебал)
+ };
+ };
+}
\ No newline at end of file
diff --git a/modules/home-manager/wm/bspwmrc b/modules/home-manager/wm/bspwm/bspwmrc
similarity index 88%
rename from modules/home-manager/wm/bspwmrc
rename to modules/home-manager/wm/bspwm/bspwmrc
index eefcee8..d9261e3 100644
--- a/modules/home-manager/wm/bspwmrc
+++ b/modules/home-manager/wm/bspwm/bspwmrc
@@ -18,6 +18,11 @@
# pgrep -x polybar > /dev/null || polybar & # Запускаем polybar если он не запущен
# pgrep -x dunst > /dev/null || dunst & # Запускаем dunst если он не запущен
+# Изменить настройки для основного монитора. Мб вместе с --primary надо
+xrandr --output DisplayPort-2 --mode 1920x1080 --rate 165
+# Изменить настройки для второго (правого) монитора
+xrandr --output HDMI-A-0 --mode 1920x1080 --rate 100 --right-of DisplayPort-2
+
ksnip &
# nekoray &
# obsidian &
@@ -82,6 +87,7 @@ bspc config single_monocle false
# Фокусировка следует за курсором
bspc config focus_follows_pointer true
+
###############################
## Поведение конкретных окон ##
###############################
@@ -90,8 +96,10 @@ bspc config focus_follows_pointer true
# Yдаляет все существующие правила для всех окон
# bspc rule -r '*'
-bspc rule -a 'polybar' layer=above
+bspc rule -a "polybar" layer=above
-bspc rule -a Screenkey manage=off
+bspc rule -a "Screenkey" manage=off
-bspc rule -a floating-terminal state=floating center=true focus=on rectangle=600x300+0+0
+bspc rule -a "ksnip" state=floating center=true focus=on rectangle=1600x900+0+0
+bspc rule -a "org.kde.ark" state=floating center=true focus=on rectangle=1200x800+0+0
+bspc rule -a "floating-terminal" state=floating center=true focus=on rectangle=1200x800+0+0
diff --git a/modules/nixos/stylix.nix b/modules/nixos/stylix.nix
index 1fdafc2..cdf4fdf 100644
--- a/modules/nixos/stylix.nix
+++ b/modules/nixos/stylix.nix
@@ -1,12 +1,12 @@
# Управление системной темой
-# Настройки иконок вынесены в home.nix
+# Часть настроек вынесено в bspwm.nix
{ pkgs, config, ... }: {
stylix = { # Wiki - https://stylix.danth.me/options/nixos.html
enable = true;
- autoEnable = true;
+ # autoEnable = true;
polarity = "dark"; # "light" or "either". Если "either", то он сам определяет что будет красивее
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml"; # Если хочешь генерить тему из обоев, то удали эту строку
@@ -36,12 +36,16 @@
sansSerif = { # default = DejaVu Sans
package = pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];};
name = "JetBrainsMono Nerd Font";
+ # package = pkgs.noto-fonts;
+ # name = "Noto Sans";
};
# С засечками
serif = { # default = DejaVu Serif
package = pkgs.dejavu_fonts;
name = "DejaVu Serif";
+ # package = pkgs.noto-fonts;
+ # name = "Noto Serif";
};
# sizes = {
@@ -61,10 +65,19 @@
};
- qt = { # Создать qt тему из gtk2, которая создана из stylix
- enable = true;
- platformTheme = "gtk2";
- style = "gtk2";
- };
+ ##################################################
+ ## Как меня заебал этот stylix ебучий ##
+ ## Хули блять у нсех работают темы для qt ##
+ ## Один я далбаёб проебал 3 дня ##
+ ## И нихуя не настроил блять ##
+ ## Прочитал весь ебучий сурс код ебаного stylix ##
+ ## И нихуя не работает блять ##
+ ## Так что поставлю руками ебучий грувбокс ##
+ ##################################################
+ qt = {
+ enable = true;
+ style = "kvantum";
+ platformTheme = "qt5ct";
+ };
}
\ No newline at end of file
diff --git a/modules/nixos/xserver.nix b/modules/nixos/xserver.nix
index 30a81b7..eccda64 100644
--- a/modules/nixos/xserver.nix
+++ b/modules/nixos/xserver.nix
@@ -7,6 +7,7 @@
services.displayManager = {
defaultSession = "none+bspwm"; # only effective for GDM, LightDM and SDDM
+ # sddm.enable = true;
};
services.libinput = {
@@ -25,6 +26,9 @@
enable = true;
windowManager.bspwm.enable = true;
+ # desktopManager.plasma5.enable = true;
+ # displayManager.sddm.enable = true;
+
displayManager = {
lightdm = { # Минималистичный display manager
enable = true;
diff --git a/nixos/home.nix b/nixos/home.nix
index f00df8c..239413f 100644
--- a/nixos/home.nix
+++ b/nixos/home.nix
@@ -15,7 +15,9 @@
# Например, я читал, что если ставить vscode через configuration.nix, а не через пакеты юзера,
# то не получится ставить расширения. Потому что там софт ставится от рута и vscode
# будет пытаться установить расширения в каталог nix store, куда нельзя что либо ставить без рута.
- # packages = with pkgs; [ ];
+ packages = with pkgs; [
+ vscode # Мб надо в home.packages писать, чтоб расширения ставились без рута
+ ];
sessionVariables = {
EDITOR = "nvim";
@@ -23,20 +25,21 @@
BROWSER = "librewolf";
TERMINAL = "alacritty";
TERM = "alacritty";
+ QT_QPA_PLATFORMTHEME = "qt6ct";
+ # QT_STYLE_OVERRIDE = "kvantum";
};
stateVersion = "24.05"; # Don't change it
};
- gtk.iconTheme = {
- name = "Gruvbox-Plus-Dark"; # Имя каталога в /usr/share/icons/
- package = pkgs.gruvbox-plus-icons; # Пакет иконок
+ ##############################################
+ ## Ниже включаю проги для Stylix ##
+ ## Ебаные пидарасы могут редачить grub, ##
+ ## но не могут редачить ебаный обычный софт ##
+ ## Блять как я вас ненавижу, хуесосы ##
+ ##############################################
+
+ programs = {
+ btop.enable = true;
};
-
- # stylix = { # Выключить стили у конкретного таргета походу можно лишь в home-manager
- # targets = {
- # firefox.enable = false;
- # };
- # };
-
}
diff --git a/nixos/packages.nix b/nixos/packages.nix
index 04de439..1ce03e6 100644
--- a/nixos/packages.nix
+++ b/nixos/packages.nix
@@ -6,19 +6,21 @@
noto-fonts-cjk-serif # Отображение иероглифов. Версия с засечками
noto-fonts-cjk-sans # Отображение иероглифов. Версия без засечек
noto-fonts-color-emoji
- (nerdfonts.override {fonts = ["JetBrainsMono"];})
+ (nerdfonts.override {fonts = ["JetBrainsMono" "Noto" "CascadiaCode"];})
carlito # Совместим с Calibri, разработан как его свободная альтернатива. Без засечек
terminus_font
inconsolata
font-awesome
liberation_ttf
dejavu_fonts
+ cantarell-fonts
];
services = {
gvfs.enable = true; # Mount, trash, and other functionalities for Thunar file manager
tumbler.enable = true; # Thumbnail support for Thunar file manager
unclutter.enable = true; # Enable unclutter to hide your mouse cursor when inactive
+ # fwupd.enable = true; # DBus service that allows applications to update firmware
# greenclip.enable = true; # https://github.com/erebe/greenclip (использую clipmenu вместо этого)
# fstrim.enable = true; # Чистит ssd для норм производительности. Пока не пользуюсь
# archisteamfarm = {}; # Фарм карточек стима афк. Простро раскомментить мало, надо настроить
@@ -151,6 +153,7 @@
timer # A "sleep" with progress. Таймер на пельмени "timer 5m"
libqalculate # Advanced calculator library
fastfetch # Пишешь в теримнал и кидаешь всем со словами I use nixos btw
+ zoxide
# zsh-nix-shell # zsh plugin that lets you use zsh in nix-shell shell
alacritty # Минималистичный терминал. Основной у меня
@@ -288,7 +291,7 @@
#########
# neovim # Мб не надо писать, он у меня необычный через nixvim flake
- vscode # Мб надо в home.packages писать, чтоб расширения ставились без рута
+ # vscode # Мб надо в home.packages писать, чтоб расширения ставились без рута
# vscodium # VSCode без телеметрии и прочего кала. Не имеет обратной совместимости с расширениями vscode
# jetbrains-toolbox # У меня крашит. Качай отдельно https://nixos.wiki/wiki/Jetbrains_Tools
# jetbrains.webstorm
diff --git a/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig b/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig
new file mode 100644
index 0000000..b2c54b2
--- /dev/null
+++ b/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig
@@ -0,0 +1,466 @@
+[%General]
+author=elkrien based on Arc Dark style
+comment=Catppuccin-Latte-Rosewater
+spread_menuitems=true
+left_tabs=true
+mirror_doc_tabs=true
+scroll_width=8
+attach_active_tab=true
+composite=true
+menu_shadow_depth=7
+tooltip_shadow_depth=0
+splitter_width=7
+check_size=16
+slider_width=4
+slider_handle_width=18
+slider_handle_length=18
+textless_progressbar=false
+menubar_mouse_tracking=true
+slim_toolbars=false
+toolbutton_style=1
+x11drag=menubar_and_primary_toolbar
+double_click=false
+translucent_windows=false
+blurring=false
+popup_blurring=true
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2
+group_toolbar_buttons=false
+vertical_spin_indicators=false
+fill_rubberband=false
+spread_progressbar=true
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+scroll_arrows=false
+iconless_pushbutton=true
+toolbar_icon_size=16
+combo_as_lineedit=true
+button_contents_shift=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=2
+submenu_overlap=0
+tooltip_delay=-1
+animate_states=true
+transient_scrollbar=true
+alt_mnemonic=true
+combo_menu=true
+layout_margin=4
+no_window_pattern=false
+respect_DE=true
+scroll_min_extent=36
+scrollable_menu=false
+scrollbar_in_view=false
+spin_button_width=16
+submenu_delay=250
+tree_branch_line=true
+progressbar_thickness=8
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+drag_from_buttons=false
+hide_combo_checkboxes=false
+intensity=1.00
+no_inactiveness=false
+reduce_menu_opacity=0
+reduce_window_opacity=10
+saturation=1.00
+shadowless_popup=true
+transient_groove=false
+menu_blur_radius=6
+tooltip_blur_radius=6
+
+[GeneralColors]
+window.color=#EFF1F5
+base.color=#E6E9EF
+alt.base.color=#E6E9EF
+button.color=#CCD0DA
+light.color=#BCC0CC
+mid.light.color=#BCC0CC
+dark.color=#E6E9EF
+mid.color=#E6E9EF
+highlight.color=#DC8A78
+inactive.highlight.color=#DC8A78
+text.color=#4C4F69
+window.text.color=#4C4F69
+button.text.color=#4C4F69
+disabled.text.color=#ACB0BE
+tooltip.text.color=#4C4F69
+highlight.text.color=#E6E9EF
+link.color=#DC8A78
+link.visited.color=#1E66F5
+
+[ItemView]
+inherits=PanelButtonCommand
+frame.element=itemview
+interior.element=itemview
+frame=true
+interior=true
+text.iconspacing=3
+text.toggle.color=#E6E9EF
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+
+[TreeExpander]
+indicator.element=tree
+indicator.size=8
+
+[ToolTip]
+frame.top=4
+frame.right=4
+frame.bottom=4
+frame.left=4
+frame=true
+
+[PanelButtonCommand]
+inherits=PanelButtonCommand
+interior.element=button
+frame.element=button
+text.normal.color=#4C4F69
+text.focus.color=#4C4F69
+text.press.color=#E6E9EF
+text.toggle.color=#E6E9EF
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+
+[DockTitle]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+text.margin.top=5
+text.margin.bottom=5
+text.margin.left=5
+text.margin.right=5
+indicator.size=0
+
+[Dock]
+interior.element=toolbar
+frame.element=toolbar
+frame=true
+interior=true
+
+[GroupBox]
+inherits=PanelButtonCommand
+interior.element=tabframe
+interior=true
+frame=false
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.patternsize=20
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Slider]
+inherits=PanelButtonCommand
+interior=true
+frame.element=slider
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+focusFrame=true
+
+[SliderCursor]
+inherits=PanelButtonCommand
+interior=true
+interior.element=slidercursor
+frame=false
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+
+[IndicatorSpinBox]
+inherits=LineEdit
+frame.element=lineedit
+interior.element=lineedit
+frame.top=0
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.size=8
+
+[DropDownButton]
+inherits=PanelButtonCommand
+frame.top=2
+frame.bottom=2
+frame.left=0
+frame.right=1
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+frame.element=tabframe
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+frame.element=tab
+frame.top=2
+frame.bottom=3
+frame.left=3
+frame.right=3
+indicator.size=10
+text.normal.color=#ACB0BE
+text.focus.color=#4C4F69
+text.press.color=#4C4F69
+text.toggle.color=#4C4F69
+focusFrame=true
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=true
+frame.element=tabBarFrame
+interior=false
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+
+[Dialog]
+inherits=TabBarFrame
+frame.element=tabframe
+interior=false
+frame=false
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.expansion=0
+text.normal.color=#4C4F69
+text.focus.color=#DC8A78
+text.press.color=#4C4F69
+text.toggle.color=#4C4F69
+indicator.element=harrow
+
+[SizeGrip]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+indicator.element=resize-grip
+indicator.size=0
+
+[Toolbar]
+inherits=PanelButtonCommand
+interior.element=menubar
+frame.element=menubar
+frame=true
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.normal.color=#4C4F69
+text.focus.color=#4C4F69
+text.press.color=#DC8A78
+text.toggle.color=#DC8A78
+text.bold=false
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#4C4F69
+frame.expansion=0
+text.bold=false
+
+[ToolbarButton]
+frame.element=tbutton
+interior.element=tbutton
+indicator.element=arrow
+text.normal.color=#4C4F69
+text.focus.color=#4C4F69
+text.press.color=#E6E9EF
+text.toggle.color=#E6E9EF
+text.bold=false
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.size=0
+interior=false
+frame=false
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+interior=false
+frame.element=scrollbarslider
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin=0
+text.normal.color=#4C4F69
+text.focus.color=#4C4F69
+text.press.color=#E6E9EF
+text.toggle.color=#E6E9EF
+text.bold=false
+frame.expansion=18
+
+[RadioButton]
+inherits=PanelButtonCommand
+
+[Menu]
+frame.element=menu
+interior.element=menu
+inherits=PanelButtonCommand
+text.press.color=#E6E9EF
+text.toggle.color=#E6E9EF
+text.bold=false
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[MenuItem]
+inherits=PanelButtonCommand
+interior.element=menuitem
+indicator.size=8
+text.focus.color=#4C4F69
+text.press.color=#4C4F69
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior.element=menubaritem
+frame=false
+text.margin.top=3
+text.margin.bottom=3
+text.margin.left=5
+text.margin.right=5
+
+[StatusBar]
+inherits=Toolbar
+frame.element=toolbar
+font.bold=true
+text.normal.color=#4C4F69
+frame=true
+frame.top=0
+frame.bottom=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=3
+text.margin.right=3
+
+[ComboBox]
+inherits=PanelButtonCommand
+indicator.size=8
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+text.margin.top=1
+text.margin.bottom=1
+text.margin.left=3
+text.margin.right=3
+text.toggle.color=#4C4F69
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#4C4F69
+text.press.color=#4C4F69
+text.focus.color=#4C4F69
+
+[Hacks]
+transparent_dolphin_view=true
+blur_konsole=true
+transparent_ktitle_label=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=false
+iconless_pushbutton=true
+iconless_menu=true
+disabled_icon_opacity=80
+lxqtmainmenu_iconsize=0
+normal_default_pushbutton=true
+single_top_toolbar=false
+tint_on_mouseover=0
+transparent_pcmanfm_sidepane=true
+transparent_pcmanfm_view=true
+blur_translucent=true
+centered_forms=false
+kinetic_scrolling=false
+middle_click_scroll=false
+no_selection_tint=false
+noninteger_translucency=false
+style_vertical_toolbars=false
+blur_only_active_window=false
+
+[Window]
+interior=true
+interior.element=window
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
diff --git a/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg b/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg
new file mode 100644
index 0000000..eb99665
--- /dev/null
+++ b/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg
@@ -0,0 +1,1958 @@
+
diff --git a/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig b/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig
new file mode 100644
index 0000000..7d66830
--- /dev/null
+++ b/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig
@@ -0,0 +1,466 @@
+[%General]
+author=elkrien based on Arc Dark style
+comment=Catppuccin-Mocha-Rosewater
+spread_menuitems=true
+left_tabs=true
+mirror_doc_tabs=true
+scroll_width=8
+attach_active_tab=true
+composite=true
+menu_shadow_depth=7
+tooltip_shadow_depth=0
+splitter_width=7
+check_size=16
+slider_width=4
+slider_handle_width=18
+slider_handle_length=18
+textless_progressbar=false
+menubar_mouse_tracking=true
+slim_toolbars=false
+toolbutton_style=1
+x11drag=menubar_and_primary_toolbar
+double_click=false
+translucent_windows=false
+blurring=false
+popup_blurring=true
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
+group_toolbar_buttons=false
+vertical_spin_indicators=false
+fill_rubberband=false
+spread_progressbar=true
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+scroll_arrows=false
+iconless_pushbutton=true
+toolbar_icon_size=16
+combo_as_lineedit=true
+button_contents_shift=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=2
+submenu_overlap=0
+tooltip_delay=-1
+animate_states=true
+transient_scrollbar=true
+alt_mnemonic=true
+combo_menu=true
+layout_margin=4
+no_window_pattern=false
+respect_DE=true
+scroll_min_extent=36
+scrollable_menu=false
+scrollbar_in_view=false
+spin_button_width=16
+submenu_delay=250
+tree_branch_line=true
+progressbar_thickness=8
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+drag_from_buttons=false
+hide_combo_checkboxes=false
+intensity=1.00
+no_inactiveness=false
+reduce_menu_opacity=0
+reduce_window_opacity=10
+saturation=1.00
+shadowless_popup=true
+transient_groove=false
+menu_blur_radius=6
+tooltip_blur_radius=6
+
+[GeneralColors]
+window.color=#1E1E2E
+base.color=#181825
+alt.base.color=#181825
+button.color=#313244
+light.color=#45475A
+mid.light.color=#45475A
+dark.color=#181825
+mid.color=#181825
+highlight.color=#F5E0DC
+inactive.highlight.color=#F5E0DC
+text.color=#CDD6F4
+window.text.color=#CDD6F4
+button.text.color=#CDD6F4
+disabled.text.color=#585B70
+tooltip.text.color=#CDD6F4
+highlight.text.color=#181825
+link.color=#F5E0DC
+link.visited.color=#89B4FA
+
+[ItemView]
+inherits=PanelButtonCommand
+frame.element=itemview
+interior.element=itemview
+frame=true
+interior=true
+text.iconspacing=3
+text.toggle.color=#181825
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+
+[TreeExpander]
+indicator.element=tree
+indicator.size=8
+
+[ToolTip]
+frame.top=4
+frame.right=4
+frame.bottom=4
+frame.left=4
+frame=true
+
+[PanelButtonCommand]
+inherits=PanelButtonCommand
+interior.element=button
+frame.element=button
+text.normal.color=#CDD6F4
+text.focus.color=#CDD6F4
+text.press.color=#181825
+text.toggle.color=#181825
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+
+[DockTitle]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+text.margin.top=5
+text.margin.bottom=5
+text.margin.left=5
+text.margin.right=5
+indicator.size=0
+
+[Dock]
+interior.element=toolbar
+frame.element=toolbar
+frame=true
+interior=true
+
+[GroupBox]
+inherits=PanelButtonCommand
+interior.element=tabframe
+interior=true
+frame=false
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.patternsize=20
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Slider]
+inherits=PanelButtonCommand
+interior=true
+frame.element=slider
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+focusFrame=true
+
+[SliderCursor]
+inherits=PanelButtonCommand
+interior=true
+interior.element=slidercursor
+frame=false
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+
+[IndicatorSpinBox]
+inherits=LineEdit
+frame.element=lineedit
+interior.element=lineedit
+frame.top=0
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.size=8
+
+[DropDownButton]
+inherits=PanelButtonCommand
+frame.top=2
+frame.bottom=2
+frame.left=0
+frame.right=1
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+frame.element=tabframe
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+frame.element=tab
+frame.top=2
+frame.bottom=3
+frame.left=3
+frame.right=3
+indicator.size=10
+text.normal.color=#585B70
+text.focus.color=#CDD6F4
+text.press.color=#CDD6F4
+text.toggle.color=#CDD6F4
+focusFrame=true
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=true
+frame.element=tabBarFrame
+interior=false
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+
+[Dialog]
+inherits=TabBarFrame
+frame.element=tabframe
+interior=false
+frame=false
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.expansion=0
+text.normal.color=#CDD6F4
+text.focus.color=#F5E0DC
+text.press.color=#CDD6F4
+text.toggle.color=#CDD6F4
+indicator.element=harrow
+
+[SizeGrip]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+indicator.element=resize-grip
+indicator.size=0
+
+[Toolbar]
+inherits=PanelButtonCommand
+interior.element=menubar
+frame.element=menubar
+frame=true
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.normal.color=#CDD6F4
+text.focus.color=#CDD6F4
+text.press.color=#F5E0DC
+text.toggle.color=#F5E0DC
+text.bold=false
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#CDD6F4
+frame.expansion=0
+text.bold=false
+
+[ToolbarButton]
+frame.element=tbutton
+interior.element=tbutton
+indicator.element=arrow
+text.normal.color=#CDD6F4
+text.focus.color=#CDD6F4
+text.press.color=#181825
+text.toggle.color=#181825
+text.bold=false
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.size=0
+interior=false
+frame=false
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+interior=false
+frame.element=scrollbarslider
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin=0
+text.normal.color=#CDD6F4
+text.focus.color=#CDD6F4
+text.press.color=#181825
+text.toggle.color=#181825
+text.bold=false
+frame.expansion=18
+
+[RadioButton]
+inherits=PanelButtonCommand
+
+[Menu]
+frame.element=menu
+interior.element=menu
+inherits=PanelButtonCommand
+text.press.color=#181825
+text.toggle.color=#181825
+text.bold=false
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[MenuItem]
+inherits=PanelButtonCommand
+interior.element=menuitem
+indicator.size=8
+text.focus.color=#CDD6F4
+text.press.color=#CDD6F4
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior.element=menubaritem
+frame=false
+text.margin.top=3
+text.margin.bottom=3
+text.margin.left=5
+text.margin.right=5
+
+[StatusBar]
+inherits=Toolbar
+frame.element=toolbar
+font.bold=true
+text.normal.color=#CDD6F4
+frame=true
+frame.top=0
+frame.bottom=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=3
+text.margin.right=3
+
+[ComboBox]
+inherits=PanelButtonCommand
+indicator.size=8
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+text.margin.top=1
+text.margin.bottom=1
+text.margin.left=3
+text.margin.right=3
+text.toggle.color=#CDD6F4
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#CDD6F4
+text.press.color=#CDD6F4
+text.focus.color=#CDD6F4
+
+[Hacks]
+transparent_dolphin_view=true
+blur_konsole=true
+transparent_ktitle_label=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=false
+iconless_pushbutton=true
+iconless_menu=true
+disabled_icon_opacity=80
+lxqtmainmenu_iconsize=0
+normal_default_pushbutton=true
+single_top_toolbar=false
+tint_on_mouseover=0
+transparent_pcmanfm_sidepane=true
+transparent_pcmanfm_view=true
+blur_translucent=true
+centered_forms=false
+kinetic_scrolling=false
+middle_click_scroll=false
+no_selection_tint=false
+noninteger_translucency=false
+style_vertical_toolbars=false
+blur_only_active_window=false
+
+[Window]
+interior=true
+interior.element=window
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
diff --git a/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg b/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg
new file mode 100644
index 0000000..c6dbf03
--- /dev/null
+++ b/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg
@@ -0,0 +1,1958 @@
+
diff --git a/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.kvconfig b/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.kvconfig
new file mode 100644
index 0000000..4080e5b
--- /dev/null
+++ b/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.kvconfig
@@ -0,0 +1,562 @@
+[%General]
+author=Vince Liuice, based on KvAdapta by Tsu Jan
+comment=An uncomplicated theme inspired by the Materia GTK theme
+x11drag=menubar_and_primary_toolbar
+alt_mnemonic=true
+left_tabs=true
+attach_active_tab=false
+mirror_doc_tabs=true
+group_toolbar_buttons=false
+toolbar_item_spacing=0
+toolbar_interior_spacing=2
+spread_progressbar=true
+composite=true
+menu_shadow_depth=6
+spread_menuitems=false
+tooltip_shadow_depth=2
+splitter_width=1
+scroll_width=9
+scroll_arrows=false
+scroll_min_extent=60
+slider_width=2
+slider_handle_width=23
+slider_handle_length=22
+tickless_slider_handle_size=22
+center_toolbar_handle=true
+check_size=16
+textless_progressbar=false
+progressbar_thickness=2
+menubar_mouse_tracking=true
+toolbutton_style=1
+double_click=false
+translucent_windows=true
+blurring=true
+popup_blurring=true
+vertical_spin_indicators=false
+spin_button_width=24
+fill_rubberband=false
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+toolbar_icon_size=16
+combo_as_lineedit=true
+animate_states=false
+button_contents_shift=false
+combo_menu=true
+hide_combo_checkboxes=true
+combo_focus_rect=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=6
+layout_margin=9
+scrollbar_in_view=true
+transient_scrollbar=true
+transient_groove=true
+submenu_overlap=0
+tooltip_delay=0
+tree_branch_line=true
+no_window_pattern=false
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
+reduce_window_opacity=0
+respect_DE=true
+scrollable_menu=false
+submenu_delay=150
+no_inactiveness=false
+reduce_menu_opacity=0
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+intensity=1.00
+saturation=1.00
+shadowless_popup=false
+
+[GeneralColors]
+window.color=#000000
+base.color=#000000
+alt.base.color=#000000
+button.color=#FADA16
+light.color=#FADA16
+mid.light.color=#FADA16
+dark.color=#000000
+mid.color=#000000
+highlight.color=#FFA6C2
+inactive.highlight.color=#FFA6C2
+text.color=#ffffff
+window.text.color=#ffffff
+button.text.color=#ffffff
+disabled.text.color=#5032AC
+tooltip.text.color=#1F5322
+highlight.text.color=#333333
+link.color=#A56DF2
+link.visited.color=#564873
+progress.indicator.text.color=#ffffff
+
+[Hacks]
+transparent_ktitle_label=true
+transparent_dolphin_view=true
+transparent_pcmanfm_sidepane=true
+blur_translucent=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=true
+iconless_pushbutton=true
+iconless_menu=false
+disabled_icon_opacity=100
+lxqtmainmenu_iconsize=16
+normal_default_pushbutton=true
+single_top_toolbar=true
+tint_on_mouseover=0
+transparent_pcmanfm_view=true
+no_selection_tint=true
+transparent_arrow_button=true
+middle_click_scroll=false
+opaque_colors=false
+kinetic_scrolling=false
+scroll_jump_workaround=true
+centered_forms=false
+noninteger_translucency=false
+
+[PanelButtonCommand]
+frame=true
+frame.element=button
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+interior.element=button
+indicator.size=8
+text.normal.color=#ffffff
+text.focus.color=white
+text.press.color=white
+text.toggle.color=#333333
+text.shadow=0
+text.margin=4
+text.iconspacing=4
+indicator.element=arrow
+frame.expansion=0
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+text.normal.color=#ffffff
+text.focus.color=white
+text.press.color=white
+text.toggle.color=#333333
+text.bold=false
+indicator.element=arrow
+indicator.size=0
+frame.expansion=0
+
+[ToolbarButton]
+frame=true
+frame.element=tbutton
+interior.element=tbutton
+frame.top=16
+frame.bottom=16
+frame.left=16
+frame.right=16
+indicator.element=tarrow
+text.normal.color=#ffffff
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+text.bold=false
+frame.expansion=32
+
+[Dock]
+inherits=PanelButtonCommand
+interior.element=dock
+frame.element=dock
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#ffffff
+
+[DockTitle]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.normal.color=#ffffff
+text.focus.color=white
+text.bold=false
+
+[IndicatorSpinBox]
+inherits=PanelButtonCommand
+frame=true
+interior=true
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.element=spin
+indicator.size=8
+text.normal.color=#ffffff
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+text.normal.color=#ffffff
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+text.normal.color=#ffffff
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+frame.patternsize=14
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame=true
+interior=false
+frame.element=common
+interior.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[ToolbarLineEdit]
+frame.element=lineedit
+interior.element=lineedit
+
+[DropDownButton]
+inherits=PanelButtonCommand
+indicator.element=arrow-down
+
+[IndicatorArrow]
+indicator.element=arrow
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#ffffff
+text.press.color=#ffffff
+text.focus.color=white
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+text.margin.left=8
+text.margin.right=8
+text.margin.top=0
+text.margin.bottom=0
+frame.element=tab
+indicator.element=tab
+indicator.size=22
+frame.top=8
+frame.bottom=8
+frame.left=8
+frame.right=8
+text.normal.color=#ffffff
+text.focus.color=#ffffff
+text.press.color=white
+text.toggle.color=white
+frame.expansion=0
+text.bold=false
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+
+[TreeExpander]
+inherits=PanelButtonCommand
+indicator.size=8
+indicator.element=tree
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#ffffff
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+frame.expansion=0
+
+[SizeGrip]
+indicator.element=resize-grip
+
+[Toolbar]
+inherits=PanelButtonCommand
+indicator.element=toolbar
+indicator.size=5
+text.margin=0
+interior.element=menubar
+frame.element=menubar
+text.normal.color=#ffffff
+text.focus.color=white
+text.press.color=#ffffff
+text.toggle.color=white
+frame.left=0
+frame.right=0
+frame.top=0
+frame.bottom=0
+frame.expansion=0
+
+[Slider]
+inherits=PanelButtonCommand
+frame.element=slider
+focusFrame=true
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[SliderCursor]
+inherits=PanelButtonCommand
+frame=false
+interior.element=slidercursor
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+text.margin=0
+text.normal.color=#ffffff
+text.focus.color=#ffffff
+text.press.color=#ffffff
+text.toggle.color=#ffffff
+text.bold=false
+frame.expansion=8
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+
+[ItemView]
+inherits=PanelButtonCommand
+text.margin=0
+frame.element=itemview
+interior.element=itemview
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=4
+text.margin.right=4
+text.normal.color=#ffffff
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[Splitter]
+indicator.size=48
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.element=arrow
+indicator.size=12
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+frame.element=scrollbarslider
+interior=false
+frame.left=5
+frame.right=5
+frame.top=5
+frame.bottom=5
+indicator.element=grip
+indicator.size=12
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[Menu]
+inherits=PanelButtonCommand
+frame.top=10
+frame.bottom=10
+frame.left=10
+frame.right=10
+frame.element=menu
+interior.element=menu
+text.normal.color=#ffffff
+text.shadow=false
+frame.expansion=0
+text.bold=false
+
+[MenuItem]
+inherits=PanelButtonCommand
+frame=true
+frame.element=menuitem
+interior.element=menuitem
+indicator.element=menuitem
+text.normal.color=#ffffff
+text.focus.color=#333333
+text.margin.top=0
+text.margin.bottom=0
+text.margin.left=6
+text.margin.right=6
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.bold=false
+frame.expansion=0
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#ffffff
+text.focus.color=#ffffff
+text.press.color=#ffffff
+text.toggle.color=#ffffff
+frame.expansion=0
+text.bold=false
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior=true
+interior.element=menubaritem
+frame.element=menubaritem
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.left=4
+text.margin.right=4
+text.margin.top=0
+text.margin.bottom=0
+text.normal.color=#ffffff
+text.focus.color=#ffffff
+text.press.color=#ffffff
+text.toggle.color=#ffffff
+text.bold=false
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+interior.element=titlebar
+indicator.size=16
+indicator.element=mdi
+text.normal.color=#787878
+text.focus.color=#ffffff
+text.bold=false
+text.italic=true
+frame.expansion=0
+
+[ComboBox]
+inherits=PanelButtonCommand
+frame.element=combo
+interior.element=combo
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+text.focus.color=white
+text.press.color=#ffffff
+text.toggle.color=white
+
+[GroupBox]
+inherits=GenericFrame
+frame=false
+text.shadow=0
+text.margin=0
+text.normal.color=#ffffff
+text.focus.color=white
+text.bold=false
+frame.expansion=0
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=false
+frame.element=tabBarFrame
+interior=false
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
+
+[ToolTip]
+inherits=GenericFrame
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+text.shadow=0
+text.margin=0
+interior.element=tooltip
+frame.element=tooltip
+frame.expansion=6
+
+[StatusBar]
+inherits=GenericFrame
+frame=false
+interior=false
+
+[Window]
+interior=true
+interior.element=window
+frame=true
+frame.element=window
+frame.bottom=10
+frame.top=10
diff --git a/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg b/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg
new file mode 100644
index 0000000..590a0f6
--- /dev/null
+++ b/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg
@@ -0,0 +1,6789 @@
+
+
diff --git a/shit/Kvantum/Decay-Green/Decay-Green.kvconfig b/shit/Kvantum/Decay-Green/Decay-Green.kvconfig
new file mode 100644
index 0000000..47d0087
--- /dev/null
+++ b/shit/Kvantum/Decay-Green/Decay-Green.kvconfig
@@ -0,0 +1,466 @@
+[%General]
+author=elkrien based on Arc Dark style
+comment=Catppuccin-Mocha-Rosewater
+spread_menuitems=true
+left_tabs=true
+mirror_doc_tabs=true
+scroll_width=8
+attach_active_tab=true
+composite=true
+menu_shadow_depth=7
+tooltip_shadow_depth=0
+splitter_width=7
+check_size=16
+slider_width=4
+slider_handle_width=18
+slider_handle_length=18
+textless_progressbar=false
+menubar_mouse_tracking=true
+slim_toolbars=false
+toolbutton_style=1
+x11drag=menubar_and_primary_toolbar
+double_click=false
+translucent_windows=false
+blurring=false
+popup_blurring=true
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
+group_toolbar_buttons=false
+vertical_spin_indicators=false
+fill_rubberband=false
+spread_progressbar=true
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+scroll_arrows=false
+iconless_pushbutton=true
+toolbar_icon_size=16
+combo_as_lineedit=true
+button_contents_shift=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=2
+submenu_overlap=0
+tooltip_delay=-1
+animate_states=true
+transient_scrollbar=true
+alt_mnemonic=true
+combo_menu=true
+layout_margin=4
+no_window_pattern=false
+respect_DE=true
+scroll_min_extent=36
+scrollable_menu=false
+scrollbar_in_view=false
+spin_button_width=16
+submenu_delay=250
+tree_branch_line=true
+progressbar_thickness=8
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+drag_from_buttons=false
+hide_combo_checkboxes=false
+intensity=1.00
+no_inactiveness=false
+reduce_menu_opacity=0
+reduce_window_opacity=10
+saturation=1.00
+shadowless_popup=true
+transient_groove=false
+menu_blur_radius=6
+tooltip_blur_radius=6
+
+[GeneralColors]
+window.color=#0d0f18
+base.color=#151720
+alt.base.color=#151720
+button.color=#1c1e27
+light.color=#90ceaa
+mid.light.color=#90ceaa
+dark.color=#151720
+mid.color=#151720
+highlight.color=#95d3af
+inactive.highlight.color=#95d3af
+text.color=#cbced3
+window.text.color=#cbced3
+button.text.color=#cbced3
+disabled.text.color=#ecd3a0
+tooltip.text.color=#cbced3
+highlight.text.color=#151720
+link.color=#c296eb
+link.visited.color=#c79bf0
+
+[ItemView]
+inherits=PanelButtonCommand
+frame.element=itemview
+interior.element=itemview
+frame=true
+interior=true
+text.iconspacing=3
+text.toggle.color=#151720
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+
+[TreeExpander]
+indicator.element=tree
+indicator.size=8
+
+[ToolTip]
+frame.top=4
+frame.right=4
+frame.bottom=4
+frame.left=4
+frame=true
+
+[PanelButtonCommand]
+inherits=PanelButtonCommand
+interior.element=button
+frame.element=button
+text.normal.color=#cbced3
+text.focus.color=#cbced3
+text.press.color=#151720
+text.toggle.color=#151720
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+
+[DockTitle]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+text.margin.top=5
+text.margin.bottom=5
+text.margin.left=5
+text.margin.right=5
+indicator.size=0
+
+[Dock]
+interior.element=toolbar
+frame.element=toolbar
+frame=true
+interior=true
+
+[GroupBox]
+inherits=PanelButtonCommand
+interior.element=tabframe
+interior=true
+frame=false
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.patternsize=20
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Slider]
+inherits=PanelButtonCommand
+interior=true
+frame.element=slider
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+focusFrame=true
+
+[SliderCursor]
+inherits=PanelButtonCommand
+interior=true
+interior.element=slidercursor
+frame=false
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+
+[IndicatorSpinBox]
+inherits=LineEdit
+frame.element=lineedit
+interior.element=lineedit
+frame.top=0
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.size=8
+
+[DropDownButton]
+inherits=PanelButtonCommand
+frame.top=2
+frame.bottom=2
+frame.left=0
+frame.right=1
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+frame.element=tabframe
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+frame.element=tab
+frame.top=2
+frame.bottom=3
+frame.left=3
+frame.right=3
+indicator.size=10
+text.normal.color=#ecd3a0
+text.focus.color=#cbced3
+text.press.color=#cbced3
+text.toggle.color=#cbced3
+focusFrame=true
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=true
+frame.element=tabBarFrame
+interior=false
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+
+[Dialog]
+inherits=TabBarFrame
+frame.element=tabframe
+interior=false
+frame=false
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.expansion=0
+text.normal.color=#cbced3
+text.focus.color=#c296eb
+text.press.color=#cbced3
+text.toggle.color=#cbced3
+indicator.element=harrow
+
+[SizeGrip]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+indicator.element=resize-grip
+indicator.size=0
+
+[Toolbar]
+inherits=PanelButtonCommand
+interior.element=menubar
+frame.element=menubar
+frame=true
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.normal.color=#cbced3
+text.focus.color=#cbced3
+text.press.color=#c296eb
+text.toggle.color=#c296eb
+text.bold=false
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#cbced3
+frame.expansion=0
+text.bold=false
+
+[ToolbarButton]
+frame.element=tbutton
+interior.element=tbutton
+indicator.element=arrow
+text.normal.color=#cbced3
+text.focus.color=#cbced3
+text.press.color=#151720
+text.toggle.color=#151720
+text.bold=false
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.size=0
+interior=false
+frame=false
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+interior=false
+frame.element=scrollbarslider
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin=0
+text.normal.color=#cbced3
+text.focus.color=#cbced3
+text.press.color=#151720
+text.toggle.color=#151720
+text.bold=false
+frame.expansion=18
+
+[RadioButton]
+inherits=PanelButtonCommand
+
+[Menu]
+frame.element=menu
+interior.element=menu
+inherits=PanelButtonCommand
+text.press.color=#151720
+text.toggle.color=#151720
+text.bold=false
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[MenuItem]
+inherits=PanelButtonCommand
+interior.element=menuitem
+indicator.size=8
+text.focus.color=#cbced3
+text.press.color=#cbced3
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior.element=menubaritem
+frame=false
+text.margin.top=3
+text.margin.bottom=3
+text.margin.left=5
+text.margin.right=5
+
+[StatusBar]
+inherits=Toolbar
+frame.element=toolbar
+font.bold=true
+text.normal.color=#cbced3
+frame=true
+frame.top=0
+frame.bottom=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=3
+text.margin.right=3
+
+[ComboBox]
+inherits=PanelButtonCommand
+indicator.size=8
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+text.margin.top=1
+text.margin.bottom=1
+text.margin.left=3
+text.margin.right=3
+text.toggle.color=#cbced3
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#cbced3
+text.press.color=#cbced3
+text.focus.color=#cbced3
+
+[Hacks]
+transparent_dolphin_view=true
+blur_konsole=true
+transparent_ktitle_label=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=false
+iconless_pushbutton=true
+iconless_menu=true
+disabled_icon_opacity=80
+lxqtmainmenu_iconsize=0
+normal_default_pushbutton=true
+single_top_toolbar=false
+tint_on_mouseover=0
+transparent_pcmanfm_sidepane=true
+transparent_pcmanfm_view=true
+blur_translucent=true
+centered_forms=false
+kinetic_scrolling=false
+middle_click_scroll=false
+no_selection_tint=false
+noninteger_translucency=false
+style_vertical_toolbars=false
+blur_only_active_window=false
+
+[Window]
+interior=true
+interior.element=window
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
diff --git a/shit/Kvantum/Decay-Green/Decay-Green.svg b/shit/Kvantum/Decay-Green/Decay-Green.svg
new file mode 100644
index 0000000..7b00d1e
--- /dev/null
+++ b/shit/Kvantum/Decay-Green/Decay-Green.svg
@@ -0,0 +1,7279 @@
+
+
diff --git a/shit/Kvantum/Frosted-Glass/Frosted-Glass.kvconfig b/shit/Kvantum/Frosted-Glass/Frosted-Glass.kvconfig
new file mode 100644
index 0000000..cfe2a56
--- /dev/null
+++ b/shit/Kvantum/Frosted-Glass/Frosted-Glass.kvconfig
@@ -0,0 +1,563 @@
+[%General]
+author=Vince Liuice, based on KvAdapta by Tsu Jan
+comment=An uncomplicated theme inspired by the Materia GTK theme
+x11drag=menubar_and_primary_toolbar
+alt_mnemonic=true
+left_tabs=true
+attach_active_tab=false
+mirror_doc_tabs=true
+group_toolbar_buttons=false
+toolbar_item_spacing=0
+toolbar_interior_spacing=2
+spread_progressbar=true
+composite=true
+menu_shadow_depth=5
+spread_menuitems=false
+tooltip_shadow_depth=2
+splitter_width=1
+scroll_width=9
+scroll_arrows=false
+scroll_min_extent=60
+slider_width=2
+slider_handle_width=23
+slider_handle_length=22
+tickless_slider_handle_size=22
+center_toolbar_handle=true
+check_size=16
+textless_progressbar=false
+progressbar_thickness=2
+menubar_mouse_tracking=true
+toolbutton_style=1
+double_click=false
+translucent_windows=true
+blurring=true
+popup_blurring=true
+vertical_spin_indicators=false
+spin_button_width=24
+fill_rubberband=false
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+toolbar_icon_size=16
+combo_as_lineedit=true
+animate_states=false
+button_contents_shift=false
+combo_menu=true
+hide_combo_checkboxes=true
+combo_focus_rect=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=6
+layout_margin=9
+scrollbar_in_view=true
+transient_scrollbar=true
+transient_groove=true
+submenu_overlap=0
+tooltip_delay=0
+tree_branch_line=true
+no_window_pattern=false
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
+reduce_window_opacity=0
+respect_DE=true
+scrollable_menu=false
+submenu_delay=150
+no_inactiveness=false
+reduce_menu_opacity=0
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+intensity=1.00
+saturation=1.00
+shadowless_popup=false
+
+[GeneralColors]
+window.color=#F5F5F5
+base.color=#ffffff
+alt.base.color=#f8f8f8
+button.color=#f2f2f2
+light.color=#ffffff
+mid.light.color=#f0f0f0
+dark.color=#c8c8c8
+mid.color=#e1e1e196
+highlight.color=#333333
+inactive.highlight.color=#333333
+text.color=#444444
+window.text.color=#444444
+button.text.color=#444444
+disabled.text.color=#44444474
+tooltip.text.color=#444444
+highlight.text.color=#ffffff
+link.color=#0057AE
+link.visited.color=#E040FB
+progress.indicator.text.color=#444444
+
+[Hacks]
+transparent_ktitle_label=true
+transparent_dolphin_view=true
+transparent_pcmanfm_sidepane=true
+blur_translucent=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=true
+iconless_pushbutton=false
+iconless_menu=false
+disabled_icon_opacity=100
+lxqtmainmenu_iconsize=16
+normal_default_pushbutton=true
+single_top_toolbar=true
+tint_on_mouseover=0
+transparent_pcmanfm_view=true
+no_selection_tint=true
+transparent_arrow_button=true
+middle_click_scroll=false
+opaque_colors=false
+kinetic_scrolling=false
+scroll_jump_workaround=true
+centered_forms=false
+noninteger_translucency=false
+
+[PanelButtonCommand]
+frame=true
+frame.element=button
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+interior.element=button
+indicator.size=8
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=white
+highlight.text.color=white
+text.shadow=0
+text.margin=4
+text.iconspacing=4
+indicator.element=arrow
+frame.expansion=0
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=white
+text.disabled.color=#44444474
+text.bold=false
+indicator.element=arrow
+indicator.size=0
+frame.expansion=0
+
+[ToolbarButton]
+frame=true
+frame.element=tbutton
+interior.element=tbutton
+frame.top=14
+frame.bottom=14
+frame.left=14
+frame.right=14
+indicator.element=tarrow
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+text.disabled.color=#44444474
+text.bold=false
+frame.expansion=28
+
+[Dock]
+inherits=PanelButtonCommand
+interior.element=dock
+frame.element=dock
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#444444
+
+[DockTitle]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.normal.color=#444444
+text.focus.color=#444444
+text.bold=false
+
+[IndicatorSpinBox]
+inherits=PanelButtonCommand
+frame=true
+interior=true
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.element=spin
+indicator.size=8
+text.normal.color=#444444
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+text.normal.color=#444444
+text.focus.color=#444444
+min_width=+0.3font
+min_height=+0.3font
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+text.normal.color=#444444
+text.focus.color=#444444
+min_width=+0.3font
+min_height=+0.3font
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+frame.patternsize=14
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame=true
+interior=false
+frame.element=common
+interior.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[ToolbarLineEdit]
+frame.element=lineedit
+interior.element=lineedit
+
+[DropDownButton]
+inherits=PanelButtonCommand
+indicator.element=arrow-down
+
+[IndicatorArrow]
+indicator.element=arrow
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#444444
+text.press.color=#333333
+text.focus.color=#444444
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+text.margin.left=8
+text.margin.right=8
+text.margin.top=0
+text.margin.bottom=0
+frame.element=tab
+indicator.element=tab
+indicator.size=22
+frame.top=8
+frame.bottom=8
+frame.left=8
+frame.right=8
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+frame.expansion=0
+text.bold=false
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+
+[TreeExpander]
+inherits=PanelButtonCommand
+indicator.size=8
+indicator.element=tree
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+frame.expansion=0
+
+[SizeGrip]
+indicator.element=resize-grip
+
+[Toolbar]
+inherits=PanelButtonCommand
+indicator.element=toolbar
+indicator.size=5
+text.margin=0
+interior.element=menubar
+frame.element=menubar
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+frame.left=2
+frame.right=2
+frame.top=2
+frame.bottom=2
+frame.expansion=0
+
+[Slider]
+inherits=PanelButtonCommand
+frame.element=slider
+focusFrame=true
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[SliderCursor]
+inherits=PanelButtonCommand
+frame=false
+interior.element=slidercursor
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+text.margin=0
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+text.bold=false
+frame.expansion=8
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+
+[ItemView]
+inherits=PanelButtonCommand
+text.margin=0
+frame.element=itemview
+interior.element=itemview
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=4
+text.margin.right=4
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[Splitter]
+indicator.size=48
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.element=arrow
+indicator.size=12
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+frame.element=scrollbarslider
+interior=false
+frame.left=5
+frame.right=5
+frame.top=5
+frame.bottom=5
+indicator.element=grip
+indicator.size=12
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[Menu]
+inherits=PanelButtonCommand
+frame.top=10
+frame.bottom=10
+frame.left=10
+frame.right=10
+frame.element=menu
+interior.element=menu
+text.normal.color=#444444
+text.shadow=false
+frame.expansion=0
+text.bold=false
+
+[MenuItem]
+inherits=PanelButtonCommand
+frame=true
+frame.element=menuitem
+interior.element=menuitem
+indicator.element=menuitem
+text.normal.color=#444444
+text.focus.color=white
+text.margin.top=0
+text.margin.bottom=0
+text.margin.left=6
+text.margin.right=6
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.bold=false
+frame.expansion=0
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+frame.expansion=0
+text.bold=false
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior=true
+interior.element=menubaritem
+frame.element=menubaritem
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.left=4
+text.margin.right=4
+text.margin.top=0
+text.margin.bottom=0
+text.normal.color=#444444
+text.focus.color=#444444
+text.press.color=#333333
+text.toggle.color=#333333
+text.bold=false
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+interior.element=titlebar
+indicator.size=16
+indicator.element=mdi
+text.normal.color=#444444
+text.focus.color=#444444
+text.bold=false
+text.italic=true
+frame.expansion=0
+
+[ComboBox]
+inherits=PanelButtonCommand
+frame.element=combo
+interior.element=combo
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+text.normal.color=#444444
+text.focus.color=#424242
+text.press.color=#424242
+text.toggle.color=#424242
+
+[GroupBox]
+inherits=GenericFrame
+frame=false
+text.shadow=0
+text.margin=0
+text.normal.color=#444444
+text.focus.color=#333333
+text.bold=false
+frame.expansion=0
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=false
+interior=false
+
+[ToolTip]
+inherits=GenericFrame
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+text.shadow=0
+text.margin=0
+interior.element=tooltip
+frame.element=tooltip
+text.normal.color=#444444
+text.focus.color=#333333
+frame.expansion=6
+
+[StatusBar]
+inherits=GenericFrame
+frame=false
+interior=false
+
+[Window]
+interior=true
+interior.element=window
+frame=true
+frame.element=window
+frame.bottom=10
+frame.top=10
diff --git a/shit/Kvantum/Frosted-Glass/Frosted-Glass.svg b/shit/Kvantum/Frosted-Glass/Frosted-Glass.svg
new file mode 100644
index 0000000..7f3dec1
--- /dev/null
+++ b/shit/Kvantum/Frosted-Glass/Frosted-Glass.svg
@@ -0,0 +1,6674 @@
+
+
diff --git a/shit/Kvantum/Graphite-Mono/Graphite-Mono.kvconfig b/shit/Kvantum/Graphite-Mono/Graphite-Mono.kvconfig
new file mode 100644
index 0000000..99410ac
--- /dev/null
+++ b/shit/Kvantum/Graphite-Mono/Graphite-Mono.kvconfig
@@ -0,0 +1,562 @@
+[%General]
+author=Vince Liuice, based on KvAdapta by Tsu Jan
+comment=An uncomplicated theme inspired by the Materia GTK theme
+x11drag=menubar_and_primary_toolbar
+alt_mnemonic=true
+left_tabs=true
+attach_active_tab=false
+mirror_doc_tabs=true
+group_toolbar_buttons=false
+toolbar_item_spacing=0
+toolbar_interior_spacing=2
+spread_progressbar=true
+composite=true
+menu_shadow_depth=6
+spread_menuitems=false
+tooltip_shadow_depth=2
+splitter_width=1
+scroll_width=9
+scroll_arrows=false
+scroll_min_extent=60
+slider_width=2
+slider_handle_width=23
+slider_handle_length=22
+tickless_slider_handle_size=22
+center_toolbar_handle=true
+check_size=16
+textless_progressbar=false
+progressbar_thickness=2
+menubar_mouse_tracking=true
+toolbutton_style=1
+double_click=false
+translucent_windows=true
+blurring=true
+popup_blurring=true
+vertical_spin_indicators=false
+spin_button_width=24
+fill_rubberband=false
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+toolbar_icon_size=16
+combo_as_lineedit=true
+animate_states=false
+button_contents_shift=false
+combo_menu=true
+hide_combo_checkboxes=true
+combo_focus_rect=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=6
+layout_margin=9
+scrollbar_in_view=true
+transient_scrollbar=true
+transient_groove=true
+submenu_overlap=0
+tooltip_delay=0
+tree_branch_line=true
+no_window_pattern=false
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
+reduce_window_opacity=0
+respect_DE=true
+scrollable_menu=false
+submenu_delay=150
+no_inactiveness=false
+reduce_menu_opacity=0
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+intensity=1.00
+saturation=1.00
+shadowless_popup=false
+
+[GeneralColors]
+window.color=#2c2c2c
+base.color=#2c2c2c
+alt.base.color=#2e2e2e
+button.color=#4d4d4d
+light.color=#535353
+mid.light.color=#474747
+dark.color=#282828
+mid.color=#323232
+highlight.color=#e0e0e0
+inactive.highlight.color=#e0e0e0
+text.color=#dfdfdf
+window.text.color=#dfdfdf
+button.text.color=#dfdfdf
+disabled.text.color=#696969
+tooltip.text.color=#efefef
+highlight.text.color=#333333
+link.color=#0057AE
+link.visited.color=#E040FB
+progress.indicator.text.color=#dfdfdf
+
+[Hacks]
+transparent_ktitle_label=true
+transparent_dolphin_view=true
+transparent_pcmanfm_sidepane=true
+blur_translucent=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=true
+iconless_pushbutton=true
+iconless_menu=false
+disabled_icon_opacity=100
+lxqtmainmenu_iconsize=16
+normal_default_pushbutton=true
+single_top_toolbar=true
+tint_on_mouseover=0
+transparent_pcmanfm_view=true
+no_selection_tint=true
+transparent_arrow_button=true
+middle_click_scroll=false
+opaque_colors=false
+kinetic_scrolling=false
+scroll_jump_workaround=true
+centered_forms=false
+noninteger_translucency=false
+
+[PanelButtonCommand]
+frame=true
+frame.element=button
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+interior.element=button
+indicator.size=8
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.press.color=white
+text.toggle.color=#333333
+text.shadow=0
+text.margin=4
+text.iconspacing=4
+indicator.element=arrow
+frame.expansion=0
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.press.color=white
+text.toggle.color=#333333
+text.bold=false
+indicator.element=arrow
+indicator.size=0
+frame.expansion=0
+
+[ToolbarButton]
+frame=true
+frame.element=tbutton
+interior.element=tbutton
+frame.top=16
+frame.bottom=16
+frame.left=16
+frame.right=16
+indicator.element=tarrow
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+text.bold=false
+frame.expansion=32
+
+[Dock]
+inherits=PanelButtonCommand
+interior.element=dock
+frame.element=dock
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#dfdfdf
+
+[DockTitle]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.bold=false
+
+[IndicatorSpinBox]
+inherits=PanelButtonCommand
+frame=true
+interior=true
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.element=spin
+indicator.size=8
+text.normal.color=#dfdfdf
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+text.normal.color=#dfdfdf
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+text.normal.color=#dfdfdf
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+frame.patternsize=14
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame=true
+interior=false
+frame.element=common
+interior.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[ToolbarLineEdit]
+frame.element=lineedit
+interior.element=lineedit
+
+[DropDownButton]
+inherits=PanelButtonCommand
+indicator.element=arrow-down
+
+[IndicatorArrow]
+indicator.element=arrow
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#dfdfdf
+text.press.color=#dfdfdf
+text.focus.color=white
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+text.margin.left=8
+text.margin.right=8
+text.margin.top=0
+text.margin.bottom=0
+frame.element=tab
+indicator.element=tab
+indicator.size=22
+frame.top=8
+frame.bottom=8
+frame.left=8
+frame.right=8
+text.normal.color=#dfdfdf
+text.focus.color=#dfdfdf
+text.press.color=white
+text.toggle.color=white
+frame.expansion=0
+text.bold=false
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+
+[TreeExpander]
+inherits=PanelButtonCommand
+indicator.size=8
+indicator.element=tree
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+frame.expansion=0
+
+[SizeGrip]
+indicator.element=resize-grip
+
+[Toolbar]
+inherits=PanelButtonCommand
+indicator.element=toolbar
+indicator.size=5
+text.margin=0
+interior.element=menubar
+frame.element=menubar
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.press.color=#dfdfdf
+text.toggle.color=white
+frame.left=0
+frame.right=0
+frame.top=0
+frame.bottom=0
+frame.expansion=0
+
+[Slider]
+inherits=PanelButtonCommand
+frame.element=slider
+focusFrame=true
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[SliderCursor]
+inherits=PanelButtonCommand
+frame=false
+interior.element=slidercursor
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+text.margin=0
+text.normal.color=#dfdfdf
+text.focus.color=#dfdfdf
+text.press.color=#dfdfdf
+text.toggle.color=#dfdfdf
+text.bold=false
+frame.expansion=8
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+
+[ItemView]
+inherits=PanelButtonCommand
+text.margin=0
+frame.element=itemview
+interior.element=itemview
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=4
+text.margin.right=4
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[Splitter]
+indicator.size=48
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.element=arrow
+indicator.size=12
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+frame.element=scrollbarslider
+interior=false
+frame.left=5
+frame.right=5
+frame.top=5
+frame.bottom=5
+indicator.element=grip
+indicator.size=12
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[Menu]
+inherits=PanelButtonCommand
+frame.top=10
+frame.bottom=10
+frame.left=10
+frame.right=10
+frame.element=menu
+interior.element=menu
+text.normal.color=#dfdfdf
+text.shadow=false
+frame.expansion=0
+text.bold=false
+
+[MenuItem]
+inherits=PanelButtonCommand
+frame=true
+frame.element=menuitem
+interior.element=menuitem
+indicator.element=menuitem
+text.normal.color=#dfdfdf
+text.focus.color=#333333
+text.margin.top=0
+text.margin.bottom=0
+text.margin.left=6
+text.margin.right=6
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.bold=false
+frame.expansion=0
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#dfdfdf
+text.focus.color=#ffffff
+text.press.color=#ffffff
+text.toggle.color=#ffffff
+frame.expansion=0
+text.bold=false
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior=true
+interior.element=menubaritem
+frame.element=menubaritem
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.left=4
+text.margin.right=4
+text.margin.top=0
+text.margin.bottom=0
+text.normal.color=#dfdfdf
+text.focus.color=#ffffff
+text.press.color=#ffffff
+text.toggle.color=#ffffff
+text.bold=false
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+interior.element=titlebar
+indicator.size=16
+indicator.element=mdi
+text.normal.color=#787878
+text.focus.color=#dfdfdf
+text.bold=false
+text.italic=true
+frame.expansion=0
+
+[ComboBox]
+inherits=PanelButtonCommand
+frame.element=combo
+interior.element=combo
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+text.focus.color=white
+text.press.color=#dfdfdf
+text.toggle.color=white
+
+[GroupBox]
+inherits=GenericFrame
+frame=false
+text.shadow=0
+text.margin=0
+text.normal.color=#dfdfdf
+text.focus.color=white
+text.bold=false
+frame.expansion=0
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=false
+frame.element=tabBarFrame
+interior=false
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
+
+[ToolTip]
+inherits=GenericFrame
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+text.shadow=0
+text.margin=0
+interior.element=tooltip
+frame.element=tooltip
+frame.expansion=6
+
+[StatusBar]
+inherits=GenericFrame
+frame=false
+interior=false
+
+[Window]
+interior=true
+interior.element=window
+frame=true
+frame.element=window
+frame.bottom=10
+frame.top=10
diff --git a/shit/Kvantum/Graphite-Mono/Graphite-Mono.svg b/shit/Kvantum/Graphite-Mono/Graphite-Mono.svg
new file mode 100644
index 0000000..864ef47
--- /dev/null
+++ b/shit/Kvantum/Graphite-Mono/Graphite-Mono.svg
@@ -0,0 +1,6303 @@
+
+
diff --git a/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.kvconfig b/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.kvconfig
new file mode 100644
index 0000000..525858d
--- /dev/null
+++ b/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.kvconfig
@@ -0,0 +1,544 @@
+[%General]
+author=sachnr, based on KvAdapta
+comment=Gruvbox Light theme with blue highlights
+x11drag=menubar_and_primary_toolbar
+alt_mnemonic=true
+left_tabs=true
+attach_active_tab=false
+mirror_doc_tabs=true
+group_toolbar_buttons=false
+toolbar_item_spacing=0
+toolbar_interior_spacing=2
+spread_progressbar=true
+composite=true
+menu_shadow_depth=5
+tooltip_shadow_depth=2
+splitter_width=4
+scroll_width=9
+scroll_arrows=false
+scroll_min_extent=60
+slider_width=2
+slider_handle_width=22
+slider_handle_length=22
+center_toolbar_handle=true
+check_size=14
+textless_progressbar=false
+progressbar_thickness=2
+menubar_mouse_tracking=true
+toolbutton_style=1
+double_click=false
+translucent_windows=false
+blurring=false
+popup_blurring=false
+vertical_spin_indicators=false
+spin_button_width=24
+fill_rubberband=false
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+toolbar_icon_size=22
+combo_as_lineedit=true
+animate_states=true
+button_contents_shift=false
+combo_menu=true
+hide_combo_checkboxes=true
+combo_focus_rect=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=true
+layout_spacing=6
+layout_margin=9
+scrollbar_in_view=true
+transient_scrollbar=true
+transient_groove=false
+submenu_overlap=0
+tooltip_delay=-1
+tree_branch_line=true
+no_window_pattern=false
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
+reduce_window_opacity=0
+respect_DE=true
+scrollable_menu=false
+submenu_delay=250
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+drag_from_buttons=false
+intensity=1.00
+menu_blur_radius=0
+no_inactiveness=false
+reduce_menu_opacity=0
+saturation=1.00
+shadowless_popup=false
+tooltip_blur_radius=0
+
+[GeneralColors]
+window.color=#232323
+base.color=#282828
+alt.base.color=#282828
+button.color=#2e2e2e
+light.color=#504945
+mid.light.color=#3f3f3f
+dark.color=#1d2021
+mid.color=##202324
+highlight.color=#458588cc
+inactive.highlight.color=#458588bb
+text.color=#ebdbb2
+window.text.color=#ebdbb2
+button.text.color=#ebdbb2
+disabled.text.color=#a89984
+tooltip.text.color=#fbf1c7
+highlight.text.color=#fbf1c7
+link.color=#b8bb26
+link.visited.color=#98971a
+progress.indicator.text.color=#fbf1c7
+
+[Hacks]
+transparent_ktitle_label=true
+transparent_dolphin_view=false
+transparent_pcmanfm_sidepane=true
+blur_translucent=false
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=true
+iconless_pushbutton=true
+iconless_menu=false
+disabled_icon_opacity=70
+lxqtmainmenu_iconsize=22
+normal_default_pushbutton=true
+single_top_toolbar=true
+tint_on_mouseover=0
+transparent_pcmanfm_view=false
+no_selection_tint=true
+transparent_arrow_button=true
+blur_only_active_window=false
+centered_forms=false
+kinetic_scrolling=false
+middle_click_scroll=false
+noninteger_translucency=false
+style_vertical_toolbars=false
+
+[PanelButtonCommand]
+frame=true
+frame.element=button
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+interior=true
+interior.element=button
+indicator.size=8
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.press.color=#ebdbb2
+text.toggle.color=white
+text.shadow=0
+text.margin=1
+text.iconspacing=4
+indicator.element=arrow
+text.margin.top=2
+text.margin.bottom=4
+text.margin.left=2
+text.margin.right=2
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=14
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+text.normal.color=#ebdbb2
+text.bold=false
+indicator.element=arrow
+indicator.size=0
+
+[ToolbarButton]
+frame.element=tbutton
+interior.element=tbutton
+indicator.element=tarrow
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+text.bold=false
+
+[Dock]
+inherits=PanelButtonCommand
+interior.element=dock
+frame.element=dock
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#ebdbb2
+
+[DockTitle]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.bold=false
+
+[IndicatorSpinBox]
+inherits=PanelButtonCommand
+frame=true
+interior=true
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.element=spin
+indicator.size=8
+text.normal.color=#ebdbb2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+text.normal.color=#ebdbb2
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+text.normal.color=#ebdbb2
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.patternsize=20
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame=true
+interior=false
+frame.element=common
+interior.element=common
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+interior=false
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+frame.expansion=0
+
+[DropDownButton]
+inherits=PanelButtonCommand
+indicator.element=arrow-down
+
+[IndicatorArrow]
+indicator.element=arrow
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#ebdbb2
+text.press.color=#ebdbb2
+text.focus.color=white
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+text.margin.left=8
+text.margin.right=8
+text.margin.top=2
+text.margin.bottom=2
+frame.element=tab
+indicator.element=tab
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.normal.color=#ebdbb2
+text.focus.color=#ebdbb2
+text.toggle.color=#ebdbb2
+frame.expansion=0
+text.bold=false
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[TreeExpander]
+inherits=PanelButtonCommand
+indicator.size=8
+indicator.element=tree
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+frame.expansion=0
+
+[SizeGrip]
+indicator.element=resize-grip
+
+[Toolbar]
+inherits=PanelButtonCommand
+indicator.element=toolbar
+indicator.size=5
+text.margin=0
+interior.element=menubar
+frame.element=menubar
+text.normal.color=#ebdbb2
+text.focus.color=white
+frame.left=0
+frame.right=0
+frame.top=0
+frame.bottom=4
+frame.expansion=0
+
+[Slider]
+inherits=PanelButtonCommand
+frame.element=slider
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[SliderCursor]
+inherits=PanelButtonCommand
+frame=false
+interior.element=slidercursor
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+text.margin=0
+text.normal.color=#ebdbb2
+text.focus.color=#ebdbb2
+text.press.color=#ebdbb2
+text.toggle.color=#cfd8dc
+text.bold=false
+frame.expansion=8
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+
+[ItemView]
+inherits=PanelButtonCommand
+text.margin=0
+frame.element=itemview
+interior.element=itemview
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=4
+text.margin.right=4
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[Splitter]
+indicator.size=48
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.element=arrow
+indicator.size=8
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+interior.element=scrollbarslider
+interior=true
+frame=false
+indicator.element=grip
+indicator.size=13
+frame.expansion=48
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[MenuItem]
+inherits=PanelButtonCommand
+frame=true
+frame.element=menuitem
+interior.element=menuitem
+indicator.element=menuitem
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.margin.top=1
+text.margin.bottom=1
+text.margin.left=4
+text.margin.right=4
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
+text.bold=false
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#ebdbb2
+frame.expansion=0
+text.bold=false
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior=true
+interior.element=menubaritem
+frame.element=menubaritem
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.left=4
+text.margin.right=4
+text.margin.top=0
+text.margin.bottom=0
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.bold=false
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+interior.element=titlebar
+indicator.size=16
+indicator.element=mdi
+text.normal.color=#d5c4a1
+text.focus.color=#ebdbb2
+text.bold=false
+text.italic=true
+frame.expansion=0
+
+[ComboBox]
+inherits=PanelButtonCommand
+frame.element=combo
+interior.element=combo
+interior=false
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+text.focus.color=white
+text.press.color=#ebdbb2
+text.toggle.color=white
+frame.expansion=0
+
+[Menu]
+inherits=PanelButtonCommand
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.element=menu
+interior.element=menu
+text.normal.color=#ebdbb2
+text.shadow=false
+frame.expansion=0
+
+[GroupBox]
+inherits=GenericFrame
+frame=false
+text.shadow=0
+text.margin=0
+text.normal.color=#ebdbb2
+text.focus.color=white
+text.bold=false
+frame.expansion=0
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=true
+frame.element=tabBarFrame
+interior=false
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[ToolTip]
+inherits=GenericFrame
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+interior=true
+text.shadow=0
+text.margin=0
+interior.element=tooltip
+frame.element=tooltip
+frame.expansion=0
+
+[StatusBar]
+inherits=GenericFrame
+frame=false
+interior=false
+
+[Window]
+interior=true
+interior.element=window
diff --git a/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg b/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg
new file mode 100644
index 0000000..fbcf686
--- /dev/null
+++ b/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg
@@ -0,0 +1,5594 @@
+
+
diff --git a/shit/Kvantum/Material-Sakura/Material-Sakura.kvconfig b/shit/Kvantum/Material-Sakura/Material-Sakura.kvconfig
new file mode 100644
index 0000000..f0c7f49
--- /dev/null
+++ b/shit/Kvantum/Material-Sakura/Material-Sakura.kvconfig
@@ -0,0 +1,466 @@
+[%General]
+author=elkrien based on Arc Dark style
+comment=Catppuccin-Latte-Rosewater
+spread_menuitems=true
+left_tabs=true
+mirror_doc_tabs=true
+scroll_width=8
+attach_active_tab=true
+composite=true
+menu_shadow_depth=7
+tooltip_shadow_depth=0
+splitter_width=7
+check_size=16
+slider_width=4
+slider_handle_width=18
+slider_handle_length=18
+textless_progressbar=false
+menubar_mouse_tracking=true
+slim_toolbars=false
+toolbutton_style=1
+x11drag=menubar_and_primary_toolbar
+double_click=false
+translucent_windows=false
+blurring=false
+popup_blurring=true
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2
+group_toolbar_buttons=false
+vertical_spin_indicators=false
+fill_rubberband=false
+spread_progressbar=true
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+scroll_arrows=false
+iconless_pushbutton=true
+toolbar_icon_size=16
+combo_as_lineedit=true
+button_contents_shift=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=2
+submenu_overlap=0
+tooltip_delay=-1
+animate_states=true
+transient_scrollbar=true
+alt_mnemonic=true
+combo_menu=true
+layout_margin=4
+no_window_pattern=false
+respect_DE=true
+scroll_min_extent=36
+scrollable_menu=false
+scrollbar_in_view=false
+spin_button_width=16
+submenu_delay=250
+tree_branch_line=true
+progressbar_thickness=8
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+drag_from_buttons=false
+hide_combo_checkboxes=false
+intensity=1.00
+no_inactiveness=false
+reduce_menu_opacity=0
+reduce_window_opacity=10
+saturation=1.00
+shadowless_popup=true
+transient_groove=false
+menu_blur_radius=6
+tooltip_blur_radius=6
+
+[GeneralColors]
+window.color=#faf4ed
+base.color=#fffaf3
+alt.base.color=#fffaf3
+button.color=#d7827e
+light.color=#f4ede8
+mid.light.color=#f4ede8
+dark.color=#fffaf3
+mid.color=#fffaf3
+highlight.color=#907aa9
+inactive.highlight.color=#907aa9
+text.color=#575279
+window.text.color=#575279
+button.text.color=#575279
+disabled.text.color=#9893a5
+tooltip.text.color=#575279
+highlight.text.color=#fffaf3
+link.color=#907aa9
+link.visited.color=#56949f
+
+[ItemView]
+inherits=PanelButtonCommand
+frame.element=itemview
+interior.element=itemview
+frame=true
+interior=true
+text.iconspacing=3
+text.toggle.color=#fffaf3
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+
+[TreeExpander]
+indicator.element=tree
+indicator.size=8
+
+[ToolTip]
+frame.top=4
+frame.right=4
+frame.bottom=4
+frame.left=4
+frame=true
+
+[PanelButtonCommand]
+inherits=PanelButtonCommand
+interior.element=button
+frame.element=button
+text.normal.color=#575279
+text.focus.color=#575279
+text.press.color=#fffaf3
+text.toggle.color=#fffaf3
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+
+[DockTitle]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+text.margin.top=5
+text.margin.bottom=5
+text.margin.left=5
+text.margin.right=5
+indicator.size=0
+
+[Dock]
+interior.element=toolbar
+frame.element=toolbar
+frame=true
+interior=true
+
+[GroupBox]
+inherits=PanelButtonCommand
+interior.element=tabframe
+interior=true
+frame=false
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.patternsize=20
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Slider]
+inherits=PanelButtonCommand
+interior=true
+frame.element=slider
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+focusFrame=true
+
+[SliderCursor]
+inherits=PanelButtonCommand
+interior=true
+interior.element=slidercursor
+frame=false
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+
+[IndicatorSpinBox]
+inherits=LineEdit
+frame.element=lineedit
+interior.element=lineedit
+frame.top=0
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.size=8
+
+[DropDownButton]
+inherits=PanelButtonCommand
+frame.top=2
+frame.bottom=2
+frame.left=0
+frame.right=1
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+frame.element=tabframe
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+frame.element=tab
+frame.top=2
+frame.bottom=3
+frame.left=3
+frame.right=3
+indicator.size=10
+text.normal.color=#9893a5
+text.focus.color=#575279
+text.press.color=#575279
+text.toggle.color=#575279
+focusFrame=true
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=true
+frame.element=tabBarFrame
+interior=false
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+
+[Dialog]
+inherits=TabBarFrame
+frame.element=tabframe
+interior=false
+frame=false
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.expansion=0
+text.normal.color=#575279
+text.focus.color=#907aa9
+text.press.color=#575279
+text.toggle.color=#575279
+indicator.element=harrow
+
+[SizeGrip]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+indicator.element=resize-grip
+indicator.size=0
+
+[Toolbar]
+inherits=PanelButtonCommand
+interior.element=menubar
+frame.element=menubar
+frame=true
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.normal.color=#575279
+text.focus.color=#575279
+text.press.color=#907aa9
+text.toggle.color=#907aa9
+text.bold=false
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#575279
+frame.expansion=0
+text.bold=false
+
+[ToolbarButton]
+frame.element=tbutton
+interior.element=tbutton
+indicator.element=arrow
+text.normal.color=#575279
+text.focus.color=#575279
+text.press.color=#fffaf3
+text.toggle.color=#fffaf3
+text.bold=false
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.size=0
+interior=false
+frame=false
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+interior=false
+frame.element=scrollbarslider
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin=0
+text.normal.color=#575279
+text.focus.color=#575279
+text.press.color=#fffaf3
+text.toggle.color=#fffaf3
+text.bold=false
+frame.expansion=18
+
+[RadioButton]
+inherits=PanelButtonCommand
+
+[Menu]
+frame.element=menu
+interior.element=menu
+inherits=PanelButtonCommand
+text.press.color=#fffaf3
+text.toggle.color=#fffaf3
+text.bold=false
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[MenuItem]
+inherits=PanelButtonCommand
+interior.element=menuitem
+indicator.size=8
+text.focus.color=#575279
+text.press.color=#575279
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior.element=menubaritem
+frame=false
+text.margin.top=3
+text.margin.bottom=3
+text.margin.left=5
+text.margin.right=5
+
+[StatusBar]
+inherits=Toolbar
+frame.element=toolbar
+font.bold=true
+text.normal.color=#575279
+frame=true
+frame.top=0
+frame.bottom=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=3
+text.margin.right=3
+
+[ComboBox]
+inherits=PanelButtonCommand
+indicator.size=8
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+text.margin.top=1
+text.margin.bottom=1
+text.margin.left=3
+text.margin.right=3
+text.toggle.color=#575279
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#575279
+text.press.color=#575279
+text.focus.color=#575279
+
+[Hacks]
+transparent_dolphin_view=true
+blur_konsole=true
+transparent_ktitle_label=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=false
+iconless_pushbutton=true
+iconless_menu=true
+disabled_icon_opacity=80
+lxqtmainmenu_iconsize=0
+normal_default_pushbutton=true
+single_top_toolbar=false
+tint_on_mouseover=0
+transparent_pcmanfm_sidepane=true
+transparent_pcmanfm_view=true
+blur_translucent=true
+centered_forms=false
+kinetic_scrolling=false
+middle_click_scroll=false
+no_selection_tint=false
+noninteger_translucency=false
+style_vertical_toolbars=false
+blur_only_active_window=false
+
+[Window]
+interior=true
+interior.element=window
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
diff --git a/shit/Kvantum/Material-Sakura/Material-Sakura.svg b/shit/Kvantum/Material-Sakura/Material-Sakura.svg
new file mode 100644
index 0000000..c6e5dd5
--- /dev/null
+++ b/shit/Kvantum/Material-Sakura/Material-Sakura.svg
@@ -0,0 +1,7279 @@
+
+
diff --git a/shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig b/shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig
new file mode 100644
index 0000000..9176f89
--- /dev/null
+++ b/shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig
@@ -0,0 +1,466 @@
+[%General]
+author=elkrien based on Arc Dark style
+comment=Catppuccin-Mocha-Rosewater
+spread_menuitems=true
+left_tabs=true
+mirror_doc_tabs=true
+scroll_width=8
+attach_active_tab=true
+composite=true
+menu_shadow_depth=7
+tooltip_shadow_depth=0
+splitter_width=7
+check_size=16
+slider_width=4
+slider_handle_width=18
+slider_handle_length=18
+textless_progressbar=false
+menubar_mouse_tracking=true
+slim_toolbars=false
+toolbutton_style=1
+x11drag=menubar_and_primary_toolbar
+double_click=false
+translucent_windows=false
+blurring=false
+popup_blurring=true
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
+group_toolbar_buttons=false
+vertical_spin_indicators=false
+fill_rubberband=false
+spread_progressbar=true
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+scroll_arrows=false
+iconless_pushbutton=true
+toolbar_icon_size=16
+combo_as_lineedit=true
+button_contents_shift=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=2
+submenu_overlap=0
+tooltip_delay=-1
+animate_states=true
+transient_scrollbar=true
+alt_mnemonic=true
+combo_menu=true
+layout_margin=4
+no_window_pattern=false
+respect_DE=true
+scroll_min_extent=36
+scrollable_menu=false
+scrollbar_in_view=false
+spin_button_width=16
+submenu_delay=250
+tree_branch_line=true
+progressbar_thickness=8
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+drag_from_buttons=false
+hide_combo_checkboxes=false
+intensity=1.00
+no_inactiveness=false
+reduce_menu_opacity=0
+reduce_window_opacity=10
+saturation=1.00
+shadowless_popup=true
+transient_groove=false
+menu_blur_radius=6
+tooltip_blur_radius=6
+
+[GeneralColors]
+window.color=#191724
+base.color=#26233a
+alt.base.color=#26233a
+button.color=#6e6a86
+light.color=#908caa
+mid.light.color=#908caa
+dark.color=#26233a
+mid.color=#26233a
+highlight.color=#31748f
+inactive.highlight.color=#31748f
+text.color=#e0def4
+window.text.color=#e0def4
+button.text.color=#e0def4
+disabled.text.color=#524f67
+tooltip.text.color=#e0def4
+highlight.text.color=#26233a
+link.color=#31748f
+link.visited.color=#9ccfd8
+
+[ItemView]
+inherits=PanelButtonCommand
+frame.element=itemview
+interior.element=itemview
+frame=true
+interior=true
+text.iconspacing=3
+text.toggle.color=#26233a
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+
+[TreeExpander]
+indicator.element=tree
+indicator.size=8
+
+[ToolTip]
+frame.top=4
+frame.right=4
+frame.bottom=4
+frame.left=4
+frame=true
+
+[PanelButtonCommand]
+inherits=PanelButtonCommand
+interior.element=button
+frame.element=button
+text.normal.color=#e0def4
+text.focus.color=#e0def4
+text.press.color=#26233a
+text.toggle.color=#26233a
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+
+[DockTitle]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+text.margin.top=5
+text.margin.bottom=5
+text.margin.left=5
+text.margin.right=5
+indicator.size=0
+
+[Dock]
+interior.element=toolbar
+frame.element=toolbar
+frame=true
+interior=true
+
+[GroupBox]
+inherits=PanelButtonCommand
+interior.element=tabframe
+interior=true
+frame=false
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.patternsize=20
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Slider]
+inherits=PanelButtonCommand
+interior=true
+frame.element=slider
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+focusFrame=true
+
+[SliderCursor]
+inherits=PanelButtonCommand
+interior=true
+interior.element=slidercursor
+frame=false
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+
+[IndicatorSpinBox]
+inherits=LineEdit
+frame.element=lineedit
+interior.element=lineedit
+frame.top=0
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.size=8
+
+[DropDownButton]
+inherits=PanelButtonCommand
+frame.top=2
+frame.bottom=2
+frame.left=0
+frame.right=1
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+frame.element=tabframe
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+frame.element=tab
+frame.top=2
+frame.bottom=3
+frame.left=3
+frame.right=3
+indicator.size=10
+text.normal.color=#524f67
+text.focus.color=#e0def4
+text.press.color=#e0def4
+text.toggle.color=#e0def4
+focusFrame=true
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=true
+frame.element=tabBarFrame
+interior=false
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+
+[Dialog]
+inherits=TabBarFrame
+frame.element=tabframe
+interior=false
+frame=false
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.expansion=0
+text.normal.color=#e0def4
+text.focus.color=#31748f
+text.press.color=#e0def4
+text.toggle.color=#e0def4
+indicator.element=harrow
+
+[SizeGrip]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+indicator.element=resize-grip
+indicator.size=0
+
+[Toolbar]
+inherits=PanelButtonCommand
+interior.element=menubar
+frame.element=menubar
+frame=true
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.normal.color=#e0def4
+text.focus.color=#e0def4
+text.press.color=#31748f
+text.toggle.color=#31748f
+text.bold=false
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#e0def4
+frame.expansion=0
+text.bold=false
+
+[ToolbarButton]
+frame.element=tbutton
+interior.element=tbutton
+indicator.element=arrow
+text.normal.color=#e0def4
+text.focus.color=#e0def4
+text.press.color=#26233a
+text.toggle.color=#26233a
+text.bold=false
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.size=0
+interior=false
+frame=false
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+interior=false
+frame.element=scrollbarslider
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin=0
+text.normal.color=#e0def4
+text.focus.color=#e0def4
+text.press.color=#26233a
+text.toggle.color=#26233a
+text.bold=false
+frame.expansion=18
+
+[RadioButton]
+inherits=PanelButtonCommand
+
+[Menu]
+frame.element=menu
+interior.element=menu
+inherits=PanelButtonCommand
+text.press.color=#26233a
+text.toggle.color=#26233a
+text.bold=false
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[MenuItem]
+inherits=PanelButtonCommand
+interior.element=menuitem
+indicator.size=8
+text.focus.color=#e0def4
+text.press.color=#e0def4
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior.element=menubaritem
+frame=false
+text.margin.top=3
+text.margin.bottom=3
+text.margin.left=5
+text.margin.right=5
+
+[StatusBar]
+inherits=Toolbar
+frame.element=toolbar
+font.bold=true
+text.normal.color=#e0def4
+frame=true
+frame.top=0
+frame.bottom=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=3
+text.margin.right=3
+
+[ComboBox]
+inherits=PanelButtonCommand
+indicator.size=8
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+text.margin.top=1
+text.margin.bottom=1
+text.margin.left=3
+text.margin.right=3
+text.toggle.color=#e0def4
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#e0def4
+text.press.color=#e0def4
+text.focus.color=#e0def4
+
+[Hacks]
+transparent_dolphin_view=true
+blur_konsole=true
+transparent_ktitle_label=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=false
+iconless_pushbutton=true
+iconless_menu=true
+disabled_icon_opacity=80
+lxqtmainmenu_iconsize=0
+normal_default_pushbutton=true
+single_top_toolbar=false
+tint_on_mouseover=0
+transparent_pcmanfm_sidepane=true
+transparent_pcmanfm_view=true
+blur_translucent=true
+centered_forms=false
+kinetic_scrolling=false
+middle_click_scroll=false
+no_selection_tint=false
+noninteger_translucency=false
+style_vertical_toolbars=false
+blur_only_active_window=false
+
+[Window]
+interior=true
+interior.element=window
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
diff --git a/shit/Kvantum/Rose-Pine/Rose-Pine.svg b/shit/Kvantum/Rose-Pine/Rose-Pine.svg
new file mode 100644
index 0000000..19bfcde
--- /dev/null
+++ b/shit/Kvantum/Rose-Pine/Rose-Pine.svg
@@ -0,0 +1,7279 @@
+
+
diff --git a/shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig b/shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig
new file mode 100644
index 0000000..8d3ca3f
--- /dev/null
+++ b/shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig
@@ -0,0 +1,466 @@
+[%General]
+author=elkrien based on Arc Dark style
+comment=Catppuccin-Mocha-Rosewater
+spread_menuitems=true
+left_tabs=true
+mirror_doc_tabs=true
+scroll_width=8
+attach_active_tab=true
+composite=true
+menu_shadow_depth=7
+tooltip_shadow_depth=0
+splitter_width=7
+check_size=16
+slider_width=4
+slider_handle_width=18
+slider_handle_length=18
+textless_progressbar=false
+menubar_mouse_tracking=true
+slim_toolbars=false
+toolbutton_style=1
+x11drag=menubar_and_primary_toolbar
+double_click=false
+translucent_windows=false
+blurring=false
+popup_blurring=true
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
+group_toolbar_buttons=false
+vertical_spin_indicators=false
+fill_rubberband=false
+spread_progressbar=true
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+scroll_arrows=false
+iconless_pushbutton=true
+toolbar_icon_size=16
+combo_as_lineedit=true
+button_contents_shift=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=2
+submenu_overlap=0
+tooltip_delay=-1
+animate_states=true
+transient_scrollbar=true
+alt_mnemonic=true
+combo_menu=true
+layout_margin=4
+no_window_pattern=false
+respect_DE=true
+scroll_min_extent=36
+scrollable_menu=false
+scrollbar_in_view=false
+spin_button_width=16
+submenu_delay=250
+tree_branch_line=true
+progressbar_thickness=8
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+drag_from_buttons=false
+hide_combo_checkboxes=false
+intensity=1.00
+no_inactiveness=false
+reduce_menu_opacity=0
+reduce_window_opacity=10
+saturation=1.00
+shadowless_popup=true
+transient_groove=false
+menu_blur_radius=6
+tooltip_blur_radius=6
+
+[GeneralColors]
+window.color=#24283b
+base.color=#414868
+alt.base.color=#414868
+button.color=#c0caf5
+light.color=#7dcfff
+mid.light.color=#7dcfff
+dark.color=#414868
+mid.color=#414868
+highlight.color=#2ac3de
+inactive.highlight.color=#2ac3de
+text.color=#a9b1d6
+window.text.color=#a9b1d6
+button.text.color=#a9b1d6
+disabled.text.color=#565f89
+tooltip.text.color=#a9b1d6
+highlight.text.color=#414868
+link.color=#2ac3de
+link.visited.color=#73daca
+
+[ItemView]
+inherits=PanelButtonCommand
+frame.element=itemview
+interior.element=itemview
+frame=true
+interior=true
+text.iconspacing=3
+text.toggle.color=#414868
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+
+[TreeExpander]
+indicator.element=tree
+indicator.size=8
+
+[ToolTip]
+frame.top=4
+frame.right=4
+frame.bottom=4
+frame.left=4
+frame=true
+
+[PanelButtonCommand]
+inherits=PanelButtonCommand
+interior.element=button
+frame.element=button
+text.normal.color=#a9b1d6
+text.focus.color=#a9b1d6
+text.press.color=#414868
+text.toggle.color=#414868
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+
+[DockTitle]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+text.margin.top=5
+text.margin.bottom=5
+text.margin.left=5
+text.margin.right=5
+indicator.size=0
+
+[Dock]
+interior.element=toolbar
+frame.element=toolbar
+frame=true
+interior=true
+
+[GroupBox]
+inherits=PanelButtonCommand
+interior.element=tabframe
+interior=true
+frame=false
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.patternsize=20
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Slider]
+inherits=PanelButtonCommand
+interior=true
+frame.element=slider
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+focusFrame=true
+
+[SliderCursor]
+inherits=PanelButtonCommand
+interior=true
+interior.element=slidercursor
+frame=false
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+
+[IndicatorSpinBox]
+inherits=LineEdit
+frame.element=lineedit
+interior.element=lineedit
+frame.top=0
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.size=8
+
+[DropDownButton]
+inherits=PanelButtonCommand
+frame.top=2
+frame.bottom=2
+frame.left=0
+frame.right=1
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+frame.element=tabframe
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+frame.element=tab
+frame.top=2
+frame.bottom=3
+frame.left=3
+frame.right=3
+indicator.size=10
+text.normal.color=#565f89
+text.focus.color=#a9b1d6
+text.press.color=#a9b1d6
+text.toggle.color=#a9b1d6
+focusFrame=true
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=true
+frame.element=tabBarFrame
+interior=false
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+
+[Dialog]
+inherits=TabBarFrame
+frame.element=tabframe
+interior=false
+frame=false
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+frame.expansion=0
+text.normal.color=#a9b1d6
+text.focus.color=#2ac3de
+text.press.color=#a9b1d6
+text.toggle.color=#a9b1d6
+indicator.element=harrow
+
+[SizeGrip]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+indicator.element=resize-grip
+indicator.size=0
+
+[Toolbar]
+inherits=PanelButtonCommand
+interior.element=menubar
+frame.element=menubar
+frame=true
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.normal.color=#a9b1d6
+text.focus.color=#a9b1d6
+text.press.color=#2ac3de
+text.toggle.color=#2ac3de
+text.bold=false
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#a9b1d6
+frame.expansion=0
+text.bold=false
+
+[ToolbarButton]
+frame.element=tbutton
+interior.element=tbutton
+indicator.element=arrow
+text.normal.color=#a9b1d6
+text.focus.color=#a9b1d6
+text.press.color=#414868
+text.toggle.color=#414868
+text.bold=false
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.size=0
+interior=false
+frame=false
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+interior=false
+frame.element=scrollbarslider
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin=0
+text.normal.color=#a9b1d6
+text.focus.color=#a9b1d6
+text.press.color=#414868
+text.toggle.color=#414868
+text.bold=false
+frame.expansion=18
+
+[RadioButton]
+inherits=PanelButtonCommand
+
+[Menu]
+frame.element=menu
+interior.element=menu
+inherits=PanelButtonCommand
+text.press.color=#414868
+text.toggle.color=#414868
+text.bold=false
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[MenuItem]
+inherits=PanelButtonCommand
+interior.element=menuitem
+indicator.size=8
+text.focus.color=#a9b1d6
+text.press.color=#a9b1d6
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior.element=menubaritem
+frame=false
+text.margin.top=3
+text.margin.bottom=3
+text.margin.left=5
+text.margin.right=5
+
+[StatusBar]
+inherits=Toolbar
+frame.element=toolbar
+font.bold=true
+text.normal.color=#a9b1d6
+frame=true
+frame.top=0
+frame.bottom=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=3
+text.margin.right=3
+
+[ComboBox]
+inherits=PanelButtonCommand
+indicator.size=8
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+text.margin.top=1
+text.margin.bottom=1
+text.margin.left=3
+text.margin.right=3
+text.toggle.color=#a9b1d6
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#a9b1d6
+text.press.color=#a9b1d6
+text.focus.color=#a9b1d6
+
+[Hacks]
+transparent_dolphin_view=true
+blur_konsole=true
+transparent_ktitle_label=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=false
+iconless_pushbutton=true
+iconless_menu=true
+disabled_icon_opacity=80
+lxqtmainmenu_iconsize=0
+normal_default_pushbutton=true
+single_top_toolbar=false
+tint_on_mouseover=0
+transparent_pcmanfm_sidepane=true
+transparent_pcmanfm_view=true
+blur_translucent=true
+centered_forms=false
+kinetic_scrolling=false
+middle_click_scroll=false
+no_selection_tint=false
+noninteger_translucency=false
+style_vertical_toolbars=false
+blur_only_active_window=false
+
+[Window]
+interior=true
+interior.element=window
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
diff --git a/shit/Kvantum/Tokyo-Night/Tokyo-Night.svg b/shit/Kvantum/Tokyo-Night/Tokyo-Night.svg
new file mode 100644
index 0000000..7dafd75
--- /dev/null
+++ b/shit/Kvantum/Tokyo-Night/Tokyo-Night.svg
@@ -0,0 +1,7279 @@
+
+
diff --git a/shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig b/shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig
new file mode 100644
index 0000000..eabbd28
--- /dev/null
+++ b/shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig
@@ -0,0 +1,562 @@
+[%General]
+author=Vince Liuice, based on KvAdapta by Tsu Jan
+comment=An uncomplicated theme inspired by the Materia GTK theme
+x11drag=menubar_and_primary_toolbar
+alt_mnemonic=true
+left_tabs=true
+attach_active_tab=false
+mirror_doc_tabs=true
+group_toolbar_buttons=false
+toolbar_item_spacing=0
+toolbar_interior_spacing=2
+spread_progressbar=true
+composite=true
+menu_shadow_depth=6
+spread_menuitems=false
+tooltip_shadow_depth=2
+splitter_width=1
+scroll_width=9
+scroll_arrows=false
+scroll_min_extent=60
+slider_width=2
+slider_handle_width=23
+slider_handle_length=22
+tickless_slider_handle_size=22
+center_toolbar_handle=true
+check_size=16
+textless_progressbar=false
+progressbar_thickness=2
+menubar_mouse_tracking=true
+toolbutton_style=1
+double_click=false
+translucent_windows=true
+blurring=true
+popup_blurring=true
+vertical_spin_indicators=false
+spin_button_width=24
+fill_rubberband=false
+merge_menubar_with_toolbar=true
+small_icon_size=16
+large_icon_size=32
+button_icon_size=16
+toolbar_icon_size=16
+combo_as_lineedit=true
+animate_states=false
+button_contents_shift=false
+combo_menu=true
+hide_combo_checkboxes=true
+combo_focus_rect=false
+groupbox_top_label=true
+inline_spin_indicators=true
+joined_inactive_tabs=false
+layout_spacing=6
+layout_margin=9
+scrollbar_in_view=true
+transient_scrollbar=true
+transient_groove=true
+submenu_overlap=0
+tooltip_delay=0
+tree_branch_line=true
+no_window_pattern=false
+opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
+reduce_window_opacity=0
+respect_DE=true
+scrollable_menu=false
+submenu_delay=150
+no_inactiveness=false
+reduce_menu_opacity=0
+click_behavior=0
+contrast=1.00
+dialog_button_layout=0
+intensity=1.00
+saturation=1.00
+shadowless_popup=false
+
+[GeneralColors]
+window.color=#1D202E
+base.color=#1D202E
+alt.base.color=#1D202E
+button.color=#4d4d4d
+light.color=#535353
+mid.light.color=#474747
+dark.color=#282828
+mid.color=#323232
+highlight.color=#e0e0e0
+inactive.highlight.color=#e0e0e0
+text.color=#AD584F
+window.text.color=#AD584F
+button.text.color=#AD584F
+disabled.text.color=#696969
+tooltip.text.color=#efefef
+highlight.text.color=#333333
+link.color=#0057AE
+link.visited.color=#E040FB
+progress.indicator.text.color=#AD584F
+
+[Hacks]
+transparent_ktitle_label=true
+transparent_dolphin_view=true
+transparent_pcmanfm_sidepane=true
+blur_translucent=true
+transparent_menutitle=true
+respect_darkness=true
+kcapacitybar_as_progressbar=true
+force_size_grip=true
+iconless_pushbutton=true
+iconless_menu=false
+disabled_icon_opacity=100
+lxqtmainmenu_iconsize=16
+normal_default_pushbutton=true
+single_top_toolbar=true
+tint_on_mouseover=0
+transparent_pcmanfm_view=true
+no_selection_tint=true
+transparent_arrow_button=true
+middle_click_scroll=false
+opaque_colors=false
+kinetic_scrolling=false
+scroll_jump_workaround=true
+centered_forms=false
+noninteger_translucency=false
+
+[PanelButtonCommand]
+frame=true
+frame.element=button
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+interior.element=button
+indicator.size=8
+text.normal.color=#AD584F
+text.focus.color=white
+text.press.color=white
+text.toggle.color=#333333
+text.shadow=0
+text.margin=4
+text.iconspacing=4
+indicator.element=arrow
+frame.expansion=0
+
+[PanelButtonTool]
+inherits=PanelButtonCommand
+text.normal.color=#AD584F
+text.focus.color=white
+text.press.color=white
+text.toggle.color=#333333
+text.bold=false
+indicator.element=arrow
+indicator.size=0
+frame.expansion=0
+
+[ToolbarButton]
+frame=true
+frame.element=tbutton
+interior.element=tbutton
+frame.top=16
+frame.bottom=16
+frame.left=16
+frame.right=16
+indicator.element=tarrow
+text.normal.color=#AD584F
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+text.bold=false
+frame.expansion=32
+
+[Dock]
+inherits=PanelButtonCommand
+interior.element=dock
+frame.element=dock
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#AD584F
+
+[DockTitle]
+inherits=PanelButtonCommand
+frame=false
+interior=false
+text.normal.color=#AD584F
+text.focus.color=white
+text.bold=false
+
+[IndicatorSpinBox]
+inherits=PanelButtonCommand
+frame=true
+interior=true
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+indicator.element=spin
+indicator.size=8
+text.normal.color=#AD584F
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[RadioButton]
+inherits=PanelButtonCommand
+frame=false
+interior.element=radio
+text.normal.color=#AD584F
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[CheckBox]
+inherits=PanelButtonCommand
+frame=false
+interior.element=checkbox
+text.normal.color=#AD584F
+text.focus.color=white
+min_width=+0.3font
+min_height=+0.3font
+
+[Focus]
+inherits=PanelButtonCommand
+frame=true
+frame.element=focus
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+frame.patternsize=14
+
+[GenericFrame]
+inherits=PanelButtonCommand
+frame=true
+interior=false
+frame.element=common
+interior.element=common
+frame.top=1
+frame.bottom=1
+frame.left=1
+frame.right=1
+
+[LineEdit]
+inherits=PanelButtonCommand
+frame.element=lineedit
+interior.element=lineedit
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+
+[ToolbarLineEdit]
+frame.element=lineedit
+interior.element=lineedit
+
+[DropDownButton]
+inherits=PanelButtonCommand
+indicator.element=arrow-down
+
+[IndicatorArrow]
+indicator.element=arrow
+indicator.size=8
+
+[ToolboxTab]
+inherits=PanelButtonCommand
+text.normal.color=#AD584F
+text.press.color=#AD584F
+text.focus.color=white
+
+[Tab]
+inherits=PanelButtonCommand
+interior.element=tab
+text.margin.left=8
+text.margin.right=8
+text.margin.top=0
+text.margin.bottom=0
+frame.element=tab
+indicator.element=tab
+indicator.size=22
+frame.top=8
+frame.bottom=8
+frame.left=8
+frame.right=8
+text.normal.color=#AD584F
+text.focus.color=#AD584F
+text.press.color=white
+text.toggle.color=white
+frame.expansion=0
+text.bold=false
+
+[TabFrame]
+inherits=PanelButtonCommand
+frame.element=tabframe
+interior.element=tabframe
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+
+[TreeExpander]
+inherits=PanelButtonCommand
+indicator.size=8
+indicator.element=tree
+
+[HeaderSection]
+inherits=PanelButtonCommand
+interior.element=header
+frame.element=header
+frame.top=0
+frame.bottom=1
+frame.left=1
+frame.right=1
+text.normal.color=#AD584F
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+frame.expansion=0
+
+[SizeGrip]
+indicator.element=resize-grip
+
+[Toolbar]
+inherits=PanelButtonCommand
+indicator.element=toolbar
+indicator.size=5
+text.margin=0
+interior.element=menubar
+frame.element=menubar
+text.normal.color=#AD584F
+text.focus.color=white
+text.press.color=#AD584F
+text.toggle.color=white
+frame.left=0
+frame.right=0
+frame.top=0
+frame.bottom=0
+frame.expansion=0
+
+[Slider]
+inherits=PanelButtonCommand
+frame.element=slider
+focusFrame=true
+interior.element=slider
+frame.top=3
+frame.bottom=3
+frame.left=3
+frame.right=3
+
+[SliderCursor]
+inherits=PanelButtonCommand
+frame=false
+interior.element=slidercursor
+
+[Progressbar]
+inherits=PanelButtonCommand
+frame.element=progress
+interior.element=progress
+text.margin=0
+text.normal.color=#AD584F
+text.focus.color=#AD584F
+text.press.color=#AD584F
+text.toggle.color=#AD584F
+text.bold=false
+frame.expansion=8
+
+[ProgressbarContents]
+inherits=PanelButtonCommand
+frame=true
+frame.element=progress-pattern
+interior.element=progress-pattern
+
+[ItemView]
+inherits=PanelButtonCommand
+text.margin=0
+frame.element=itemview
+interior.element=itemview
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=4
+text.margin.right=4
+text.normal.color=#AD584F
+text.focus.color=white
+text.press.color=white
+text.toggle.color=white
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[Splitter]
+indicator.size=48
+
+[Scrollbar]
+inherits=PanelButtonCommand
+indicator.element=arrow
+indicator.size=12
+
+[ScrollbarSlider]
+inherits=PanelButtonCommand
+frame.element=scrollbarslider
+interior=false
+frame.left=5
+frame.right=5
+frame.top=5
+frame.bottom=5
+indicator.element=grip
+indicator.size=12
+
+[ScrollbarGroove]
+inherits=PanelButtonCommand
+interior=false
+frame=false
+
+[Menu]
+inherits=PanelButtonCommand
+frame.top=10
+frame.bottom=10
+frame.left=10
+frame.right=10
+frame.element=menu
+interior.element=menu
+text.normal.color=#AD584F
+text.shadow=false
+frame.expansion=0
+text.bold=false
+
+[MenuItem]
+inherits=PanelButtonCommand
+frame=true
+frame.element=menuitem
+interior.element=menuitem
+indicator.element=menuitem
+text.normal.color=#AD584F
+text.focus.color=#333333
+text.margin.top=0
+text.margin.bottom=0
+text.margin.left=6
+text.margin.right=6
+frame.top=4
+frame.bottom=4
+frame.left=4
+frame.right=4
+text.bold=false
+frame.expansion=0
+
+[MenuBar]
+inherits=PanelButtonCommand
+frame.element=menubar
+interior.element=menubar
+frame.bottom=0
+text.normal.color=#AD584F
+text.focus.color=#ffffff
+text.press.color=#ffffff
+text.toggle.color=#ffffff
+frame.expansion=0
+text.bold=false
+
+[MenuBarItem]
+inherits=PanelButtonCommand
+interior=true
+interior.element=menubaritem
+frame.element=menubaritem
+frame.top=2
+frame.bottom=2
+frame.left=2
+frame.right=2
+text.margin.left=4
+text.margin.right=4
+text.margin.top=0
+text.margin.bottom=0
+text.normal.color=#AD584F
+text.focus.color=#ffffff
+text.press.color=#ffffff
+text.toggle.color=#ffffff
+text.bold=false
+min_width=+0.3font
+min_height=+0.3font
+frame.expansion=0
+
+[TitleBar]
+inherits=PanelButtonCommand
+frame=false
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+interior.element=titlebar
+indicator.size=16
+indicator.element=mdi
+text.normal.color=#787878
+text.focus.color=#AD584F
+text.bold=false
+text.italic=true
+frame.expansion=0
+
+[ComboBox]
+inherits=PanelButtonCommand
+frame.element=combo
+interior.element=combo
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+text.margin.top=2
+text.margin.bottom=2
+text.margin.left=2
+text.margin.right=2
+text.focus.color=white
+text.press.color=#AD584F
+text.toggle.color=white
+
+[GroupBox]
+inherits=GenericFrame
+frame=false
+text.shadow=0
+text.margin=0
+text.normal.color=#AD584F
+text.focus.color=white
+text.bold=false
+frame.expansion=0
+
+[TabBarFrame]
+inherits=GenericFrame
+frame=false
+frame.element=tabBarFrame
+interior=false
+frame.top=0
+frame.bottom=0
+frame.left=0
+frame.right=0
+
+[ToolTip]
+inherits=GenericFrame
+frame.top=6
+frame.bottom=6
+frame.left=6
+frame.right=6
+interior=true
+text.shadow=0
+text.margin=0
+interior.element=tooltip
+frame.element=tooltip
+frame.expansion=6
+
+[StatusBar]
+inherits=GenericFrame
+frame=false
+interior=false
+
+[Window]
+interior=true
+interior.element=window
+frame=true
+frame.element=window
+frame.bottom=10
+frame.top=10
diff --git a/shit/Kvantum/Wall-Dcol/Wall-Dcol.svg b/shit/Kvantum/Wall-Dcol/Wall-Dcol.svg
new file mode 100644
index 0000000..1c89c7c
--- /dev/null
+++ b/shit/Kvantum/Wall-Dcol/Wall-Dcol.svg
@@ -0,0 +1,6303 @@
+
+
diff --git a/shit/Kvantum/kvantum.kvconfig b/shit/Kvantum/kvantum.kvconfig
new file mode 100644
index 0000000..5bc30a7
--- /dev/null
+++ b/shit/Kvantum/kvantum.kvconfig
@@ -0,0 +1,2 @@
+[General]
+theme=Gruvbox-Retro
diff --git a/shit/README.md b/shit/README.md
index 57930e1..d83fc4a 100644
--- a/shit/README.md
+++ b/shit/README.md
@@ -1,6 +1,6 @@
Тут будут файлы, которые через nix нельзя сделать нормально. Например некоторые симлинки перезаписываются почти пустыми файлами, если делать их через nix. Так как nix не имеет возможности один раз именно создать файл, а не симлинк, мне приходится делать этот скрипт
-Ебучий конфиг для thunar всегда будет класть хуй на мои настройки. Всегда эта блядь будет удалять мои настройки и заменять пустыми, чтоб я восстанавливаль всё через gui
+Ебучий конфиг для thunar всегда будет класть хуй на мои настройки. Всегда эта блядь будет удалять мои настройки и заменять пустыми, чтоб я восстанавливал всё через gui
## Применение скрипта
diff --git a/shit/qt5ct/colors/Catppuccin-Latte.conf b/shit/qt5ct/colors/Catppuccin-Latte.conf
new file mode 100644
index 0000000..42db9c5
--- /dev/null
+++ b/shit/qt5ct/colors/Catppuccin-Latte.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
diff --git a/shit/qt5ct/colors/Catppuccin-Mocha.conf b/shit/qt5ct/colors/Catppuccin-Mocha.conf
new file mode 100644
index 0000000..e566a63
--- /dev/null
+++ b/shit/qt5ct/colors/Catppuccin-Mocha.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ff1e1e2e, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c
+disabled_colors=#ffa6adc8, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffa6adc8, #ffa6adc8, #ffa6adc8, #ff1e1e2e, #ff11111b, #ff7f849c, #ff89b4fa, #ff45475a, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c
+inactive_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ffa6adc8, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c
diff --git a/shit/qt5ct/colors/Cyberpunk-Edge.conf b/shit/qt5ct/colors/Cyberpunk-Edge.conf
new file mode 100644
index 0000000..231a836
--- /dev/null
+++ b/shit/qt5ct/colors/Cyberpunk-Edge.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959f5, #595959f5, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1
+disabled_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D985, #D9D9D985, #D9D9D985, #595959f5, #D9D9D9ef, #595959a1, #A6A6A6b0, #40404077, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1
+inactive_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959da, #D9D9D985, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1
diff --git a/shit/qt5ct/colors/Decay-Green.conf b/shit/qt5ct/colors/Decay-Green.conf
new file mode 100644
index 0000000..6667e56
--- /dev/null
+++ b/shit/qt5ct/colors/Decay-Green.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
diff --git a/shit/qt5ct/colors/Frosted-Glass.conf b/shit/qt5ct/colors/Frosted-Glass.conf
new file mode 100644
index 0000000..42db9c5
--- /dev/null
+++ b/shit/qt5ct/colors/Frosted-Glass.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
diff --git a/shit/qt5ct/colors/Graphite-Mono.conf b/shit/qt5ct/colors/Graphite-Mono.conf
new file mode 100644
index 0000000..586d064
--- /dev/null
+++ b/shit/qt5ct/colors/Graphite-Mono.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959f5, ##595959f5, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1
+disabled_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D985, ##D9D9D985, ##D9D9D985, ##595959f5, ##D9D9D9ef, ##595959a1, ##A6A6A6b0, ##40404077, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1
+inactive_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959da, ##D9D9D985, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1
diff --git a/shit/qt5ct/colors/Gruvbox-Retro.conf b/shit/qt5ct/colors/Gruvbox-Retro.conf
new file mode 100644
index 0000000..6667e56
--- /dev/null
+++ b/shit/qt5ct/colors/Gruvbox-Retro.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
diff --git a/shit/qt5ct/colors/Material-Sakura.conf b/shit/qt5ct/colors/Material-Sakura.conf
new file mode 100644
index 0000000..f424f21
--- /dev/null
+++ b/shit/qt5ct/colors/Material-Sakura.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1
+disabled_colors=#d7827e85, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #d7827e85, #d7827e85, #d7827e85, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1
+inactive_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ffccd0da, #d7827e85, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1
diff --git a/shit/qt5ct/colors/Rose-Pine.conf b/shit/qt5ct/colors/Rose-Pine.conf
new file mode 100644
index 0000000..9844ecd
--- /dev/null
+++ b/shit/qt5ct/colors/Rose-Pine.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, ##31748f2e, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c
+disabled_colors=#c4a7e7c8, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #c4a7e7c8, #c4a7e7c8, #c4a7e7c8, ##31748f2e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c
+inactive_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, #c4a7e7c8, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c
diff --git a/shit/qt5ct/colors/Tokyo-Night.conf b/shit/qt5ct/colors/Tokyo-Night.conf
new file mode 100644
index 0000000..f5b582e
--- /dev/null
+++ b/shit/qt5ct/colors/Tokyo-Night.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, ##bb9af72e, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c
+disabled_colors=#565f89c8, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #565f89c8, #565f89c8, #565f89c8, ##bb9af72e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c
+inactive_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, #565f89c8, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c
diff --git a/shit/qt5ct/qt5ct.conf b/shit/qt5ct/qt5ct.conf
new file mode 100644
index 0000000..256a24f
--- /dev/null
+++ b/shit/qt5ct/qt5ct.conf
@@ -0,0 +1,32 @@
+[Appearance]
+color_scheme_path=/home/buliway/.config/qt5ct/colors/Gruvbox-Retro.conf
+custom_palette=true
+icon_theme=Gruvbox-Plus-Dark
+standard_dialogs=default
+style=kvantum-dark
+
+[Fonts]
+fixed="JetBrainsMono Nerd Font,9,-1,5,50,0,0,0,0,0,Regular"
+general="Cantarell,10,-1,5,50,0,0,0,0,0"
+
+[Interface]
+activate_item_on_single_click=1
+buttonbox_layout=0
+cursor_flash_time=1000
+dialog_buttons_have_icons=0
+double_click_interval=400
+gui_effects=@Invalid()
+keyboard_scheme=2
+menus_have_icons=true
+show_shortcuts_in_context_menus=true
+stylesheets=@Invalid()
+toolbutton_style=4
+underline_shortcut=2
+wheel_scroll_lines=4
+
+[SettingsWindow]
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x66\0\0\0\x8a\0\0\x6\x19\0\0\x3\xad\0\0\x4\xa1\0\0\0\x14\0\0\a\x7f\0\0\x2\xb3\0\0\0\0\x2\0\0\0\a\x80\0\0\x1h\0\0\0\x8c\0\0\x6\x17\0\0\x3\xab)
+
+[Troubleshooting]
+force_raster_widgets=1
+ignored_applications=/usr/bin/strawberry
diff --git a/shit/qt6ct/colors/Catppuccin-Latte.conf b/shit/qt6ct/colors/Catppuccin-Latte.conf
new file mode 100644
index 0000000..42db9c5
--- /dev/null
+++ b/shit/qt6ct/colors/Catppuccin-Latte.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
diff --git a/shit/qt6ct/colors/Catppuccin-Mocha.conf b/shit/qt6ct/colors/Catppuccin-Mocha.conf
new file mode 100644
index 0000000..e566a63
--- /dev/null
+++ b/shit/qt6ct/colors/Catppuccin-Mocha.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ff1e1e2e, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c
+disabled_colors=#ffa6adc8, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffa6adc8, #ffa6adc8, #ffa6adc8, #ff1e1e2e, #ff11111b, #ff7f849c, #ff89b4fa, #ff45475a, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c
+inactive_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ffa6adc8, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c
diff --git a/shit/qt6ct/colors/Cyberpunk-Edge.conf b/shit/qt6ct/colors/Cyberpunk-Edge.conf
new file mode 100644
index 0000000..231a836
--- /dev/null
+++ b/shit/qt6ct/colors/Cyberpunk-Edge.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959f5, #595959f5, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1
+disabled_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D985, #D9D9D985, #D9D9D985, #595959f5, #D9D9D9ef, #595959a1, #A6A6A6b0, #40404077, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1
+inactive_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959da, #D9D9D985, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1
diff --git a/shit/qt6ct/colors/Decay-Green.conf b/shit/qt6ct/colors/Decay-Green.conf
new file mode 100644
index 0000000..6667e56
--- /dev/null
+++ b/shit/qt6ct/colors/Decay-Green.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
diff --git a/shit/qt6ct/colors/Frosted-Glass.conf b/shit/qt6ct/colors/Frosted-Glass.conf
new file mode 100644
index 0000000..42db9c5
--- /dev/null
+++ b/shit/qt6ct/colors/Frosted-Glass.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
+inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1
diff --git a/shit/qt6ct/colors/Graphite-Mono.conf b/shit/qt6ct/colors/Graphite-Mono.conf
new file mode 100644
index 0000000..586d064
--- /dev/null
+++ b/shit/qt6ct/colors/Graphite-Mono.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959f5, ##595959f5, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1
+disabled_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D985, ##D9D9D985, ##D9D9D985, ##595959f5, ##D9D9D9ef, ##595959a1, ##A6A6A6b0, ##40404077, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1
+inactive_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959da, ##D9D9D985, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1
diff --git a/shit/qt6ct/colors/Gruvbox-Retro.conf b/shit/qt6ct/colors/Gruvbox-Retro.conf
new file mode 100644
index 0000000..6667e56
--- /dev/null
+++ b/shit/qt6ct/colors/Gruvbox-Retro.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
+inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca
diff --git a/shit/qt6ct/colors/Material-Sakura.conf b/shit/qt6ct/colors/Material-Sakura.conf
new file mode 100644
index 0000000..f424f21
--- /dev/null
+++ b/shit/qt6ct/colors/Material-Sakura.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1
+disabled_colors=#d7827e85, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #d7827e85, #d7827e85, #d7827e85, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1
+inactive_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ffccd0da, #d7827e85, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1
diff --git a/shit/qt6ct/colors/Rose-Pine.conf b/shit/qt6ct/colors/Rose-Pine.conf
new file mode 100644
index 0000000..9844ecd
--- /dev/null
+++ b/shit/qt6ct/colors/Rose-Pine.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, ##31748f2e, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c
+disabled_colors=#c4a7e7c8, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #c4a7e7c8, #c4a7e7c8, #c4a7e7c8, ##31748f2e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c
+inactive_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, #c4a7e7c8, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c
diff --git a/shit/qt6ct/colors/Tokyo-Night.conf b/shit/qt6ct/colors/Tokyo-Night.conf
new file mode 100644
index 0000000..f5b582e
--- /dev/null
+++ b/shit/qt6ct/colors/Tokyo-Night.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, ##bb9af72e, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c
+disabled_colors=#565f89c8, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #565f89c8, #565f89c8, #565f89c8, ##bb9af72e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c
+inactive_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, #565f89c8, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c
diff --git a/shit/qt6ct/colors/Wall-Dcol.conf b/shit/qt6ct/colors/Wall-Dcol.conf
new file mode 100644
index 0000000..9cc4a5f
--- /dev/null
+++ b/shit/qt6ct/colors/Wall-Dcol.conf
@@ -0,0 +1,4 @@
+[ColorScheme]
+active_colors=#FFFFFF, ##ff1e1e2e, #FFFFFFc8, ##ff9399b2, ##ff45475a, ##ff6c7086, #FFFFFF, #FFFFFF, #FFFFFF, ##ff1e1e2e, ##ff181825, ##ff7f849c, #FFFFFF, ##ff1e1e2e, #FFFFFFfa, ##fff38ba8, ##ff1e1e2e, #FFFFFFf4, ##ff11111b, #FFFFFFf4, ##807f849c
+disabled_colors=#FFFFFF, ##ff1e1e2e, #FFFFFFc8, ##ff9399b2, ##ff45475a, ##ff6c7086, #FFFFFF, #FFFFFF, #FFFFFF, ##ff1e1e2e, ##ff11111b, ##ff7f849c, #FFFFFF, ##ff45475a, #FFFFFFfa, ##fff38ba8, ##ff1e1e2e, #FFFFFFf4, ##ff11111b, #FFFFFFf4, ##807f849c
+inactive_colors=#FFFFFF, ##ff1e1e2e, #FFFFFFc8, ##ff9399b2, ##ff45475a, ##ff6c7086, #FFFFFF, #FFFFFF, #FFFFFF, ##ff1e1e2e, ##ff181825, ##ff7f849c, #FFFFFF, #FFFFFFc8, #FFFFFFfa, ##fff38ba8, ##ff1e1e2e, #FFFFFFf4, ##ff11111b, #FFFFFFf4, ##807f849c
diff --git a/shit/qt6ct/qt6ct.conf b/shit/qt6ct/qt6ct.conf
new file mode 100644
index 0000000..4a11540
--- /dev/null
+++ b/shit/qt6ct/qt6ct.conf
@@ -0,0 +1,35 @@
+[Appearance]
+color_scheme_path=/home/buliway/.config/qt6ct/colors/Gruvbox-Retro.conf
+custom_palette=true
+icon_theme=Gruvbox-Plus-Dark
+standard_dialogs=default
+style=kvantum-dark
+
+[Fonts]
+fixed="JetBrainsMono Nerd Font,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
+general="Cantarell,10,-1,5,300,0,0,0,0,0,0,0,0,0,0,1"
+
+[Interface]
+activate_item_on_single_click=1
+buttonbox_layout=0
+cursor_flash_time=1000
+dialog_buttons_have_icons=0
+double_click_interval=400
+gui_effects=@Invalid()
+keyboard_scheme=2
+menus_have_icons=true
+show_shortcuts_in_context_menus=true
+stylesheets=@Invalid()
+toolbutton_style=4
+underline_shortcut=1
+wheel_scroll_lines=4
+
+[PaletteEditor]
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\0\0\0\t\xf6\0\0\x2\x10\0\0\a\x80\0\0\0\0\0\0\t\xf6\0\0\x2\x10\0\0\0\0\x2\0\0\0\a\x80\0\0\a\x80\0\0\0\0\0\0\t\xf6\0\0\x2\x10)
+
+[SettingsWindow]
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x66\0\0\0\x8a\0\0\x6\x19\0\0\x3\xad\0\0\x3\xbf\0\0\0\x19\0\0\a~\0\0\x4\x34\0\0\0\0\x2\0\0\0\a\x80\0\0\x1h\0\0\0\x8c\0\0\x6\x17\0\0\x3\xab)
+
+[Troubleshooting]
+force_raster_widgets=1
+ignored_applications=@Invalid()