Compare commits
16 Commits
c8570fce2f
...
main
Author | SHA1 | Date | |
---|---|---|---|
8fce9dc654 | |||
0372ee77ff | |||
876c68ef18 | |||
7b4cd88f57 | |||
6b5b46353e | |||
901adbaa62 | |||
508af2dd2e | |||
aa287bbd41 | |||
19a967c564 | |||
4d036bba8d | |||
16a5195d54 | |||
52c6975e73 | |||
22a6d11815 | |||
51ed26a1d7 | |||
8b8edc8f54 | |||
f16bb086e9 |
@ -145,7 +145,7 @@ arch = [
|
|||||||
"xorg-xinit",
|
"xorg-xinit",
|
||||||
"yay",
|
"yay",
|
||||||
"zram-generator", "lazygit", "logseq-desktop-bin", "tailscale", "git-delta", "keepassxc", "slack-desktop-wayland", "pavucontrol", "telegram-desktop", "filelight", "nodejs", "yarn", "rustup"
|
"zram-generator", "lazygit", "logseq-desktop-bin", "tailscale", "git-delta", "keepassxc", "slack-desktop-wayland", "pavucontrol", "telegram-desktop", "filelight", "nodejs", "yarn", "rustup"
|
||||||
, "vtsls","git-lfs", "less", "ttf-fira-sans", "texlive-bin", "texstudio", "gopls", "postgresql", "hoppscotch-bin", "dbeaver", "obs-studio", "mullvad-vpn", "bun-bin", "hyprshot", "qt6-svg", "qt6-declarative", "qt5-quickcontrols2", "wl-clipboard-history", "cliphist", "stylua", "biome", "okular", "docker", "docker-compose", "bluez", "gwenview", "tailwindcss-language-server", "catppuccin-gtk-theme-mocha"]
|
, "vtsls","git-lfs", "less", "ttf-fira-sans", "texlive-bin", "texstudio", "gopls", "postgresql", "hoppscotch-bin", "dbeaver", "obs-studio", "mullvad-vpn", "bun-bin", "hyprshot", "qt6-svg", "qt6-declarative", "qt5-quickcontrols2", "wl-clipboard-history", "cliphist", "stylua", "biome", "okular", "docker", "docker-compose", "bluez", "gwenview", "tailwindcss-language-server", "sddm-catppuccin-git", "qt6ct-kde"]
|
||||||
|
|
||||||
|
|
||||||
cargo = ["wasm-pack"]
|
cargo = ["wasm-pack"]
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
# Nvim config
|
# DotFiles
|
||||||
|
|
||||||
I use [NvChad](https://nvchad.com/) as the base of my config, with some custom plugins and key mappings, as well as language servers. I haven't tested this config on other machines except my own so your experience may vary.
|
All my dotfiles
|
||||||
|
|
||||||
* NvChad switched to Mason to manage Lsps so you will need to install the ones you want.
|
|
||||||
* TreeSitter for syntax highlighting, doesn't automatically install new languages, so you have to do this yourself.
|
|
||||||
|
|
||||||
To use my NvChad config, take the files inside `nvchad`, and copy them inside `~/.config/nvim/lua/custom`, a folder NvChad uses for custom configurations.
|
|
||||||
|
19
config/dunst/dunstrc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[global]
|
||||||
|
frame_color = "#89b4fa"
|
||||||
|
separator_color= frame
|
||||||
|
highlight = "#89b4fa"
|
||||||
|
font = Monospace 16
|
||||||
|
width = 400
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = "#1e1e2e"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#1e1e2e"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#1e1e2e"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
frame_color = "#fab387"
|
@ -62,8 +62,8 @@ env = HYPRCURSOR_SIZE,24
|
|||||||
|
|
||||||
env = __NV_DISABLE_EXPLICIT_SYNC,1
|
env = __NV_DISABLE_EXPLICIT_SYNC,1
|
||||||
|
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme "YOUR_DARK_GTK3_THEME" # for GTK3 apps
|
exec = gsettings set org.gnome.desktop.interface gtk-theme "catppuccin-mocha-blue-standard+default" # for GTK3 apps
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
|
exec = gsettings set org.gnome.desktop.interface color-scheme "catppuccin-mocha-blue-standard+default" # for GTK4 apps
|
||||||
|
|
||||||
env = QT_QPA_PLATFORM,wayland
|
env = QT_QPA_PLATFORM,wayland
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
|
10
config/kdeglobals
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Icons]
|
||||||
|
Theme=Catppuccin-Mocha
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
SingleClick=true
|
||||||
|
widgetStyle=qt6ct-style
|
||||||
|
|
||||||
|
[PreviewSettings]
|
||||||
|
EnableRemoteFolderThumbnail=false
|
||||||
|
MaximumRemoteSize=0
|
@ -1,8 +1,9 @@
|
|||||||
git:
|
git:
|
||||||
allBranchesLogCmd: "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline"
|
|
||||||
autoFetch: true
|
autoFetch: true
|
||||||
autoRefresh: true
|
autoRefresh: true
|
||||||
branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --"
|
branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --"
|
||||||
paging:
|
paging:
|
||||||
colorArg: always
|
colorArg: always
|
||||||
pager: delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}"
|
pager: delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}"
|
||||||
|
allBranchesLogCmds:
|
||||||
|
- git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline
|
||||||
|
@ -145,7 +145,7 @@ arch = [
|
|||||||
"xorg-xinit",
|
"xorg-xinit",
|
||||||
"yay",
|
"yay",
|
||||||
"zram-generator", "lazygit", "logseq-desktop-bin", "tailscale", "git-delta", "keepassxc", "slack-desktop-wayland", "pavucontrol", "telegram-desktop", "filelight", "nodejs", "yarn", "rustup"
|
"zram-generator", "lazygit", "logseq-desktop-bin", "tailscale", "git-delta", "keepassxc", "slack-desktop-wayland", "pavucontrol", "telegram-desktop", "filelight", "nodejs", "yarn", "rustup"
|
||||||
, "vtsls","git-lfs", "less", "ttf-fira-sans", "texlive-bin", "texstudio", "gopls", "postgresql", "hoppscotch-bin", "dbeaver", "obs-studio", "mullvad-vpn", "bun-bin", "hyprshot", "qt6-svg", "qt6-declarative", "qt5-quickcontrols2", "wl-clipboard-history", "cliphist", "stylua", "biome", "okular", "docker", "docker-compose", "bluez", "gwenview", "tailwindcss-language-server"]
|
, "vtsls","git-lfs", "less", "ttf-fira-sans", "texlive-bin", "texstudio", "gopls", "postgresql", "hoppscotch-bin", "dbeaver", "obs-studio", "mullvad-vpn", "bun-bin", "hyprshot", "qt6-svg", "qt6-declarative", "qt5-quickcontrols2", "wl-clipboard-history", "cliphist", "stylua", "biome", "okular", "docker", "docker-compose", "bluez", "gwenview", "tailwindcss-language-server", "sddm-catppuccin-git", "qt6ct-kde", "hyprpaper", "spotify"]
|
||||||
|
|
||||||
|
|
||||||
cargo = ["wasm-pack"]
|
cargo = ["wasm-pack"]
|
||||||
|
32
config/qt5ct/qt5ct.conf
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/qt5ct/colors/darker.conf
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=breeze-dark
|
||||||
|
standard_dialogs=xdgdesktopportal
|
||||||
|
style=Fusion
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="Fira Sans,12,-1,5,50,0,0,0,0,0"
|
||||||
|
general="Fira Sans,12,-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=1
|
||||||
|
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=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\0\0\0\t\xf3\0\0\x2\xa4\0\0\a\x80\0\0\0\0\0\0\t\xff\0\0\x2\xb5\0\0\0\0\x2\0\0\0\n\0\0\0\a\x80\0\0\0\0\0\0\t\xf3\0\0\x2\xa4)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
32
config/qt6ct/qt6ct.conf
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/color-schemes/KvDark.colors
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=Catppuccin-Mocha
|
||||||
|
standard_dialogs=default
|
||||||
|
style=kvantum-dark
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
general="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=2
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
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=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\0\0\0\fm\0\0\x5T\0\0\a\x80\0\0\0\0\0\0\t\xed\0\0\x2\xa4\0\0\0\0\x2\0\0\0\n\0\0\0\a\x80\0\0\0\0\0\0\fm\0\0\x5T)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
1
local/share/Catppuccin-Mocha/actions/16/Finished.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
dialog-ok-apply.svg
|
1
local/share/Catppuccin-Mocha/actions/16/Info-amarok.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
run-build.svg
|
1
local/share/Catppuccin-Mocha/actions/16/SuggestionError.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
dialog-error.svg
|
1
local/share/Catppuccin-Mocha/actions/16/SuggestionTM.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
database-index.svg
|
@ -0,0 +1 @@
|
|||||||
|
folder-new.svg
|
1
local/share/Catppuccin-Mocha/actions/16/action-rss_tag.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
tag.svg
|
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8 1 C 4.137 1 1 4.137 1 8 C 1 11.863 4.137 15 8 15 C 11.863 15 15 11.863 15 8 C 15 4.137 11.863 1 8 1 z M 8 3 C 9.0194 3 9.959 3.28763 10.75 3.8125 L 3.8125 10.75 C 3.28763 9.95898 3 9.0194 3 8 C 3 5.2407 5.2408 3 8 3 z M 12.1875 5.25 C 12.71237 6.04102 13 6.9806 13 8 C 13 10.7592 10.7592 13 8 13 C 6.9806 13 6.041 12.71237 5.25 12.1875 L 12.1875 5.25 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 674 B |
1
local/share/Catppuccin-Mocha/actions/16/add-files-to-archive.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
archive-insert.svg
|
@ -0,0 +1 @@
|
|||||||
|
archive-insert-directory.svg
|
1
local/share/Catppuccin-Mocha/actions/16/add-placemark.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
flag-red.svg
|
1
local/share/Catppuccin-Mocha/actions/16/add.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
list-add.svg
|
@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 16 16" width="16" height="16"><path d=" M 3 1 C 1.892 1 1 1.892 1 3 L 1 13 C 1 14.108 1.892 15 3 15 L 13 15 C 14.108 15 15 14.108 15 13 L 15 3 C 15 1.892 14.108 1 13 1 L 3 1 Z M 7.757868 9.34518 L 7.757868 9.34518 L 7.757868 9.34518 Q 8.29594 9.34518 8.645686 8.854189 L 8.645686 8.854189 L 8.645686 8.854189 Q 8.995433 8.363199 8.995433 7.757868 L 8.995433 7.757868 L 8.995433 7.757868 Q 8.995433 7.287055 8.780204 7.011293 L 8.780204 7.011293 L 8.780204 7.011293 Q 8.564976 6.735531 8.174873 6.735531 L 8.174873 6.735531 L 8.174873 6.735531 Q 7.636801 6.735531 7.280329 7.192892 L 7.280329 7.192892 L 7.280329 7.192892 Q 6.923856 7.650253 6.923856 8.29594 L 6.923856 8.29594 L 6.923856 8.29594 Q 6.923856 8.766753 7.152537 9.055966 L 7.152537 9.055966 L 7.152537 9.055966 Q 7.381217 9.34518 7.757868 9.34518 L 7.757868 9.34518 L 7.757868 9.34518 Z M 8.094163 12.869552 L 8.094163 12.869552 L 8.094163 12.869552 Q 5.901519 12.869552 4.569791 11.62526 L 4.569791 11.62526 L 4.569791 11.62526 Q 3.238063 10.380969 3.238063 8.161422 L 3.238063 8.161422 L 3.238063 8.161422 Q 3.238063 5.98223 4.684131 4.556339 L 4.684131 4.556339 L 4.684131 4.556339 Q 6.1302 3.130448 8.228681 3.130448 L 8.228681 3.130448 L 8.228681 3.130448 Q 10.259902 3.130448 11.51092 4.294029 L 11.51092 4.294029 L 11.51092 4.294029 Q 12.761937 5.45761 12.761937 7.165988 L 12.761937 7.165988 L 12.761937 7.165988 Q 12.761937 8.618783 11.975007 9.587312 L 11.975007 9.587312 L 11.975007 9.587312 Q 11.188077 10.555842 10.058125 10.555842 L 10.058125 10.555842 L 10.058125 10.555842 Q 9.708379 10.555842 9.405713 10.360791 L 9.405713 10.360791 L 9.405713 10.360791 Q 9.103048 10.16574 9.022337 9.802541 L 9.022337 9.802541 L 9.022337 9.802541 Q 8.551524 10.582746 7.569542 10.582746 L 7.569542 10.582746 L 7.569542 10.582746 Q 6.708627 10.582746 6.170555 9.950511 L 6.170555 9.950511 L 6.170555 9.950511 Q 5.632483 9.318276 5.632483 8.282488 L 5.632483 8.282488 L 5.632483 8.282488 Q 5.632483 7.206344 6.331977 6.352155 L 6.331977 6.352155 L 6.331977 6.352155 Q 7.03147 5.497965 8.107614 5.497965 L 8.107614 5.497965 L 8.107614 5.497965 Q 8.96853 5.497965 9.318276 6.157103 L 9.318276 6.157103 L 9.412439 5.672839 L 10.676908 5.672839 L 10.232999 8 L 10.232999 8 Q 10.058125 8.914722 10.058125 9.156855 L 10.058125 9.156855 L 10.058125 9.156855 Q 10.058125 9.439343 10.286806 9.439343 L 10.286806 9.439343 L 10.286806 9.439343 Q 10.771071 9.439343 11.154447 8.793656 L 11.154447 8.793656 L 11.154447 8.793656 Q 11.537823 8.14797 11.537823 7.192892 L 11.537823 7.192892 L 11.537823 7.192892 Q 11.537823 5.955326 10.683634 5.148218 L 10.683634 5.148218 L 10.683634 5.148218 Q 9.829445 4.34111 8.282488 4.34111 L 8.282488 4.34111 L 8.282488 4.34111 Q 6.641368 4.34111 5.598854 5.430706 L 5.598854 5.430706 L 5.598854 5.430706 Q 4.556339 6.520302 4.556339 8.174873 L 4.556339 8.174873 L 4.556339 8.174873 Q 4.556339 9.829445 5.518143 10.744167 L 5.518143 10.744167 L 5.518143 10.744167 Q 6.479947 11.65889 8.14797 11.65889 L 8.14797 11.65889 L 8.14797 11.65889 Q 9.008885 11.65889 9.896704 11.430209 L 9.896704 11.430209 L 9.560409 12.775389 L 9.560409 12.775389 Q 8.901271 12.869552 8.094163 12.869552 L 8.094163 12.869552 L 8.094163 12.869552 Z " fill-rule="evenodd" id="Compound Shape" fill="#CBA6F7"/></svg>
|
After Width: | Height: | Size: 3.4 KiB |
1
local/share/Catppuccin-Mocha/actions/16/addressbook-details.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
address-book-new.svg
|
8
local/share/Catppuccin-Mocha/actions/16/adjustcurves.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 3 1 L 3 11 L 1 11 L 1 13 L 3 13 L 3 15 L 5 15 L 5 13 L 15 13 L 15 11 L 5 11 L 5 9.5 L 7.90625 7.3203125 L 10.027344 9.4414062 L 15 4.0878906 L 15 1.1484375 L 9.9726562 6.5585938 L 8.09375 4.6796875 L 5 7 L 5 1 L 3 1 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 551 B |
9
local/share/Catppuccin-Mocha/actions/16/adjusthsl.svg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="linearGradient4177" x1="393" x2="393" y1="-63.996" y2="-77.996" gradientTransform="translate(-385,78.996)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop style="stop-color:#CBA6F7" offset="0"/>
|
||||||
|
<stop style="stop-color:#CBA6F7;stop-opacity:0" offset="1" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:url(#linearGradient4177)" d="M 1 1 L 1 15 L 15 15 L 15 1 L 1 1 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 506 B |
8
local/share/Catppuccin-Mocha/actions/16/adjustlevels.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 11 2 A 3 3 0 0 0 8.1757812 4 L 1 4 L 1 6 L 8.1738281 6 A 3 3 0 0 0 11 8 A 3 3 0 0 0 13.824219 6 L 15 6 L 15 4 L 13.826172 4 A 3 3 0 0 0 11 2 z M 6 8 A 3 3 0 0 0 3.1757812 10 L 1 10 L 1 12 L 3.1738281 12 A 3 3 0 0 0 6 14 A 3 3 0 0 0 8.8242188 12 L 15 12 L 15 10 L 8.8261719 10 A 3 3 0 0 0 6 8 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 613 B |
8
local/share/Catppuccin-Mocha/actions/16/adjustrgb.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 4 1 L 4 3.1738281 A 3 3 0 0 0 2 6 A 3 3 0 0 0 4 8.8242188 L 4 15 L 6 15 L 6 8.8261719 A 3 3 0 0 0 8 6 A 3 3 0 0 0 6 3.1757812 L 6 1 L 4 1 z M 10 1 L 10 8.1738281 A 3 3 0 0 0 8 11 A 3 3 0 0 0 10 13.824219 L 10 15 L 12 15 L 12 13.826172 A 3 3 0 0 0 14 11 A 3 3 0 0 0 12 8.1757812 L 12 1 L 10 1 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 613 B |
1
local/share/Catppuccin-Mocha/actions/16/adress-book-new.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
address-book-new.svg
|
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8,1 0.5,9 H 3 v 6 h 3 v -4 h 4 v 4 h 3 V 9 h 2.5 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 384 B |
1
local/share/Catppuccin-Mocha/actions/16/akonadiconsole.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
cm_runterm.svg
|
@ -0,0 +1 @@
|
|||||||
|
folder-new.svg
|
@ -0,0 +1 @@
|
|||||||
|
document-import.svg
|
1
local/share/Catppuccin-Mocha/actions/16/albumfolder-new.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
folder-new.svg
|
@ -0,0 +1 @@
|
|||||||
|
configure.svg
|
@ -0,0 +1 @@
|
|||||||
|
edit-delete.svg
|
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 1 0 L 1 16 L 3 16 L 3 15 L 3 0 L 1 0 z M 3 15 L 5.5 15 L 6.5625 12 L 11.4375 12 L 12.5 15 L 15.28125 15 L 10 1 L 8 1 L 3 15 z M 9 5 L 10.75 10 L 7.25 10 L 9 5 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 480 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 9 1 L 9 8 L 14 8 L 14 1 L 9 1 z M 2 3 L 2 8 L 7 8 L 7 3 L 2 3 z M 1 10 L 1 12 L 15 12 L 15 10 L 1 10 z M 9 13 L 9 15 L 14 15 L 14 13 L 9 13 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 461 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 7 1 L 7 2 L 3 2 L 3 6 L 7 6 L 7 10 L 3 10 L 3 14 L 7 14 L 7 15 L 9 15 L 9 14 L 13 14 L 13 10 L 9 10 L 9 6 L 13 6 L 13 2 L 9 2 L 9 1 L 7 1 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 459 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 4 1 L 4 15 L 6 15 L 6 1 L 4 1 z M 8 2 L 8 7 L 15 7 L 15 2 L 8 2 z M 1 9 L 1 14 L 3 14 L 3 9 L 1 9 z M 8 9 L 8 14 L 13 14 L 13 9 L 8 9 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 455 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 1 0 L 1 2 L 3 2 L 3 0 L 1 0 z M 3 2 L 3 16 L 5 16 L 5 15 L 15 15 L 15 11 L 5 11 L 5 7 L 15 7 L 15 3 L 5 3 L 5 2 L 3 2 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 439 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2 1 L 2 15 L 4 15 L 4 14 L 14 14 L 14 10 L 4 10 L 4 6 L 14 6 L 14 2 L 4 2 L 4 1 L 2 1 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 407 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 10 1 L 10 15 L 12 15 L 12 1 L 10 1 z M 1 2 L 1 7 L 8 7 L 8 2 L 1 2 z M 3 9 L 3 14 L 8 14 L 8 9 L 3 9 z M 13 9 L 13 14 L 15 14 L 15 9 L 13 9 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 461 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 13 0 L 13 2 L 15 2 L 15 0 L 13 0 z M 13 2 L 11 2 L 11 3 L 1 3 L 1 7 L 11 7 L 11 11 L 1 11 L 1 15 L 11 15 L 11 16 L 13 16 L 13 2 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 449 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 12 1 L 12 2 L 2 2 L 2 6 L 12 6 L 12 10 L 2 10 L 2 14 L 12 14 L 12 15 L 14 15 L 14 1 L 12 1 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 412 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 9 1 L 9 3 L 14 3 L 14 1 L 9 1 z M 1 4 L 1 6 L 15 6 L 15 4 L 1 4 z M 2 8 L 2 15 L 7 15 L 7 8 L 2 8 z M 9 8 L 9 13 L 14 13 L 14 8 L 9 8 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 455 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.859375 0 L 1.859375 14 L 0 14 L 0 16 L 16 16 L 16 14 L 14.140625 14 L 8.859375 0 L 6.859375 0 z M 7.859375 4 L 9.609375 9 L 6.109375 9 L 7.859375 4 z M 5.421875 11 L 10.296875 11 L 11.359375 14 L 4.359375 14 L 5.421875 11 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 545 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2 1 L 2 8 L 7 8 L 7 1 L 2 1 z M 9 3 L 9 8 L 14 8 L 14 3 L 9 3 z M 1 10 L 1 12 L 15 12 L 15 10 L 1 10 z M 9 13 L 9 15 L 14 15 L 14 13 L 9 13 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 461 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="m 1,1 0,10 -1,0 0,2 14,0 0,-2 -1,0 L 13,1 9,1 9,11 0,11 5,11 5,1 Z m 13,12 0,2 2,0 0,-2 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 407 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2 2 L 2 12 L 1 12 L 1 14 L 15 14 L 15 12 L 14 12 L 14 2 L 10 2 L 10 12 L 6 12 L 6 2 L 2 2 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 411 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2 3 L 2 7 L 1 7 L 1 9 L 2 9 L 2 13 L 6 13 L 6 9 L 10 9 L 10 13 L 14 13 L 14 9 L 15 9 L 15 7 L 14 7 L 14 3 L 10 3 L 10 7 L 6 7 L 6 3 L 2 3 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 459 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 9 1 L 9 3 L 14 3 L 14 1 L 9 1 z M 1 4 L 1 6 L 15 6 L 15 4 L 1 4 z M 2 8 L 2 13 L 7 13 L 7 8 L 2 8 z M 9 8 L 9 15 L 14 15 L 14 8 L 9 8 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 455 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 14.003906 1.0039062 L 14.003906 3.0039062 L 16.003906 3.0039062 L 16.003906 1.0039062 L 14.003906 1.0039062 z M 14.003906 3.0039062 L 0.00390625 3.0039062 L 0.00390625 5.0039062 L 1.0039062 5.0039062 L 1.0039062 15.003906 L 5.0039062 15.003906 L 5.0039062 5.0039062 L 9.0039062 5.0039062 L 9.0039062 15.003906 L 13.003906 15.003906 L 13.003906 5.0039062 L 14.003906 5.0039062 L 14.003906 3.0039062 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 719 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 1 2 L 1 4 L 2 4 L 2 14 L 6 14 L 6 4 L 10 4 L 10 14 L 14 14 L 14 4 L 15 4 L 15 2 L 1 2 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 407 B |
1
local/share/Catppuccin-Mocha/actions/16/amarok_artist.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
x-clementine-artist.svg
|
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5 1 C 4.446 1 4 1.446 4 2 L 4 5 L 2 5 C 1.446 5 1 5.446 1 6 L 1 14 C 1 14.554 1.446 15 2 15 L 9 15 L 9 11 L 11 11 L 11 9 L 15 9 L 15 6 C 15 5.446 14.554 5 14 5 L 12 5 L 12 2 C 12 1.446 11.554 1 11 1 L 5 1 z M 6 3 L 10 3 L 10 5 L 6 5 L 6 3 z M 12 10 L 12 12 L 10 12 L 10 14 L 12 14 L 12 16 L 14 16 L 14 14 L 16 14 L 16 12 L 14 12 L 14 10 L 12 10 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 666 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5 1 C 4.446 1 4 1.446 4 2 L 4 5 L 2 5 C 1.446 5 1 5.446 1 6 L 1 14 C 1 14.554 1.446 15 2 15 L 9 15 L 9 11 L 15 11 L 15 6 C 15 5.446 14.554 5 14 5 L 12 5 L 12 2 C 12 1.446 11.554 1 11 1 L 5 1 z M 6 3 L 10 3 L 10 5 L 6 5 L 6 3 z M 10 12 L 10 14 L 16 14 L 16 12 L 10 12 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 588 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5 1 C 4.446 1 4 1.446 4 2 L 4 5 L 2 5 C 1.446 5 1 5.446 1 6 L 1 14 C 1 14.554 1.446 15 2 15 L 14 15 C 14.554 15 15 14.554 15 14 L 15 6 C 15 5.446 14.554 5 14 5 L 12 5 L 12 2 C 12 1.446 11.554 1 11 1 L 5 1 z M 6 3 L 10 3 L 10 5 L 6 5 L 6 3 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 560 B |
@ -0,0 +1 @@
|
|||||||
|
flag.svg
|
1
local/share/Catppuccin-Mocha/actions/16/amarok_clock.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
appointment-new.svg
|
1
local/share/Catppuccin-Mocha/actions/16/amarok_lyrics.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
view-media-lyrics.svg
|
1
local/share/Catppuccin-Mocha/actions/16/amarok_playcount.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
view-statistics.svg
|
1
local/share/Catppuccin-Mocha/actions/16/amarok_playlist.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
view-media-playlist.svg
|
@ -0,0 +1 @@
|
|||||||
|
view-refresh.svg
|
1
local/share/Catppuccin-Mocha/actions/16/amarok_scripts.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
cm_runterm.svg
|
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<radialGradient id="radialGradient4475" cx="555.57" cy="753.93" r="8" gradientTransform="matrix(0.875,0,0,0.875,-478.124,-651.688)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop style="stop-color:#CBA6F7;stop-opacity:0" offset="0" stop-opacity=".2"/>
|
||||||
|
<stop style="stop-color:#CBA6F7" offset="1"/>
|
||||||
|
</radialGradient>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:url(#radialGradient4475)" d="M 1 1 L 1 15 L 15 15 L 15 1 L 1 1 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 512 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 3 1 C 1.892 0.99998 1 1.892 1 3 L 1 5.9941406 L 3 6 L 3 3 L 13 3 L 13 13 L 3 13 L 3 10 L 1 9.9941406 L 1 13 C 1 14.108 1.892 15 3 15 L 13 15 C 14.108 15 15 14.108 15 13 L 15 3 C 15 1.892 14.108 1 13 1 L 3 1 z M 7.2109375 4 L 5.8242188 5.3867188 L 7.4589844 7.0214844 L -0.001953125 7 L -0.001953125 9 L 7.4589844 9.0214844 L 5.8242188 10.654297 L 7.2109375 12.041016 L 11.210938 8 L 7.2109375 4 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 716 B |
1
local/share/Catppuccin-Mocha/actions/16/application-menu.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
document-properties.svg
|
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 1 0.99804688 L 1 3.1796875 C 7.5264 3.1796875 12.818359 8.4690468 12.818359 14.998047 L 14.998047 14.998047 C 14.998047 7.2654045 8.7303937 0.9991127 1 0.99804688 z M 1 5.359375 L 1 7.5429688 C 5.1174 7.5429688 8.4550781 10.880347 8.4550781 14.998047 L 10.636719 14.998047 C 10.636719 9.6762468 6.3216 5.359375 1 5.359375 z M 3.0898438 10.820312 C 1.9352436 10.820312 1 11.756879 1 12.912109 C 1 14.065009 1.9352037 15.003906 3.0898438 15.003906 C 4.2444836 15.003906 5.1816406 14.065019 5.1816406 12.912109 C 5.1816406 11.756809 4.2444836 10.820313 3.0898438 10.820312 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 891 B |
1
local/share/Catppuccin-Mocha/actions/16/applications-other.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
application-menu.svg
|
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="m 10,10 v 1.414062 L 11.585938,13 10,14.585938 V 16 h 1.414062 L 13,14.414062 14.585938,16 H 16 V 14.585938 L 14.414062,13 16,11.414062 V 10 H 14.585938 L 13,11.585938 11.414062,10 Z"/>
|
||||||
|
<path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 2,1 C 1,1 1,2 1,2 v 12 c 0,1 1,1 1,1 H 9 V 13 H 3 V 6 h 10 v 3 h 2 V 2 C 15,1 14,1 14,1 Z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 682 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2 1 C 1 1 1 2 1 2 L 1 14 C 1 15 2 15 2 15 L 9 15 L 9 13 L 3 13 L 3 6 L 13 6 L 13 9 L 15 9 L 15 2 C 15 1 14 1 14 1 L 2 1 z M 12 10 L 12 12 L 10 12 L 10 14 L 12 14 L 12 16 L 14 16 L 14 14 L 16 14 L 16 12 L 14 12 L 14 10 L 12 10 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 547 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2 1 C 1 1 1 2 1 2 L 1 14 C 1 15 2 15 2 15 L 8.7617188 15 A 4.5 4.5 0 0 1 8.0332031 13 L 3 13 L 3 6 L 13 6 L 13 8.03125 A 4.5 4.5 0 0 1 15 8.7597656 L 15 2 C 15 1 14 1 14 1 L 2 1 z M 12.5 9 A 3.5 3.5 0 0 0 9 12.5 A 3.5 3.5 0 0 0 12.5 16 A 3.5 3.5 0 0 0 16 12.5 A 3.5 3.5 0 0 0 12.5 9 z M 12 10 L 13 10 L 13 12 L 15 12 L 15 13 L 13 13 L 12 13 L 12 12 L 12 10 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 692 B |
1
local/share/Catppuccin-Mocha/actions/16/appointment.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
appointment-new.svg
|
1
local/share/Catppuccin-Mocha/actions/16/archive-extract.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
cm_extractfiles.svg
|
@ -0,0 +1 @@
|
|||||||
|
folder-new.svg
|
1
local/share/Catppuccin-Mocha/actions/16/archive-insert.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
document-new.svg
|
1
local/share/Catppuccin-Mocha/actions/16/archive-remove.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
action-unavailable.svg
|
8
local/share/Catppuccin-Mocha/actions/16/archive.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2.9101562 1.0351562 C 2.4118663 1.0778563 2.0728562 1.5150462 1.9726562 1.9726562 C 1.6809063 2.8641762 1.3807562 3.7660562 1.0976562 4.6601562 L 1.0039062 5.0351562 L 1.0039062 13.035156 C 1.0039062 13.589156 1.4499063 14.035156 2.0039062 14.035156 L 14.003906 14.035156 C 14.557906 14.035156 15.003906 13.589156 15.003906 13.035156 L 15.003906 5.0351562 L 14.878906 4.5664062 C 14.540676 3.5766762 14.236256 2.5486062 13.878906 1.5664062 C 13.664926 1.1282762 13.177006 0.98963625 12.722656 1.0351562 L 2.9101562 1.0351562 z M 3.7285156 3.0351562 L 12.261719 3.0351562 C 12.369759 3.3581662 12.48376 3.7029962 12.59375 4.0351562 L 3.4023438 4.0351562 C 3.5110937 3.7013862 3.6181656 3.3711062 3.7285156 3.0351562 z M 7.0039062 6.0351562 L 9.0039062 6.0351562 L 9.0039062 9.0351562 L 10.753906 9.0351562 L 8.0039062 12.035156 L 5.2539062 9.0351562 L 7.0039062 9.0351562 L 7.0039062 6.0351562 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 4 1 L 8 8 L 12 1 L 4 1 z M 8 8 L 4 8 L 8 15 L 12 8 L 8 8 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 378 B |
1
local/share/Catppuccin-Mocha/actions/16/arrow-down.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
pan-down.svg
|
1
local/share/Catppuccin-Mocha/actions/16/arrow-left-double.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
media-seek-backward.svg
|
1
local/share/Catppuccin-Mocha/actions/16/arrow-left.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
pan-start.svg
|
1
local/share/Catppuccin-Mocha/actions/16/arrow-right-double.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
media-seek-forward.svg
|
1
local/share/Catppuccin-Mocha/actions/16/arrow-right.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
pan-end.svg
|
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8 1 L 4 8 L 8 8 L 12 8 L 8 1 z M 8 8 L 4 15 L 12 15 L 8 8 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 379 B |
1
local/share/Catppuccin-Mocha/actions/16/arrow-up.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
pan-up.svg
|
8
local/share/Catppuccin-Mocha/actions/16/as.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="m8 1c-3.878 0-7 3.122-7 7s3.122 7 7 7 7-3.122 7-7-3.122-7-7-7zm-1.5039 4.002c0.5381 0.0186 1.0732 0.2241 1.5019 0.6367 0.3306 0.3176 0.4769 0.5891 0.9747 1.791 0.5195 1.2569 0.6148 1.4535 0.7832 1.6211 0.1803 0.1782 0.3481 0.2383 0.6681 0.2383 0.525 0 0.9-0.3308 0.9-0.7911 0-0.3895-0.134-0.5137-0.822-0.7617-1.0472-0.3836-1.3855-0.7295-1.3868-1.4258 0-0.3714 0.0927-0.6202 0.3282-0.8769 0.3379-0.3664 0.9196-0.4867 1.4356-0.3047 0.22 0.0794 0.682 0.4928 0.682 0.6113 0 0.0576-0.268 0.2338-0.416 0.2754-0.079 0.0207-0.145-0.0059-0.235-0.0937-0.183-0.1782-0.306-0.2344-0.525-0.2344-0.378 0-0.6135 0.2308-0.6135 0.6035 0 0.3715 0.1502 0.4968 0.8945 0.752 1.026 0.3517 1.328 0.6712 1.334 1.4062 0.006 0.635-0.276 1.0922-0.836 1.3633-0.255 0.1223-0.342 0.1387-0.758 0.1387-0.5938-0.0013-0.8601-0.113-1.1931-0.4942-0.2238-0.2563-0.4504-0.7376-1.1777-2.4941-0.3017-0.7279-0.6902-1.0842-1.336-1.2246-0.3272-0.071-0.783-0.0046-1.0801 0.1543-0.2896 0.1538-0.6129 0.501-0.7656 0.8183-0.1262 0.2577-0.1367 0.3293-0.1367 0.7774 0 0.4274 0.0155 0.5292 0.1211 0.7637 0.1601 0.3579 0.476 0.687 0.8223 0.8652 0.2502 0.1282 0.3273 0.1445 0.7265 0.1445 0.3835 0 0.4823-0.0179 0.711-0.1289 0.261-0.1294 0.6127-0.4476 0.7558-0.6855l0.0742-0.1231 0.1465 0.3418c0.0819 0.1882 0.1485 0.3646 0.1485 0.3965 0 0.0941-0.3326 0.4021-0.6368 0.5937-0.4617 0.2896-0.9922 0.3968-1.5586 0.3184v0.002c-0.16-0.0219-0.4448-0.1162-0.6347-0.209-1.2374-0.6022-1.7443-2.119-1.1348-3.3965 0.4352-0.913 1.3414-1.4003 2.2383-1.3691z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
8
local/share/Catppuccin-Mocha/actions/16/as_disabled.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path opacity=".3" style="fill:currentColor" class="ColorScheme-Text" d="m8 1c-3.878 0-7 3.122-7 7s3.122 7 7 7 7-3.122 7-7-3.122-7-7-7zm-1.5039 4.002c0.5381 0.0186 1.0732 0.2241 1.5019 0.6367 0.3306 0.3176 0.4769 0.5891 0.9747 1.791 0.5195 1.2569 0.6148 1.4535 0.7832 1.6211 0.1803 0.1782 0.3481 0.2383 0.6681 0.2383 0.525 0 0.9-0.3308 0.9-0.7911 0-0.3895-0.134-0.5137-0.822-0.7617-1.0472-0.3836-1.3855-0.7295-1.3868-1.4258 0-0.3714 0.0927-0.6202 0.3282-0.8769 0.3379-0.3664 0.9196-0.4867 1.4356-0.3047 0.22 0.0794 0.682 0.4928 0.682 0.6113 0 0.0576-0.268 0.2338-0.416 0.2754-0.079 0.0207-0.145-0.0059-0.235-0.0937-0.183-0.1782-0.306-0.2344-0.525-0.2344-0.378 0-0.6135 0.2308-0.6135 0.6035 0 0.3715 0.1502 0.4968 0.8945 0.752 1.026 0.3517 1.328 0.6712 1.334 1.4062 0.006 0.635-0.276 1.0922-0.836 1.3633-0.255 0.1223-0.342 0.1387-0.758 0.1387-0.5938-0.0013-0.8601-0.113-1.1931-0.4942-0.2238-0.2563-0.4504-0.7376-1.1777-2.4941-0.3017-0.7279-0.6902-1.0842-1.336-1.2246-0.3272-0.071-0.783-0.0046-1.0801 0.1543-0.2896 0.1538-0.6129 0.501-0.7656 0.8183-0.1262 0.2577-0.1367 0.3293-0.1367 0.7774 0 0.4274 0.0155 0.5292 0.1211 0.7637 0.1601 0.3579 0.476 0.687 0.8223 0.8652 0.2502 0.1282 0.3273 0.1445 0.7265 0.1445 0.3835 0 0.4823-0.0179 0.711-0.1289 0.261-0.1294 0.6127-0.4476 0.7558-0.6855l0.0742-0.1231 0.1465 0.3418c0.0819 0.1882 0.1485 0.3646 0.1485 0.3965 0 0.0941-0.3326 0.4021-0.6368 0.5937-0.4617 0.2896-0.9922 0.3968-1.5586 0.3184v0.002c-0.16-0.0219-0.4448-0.1162-0.6347-0.209-1.2374-0.6022-1.7443-2.119-1.1348-3.3965 0.4352-0.913 1.3414-1.4003 2.2383-1.3691z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
8
local/share/Catppuccin-Mocha/actions/16/as_light.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Highlight" d="m8 1c-3.878 0-7 3.122-7 7s3.122 7 7 7 7-3.122 7-7-3.122-7-7-7zm-1.5039 4.002c0.5381 0.0186 1.0732 0.2241 1.5019 0.6367 0.3306 0.3176 0.4769 0.5891 0.9747 1.791 0.5195 1.2569 0.6148 1.4535 0.7832 1.6211 0.1803 0.1782 0.3481 0.2383 0.6681 0.2383 0.525 0 0.9-0.3308 0.9-0.7911 0-0.3895-0.134-0.5137-0.822-0.7617-1.0472-0.3836-1.3855-0.7295-1.3868-1.4258 0-0.3714 0.0927-0.6202 0.3282-0.8769 0.3379-0.3664 0.9196-0.4867 1.4356-0.3047 0.22 0.0794 0.682 0.4928 0.682 0.6113 0 0.0576-0.268 0.2338-0.416 0.2754-0.079 0.0207-0.145-0.0059-0.235-0.0937-0.183-0.1782-0.306-0.2344-0.525-0.2344-0.378 0-0.6135 0.2308-0.6135 0.6035 0 0.3715 0.1502 0.4968 0.8945 0.752 1.026 0.3517 1.328 0.6712 1.334 1.4062 0.006 0.635-0.276 1.0922-0.836 1.3633-0.255 0.1223-0.342 0.1387-0.758 0.1387-0.5938-0.0013-0.8601-0.113-1.1931-0.4942-0.2238-0.2563-0.4504-0.7376-1.1777-2.4941-0.3017-0.7279-0.6902-1.0842-1.336-1.2246-0.3272-0.071-0.783-0.0046-1.0801 0.1543-0.2896 0.1538-0.6129 0.501-0.7656 0.8183-0.1262 0.2577-0.1367 0.3293-0.1367 0.7774 0 0.4274 0.0155 0.5292 0.1211 0.7637 0.1601 0.3579 0.476 0.687 0.8223 0.8652 0.2502 0.1282 0.3273 0.1445 0.7265 0.1445 0.3835 0 0.4823-0.0179 0.711-0.1289 0.261-0.1294 0.6127-0.4476 0.7558-0.6855l0.0742-0.1231 0.1465 0.3418c0.0819 0.1882 0.1485 0.3646 0.1485 0.3965 0 0.0941-0.3326 0.4021-0.6368 0.5937-0.4617 0.2896-0.9922 0.3968-1.5586 0.3184v0.002c-0.16-0.0219-0.4448-0.1162-0.6347-0.209-1.2374-0.6022-1.7443-2.119-1.1348-3.3965 0.4352-0.913 1.3414-1.4003 2.2383-1.3691z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
8
local/share/Catppuccin-Mocha/actions/16/atmosphere.svg
Normal file
After Width: | Height: | Size: 24 KiB |
1
local/share/Catppuccin-Mocha/actions/16/audio-off.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
kdenlive-hide-audio.svg
|
1
local/share/Catppuccin-Mocha/actions/16/audio-on.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
kdenlive-show-audio.svg
|
8
local/share/Catppuccin-Mocha/actions/16/audio-ready.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 8 1 L 3.9082031 5.0898438 L 1.0917969 5.0917969 L 1.0917969 10.908203 L 3.9101562 10.908203 L 8 15 L 8 1 z M 10.001953 1 L 10.001953 2.5 C 12.321953 3.24 14.001953 5.43 14.001953 8 C 14.001953 10.57 12.321953 12.76 10.001953 13.5 L 10.001953 15 C 13.151953 14.22 15.501953 11.4 15.501953 8 C 15.501953 4.6 13.151953 1.78 10.001953 1 z M 10 5 L 10 11 C 11.06 10.42 11.789062 9.3 11.789062 8 C 11.789062 6.7 11.07 5.58 10 5 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 755 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 11.646484 1 L 7.5625 5.0839844 L 6.9785156 5.6660156 L 4.6464844 8 L 2.8964844 9.75 L 2.3125 10.333984 L 1 11.646484 L 4.3535156 15 L 5.6660156 13.6875 L 6.25 13.103516 L 10.333984 9.0214844 L 10.916016 8.4375 L 15 4.3535156 L 11.646484 1 z M 3.5 2 L 2.96875 2.96875 L 2 3.5 L 2.96875 4.03125 L 3.5 5 L 4.03125 4.03125 L 5 3.5 L 4.03125 2.96875 L 3.5 2 z M 11.646484 2.6777344 L 13.322266 4.3535156 L 10.078125 7.5996094 L 8.4003906 5.921875 L 11.646484 2.6777344 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 785 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8 0 A 1 1 0 0 0 7 1 A 1 1 0 0 0 8 2 A 1 1 0 0 0 9 1 A 1 1 0 0 0 8 0 z M 8 2 L 2.4003906 2 C 1.6247906 2 1 2.8941125 1 3.6328125 L 1 10.300781 C 1 11.038781 1.6247906 12 2.4003906 12 L 6.5996094 12 L 6.5996094 13 L 3.8007812 13 L 3.8007812 15 L 12.199219 15 L 12.199219 13 L 9.4003906 13 L 9.4003906 12 L 13.599609 12 C 14.374609 12 15 11.038781 15 10.300781 L 15 3.6328125 C 15 2.8941125 14.374609 2 13.599609 2 L 8 2 z M 3.5 4 L 12.5 4 C 13.331 4 14 4.446 14 5 C 14 5.554 13.331 6 12.5 6 L 3.5 6 C 2.669 6 2 5.554 2 5 C 2 4.446 2.669 4 3.5 4 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 864 B |
1
local/share/Catppuccin-Mocha/actions/16/back.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
go-previous.svg
|
8
local/share/Catppuccin-Mocha/actions/16/bell.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8.0000885,-1.1e-7 C 3.5457889,-1.1e-7 1.9258699,3.2426468 1.9258699,7.0605468 1.9258699,10.484247 -2.1228271,13 1.5215729,13 l 12.9570311,0 c 3.644,0 -0.404297,-2.515753 -0.404297,-5.9394532 0,-3.8179 -1.620119,-7.06054691 -6.0742185,-7.06054691 z M 5.0000889,14 c 0.44321,1.1583 1.6119,2 2.9999996,2 1.3881,0 2.5569995,-0.842 2.9999995,-2 l -5.9999991,0 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 690 B |
8
local/share/Catppuccin-Mocha/actions/16/bitmap-trace.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">
|
||||||
|
.ColorScheme-Text { color:#CBA6F7; } .ColorScheme-Highlight { color:#5294e2; }
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2 2 C 1 2 1 3 1 3 L 1 13 C 1 14 2 14 2 14 L 9 14 L 9 12.582031 L 9.5820312 12 L 3 12 L 3 9.5 L 5.5 6.5625 L 8.8125 10.3125 L 10.9375 8.25 L 12.134766 9.4472656 L 12.292969 9.2890625 L 13.292969 8.2890625 L 14 7.5820312 L 15 8.5820312 L 15 3 C 15 2 14 2 14 2 L 2 2 z M 14 8.9960938 L 13 9.9960938 L 12 10.996094 L 10 12.996094 L 10 14.996094 L 12 14.996094 L 12.59375 14.402344 L 13 13.996094 L 14 12.996094 L 15 11.996094 L 16 10.996094 L 14 8.9960938 z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 773 B |
1
local/share/Catppuccin-Mocha/actions/16/blueman-plugin.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
plugins.svg
|
1
local/share/Catppuccin-Mocha/actions/16/blueman-send-file.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
mail-send.svg
|
1
local/share/Catppuccin-Mocha/actions/16/blueman-trust.svg
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
dialog-ok-apply.svg
|