diff --git a/.config/aliases b/.config/aliases index 01782f2..507f538 100644 --- a/.config/aliases +++ b/.config/aliases @@ -3,12 +3,12 @@ alias rm="gio trash" alias tt="watson" alias c="clear" alias l="ls --color" -alias pacin="sudo pacman -S" -alias pacse="sudo pacman -Ss" -alias pacre="sudo pacman -R" -alias pacup="sudo pacman -Syu" +alias in="sudo dnf install -y" +alias se="sudo dnf search" +alias re="sudo dnf remove" +alias up="sudo dnf update" -alias nv="neovide" +alias nv="nvim" alias hyprconf="nvim ~/dotfiles/.config/hypr/hyprland.conf" alias waybarconf="nvim ~/dotfiles/.config/waybar/config.jsonc" @@ -17,3 +17,4 @@ alias acconf="nvim ~/dotfiles/.config/alacritty/alacritty.toml" alias kittyconf="nvim ~/dotfiles/.config/kitty/kitty.conf" alias fishconf="nvim ~/dotfiles/.config/fish/config.fish" alias roficonf="nvim ~/dotfiles/.config/rofi/config.rasi" +alias nvimconf="nvim ~/dotfiles/.config/nvim/init.lua" diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0dc8551..23fc1b8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,8 +1,5 @@ -#if [ "$(tty)" = "/dev/tty1" ]; exec Hyprland >> /dev/null; end source ~/.config/aliases -alias cd="z" set fish_greeting if status is-interactive # Commands to run in interactive sessions can go here end -zoxide init fish | source diff --git a/.config/hypr/conf/autostart.conf b/.config/hypr/conf/autostart.conf index 28f9fce..b16b14f 100644 --- a/.config/hypr/conf/autostart.conf +++ b/.config/hypr/conf/autostart.conf @@ -4,12 +4,14 @@ source=$conf/theme.conf #exec = hyprpm reload exec-once = xrandr --output DP-1 --primary +exec-once = xwaylandvideobridge exec-once = systemctl --user start hyprpolkitagent exec-once = hypridle exec-once = waypaper --restore exec-once = waybar exec-once = swaync -exec-once = ghostty --gtk-single-instance=true --quit-after-last-window-closed=false --initial-window=false +exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-light" +exec-once = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita" #exec-once = ags -c ~/.config/ags-aylur/config.js #exec-once = [workspace special:media silent] steam -silent #exec-once = [workspace special:media silent] $terminal -e ncmpcpp diff --git a/.config/hypr/conf/binds.conf b/.config/hypr/conf/binds.conf index 45d639e..16b4576 100644 --- a/.config/hypr/conf/binds.conf +++ b/.config/hypr/conf/binds.conf @@ -9,31 +9,36 @@ bind = $mainMod, Shift_R, exec, $fileManager bind = $mainMod, Control_R, exec, $browser bind = $mainMod Shift, Control_R, exec, $altbrowser bind = $mainMod, backslash, exec, obsidian +bind = $mainMod, m, exec, $musicplayer bind = $mainMod, E, killactive, bind = Alt, F4, killactive, bind = $mainMod, END, exit, bind = $mainMod Shift, END, exec, poweroff -bind = $mainMod R, END, exec, reboot bind = $mainMod, Escape, exec, hyprlock bind = $mainMod, F, fullscreen bind = Super Shift, Super_L, exec, pkill rofi || rofi -show run -theme skycontrast -monitor DP-1 bind = Super, Super_L, exec, pkill rofi || rofi -show drun -theme skycontrast -monitor DP-1 -bind = $mainMod Shift, w, exec, ~/Scripts/restart-waybar.sh +bind = $mainMod Shift, w, exec, bash ~/Scripts/restart-waybar.sh bind = $mainMod, P, pseudo bind = $mainMod, V, togglefloating -bind = , print, exec, XDG_SCREENSHOTS_DIR="$HOME/Pictures/Screenshots" grimshot --notify save area +bind = , print, exec, XDG_SCREENSHOTS_DIR="$HOME/Pictures/Screenshots" grimshot --notify savecopy area + + # Wallpapers + bind = $mainMod Shift, f1, exec, waypaper --wallpaper ~/.wallpapers/plains.jpg + bind = $mainMod Shift, f2, exec, waypaper --wallpaper ~/.wallpapers/duck.jpg + bind = $mainMod Shift, f3, exec, waypaper --wallpaper ~/.wallpapers/woman-studying.jpg # Move Focus # Modal bind = $mainMod, Tab, cyclenext bind = $mainMod SHIFT, Tab, cyclenext, prev - # bind = $mainMod, H, movefocus, l - # bind = $mainMod, L, movefocus, r - # bind = $mainMod, J, movefocus, d - # bind = $mainMod, K, movefocus, u - bind = $mainMod, J, layoutmsg, cyclenext - bind = $mainMod, K, layoutmsg, cycleprev + bind = $mainMod, H, movefocus, l + bind = $mainMod, L, movefocus, r + bind = $mainMod, J, movefocus, d + bind = $mainMod, K, movefocus, u + # bind = $mainMod, J, layoutmsg, cyclenext + # bind = $mainMod, K, layoutmsg, cycleprev # Arrows bind = $mainMod, left, movefocus, l @@ -86,8 +91,8 @@ bindm = , mouse:279, resizewindow bind = $mainMod, 5, workspace, 5 bind = $mainMod, Q, workspace, alt - bind = $mainMod CONTROL, left, workspace, r-1 - bind = $mainMod CONTROL, right, workspace, r+1 + bind = Super CONTROL, left, workspace, r-1 + bind = Super CONTROL, right, workspace, r+1 bind = , Menu, togglespecialworkspace, media bind = , XF86Tools, togglespecialworkspace, media diff --git a/.config/hypr/conf/monitors.conf b/.config/hypr/conf/monitors.conf index 2bc2303..3aa2352 100644 --- a/.config/hypr/conf/monitors.conf +++ b/.config/hypr/conf/monitors.conf @@ -1,3 +1,3 @@ #---MONITORS---# -monitor = DP-1, highres@highrr, 0x420, 1, vrr, 1, bitdepth, 10 -monitor = HDMI-A-1, highres@highrr, 2560x0, 1, transform, 1 +#monitor = DP-1, highres@highrr, 0x420, 1, vrr, 1, bitdepth, 10, cm, hdr, sdrbrightness, 1.2, sdrsaturation, 1.0 +#monitor = HDMI-A-1, highres@highrr, 2560x0, 1, transform, 1 diff --git a/.config/hypr/conf/programs.conf b/.config/hypr/conf/programs.conf index 0be1d19..5d95806 100644 --- a/.config/hypr/conf/programs.conf +++ b/.config/hypr/conf/programs.conf @@ -3,3 +3,4 @@ $terminal = kitty $fileManager = nemo $browser = librewolf $altbrowser = google-chrome-stable +$musicplayer = youtube-music diff --git a/.config/hypr/conf/rules.conf b/.config/hypr/conf/rules.conf index eb220fc..f6ed621 100644 --- a/.config/hypr/conf/rules.conf +++ b/.config/hypr/conf/rules.conf @@ -8,7 +8,6 @@ windowrulev2 = noanim, class:^(xwaylandvideobridge)$ windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$ windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$ windowrulev2 = noblur, class:^(xwaylandvideobridge)$ -windowrulev2 = workspace special:media silent, class:^(steam)$ # Layer Rules layerrule = dimaround,rofi diff --git a/.config/hypr/conf/variables.conf b/.config/hypr/conf/variables.conf index 13ea144..57f345f 100644 --- a/.config/hypr/conf/variables.conf +++ b/.config/hypr/conf/variables.conf @@ -3,11 +3,11 @@ env = LIBVA_DRIVER_NAME,nvidia env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = XDG_SESSION_TYPE,wayland -env = QT_QPA_PLATFORM=wayland +env = QT_QPA_PLATFORM,wayland env = GBM_BACKEND,nvidia-drm env = NVD_BACKEND,direct env = ELECTRON_OZONE_PLATFORM_HINT,auto -env = QT_QPA_PLATFORMTHEME=qt5ct +env = QT_QPA_PLATFORMTHEME=qt6ct env = HYPRCURSOR_THEME, PolarCursorTheme env = XCURSOR_THEME, PolarCursorTheme env = HYPRCURSOR_SIZE, 24 diff --git a/.config/hypr/conf/visual.conf b/.config/hypr/conf/visual.conf index 8cd1ba4..a2f4a2f 100644 --- a/.config/hypr/conf/visual.conf +++ b/.config/hypr/conf/visual.conf @@ -1,15 +1,15 @@ #---GENERAL---# general { - gaps_in = 0 - gaps_out = 0 + gaps_in = 3 + gaps_out = 3 border_size = 3 col.active_border = rgba(99bbffff) col.inactive_border = rgba(414141FF) resize_on_border = true allow_tearing = true - layout = master + layout = dwindle } misc { force_default_wallpaper = 0 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 6acc9e0..5e3bbdb 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,5 +1,5 @@ # vim:fileencoding=utf-8:foldmethod=marker -background_opacity 0.95 +background_opacity 0.7 font_size 14 shell /usr/bin/fish cursor_trail 3 diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index a8425a1..1119e67 100755 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -1,7 +1,7 @@ -- Options vim.g.mapleader = '' vim.o.number = true -vim.o.relativenumber = true +vim.o.relativenumber = false vim.o.termguicolors = true vim.o.background = light vim.o.wrap = true @@ -19,6 +19,10 @@ vim.o.scrolloff = 15 --Neovide Options vim.o.guifont = "CaskaydiaMono Nerd Font:h14" +vim.g.neovide_window_blurred = true +vim.g.neovide_opacity = 0.9 +vim.g.neovide_normal_opacity = 0.9 +vim.g.neovide_background_color = "orange" -- Plugin Manager require("config.lazy") diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index cdc63de..55c58e2 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -1,32 +1,32 @@ { "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, - "blink.cmp": { "branch": "main", "commit": "4f38ce99a472932d5776337f08f7a8180f1f571a" }, + "alpha-nvim": { "branch": "main", "commit": "de72250e054e5e691b9736ee30db72c65d560771" }, + "blink.cmp": { "branch": "main", "commit": "022521a8910a5543b0251b21c9e1a1e989745796" }, "everforest-nvim": { "branch": "main", "commit": "2eb7c348f880ba93de4d98cae049c9441f5d4d49" }, "friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" }, "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, "lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" }, "lualine-macro-recording.nvim": { "branch": "main", "commit": "e2dcf63ba74e6111b53e1520a4f8a17a3d7427a1" }, - "lualine.nvim": { "branch": "master", "commit": "15884cee63a8c205334ab13ab1c891cd4d27101a" }, - "mason.nvim": { "branch": "main", "commit": "7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e" }, + "lualine.nvim": { "branch": "master", "commit": "0c6cca9f2c63dadeb9225c45bc92bb95a151d4af" }, + "mason.nvim": { "branch": "main", "commit": "9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b" }, + "mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" }, "noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" }, "nui.nvim": { "branch": "main", "commit": "f535005e6ad1016383f24e39559833759453564e" }, "nvim-autopairs": { "branch": "master", "commit": "4d74e75913832866aa7de35e4202463ddf6efd1b" }, - "nvim-lint": { "branch": "master", "commit": "9dfb77ef6c5092a19502883c02dc5a02ec648729" }, - "nvim-lspconfig": { "branch": "master", "commit": "61e5109c8cf24807e4ae29813a3a82b31821dd45" }, - "nvim-treesitter": { "branch": "master", "commit": "28d480e0624b259095e56f353ec911f9f2a0f404" }, + "nvim-lint": { "branch": "master", "commit": "fdb04e9285edefbe25a02a31a35e8fbb10fe054d" }, + "nvim-lspconfig": { "branch": "master", "commit": "39dc331899521bbb4e102b614b71ab37464f8326" }, + "nvim-treesitter": { "branch": "master", "commit": "066fd6505377e3fd4aa219e61ce94c2b8bdb0b79" }, "nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" }, - "nvim-web-devicons": { "branch": "master", "commit": "f1420728f59843eb2ef084406b3d0201a0a0932d" }, + "nvim-web-devicons": { "branch": "master", "commit": "1fb58cca9aebbc4fd32b086cb413548ce132c127" }, "oil.nvim": { "branch": "master", "commit": "685cdb4ffa74473d75a1b97451f8654ceeab0f4a" }, "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, "snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" }, "solarized.nvim": { "branch": "main", "commit": "c0dfe1cbfabd93b546baf5f1408f5df7e02e2050" }, - "startup.nvim": { "branch": "master", "commit": "9ca3b9a55f2f2196ef90b39a52029b46fdde5226" }, - "telescope-file-browser.nvim": { "branch": "master", "commit": "626998e5c1b71c130d8bc6cf7abb6709b98287bb" }, - "telescope.nvim": { "branch": "master", "commit": "a4ed82509cecc56df1c7138920a1aeaf246c0ac5" }, + "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" }, "toggleterm.nvim": { "branch": "main", "commit": "9a88eae817ef395952e08650b3283726786fb5fb" }, "tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" }, "vim-illuminate": { "branch": "master", "commit": "fbc16dee336d8cc0d3d2382ea4a53f4a29725abf" }, "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }, - "yazi.nvim": { "branch": "main", "commit": "b7c9b78f330216924dbef2dd2a78199083637ee2" } + "yazi.nvim": { "branch": "main", "commit": "43abf4ea13156aa0a2a49f1978ee0d9b4c94088f" } } diff --git a/.config/nvim/lua/plugins/alpha.lua b/.config/nvim/lua/plugins/alpha.lua new file mode 100644 index 0000000..7c8fe05 --- /dev/null +++ b/.config/nvim/lua/plugins/alpha.lua @@ -0,0 +1,32 @@ +return { + 'goolord/alpha-nvim', + dependencies = { + 'echasnovski/mini.icons', + 'nvim-lua/plenary.nvim', + "nvim-telescope/telescope.nvim" + }, + config = function () + local alpha = require("alpha") + local dashboard = require("alpha.themes.dashboard") + + dashboard.section.header.val = { + " ", + " ███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗ ", + " ████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║ ", + " ██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║ ", + " ██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║ ", + " ██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║ ", + " ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ", + " ", + } + dashboard.section.header.opts.hl = "Red" + dashboard.section.buttons.val = { + dashboard.button( "e", " > New file" , ":ene startinsert "), + dashboard.button( "f", " > Find file", ":cd $HOME | Telescope find_files"), + dashboard.button( "r", " > Recent" , ":Telescope oldfiles"), + dashboard.button( "s", " > Settings" , ":e $MYVIMRC | :cd %:p:h"), + dashboard.button( "q", " > Quit NVIM", ":qa"), + } + alpha.setup(dashboard.opts) + end +} diff --git a/.config/nvim/lua/plugins/startup.lua b/.config/nvim/lua/plugins/startup.lua deleted file mode 100644 index cb8bdb2..0000000 --- a/.config/nvim/lua/plugins/startup.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - "startup-nvim/startup.nvim", - dependencies = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim", "nvim-telescope/telescope-file-browser.nvim" }, - config = function() - require "startup".setup() - end -} diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua index e6fddaf..32ff300 100644 --- a/.config/nvim/lua/plugins/telescope.lua +++ b/.config/nvim/lua/plugins/telescope.lua @@ -2,7 +2,8 @@ return { "nvim-telescope/telescope.nvim", keys = { {',', "Telescope find_files", desc = "Telescope find files"}, - {'', "Telescope live_grep", desc = "Telescope live grep"} + {'', "Telescope live_grep", desc = "Telescope live grep"}, + {'o', "Telescope oldfiles", desc = "Telescope live grep"} }, requires = { "nvim-lua/plenary.nvim", "BurntSushi/ripgrep" }, opts = {} diff --git a/.config/nvim/lua/plugins/yazi.lua b/.config/nvim/lua/plugins/yazi.lua index 9ed07e9..4f5da60 100644 --- a/.config/nvim/lua/plugins/yazi.lua +++ b/.config/nvim/lua/plugins/yazi.lua @@ -8,12 +8,12 @@ return { }, keys = { -- 👇 in this section, choose your own keymappings! - { - "", - mode = { "n", "v" }, - "Yazi", - desc = "Open yazi at the current file", - }, + -- { + -- "f", + -- mode = { "n", "v" }, + -- "Yazi", + -- desc = "Open yazi at the current file", + -- }, { -- Open in the current working directory "cw", diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 5646bb0..b62c17a 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -18,14 +18,13 @@ "modules-right": [ "tray", "idle_inhibitor", - "pulseaudio", "network", "custom/notification", + "pulseaudio", "clock", - "custom/power" ], "custom/os_button": { - "format": "󰣇", + "format": "", "on-click": "rofi -show drun -theme skycontrast", "tooltip": false }, @@ -59,6 +58,12 @@ "on-click": "activate" }, "hyprland/workspaces": { + "format": "{icon}", + "format-icons": { + "urgent": "⨀", + "active": "⬤", + "default": "⬤" + }, "persistent-workspaces": { "DP-1": [1,2,3,4,5], } @@ -66,8 +71,8 @@ "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": "", - "deactivated": "" + "activated": "", + "deactivated": "" } }, "tray": { diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 38606a2..eb34169 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -42,28 +42,21 @@ window#waybar.hidden { } #workspaces button label { - font-size: 20px; - color: rgba(65, 65, 65, 0.9); - padding: 0 10px 0 10px; - border: solid 2px transparent; + font-size: 25px; + color: lightgray; + color: rgba(255,255,255, 0.5); + padding: 0 15px 0 15px; } #workspaces button.empty label { - background: transparent; - border-color: transparent; -} - -#workspaces button label { - background: white; border-color: transparent; + color: rgba(65, 65, 65, 0.7); } #workspaces button.visible label { - color: black; - background: lightskyblue; - border: solid rgba(70, 70, 90, 1); - padding: 0 10px 0 10px; - border-width: 0 2px 0 2px; + color: lightskyblue; + padding: 0 15px 0 15px; + background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 100%); } .modules-left, .modules-right { @@ -104,15 +97,19 @@ button { border-radius: 0; } -button:hover { - background: inherit; - box-shadow: inset 0 -3px #ffffff; +#idle_inhibitor { + font-size: 25; + margin: 0 5px; } +#custom-notification, +#network { + font-size: 20; +} + + /* you can set a style on hover for any module like this */ -#custom-notification:hover, -#idle_inhibitor:hover, -#network:hover, +button:hover, #clock:hover, #pulseaudio:hover { background-color: white; @@ -124,10 +121,6 @@ button:hover { color: #ffffff; } -#workspaces button:hover { - background: rgba(0, 0, 0, 0.2); -} - #workspaces button.focused { background-color: #64727D; box-shadow: inset 0 -3px #ffffff; @@ -159,7 +152,7 @@ button:hover { #scratchpad, #power-profiles-daemon, #mpd { - padding: 0 10px; + padding: 0 8px; } /* If workspaces is the leftmost module, omit left margin */ diff --git a/.config/waypaper/config.ini b/.config/waypaper/config.ini index 4d6aa34..9611de1 100644 --- a/.config/waypaper/config.ini +++ b/.config/waypaper/config.ini @@ -1,8 +1,8 @@ [Settings] language = en -folder = ~/.wallpapers +folder = ~/dotfiles/.wallpapers monitors = All -wallpaper = ~/.wallpapers/mountains.jpg +wallpaper = ~/.wallpapers/plains.jpg show_path_in_tooltip = True backend = swaybg fill = fill @@ -22,4 +22,5 @@ swww_transition_fps = 60 mpvpaper_sound = False mpvpaper_options = use_xdg_state = False +zen_mode = False diff --git a/.fonts/.uuid b/.fonts/.uuid new file mode 100644 index 0000000..50239fb --- /dev/null +++ b/.fonts/.uuid @@ -0,0 +1 @@ +1ecefda5-8d64-4d45-90da-0456a3ecdc14 \ No newline at end of file diff --git a/.fonts/CaskaydiaMonoNerdFont/.uuid b/.fonts/CaskaydiaMonoNerdFont/.uuid new file mode 100644 index 0000000..c1198de --- /dev/null +++ b/.fonts/CaskaydiaMonoNerdFont/.uuid @@ -0,0 +1 @@ +1eff6e2a-b118-475f-9fc0-36fa6f4f4339 \ No newline at end of file diff --git a/.icons/Notwaita-White/cursor.theme b/.icons/Notwaita-White/cursor.theme new file mode 100644 index 0000000..dfe858d --- /dev/null +++ b/.icons/Notwaita-White/cursor.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Notwaita-White +Inherits="Notwaita-White" \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/00000000000000020006000e7e9ffc3f b/.icons/Notwaita-White/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Notwaita-White/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/00008160000006810000408080010102 b/.icons/Notwaita-White/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Notwaita-White/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Notwaita-White/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.icons/Notwaita-White/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Notwaita-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Notwaita-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Notwaita-White/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Notwaita-White/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/14fef782d02440884392942c1120523 b/.icons/Notwaita-White/cursors/14fef782d02440884392942c1120523 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/14fef782d02440884392942c1120523 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Notwaita-White/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/3085a0e285430894940527032f8b26df b/.icons/Notwaita-White/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Notwaita-White/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Notwaita-White/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Notwaita-White/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Notwaita-White/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.icons/Notwaita-White/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Notwaita-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.icons/Notwaita-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Notwaita-White/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Notwaita-White/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Notwaita-White/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Notwaita-White/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/9081237383d90e509aa00f00170e968f b/.icons/Notwaita-White/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.icons/Notwaita-White/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Notwaita-White/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.icons/Notwaita-White/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/X_cursor b/.icons/Notwaita-White/cursors/X_cursor new file mode 100644 index 0000000..1c757c7 Binary files /dev/null and b/.icons/Notwaita-White/cursors/X_cursor differ diff --git a/.icons/Notwaita-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Notwaita-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Notwaita-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/alias b/.icons/Notwaita-White/cursors/alias new file mode 120000 index 0000000..35beaab --- /dev/null +++ b/.icons/Notwaita-White/cursors/alias @@ -0,0 +1 @@ +dnd-link \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/all-scroll b/.icons/Notwaita-White/cursors/all-scroll new file mode 100644 index 0000000..e39cf1c Binary files /dev/null and b/.icons/Notwaita-White/cursors/all-scroll differ diff --git a/.icons/Notwaita-White/cursors/arrow b/.icons/Notwaita-White/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Notwaita-White/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Notwaita-White/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Notwaita-White/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/bd_double_arrow b/.icons/Notwaita-White/cursors/bd_double_arrow new file mode 100644 index 0000000..f1fa4aa Binary files /dev/null and b/.icons/Notwaita-White/cursors/bd_double_arrow differ diff --git a/.icons/Notwaita-White/cursors/bottom_left_corner b/.icons/Notwaita-White/cursors/bottom_left_corner new file mode 100644 index 0000000..6e0af40 Binary files /dev/null and b/.icons/Notwaita-White/cursors/bottom_left_corner differ diff --git a/.icons/Notwaita-White/cursors/bottom_right_corner b/.icons/Notwaita-White/cursors/bottom_right_corner new file mode 100644 index 0000000..b9c9bb7 Binary files /dev/null and b/.icons/Notwaita-White/cursors/bottom_right_corner differ diff --git a/.icons/Notwaita-White/cursors/bottom_side b/.icons/Notwaita-White/cursors/bottom_side new file mode 100644 index 0000000..9e5720b Binary files /dev/null and b/.icons/Notwaita-White/cursors/bottom_side differ diff --git a/.icons/Notwaita-White/cursors/bottom_tee b/.icons/Notwaita-White/cursors/bottom_tee new file mode 100644 index 0000000..1c135a9 Binary files /dev/null and b/.icons/Notwaita-White/cursors/bottom_tee differ diff --git a/.icons/Notwaita-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Notwaita-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Notwaita-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/cell b/.icons/Notwaita-White/cursors/cell new file mode 120000 index 0000000..b070a6a --- /dev/null +++ b/.icons/Notwaita-White/cursors/cell @@ -0,0 +1 @@ +plus \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/center_ptr b/.icons/Notwaita-White/cursors/center_ptr new file mode 100644 index 0000000..7e0ac97 Binary files /dev/null and b/.icons/Notwaita-White/cursors/center_ptr differ diff --git a/.icons/Notwaita-White/cursors/circle b/.icons/Notwaita-White/cursors/circle new file mode 100644 index 0000000..d214a60 Binary files /dev/null and b/.icons/Notwaita-White/cursors/circle differ diff --git a/.icons/Notwaita-White/cursors/closedhand b/.icons/Notwaita-White/cursors/closedhand new file mode 120000 index 0000000..135b03c --- /dev/null +++ b/.icons/Notwaita-White/cursors/closedhand @@ -0,0 +1 @@ +dnd-none \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/col-resize b/.icons/Notwaita-White/cursors/col-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/col-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/color-picker b/.icons/Notwaita-White/cursors/color-picker new file mode 120000 index 0000000..c2d6c2a --- /dev/null +++ b/.icons/Notwaita-White/cursors/color-picker @@ -0,0 +1 @@ +tcross \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/context-menu b/.icons/Notwaita-White/cursors/context-menu new file mode 100644 index 0000000..5b1972f Binary files /dev/null and b/.icons/Notwaita-White/cursors/context-menu differ diff --git a/.icons/Notwaita-White/cursors/copy b/.icons/Notwaita-White/cursors/copy new file mode 100644 index 0000000..20358a8 Binary files /dev/null and b/.icons/Notwaita-White/cursors/copy differ diff --git a/.icons/Notwaita-White/cursors/cross b/.icons/Notwaita-White/cursors/cross new file mode 100644 index 0000000..1bf3536 Binary files /dev/null and b/.icons/Notwaita-White/cursors/cross differ diff --git a/.icons/Notwaita-White/cursors/cross_reverse b/.icons/Notwaita-White/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Notwaita-White/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/crossed_circle b/.icons/Notwaita-White/cursors/crossed_circle new file mode 100644 index 0000000..3729b4e Binary files /dev/null and b/.icons/Notwaita-White/cursors/crossed_circle differ diff --git a/.icons/Notwaita-White/cursors/crosshair b/.icons/Notwaita-White/cursors/crosshair new file mode 100644 index 0000000..d7210c3 Binary files /dev/null and b/.icons/Notwaita-White/cursors/crosshair differ diff --git a/.icons/Notwaita-White/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Notwaita-White/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.icons/Notwaita-White/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/default b/.icons/Notwaita-White/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Notwaita-White/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/diamond_cross b/.icons/Notwaita-White/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Notwaita-White/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/dnd-ask b/.icons/Notwaita-White/cursors/dnd-ask new file mode 100644 index 0000000..741d559 Binary files /dev/null and b/.icons/Notwaita-White/cursors/dnd-ask differ diff --git a/.icons/Notwaita-White/cursors/dnd-copy b/.icons/Notwaita-White/cursors/dnd-copy new file mode 100644 index 0000000..c1831ad Binary files /dev/null and b/.icons/Notwaita-White/cursors/dnd-copy differ diff --git a/.icons/Notwaita-White/cursors/dnd-link b/.icons/Notwaita-White/cursors/dnd-link new file mode 100644 index 0000000..c89b91e Binary files /dev/null and b/.icons/Notwaita-White/cursors/dnd-link differ diff --git a/.icons/Notwaita-White/cursors/dnd-move b/.icons/Notwaita-White/cursors/dnd-move new file mode 100644 index 0000000..f550d02 Binary files /dev/null and b/.icons/Notwaita-White/cursors/dnd-move differ diff --git a/.icons/Notwaita-White/cursors/dnd-none b/.icons/Notwaita-White/cursors/dnd-none new file mode 100644 index 0000000..16151f8 Binary files /dev/null and b/.icons/Notwaita-White/cursors/dnd-none differ diff --git a/.icons/Notwaita-White/cursors/dnd_no_drop b/.icons/Notwaita-White/cursors/dnd_no_drop new file mode 100644 index 0000000..d0b87a5 Binary files /dev/null and b/.icons/Notwaita-White/cursors/dnd_no_drop differ diff --git a/.icons/Notwaita-White/cursors/dot_box_mask b/.icons/Notwaita-White/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Notwaita-White/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/dotbox b/.icons/Notwaita-White/cursors/dotbox new file mode 100644 index 0000000..e2ba474 Binary files /dev/null and b/.icons/Notwaita-White/cursors/dotbox differ diff --git a/.icons/Notwaita-White/cursors/double_arrow b/.icons/Notwaita-White/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/down-arrow b/.icons/Notwaita-White/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Notwaita-White/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/draft b/.icons/Notwaita-White/cursors/draft new file mode 120000 index 0000000..644fb7b --- /dev/null +++ b/.icons/Notwaita-White/cursors/draft @@ -0,0 +1 @@ +pencil \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/draft_large b/.icons/Notwaita-White/cursors/draft_large new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Notwaita-White/cursors/draft_large @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/draft_small b/.icons/Notwaita-White/cursors/draft_small new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Notwaita-White/cursors/draft_small @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/draped_box b/.icons/Notwaita-White/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Notwaita-White/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/e-resize b/.icons/Notwaita-White/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Notwaita-White/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/e29285e634086352946a0e7090d73106 b/.icons/Notwaita-White/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.icons/Notwaita-White/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/ew-resize b/.icons/Notwaita-White/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Notwaita-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Notwaita-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Notwaita-White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..135b03c --- /dev/null +++ b/.icons/Notwaita-White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +dnd-none \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/fd_double_arrow b/.icons/Notwaita-White/cursors/fd_double_arrow new file mode 100644 index 0000000..80aba19 Binary files /dev/null and b/.icons/Notwaita-White/cursors/fd_double_arrow differ diff --git a/.icons/Notwaita-White/cursors/fleur b/.icons/Notwaita-White/cursors/fleur new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.icons/Notwaita-White/cursors/fleur @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/forbidden b/.icons/Notwaita-White/cursors/forbidden new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Notwaita-White/cursors/forbidden @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/grab b/.icons/Notwaita-White/cursors/grab new file mode 120000 index 0000000..1a38f92 --- /dev/null +++ b/.icons/Notwaita-White/cursors/grab @@ -0,0 +1 @@ +hand1 \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/grabbing b/.icons/Notwaita-White/cursors/grabbing new file mode 120000 index 0000000..135b03c --- /dev/null +++ b/.icons/Notwaita-White/cursors/grabbing @@ -0,0 +1 @@ +dnd-none \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/h_double_arrow b/.icons/Notwaita-White/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/hand1 b/.icons/Notwaita-White/cursors/hand1 new file mode 100644 index 0000000..c5fe230 Binary files /dev/null and b/.icons/Notwaita-White/cursors/hand1 differ diff --git a/.icons/Notwaita-White/cursors/hand2 b/.icons/Notwaita-White/cursors/hand2 new file mode 100644 index 0000000..0943309 Binary files /dev/null and b/.icons/Notwaita-White/cursors/hand2 differ diff --git a/.icons/Notwaita-White/cursors/help b/.icons/Notwaita-White/cursors/help new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.icons/Notwaita-White/cursors/help @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/ibeam b/.icons/Notwaita-White/cursors/ibeam new file mode 120000 index 0000000..18632c4 --- /dev/null +++ b/.icons/Notwaita-White/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/icon b/.icons/Notwaita-White/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Notwaita-White/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/left-arrow b/.icons/Notwaita-White/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Notwaita-White/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/left_ptr b/.icons/Notwaita-White/cursors/left_ptr new file mode 100644 index 0000000..e382cfe Binary files /dev/null and b/.icons/Notwaita-White/cursors/left_ptr differ diff --git a/.icons/Notwaita-White/cursors/left_ptr_help b/.icons/Notwaita-White/cursors/left_ptr_help new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.icons/Notwaita-White/cursors/left_ptr_help @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/left_ptr_watch b/.icons/Notwaita-White/cursors/left_ptr_watch new file mode 100644 index 0000000..9eff334 Binary files /dev/null and b/.icons/Notwaita-White/cursors/left_ptr_watch differ diff --git a/.icons/Notwaita-White/cursors/left_side b/.icons/Notwaita-White/cursors/left_side new file mode 100644 index 0000000..bfe7039 Binary files /dev/null and b/.icons/Notwaita-White/cursors/left_side differ diff --git a/.icons/Notwaita-White/cursors/left_tee b/.icons/Notwaita-White/cursors/left_tee new file mode 100644 index 0000000..2c98bfa Binary files /dev/null and b/.icons/Notwaita-White/cursors/left_tee differ diff --git a/.icons/Notwaita-White/cursors/link b/.icons/Notwaita-White/cursors/link new file mode 100644 index 0000000..e696ffa Binary files /dev/null and b/.icons/Notwaita-White/cursors/link differ diff --git a/.icons/Notwaita-White/cursors/ll_angle b/.icons/Notwaita-White/cursors/ll_angle new file mode 100644 index 0000000..56b751b Binary files /dev/null and b/.icons/Notwaita-White/cursors/ll_angle differ diff --git a/.icons/Notwaita-White/cursors/lr_angle b/.icons/Notwaita-White/cursors/lr_angle new file mode 100644 index 0000000..6492120 Binary files /dev/null and b/.icons/Notwaita-White/cursors/lr_angle differ diff --git a/.icons/Notwaita-White/cursors/move b/.icons/Notwaita-White/cursors/move new file mode 100644 index 0000000..c071b88 Binary files /dev/null and b/.icons/Notwaita-White/cursors/move differ diff --git a/.icons/Notwaita-White/cursors/n-resize b/.icons/Notwaita-White/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Notwaita-White/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/ne-resize b/.icons/Notwaita-White/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Notwaita-White/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/nesw-resize b/.icons/Notwaita-White/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Notwaita-White/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/no-drop b/.icons/Notwaita-White/cursors/no-drop new file mode 120000 index 0000000..1f6c0fd --- /dev/null +++ b/.icons/Notwaita-White/cursors/no-drop @@ -0,0 +1 @@ +dnd_no_drop \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/not-allowed b/.icons/Notwaita-White/cursors/not-allowed new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.icons/Notwaita-White/cursors/not-allowed @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/ns-resize b/.icons/Notwaita-White/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/nw-resize b/.icons/Notwaita-White/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Notwaita-White/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/nwse-resize b/.icons/Notwaita-White/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Notwaita-White/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/openhand b/.icons/Notwaita-White/cursors/openhand new file mode 120000 index 0000000..1a38f92 --- /dev/null +++ b/.icons/Notwaita-White/cursors/openhand @@ -0,0 +1 @@ +hand1 \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/pencil b/.icons/Notwaita-White/cursors/pencil new file mode 100644 index 0000000..48ec06c Binary files /dev/null and b/.icons/Notwaita-White/cursors/pencil differ diff --git a/.icons/Notwaita-White/cursors/pirate b/.icons/Notwaita-White/cursors/pirate new file mode 120000 index 0000000..7b84daf --- /dev/null +++ b/.icons/Notwaita-White/cursors/pirate @@ -0,0 +1 @@ +X_cursor \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/plus b/.icons/Notwaita-White/cursors/plus new file mode 100644 index 0000000..e0fdb82 Binary files /dev/null and b/.icons/Notwaita-White/cursors/plus differ diff --git a/.icons/Notwaita-White/cursors/pointer b/.icons/Notwaita-White/cursors/pointer new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.icons/Notwaita-White/cursors/pointer @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/pointer-move b/.icons/Notwaita-White/cursors/pointer-move new file mode 100644 index 0000000..81bb535 Binary files /dev/null and b/.icons/Notwaita-White/cursors/pointer-move differ diff --git a/.icons/Notwaita-White/cursors/pointing_hand b/.icons/Notwaita-White/cursors/pointing_hand new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.icons/Notwaita-White/cursors/pointing_hand @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/progress b/.icons/Notwaita-White/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Notwaita-White/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/question_arrow b/.icons/Notwaita-White/cursors/question_arrow new file mode 100644 index 0000000..5f6dbe3 Binary files /dev/null and b/.icons/Notwaita-White/cursors/question_arrow differ diff --git a/.icons/Notwaita-White/cursors/right-arrow b/.icons/Notwaita-White/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Notwaita-White/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/right_ptr b/.icons/Notwaita-White/cursors/right_ptr new file mode 100644 index 0000000..cb8104e Binary files /dev/null and b/.icons/Notwaita-White/cursors/right_ptr differ diff --git a/.icons/Notwaita-White/cursors/right_side b/.icons/Notwaita-White/cursors/right_side new file mode 100644 index 0000000..e70ba0c Binary files /dev/null and b/.icons/Notwaita-White/cursors/right_side differ diff --git a/.icons/Notwaita-White/cursors/right_tee b/.icons/Notwaita-White/cursors/right_tee new file mode 100644 index 0000000..bc7b1ab Binary files /dev/null and b/.icons/Notwaita-White/cursors/right_tee differ diff --git a/.icons/Notwaita-White/cursors/row-resize b/.icons/Notwaita-White/cursors/row-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/row-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/s-resize b/.icons/Notwaita-White/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Notwaita-White/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/sb_down_arrow b/.icons/Notwaita-White/cursors/sb_down_arrow new file mode 100644 index 0000000..7e9d1fb Binary files /dev/null and b/.icons/Notwaita-White/cursors/sb_down_arrow differ diff --git a/.icons/Notwaita-White/cursors/sb_h_double_arrow b/.icons/Notwaita-White/cursors/sb_h_double_arrow new file mode 100644 index 0000000..e28de42 Binary files /dev/null and b/.icons/Notwaita-White/cursors/sb_h_double_arrow differ diff --git a/.icons/Notwaita-White/cursors/sb_left_arrow b/.icons/Notwaita-White/cursors/sb_left_arrow new file mode 100644 index 0000000..e1fc437 Binary files /dev/null and b/.icons/Notwaita-White/cursors/sb_left_arrow differ diff --git a/.icons/Notwaita-White/cursors/sb_right_arrow b/.icons/Notwaita-White/cursors/sb_right_arrow new file mode 100644 index 0000000..feee306 Binary files /dev/null and b/.icons/Notwaita-White/cursors/sb_right_arrow differ diff --git a/.icons/Notwaita-White/cursors/sb_up_arrow b/.icons/Notwaita-White/cursors/sb_up_arrow new file mode 100644 index 0000000..10b25a4 Binary files /dev/null and b/.icons/Notwaita-White/cursors/sb_up_arrow differ diff --git a/.icons/Notwaita-White/cursors/sb_v_double_arrow b/.icons/Notwaita-White/cursors/sb_v_double_arrow new file mode 100644 index 0000000..5cf922d Binary files /dev/null and b/.icons/Notwaita-White/cursors/sb_v_double_arrow differ diff --git a/.icons/Notwaita-White/cursors/se-resize b/.icons/Notwaita-White/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Notwaita-White/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/size-hor b/.icons/Notwaita-White/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/size-ver b/.icons/Notwaita-White/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/size_all b/.icons/Notwaita-White/cursors/size_all new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.icons/Notwaita-White/cursors/size_all @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/size_bdiag b/.icons/Notwaita-White/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Notwaita-White/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/size_fdiag b/.icons/Notwaita-White/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Notwaita-White/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/size_hor b/.icons/Notwaita-White/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/size_ver b/.icons/Notwaita-White/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/split_h b/.icons/Notwaita-White/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Notwaita-White/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/split_v b/.icons/Notwaita-White/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/sw-resize b/.icons/Notwaita-White/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Notwaita-White/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/target b/.icons/Notwaita-White/cursors/target new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Notwaita-White/cursors/target @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/tcross b/.icons/Notwaita-White/cursors/tcross new file mode 100644 index 0000000..e1f065d Binary files /dev/null and b/.icons/Notwaita-White/cursors/tcross differ diff --git a/.icons/Notwaita-White/cursors/text b/.icons/Notwaita-White/cursors/text new file mode 120000 index 0000000..18632c4 --- /dev/null +++ b/.icons/Notwaita-White/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/top_left_arrow b/.icons/Notwaita-White/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Notwaita-White/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/top_left_corner b/.icons/Notwaita-White/cursors/top_left_corner new file mode 100644 index 0000000..a353a50 Binary files /dev/null and b/.icons/Notwaita-White/cursors/top_left_corner differ diff --git a/.icons/Notwaita-White/cursors/top_right_corner b/.icons/Notwaita-White/cursors/top_right_corner new file mode 100644 index 0000000..3419d37 Binary files /dev/null and b/.icons/Notwaita-White/cursors/top_right_corner differ diff --git a/.icons/Notwaita-White/cursors/top_side b/.icons/Notwaita-White/cursors/top_side new file mode 100644 index 0000000..7ffad49 Binary files /dev/null and b/.icons/Notwaita-White/cursors/top_side differ diff --git a/.icons/Notwaita-White/cursors/top_tee b/.icons/Notwaita-White/cursors/top_tee new file mode 100644 index 0000000..dc9eec0 Binary files /dev/null and b/.icons/Notwaita-White/cursors/top_tee differ diff --git a/.icons/Notwaita-White/cursors/ul_angle b/.icons/Notwaita-White/cursors/ul_angle new file mode 100644 index 0000000..789d7b4 Binary files /dev/null and b/.icons/Notwaita-White/cursors/ul_angle differ diff --git a/.icons/Notwaita-White/cursors/up-arrow b/.icons/Notwaita-White/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Notwaita-White/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/ur_angle b/.icons/Notwaita-White/cursors/ur_angle new file mode 100644 index 0000000..ca04767 Binary files /dev/null and b/.icons/Notwaita-White/cursors/ur_angle differ diff --git a/.icons/Notwaita-White/cursors/v_double_arrow b/.icons/Notwaita-White/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Notwaita-White/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/vertical-text b/.icons/Notwaita-White/cursors/vertical-text new file mode 100644 index 0000000..f555eeb Binary files /dev/null and b/.icons/Notwaita-White/cursors/vertical-text differ diff --git a/.icons/Notwaita-White/cursors/w-resize b/.icons/Notwaita-White/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Notwaita-White/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/wait b/.icons/Notwaita-White/cursors/wait new file mode 100644 index 0000000..97e989a Binary files /dev/null and b/.icons/Notwaita-White/cursors/wait differ diff --git a/.icons/Notwaita-White/cursors/watch b/.icons/Notwaita-White/cursors/watch new file mode 120000 index 0000000..fd80437 --- /dev/null +++ b/.icons/Notwaita-White/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/wayland-cursor b/.icons/Notwaita-White/cursors/wayland-cursor new file mode 100644 index 0000000..f8ae50a Binary files /dev/null and b/.icons/Notwaita-White/cursors/wayland-cursor differ diff --git a/.icons/Notwaita-White/cursors/whats_this b/.icons/Notwaita-White/cursors/whats_this new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.icons/Notwaita-White/cursors/whats_this @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/x-cursor b/.icons/Notwaita-White/cursors/x-cursor new file mode 120000 index 0000000..7b84daf --- /dev/null +++ b/.icons/Notwaita-White/cursors/x-cursor @@ -0,0 +1 @@ +X_cursor \ No newline at end of file diff --git a/.icons/Notwaita-White/cursors/xterm b/.icons/Notwaita-White/cursors/xterm new file mode 100644 index 0000000..7563504 Binary files /dev/null and b/.icons/Notwaita-White/cursors/xterm differ diff --git a/.icons/Notwaita-White/cursors/zoom-in b/.icons/Notwaita-White/cursors/zoom-in new file mode 100644 index 0000000..012c19a Binary files /dev/null and b/.icons/Notwaita-White/cursors/zoom-in differ diff --git a/.icons/Notwaita-White/cursors/zoom-out b/.icons/Notwaita-White/cursors/zoom-out new file mode 100644 index 0000000..4a8708b Binary files /dev/null and b/.icons/Notwaita-White/cursors/zoom-out differ diff --git a/.icons/Notwaita-White/index.theme b/.icons/Notwaita-White/index.theme new file mode 100644 index 0000000..b4d0105 --- /dev/null +++ b/.icons/Notwaita-White/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=Notwaita-White +Comment=White Notwaita (v1.0.0-alpha1) Xcursors - @ful1e5 fork +Inherits="hicolor" \ No newline at end of file diff --git a/.icons/PolarCursorTheme/COPYRIGHT~ b/.icons/PolarCursorTheme/COPYRIGHT~ new file mode 100644 index 0000000..c321c01 --- /dev/null +++ b/.icons/PolarCursorTheme/COPYRIGHT~ @@ -0,0 +1,16 @@ + Polar Cursor Theme + Copyright (C) 2005 Eric Matthews + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/.icons/PolarCursorTheme/Source/AngleNE.conf b/.icons/PolarCursorTheme/Source/AngleNE.conf new file mode 100755 index 0000000..e143942 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AngleNE.conf @@ -0,0 +1 @@ +32 16 0 AngleNE.png diff --git a/.icons/PolarCursorTheme/Source/AngleNE.conf~ b/.icons/PolarCursorTheme/Source/AngleNE.conf~ new file mode 100644 index 0000000..eec7d0d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AngleNE.conf~ @@ -0,0 +1 @@ +32 0 0 AngleNW.png diff --git a/.icons/PolarCursorTheme/Source/AngleNE.png b/.icons/PolarCursorTheme/Source/AngleNE.png new file mode 100755 index 0000000..45c353b Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AngleNE.png differ diff --git a/.icons/PolarCursorTheme/Source/AngleNW.conf b/.icons/PolarCursorTheme/Source/AngleNW.conf new file mode 100755 index 0000000..eec7d0d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AngleNW.conf @@ -0,0 +1 @@ +32 0 0 AngleNW.png diff --git a/.icons/PolarCursorTheme/Source/AngleNW.png b/.icons/PolarCursorTheme/Source/AngleNW.png new file mode 100755 index 0000000..866b96e Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AngleNW.png differ diff --git a/.icons/PolarCursorTheme/Source/AngleSE.conf b/.icons/PolarCursorTheme/Source/AngleSE.conf new file mode 100755 index 0000000..b1d0700 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AngleSE.conf @@ -0,0 +1 @@ +32 16 16 AngleSE.png diff --git a/.icons/PolarCursorTheme/Source/AngleSE.conf~ b/.icons/PolarCursorTheme/Source/AngleSE.conf~ new file mode 100644 index 0000000..eec7d0d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AngleSE.conf~ @@ -0,0 +1 @@ +32 0 0 AngleNW.png diff --git a/.icons/PolarCursorTheme/Source/AngleSE.png b/.icons/PolarCursorTheme/Source/AngleSE.png new file mode 100755 index 0000000..72c116c Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AngleSE.png differ diff --git a/.icons/PolarCursorTheme/Source/AngleSW.conf b/.icons/PolarCursorTheme/Source/AngleSW.conf new file mode 100755 index 0000000..a645eac --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AngleSW.conf @@ -0,0 +1 @@ +32 0 16 AngleNW.png diff --git a/.icons/PolarCursorTheme/Source/AngleSW.conf~ b/.icons/PolarCursorTheme/Source/AngleSW.conf~ new file mode 100644 index 0000000..eec7d0d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AngleSW.conf~ @@ -0,0 +1 @@ +32 0 0 AngleNW.png diff --git a/.icons/PolarCursorTheme/Source/AngleSW.png b/.icons/PolarCursorTheme/Source/AngleSW.png new file mode 100755 index 0000000..693c3b2 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AngleSW.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner0.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner0.png new file mode 100755 index 0000000..d7be5b9 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner0.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner1.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner1.png new file mode 100755 index 0000000..938d3ad Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner1.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner10.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner10.png new file mode 100755 index 0000000..16fac83 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner10.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner11.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner11.png new file mode 100755 index 0000000..f34305f Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner11.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner12.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner12.png new file mode 100755 index 0000000..5b34cb9 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner12.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner13.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner13.png new file mode 100755 index 0000000..b553c7a Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner13.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner14.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner14.png new file mode 100755 index 0000000..681d21d Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner14.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner15.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner15.png new file mode 100755 index 0000000..e90339a Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner15.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner16.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner16.png new file mode 100755 index 0000000..d1be229 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner16.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner17.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner17.png new file mode 100755 index 0000000..4d18b80 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner17.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner2.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner2.png new file mode 100755 index 0000000..46e561b Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner2.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner3.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner3.png new file mode 100755 index 0000000..96b8d8b Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner3.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner4.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner4.png new file mode 100755 index 0000000..f9ce93a Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner4.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner5.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner5.png new file mode 100755 index 0000000..71dbca6 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner5.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner6.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner6.png new file mode 100755 index 0000000..6c7ee3e Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner6.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner7.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner7.png new file mode 100755 index 0000000..754c1dd Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner7.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner8.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner8.png new file mode 100755 index 0000000..28f5015 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner8.png differ diff --git a/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner9.png b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner9.png new file mode 100755 index 0000000..681778c Binary files /dev/null and b/.icons/PolarCursorTheme/Source/AppSpinner/AppSpinner9.png differ diff --git a/.icons/PolarCursorTheme/Source/AppStarting.conf b/.icons/PolarCursorTheme/Source/AppStarting.conf new file mode 100755 index 0000000..3d2c804 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AppStarting.conf @@ -0,0 +1,18 @@ +32 0 0 AppSpinner/AppSpinner0.png 60 +32 0 0 AppSpinner/AppSpinner1.png 60 +32 0 0 AppSpinner/AppSpinner2.png 60 +32 0 0 AppSpinner/AppSpinner3.png 60 +32 0 0 AppSpinner/AppSpinner4.png 60 +32 0 0 AppSpinner/AppSpinner5.png 60 +32 0 0 AppSpinner/AppSpinner6.png 60 +32 0 0 AppSpinner/AppSpinner7.png 60 +32 0 0 AppSpinner/AppSpinner8.png 60 +32 0 0 AppSpinner/AppSpinner9.png 60 +32 0 0 AppSpinner/AppSpinner10.png 60 +32 0 0 AppSpinner/AppSpinner11.png 60 +32 0 0 AppSpinner/AppSpinner12.png 60 +32 0 0 AppSpinner/AppSpinner13.png 60 +32 0 0 AppSpinner/AppSpinner14.png 60 +32 0 0 AppSpinner/AppSpinner15.png 60 +32 0 0 AppSpinner/AppSpinner16.png 60 +32 0 0 AppSpinner/AppSpinner17.png 60 diff --git a/.icons/PolarCursorTheme/Source/AppStarting.conf~ b/.icons/PolarCursorTheme/Source/AppStarting.conf~ new file mode 100644 index 0000000..332f96d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/AppStarting.conf~ @@ -0,0 +1,30 @@ +32 0 0 AppSpinner/AppSpinner0.png 60 +32 0 0 AppSpinner/AppSpinner1.png 60 +32 0 0 AppSpinner/AppSpinner2.png 60 +32 0 0 AppSpinner/AppSpinner3.png 60 +32 0 0 AppSpinner/AppSpinner4.png 60 +32 0 0 AppSpinner/AppSpinner5.png 60 +32 0 0 AppSpinner/AppSpinner6.png 60 +32 0 0 AppSpinner/AppSpinner7.png 60 +32 0 0 AppSpinner/AppSpinner8.png 60 +32 0 0 AppSpinner/AppSpinner9.png 60 +32 0 0 AppSpinner/AppSpinner10.png 60 +32 0 0 AppSpinner/AppSpinner11.png 60 +32 0 0 AppSpinner/AppSpinner12.png 60 +32 0 0 AppSpinner/AppSpinner13.png 60 +32 0 0 AppSpinner/AppSpinner14.png 60 +32 0 0 AppSpinner/AppSpinner15.png 60 +32 0 0 AppSpinner/AppSpinner16.png 60 +32 0 0 AppSpinner/AppSpinner17.png 60 +32 0 0 AppSpinner/AppSpinner18.png 60 +32 0 0 AppSpinner/AppSpinner19.png 60 +32 0 0 AppSpinner/AppSpinner20.png 60 +32 0 0 AppSpinner/AppSpinner21.png 60 +32 0 0 AppSpinner/AppSpinner22.png 60 +32 0 0 AppSpinner/AppSpinner23.png 60 +32 0 0 AppSpinner/AppSpinner24.png 60 +32 0 0 AppSpinner/AppSpinner25.png 60 +32 0 0 AppSpinner/AppSpinner26.png 60 +32 0 0 AppSpinner/AppSpinner27.png 60 +32 0 0 AppSpinner/AppSpinner28.png 60 +32 0 0 AppSpinner/AppSpinner29.png 60 diff --git a/.icons/PolarCursorTheme/Source/Arrow.conf b/.icons/PolarCursorTheme/Source/Arrow.conf new file mode 100755 index 0000000..5b6cc59 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Arrow.conf @@ -0,0 +1 @@ +32 0 0 Arrow.png diff --git a/.icons/PolarCursorTheme/Source/Arrow.conf~ b/.icons/PolarCursorTheme/Source/Arrow.conf~ new file mode 100644 index 0000000..48ceabf --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Arrow.conf~ @@ -0,0 +1 @@ +34 0 0 Arrow.png diff --git a/.icons/PolarCursorTheme/Source/Arrow.png b/.icons/PolarCursorTheme/Source/Arrow.png new file mode 100755 index 0000000..d10ced5 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Arrow.png differ diff --git a/.icons/PolarCursorTheme/Source/ArrowR.conf~ b/.icons/PolarCursorTheme/Source/ArrowR.conf~ new file mode 100644 index 0000000..5b6cc59 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/ArrowR.conf~ @@ -0,0 +1 @@ +32 0 0 Arrow.png diff --git a/.icons/PolarCursorTheme/Source/ArrowRight.conf b/.icons/PolarCursorTheme/Source/ArrowRight.conf new file mode 100755 index 0000000..1cf46af --- /dev/null +++ b/.icons/PolarCursorTheme/Source/ArrowRight.conf @@ -0,0 +1 @@ +32 14 0 ArrowRight.png diff --git a/.icons/PolarCursorTheme/Source/ArrowRight.png b/.icons/PolarCursorTheme/Source/ArrowRight.png new file mode 100755 index 0000000..8e97815 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/ArrowRight.png differ diff --git a/.icons/PolarCursorTheme/Source/BaseE.png b/.icons/PolarCursorTheme/Source/BaseE.png new file mode 100755 index 0000000..cc66cd1 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/BaseE.png differ diff --git a/.icons/PolarCursorTheme/Source/BaseN.conf b/.icons/PolarCursorTheme/Source/BaseN.conf new file mode 100755 index 0000000..adb586b --- /dev/null +++ b/.icons/PolarCursorTheme/Source/BaseN.conf @@ -0,0 +1 @@ +32 7 15 BaseN.png diff --git a/.icons/PolarCursorTheme/Source/BaseN.conf~ b/.icons/PolarCursorTheme/Source/BaseN.conf~ new file mode 100755 index 0000000..fd336e6 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/BaseN.conf~ @@ -0,0 +1 @@ +32 7 14 BaseN.png diff --git a/.icons/PolarCursorTheme/Source/BaseN.png b/.icons/PolarCursorTheme/Source/BaseN.png new file mode 100755 index 0000000..c1f7016 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/BaseN.png differ diff --git a/.icons/PolarCursorTheme/Source/BaseS.conf b/.icons/PolarCursorTheme/Source/BaseS.conf new file mode 100755 index 0000000..7f23a70 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/BaseS.conf @@ -0,0 +1 @@ +32 7 2 BaseS.png diff --git a/.icons/PolarCursorTheme/Source/BaseS.png b/.icons/PolarCursorTheme/Source/BaseS.png new file mode 100755 index 0000000..467852c Binary files /dev/null and b/.icons/PolarCursorTheme/Source/BaseS.png differ diff --git a/.icons/PolarCursorTheme/Source/BaseW.png b/.icons/PolarCursorTheme/Source/BaseW.png new file mode 100755 index 0000000..b197e2b Binary files /dev/null and b/.icons/PolarCursorTheme/Source/BaseW.png differ diff --git a/.icons/PolarCursorTheme/Source/Build.sh b/.icons/PolarCursorTheme/Source/Build.sh new file mode 100755 index 0000000..91395e3 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Build.sh @@ -0,0 +1,280 @@ +#!/bin/sh + +if test ! -d cursors; +then mkdir cursors +else +rm -rf cursors +mkdir cursors +fi + + + +########### Build cursors + +xcursorgen AppStarting.conf cursors/AppStarting +xcursorgen Arrow.conf cursors/Arrow +xcursorgen ArrowRight.conf cursors/ArrowRight +xcursorgen AngleNW.conf cursors/AngleNW +xcursorgen AngleNE.conf cursors/AngleNE +xcursorgen AngleSW.conf cursors/AngleSW +xcursorgen AngleSE.conf cursors/AngleSE +xcursorgen Copy.conf cursors/Copy +xcursorgen Cross.conf cursors/Cross +xcursorgen Crosshair.conf cursors/Crosshair +xcursorgen Circle.conf cursors/Circle +xcursorgen DND-ask.conf cursors/DND-ask +xcursorgen DND-copy.conf cursors/DND-copy +xcursorgen DND-link.conf cursors/DND-link +xcursorgen Hand.conf cursors/Hand + +xcursorgen Handgrab.conf cursors/Handgrab +xcursorgen Handsqueezed.conf cursors/Handsqueezed + +xcursorgen Handwriting.conf cursors/Handwriting +xcursorgen Help.conf cursors/Help +xcursorgen IBeam.conf cursors/IBeam +xcursorgen Link.conf cursors/Link +xcursorgen Move.conf cursors/Move +xcursorgen NO.conf cursors/NO +xcursorgen SizeAll.conf cursors/SizeAll +xcursorgen SizeNESW.conf cursors/SizeNESW +xcursorgen SizeNS.conf cursors/SizeNS +xcursorgen SizeNWSE.conf cursors/SizeNWSE +xcursorgen SizeWE.conf cursors/SizeWE +xcursorgen UpArrow.conf cursors/UpArrow +xcursorgen DownArrow.conf cursors/DownArrow +xcursorgen LeftArrow.conf cursors/LeftArrow +xcursorgen RightArrow.conf cursors/RightArrow +xcursorgen BaseN.conf cursors/BaseN +xcursorgen BaseS.conf cursors/BaseS +xcursorgen HDoubleArrow.conf cursors/HDoubleArrow +xcursorgen VDoubleArrow.conf cursors/VDoubleArrow +xcursorgen Wait.conf cursors/Wait +xcursorgen X.conf cursors/X + +xcursorgen ZoomIn.conf cursors/ZoomIn +xcursorgen ZoomOut.conf cursors/ZoomOut + + +cd cursors + + + +########### Create copies and symlinks + +#---------- AngleNW +cp AngleNW ul_angle +cp AngleNW dnd-none +cp AngleNW dnd-move +rm -f AngleNW + +#---------- AngleNE +cp AngleNE ur_angle +rm -f AngleNE + +#---------- AngleSW +cp AngleSW ll_angle +rm -f AngleSW + +#---------- AngleSE +cp AngleSE lr_angle +rm -f AngleSE + +#---------- AppStarting +cp AppStarting left_ptr_watch +cp -s left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd +cp -s left_ptr_watch 3ecb610c1bf2410f44200f48c40d3599 +rm -f AppStarting + +#---------- Arrow +cp Arrow arrow +cp Arrow draft_large +cp Arrow draft_small +cp Arrow left_ptr +cp Arrow right_ptr +cp Arrow top_left_arrow +rm -f Arrow + +#---------- ArrowRight +cp ArrowRight right_ptr +rm -f ArrowRight + +#---------- BaseN +cp BaseN base_arrow_up +cp BaseN based_arrow_up +rm -f BaseN + +#---------- BaseS +cp BaseS base_arrow_down +cp BaseS based_arrow_down +rm -f BaseS + +#---------- Cirlce +cp Circle circle +rm -f Circle + +#---------- Copy +cp Copy copy +cp -s copy 1081e37283d90000800003c07f3ef6bf +cp -s copy 6407b0e94181790501fd1e167b474872 +cp -s copy 08ffe1cb5fe6fc01f906f1c063814ccf +rm -f Copy + +#---------- Cross +cp Cross cross +cp Cross cross_reverse +cp Cross tcross +rm -f Cross + +#---------- Crosshair +cp Crosshair crosshair +rm -f Crosshair + +#---------- DND-ask +cp DND-ask dnd-ask +rm -f DND-ask + +#---------- DND-copy +cp DND-copy dnd-copy +rm -f DND-copy + +#---------- DND-link +cp DND-link dnd-link +rm -f DND-link + +#---------- Handpointer +cp Hand hand +cp Hand hand1 +cp Hand hand2 +cp -s hand2 e29285e634086352946a0e7090d73106 +rm -f Hand + +#---------- Handgrab +cp Handgrab HandGrab +cp -s HandGrab 9d800788f1b08800ae810202380a0822 +cp -s HandGrab 5aca4d189052212118709018842178c0 +rm -f Handgrab + +#---------- Handsqueezed +cp Handsqueezed HandSqueezed +cp -s HandSqueezed 208530c400c041818281048008011002 +rm -f Handsqueezed + + +#---------- Handwriting +cp Handwriting pencil +rm -f Handwriting + +#---------- Help +cp Help question_arrow +cp -s question_arrow d9ce0ab605698f320427677b458ad60b +cp -s question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 +rm -f Help + +#---------- IBeam +cp IBeam xterm +rm -f IBeam + +#---------- Link +cp Link link +cp -s link 3085a0e285430894940527032f8b26df +cp -s link 640fb0e74195791501fd1ed57b41487f +cp -s link 0876e1c15ff2fc01f906f1c363074c0f +rm -f Link + +#---------- NO +cp NO crossed_circle +cp NO dnd-none +cp -s crossed_circle 03b6e0fcb3499374a867c041f52298f0 +rm -f NO + +#---------- Move +cp Move move +cp Move plus +cp -s move 4498f0e0c1937ffe01fd06f973665830 +cp -s move 9081237383d90e509aa00f00170e968f +rm -f Move + +#---------- SizeAll +cp SizeAll fleur +rm -f SizeAll + +#---------- SizeNESW +cp SizeNESW bottom_left_corner +cp SizeNESW fd_double_arrow +cp SizeNESW top_right_corner +cp -s fd_double_arrow fcf1c3c7cd4491d801f1e1c78f100000 +rm -f SizeNESW + +#---------- SizeNS +cp SizeNS bottom_side +cp SizeNS double_arrow +cp SizeNS top_side +cp -s double_arrow 00008160000006810000408080010102 +rm -f SizeNS + +#---------- SizeNWSE +cp SizeNWSE bd_double_arrow +cp SizeNWSE bottom_right_corner +cp SizeNWSE top_left_corner +cp -s bd_double_arrow c7088f0f3e6c8088236ef8e1e3e70000 +rm -f SizeNWSE + +#---------- SizeWE +cp SizeWE left_side +cp SizeWE right_side +cp -s right_side 028006030e0e7ebffc7f7070c0600140 +rm -f SizeWE + +#---------- UpArrow +cp UpArrow center_ptr +cp UpArrow sb_up_arrow +rm -f UpArrow + +#---------- DownArrow +cp DownArrow sb_down_arrow +rm -f DownArrow + +#---------- LeftArrow +cp LeftArrow sb_left_arrow +rm -f LeftArrow + +#---------- RightArrow +cp RightArrow sb_right_arrow +rm -f RightArrow + +#---------- HDoubleArrow +cp HDoubleArrow h_double_arrow +cp HDoubleArrow sb_h_double_arrow +cp -s sb_h_double_arrow 14fef782d02440884392942c11205230 + +rm -f HdoubleArrow + +#---------- VDoubleArrow +cp VDoubleArrow v_double_arrow +cp VDoubleArrow sb_v_double_arrow +cp -s sb_v_double_arrow 2870a09082c103050810ffdffffe0204 + +rm -f VdoubleArrow + +#---------- Wait +cp Wait watch +rm -f Wait + +#---------- X +cp X X_cursor +rm -f X + +#---------- ZoomIn +cp ZoomIn zoomIn +cp -s zoomIn f41c0e382c94c0958e07017e42b00462 +rm -f ZoomIn +#---------- ZoomOut +cp ZoomOut zoomOut +cp -s zoomOut f41c0e382c97c0938e07017e42800402 +rm -f ZoomOut + + + +########### Done! +echo "Done!" diff --git a/.icons/PolarCursorTheme/Source/Build.sh~ b/.icons/PolarCursorTheme/Source/Build.sh~ new file mode 100755 index 0000000..4b0337d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Build.sh~ @@ -0,0 +1,281 @@ +#!/bin/sh + +if test ! -d cursors; +then mkdir cursors +else +rm -rf cursors +mkdir cursors +fi + + + +########### Build cursors + +xcursorgen AppStarting.conf cursors/AppStarting +xcursorgen Arrow.conf cursors/Arrow +xcursorgen ArrowRight.conf cursors/ArrowRight +xcursorgen AngleNW.conf cursors/AngleNW +xcursorgen AngleNE.conf cursors/AngleNE +xcursorgen AngleSW.conf cursors/AngleSW +xcursorgen AngleSE.conf cursors/AngleSE +xcursorgen Copy.conf cursors/Copy +xcursorgen Cross.conf cursors/Cross +xcursorgen Crosshair.conf cursors/Crosshair +xcursorgen Circle.conf cursors/Circle +xcursorgen DND-ask.conf cursors/DND-ask +xcursorgen DND-copy.conf cursors/DND-copy +xcursorgen DND-link.conf cursors/DND-link +xcursorgen Hand.conf cursors/Hand + +xcursorgen Handgrab.conf cursors/Handgrab +xcursorgen Handsqueezed.conf cursors/Handsqueezed + +xcursorgen Handwriting.conf cursors/Handwriting +xcursorgen Help.conf cursors/Help +xcursorgen IBeam.conf cursors/IBeam +xcursorgen Link.conf cursors/Link +xcursorgen Move.conf cursors/Move +xcursorgen NO.conf cursors/NO +xcursorgen SizeAll.conf cursors/SizeAll +xcursorgen SizeNESW.conf cursors/SizeNESW +xcursorgen SizeNS.conf cursors/SizeNS +xcursorgen SizeNWSE.conf cursors/SizeNWSE +xcursorgen SizeWE.conf cursors/SizeWE +xcursorgen UpArrow.conf cursors/UpArrow +xcursorgen DownArrow.conf cursors/DownArrow +xcursorgen LeftArrow.conf cursors/LeftArrow +xcursorgen RightArrow.conf cursors/RightArrow +xcursorgen BaseN.conf cursors/BaseN +xcursorgen BaseS.conf cursors/BaseS +xcursorgen HDoubleArrow.conf cursors/HDoubleArrow +xcursorgen VDoubleArrow.conf cursors/VDoubleArrow +xcursorgen Wait.conf cursors/Wait +xcursorgen X.conf cursors/X + +xcursorgen ZoomIn.conf cursors/ZoomIn +xcursorgen ZoomOut.conf cursors/ZoomOut + + +cd cursors + + + +########### Create copies and symlinks + +#---------- AngleNW +cp AngleNW ul_angle +cp AngleNW dnd-none +cp AngleNW dnd-move +rm -f AngleNW + +#---------- AngleNE +cp AngleNE ur_angle +rm -f AngleNE + +#---------- AngleSW +cp AngleSW ll_angle +rm -f AngleSW + +#---------- AngleSE +cp AngleSE lr_angle +rm -f AngleSE + +#---------- AppStarting +cp AppStarting left_ptr_watch +cp -s left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd +cp -s left_ptr_watch 3ecb610c1bf2410f44200f48c40d3599 +rm -f AppStarting + +#---------- Arrow +cp Arrow arrow +cp Arrow draft_large +cp Arrow draft_small +cp Arrow left_ptr +cp Arrow right_ptr +cp Arrow top_left_arrow +rm -f Arrow + +#---------- ArrowRight +cp ArrowRight right_ptr +rm -f ArrowRight + +#---------- BaseN +cp BaseN base_arrow_up +cp BaseN based_arrow_up +rm -f BaseN + +#---------- BaseS +cp BaseS base_arrow_down +cp BaseS based_arrow_down +rm -f BaseS + +#---------- Cirlce +cp Circle circle +rm -f Circle + +#---------- Copy +cp Copy copy +cp -s copy 1081e37283d90000800003c07f3ef6bf +cp -s copy 6407b0e94181790501fd1e167b474872 +cp -s copy 08ffe1cb5fe6fc01f906f1c063814ccf +rm -f Copy + +#---------- Cross +cp Cross cross +cp Cross cross_reverse +cp Cross tcross +rm -f Cross + +#---------- Crosshair +cp Crosshair crosshair +rm -f Crosshair + +#---------- DND-ask +cp DND-ask dnd-ask +rm -f DND-ask + +#---------- DND-copy +cp DND-copy dnd-copy +rm -f DND-copy + +#---------- DND-link +cp DND-link dnd-link +rm -f DND-link + +#---------- Handpointer +cp Hand hand +cp Hand hand1 +cp -s hand1 9d800788f1b08800ae810202380a0822 +cp Hand hand2 +cp -s hand2 e29285e634086352946a0e7090d73106 +rm -f Hand + +#---------- Handgrab +cp Handgrab HandGrab + +cp -s HandGrab 5aca4d189052212118709018842178c0 +rm -f Handgrab + +#---------- Handsqueezed +cp Handsqueezed HandSqueezed +cp -s HandSqueezed 208530c400c041818281048008011002 +rm -f Handsqueezed + + +#---------- Handwriting +cp Handwriting pencil +rm -f Handwriting + +#---------- Help +cp Help question_arrow +cp -s question_arrow d9ce0ab605698f320427677b458ad60b +cp -s question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 +rm -f Help + +#---------- IBeam +cp IBeam xterm +rm -f IBeam + +#---------- Link +cp Link link +cp -s link 3085a0e285430894940527032f8b26df +cp -s link 640fb0e74195791501fd1ed57b41487f +cp -s link 0876e1c15ff2fc01f906f1c363074c0f +rm -f Link + +#---------- NO +cp NO crossed_circle +cp NO dnd-none +cp -s crossed_circle 03b6e0fcb3499374a867c041f52298f0 +rm -f NO + +#---------- Move +cp Move move +cp Move plus +cp -s move 4498f0e0c1937ffe01fd06f973665830 +cp -s move 9081237383d90e509aa00f00170e968f +rm -f Move + +#---------- SizeAll +cp SizeAll fleur +rm -f SizeAll + +#---------- SizeNESW +cp SizeNESW bottom_left_corner +cp SizeNESW fd_double_arrow +cp SizeNESW top_right_corner +cp -s fd_double_arrow fcf1c3c7cd4491d801f1e1c78f100000 +rm -f SizeNESW + +#---------- SizeNS +cp SizeNS bottom_side +cp SizeNS double_arrow +cp SizeNS top_side +cp -s double_arrow 00008160000006810000408080010102 +rm -f SizeNS + +#---------- SizeNWSE +cp SizeNWSE bd_double_arrow +cp SizeNWSE bottom_right_corner +cp SizeNWSE top_left_corner +cp -s bd_double_arrow c7088f0f3e6c8088236ef8e1e3e70000 +rm -f SizeNWSE + +#---------- SizeWE +cp SizeWE left_side +cp SizeWE right_side +cp -s right_side 028006030e0e7ebffc7f7070c0600140 +rm -f SizeWE + +#---------- UpArrow +cp UpArrow center_ptr +cp UpArrow sb_up_arrow +rm -f UpArrow + +#---------- DownArrow +cp DownArrow sb_down_arrow +rm -f DownArrow + +#---------- LeftArrow +cp LeftArrow sb_left_arrow +rm -f LeftArrow + +#---------- RightArrow +cp RightArrow sb_right_arrow +rm -f RightArrow + +#---------- HDoubleArrow +cp HDoubleArrow h_double_arrow +cp HDoubleArrow sb_h_double_arrow +cp -s sb_h_double_arrow 14fef782d02440884392942c11205230 + +rm -f HdoubleArrow + +#---------- VDoubleArrow +cp VDoubleArrow v_double_arrow +cp VDoubleArrow sb_v_double_arrow +cp -s sb_v_double_arrow 2870a09082c103050810ffdffffe0204 + +rm -f VdoubleArrow + +#---------- Wait +cp Wait watch +rm -f Wait + +#---------- X +cp X X_cursor +rm -f X + +#---------- ZoomIn +cp ZoomIn zoomIn +cp -s zoomIn f41c0e382c94c0958e07017e42b00462 +rm -f ZoomIn +#---------- ZoomOut +cp ZoomOut zoomOut +cp -s zoomOut f41c0e382c97c0938e07017e42800402 +rm -f ZoomOut + + + +########### Done! +echo "Done!" diff --git a/.icons/PolarCursorTheme/Source/Buildwand.sh~ b/.icons/PolarCursorTheme/Source/Buildwand.sh~ new file mode 100644 index 0000000..32c2fe9 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Buildwand.sh~ @@ -0,0 +1,230 @@ +#!/bin/sh + +if test ! -d cursors_wand; +then mkdir cursors_wand +else +rm -rf cursors_wand +mkdir cursors_wand +fi + + + +########### Build cursors_wand + +xcursorgen AppStarting.conf cursors_wand/AppStarting +xcursorgen Arrow.conf cursors_wand/Arrow +xcursorgen ArrowRight.conf cursors_wand/ArrowRight +xcursorgen AngleNW.conf cursors_wand/AngleNW +xcursorgen AngleNE.conf cursors_wand/AngleNE +xcursorgen AngleSW.conf cursors_wand/AngleSW +xcursorgen AngleSE.conf cursors_wand/AngleSE +xcursorgen Copy.conf cursors_wand/Copy +xcursorgen Cross.conf cursors_wand/Cross +xcursorgen Crosshair.conf cursors_wand/Crosshair +xcursorgen Wand.conf cursors_wand/Wand +xcursorgen Handwriting.conf cursors_wand/Handwriting +xcursorgen Help.conf cursors_wand/Help +xcursorgen IBeam.conf cursors_wand/IBeam +xcursorgen Link.conf cursors_wand/Link +xcursorgen Move.conf cursors_wand/Move +xcursorgen Circle.conf cursors_wand/Circle +xcursorgen NO.conf cursors_wand/NO +xcursorgen X.conf cursors_wand/X +xcursorgen SizeAll.conf cursors_wand/SizeAll +xcursorgen SizeNESW.conf cursors_wand/SizeNESW +xcursorgen SizeNS.conf cursors_wand/SizeNS +xcursorgen SizeNWSE.conf cursors_wand/SizeNWSE +xcursorgen SizeWE.conf cursors_wand/SizeWE +xcursorgen UpArrow.conf cursors_wand/UpArrow +xcursorgen DownArrow.conf cursors_wand/DownArrow +xcursorgen LeftArrow.conf cursors_wand/LeftArrow +xcursorgen RightArrow.conf cursors_wand/RightArrow +xcursorgen BaseN.conf cursors_wand/BaseN +xcursorgen BaseS.conf cursors_wand/BaseS +xcursorgen HDoubleArrow.conf cursors_wand/HDoubleArrow +xcursorgen VDoubleArrow.conf cursors_wand/VDoubleArrow +xcursorgen Wait.conf cursors_wand/Wait + +cd cursors_wand + + + +########### Create copies and symlinks + +#---------- AppStarting +cp AppStarting left_ptr_watch +cp -s left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd +cp -s left_ptr_watch 3ecb610c1bf2410f44200f48c40d3599 +rm -f AppStarting + +#---------- Arrow +cp Arrow arrow +cp Arrow draft_large +cp Arrow draft_small +cp Arrow left_ptr +cp Arrow right_ptr +cp Arrow top_left_arrow +rm -f Arrow + +#---------- ArrowRight +cp ArrowRight right_ptr +rm -f ArrowRight + +#---------- Move +cp Move move +cp Move plus +cp -s move 4498f0e0c1937ffe01fd06f973665830 +cp -s move 9081237383d90e509aa00f00170e968f +rm -f Move + +#---------- Copy +cp Copy copy +cp -s copy 1081e37283d90000800003c07f3ef6bf +cp -s copy 6407b0e94181790501fd1e167b474872 +rm -f Copy + +#---------- Cross +cp Cross cross +cp Cross cross_reverse +cp Cross tcross +rm -f Cross + +#---------- Crosshair +cp Crosshair crosshair +rm -f Crosshair + +#---------- Wand +cp Wand hand +cp Wand hand1 +cp Wand hand2 +cp -s hand1 9d800788f1b08800ae810202380a0822 +cp -s hand2 e29285e634086352946a0e7090d73106 +rm -f Wand + +#---------- Handwriting +cp Handwriting pencil +rm -f Handwriting + +#---------- Help +cp Help question_arrow +cp -s question_arrow d9ce0ab605698f320427677b458ad60b +cp -s question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 +rm -f Help + +#---------- IBeam +cp IBeam xterm +rm -f IBeam + +#---------- Link +cp Link link +cp -s link 3085a0e285430894940527032f8b26df +cp -s link 640fb0e74195791501fd1ed57b41487f +rm -f Link + +#---------- Cirlce +cp Circle circle +rm -f Circle + +#---------- NO +cp NO crossed_circle +cp -s crossed_circle 03b6e0fcb3499374a867c041f52298f0 +rm -f NO + +#---------- X +cp X X_cursor +rm -f X + +#---------- SizeAll +cp SizeAll fleur +rm -f SizeAll + +#---------- SizeNESW +cp SizeNESW bottom_left_corner +cp SizeNESW fd_double_arrow +cp SizeNESW top_right_corner +cp -s fd_double_arrow fcf1c3c7cd4491d801f1e1c78f100000 +rm -f SizeNESW + +#---------- SizeNS +cp SizeNS bottom_side +cp SizeNS double_arrow +cp SizeNS top_side +cp SizeNS sb_v_double_arrow +cp -s sb_v_double_arrow 2870a09082c103050810ffdffffe0204 + +rm -f SizeNS + +#---------- SizeNWSE +cp SizeNWSE bd_double_arrow +cp SizeNWSE bottom_right_corner +cp SizeNWSE top_left_corner +cp -s bd_double_arrow c7088f0f3e6c8088236ef8e1e3e70000 +rm -f SizeNWSE + +#---------- SizeWE +cp SizeWE left_side +cp SizeWE right_side +cp SizeWE sb_h_double_arrow +cp -s sb_h_double_arrow 14fef782d02440884392942c11205230 +rm -f SizeWE + +#---------- AngleNW +cp AngleNW ul_angle +rm -f AngleNW + +#---------- AngleNE +cp AngleNE ur_angle +rm -f AngleNE + +#---------- AngleSW +cp AngleSW ll_angle +rm -f AngleSW + +#---------- AngleSE +cp AngleSE lr_angle +rm -f AngleSE + + +#---------- UpArrow +cp UpArrow center_ptr +cp UpArrow sb_up_arrow +rm -f UpArrow + +#---------- DownArrow +cp DownArrow sb_down_arrow +rm -f DownArrow + +#---------- LeftArrow +cp LeftArrow sb_left_arrow +rm -f LeftArrow + +#---------- RightArrow +cp RightArrow sb_right_arrow +rm -f RightArrow + +#---------- BaseN +cp BaseN base_arrow_up +cp BaseN based_arrow_up +rm -f BaseN + +#---------- BaseS +cp BaseS base_arrow_down +cp BaseS based_arrow_down +rm -f BaseS + +#---------- HDoubleArrow +cp HDoubleArrow h_double_arrow +cp -s h_double_arrow 028006030e0e7ebffc7f7070c0600140 +rm -f HdoubleArrow + +#---------- VDoubleArrow +cp VDoubleArrow v_double_arrow +cp -s v_double_arrow 00008160000006810000408080010102 +rm -f VdoubleArrow + +#---------- Wait +cp Wait watch +rm -f Wait + +########### Done! +echo "Done!" diff --git a/.icons/PolarCursorTheme/Source/Circle.conf b/.icons/PolarCursorTheme/Source/Circle.conf new file mode 100755 index 0000000..bf8698e --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Circle.conf @@ -0,0 +1 @@ +32 11 11 Circle.png diff --git a/.icons/PolarCursorTheme/Source/Circle.conf~ b/.icons/PolarCursorTheme/Source/Circle.conf~ new file mode 100755 index 0000000..3785f05 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Circle.conf~ @@ -0,0 +1 @@ +32 10 10 Circle.png diff --git a/.icons/PolarCursorTheme/Source/Circle.png b/.icons/PolarCursorTheme/Source/Circle.png new file mode 100755 index 0000000..1530b6c Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Circle.png differ diff --git a/.icons/PolarCursorTheme/Source/Copy.conf b/.icons/PolarCursorTheme/Source/Copy.conf new file mode 100755 index 0000000..882ea90 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Copy.conf @@ -0,0 +1 @@ +32 0 0 Copy.png diff --git a/.icons/PolarCursorTheme/Source/Copy.conf~ b/.icons/PolarCursorTheme/Source/Copy.conf~ new file mode 100644 index 0000000..f0dbc1d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Copy.conf~ @@ -0,0 +1 @@ +34 0 0 Copy.png diff --git a/.icons/PolarCursorTheme/Source/Copy.png b/.icons/PolarCursorTheme/Source/Copy.png new file mode 100755 index 0000000..ae8796e Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Copy.png differ diff --git a/.icons/PolarCursorTheme/Source/Cross.conf b/.icons/PolarCursorTheme/Source/Cross.conf new file mode 100755 index 0000000..3abec21 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Cross.conf @@ -0,0 +1 @@ +32 11 11 Cross.png diff --git a/.icons/PolarCursorTheme/Source/Cross.conf~ b/.icons/PolarCursorTheme/Source/Cross.conf~ new file mode 100644 index 0000000..51527ec --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Cross.conf~ @@ -0,0 +1 @@ +32 10 10 Cross.png diff --git a/.icons/PolarCursorTheme/Source/Cross.png b/.icons/PolarCursorTheme/Source/Cross.png new file mode 100755 index 0000000..b991c4f Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Cross.png differ diff --git a/.icons/PolarCursorTheme/Source/Crosshair.conf b/.icons/PolarCursorTheme/Source/Crosshair.conf new file mode 100755 index 0000000..3953a52 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Crosshair.conf @@ -0,0 +1 @@ +32 11 11 Crosshair.png diff --git a/.icons/PolarCursorTheme/Source/Crosshair.png b/.icons/PolarCursorTheme/Source/Crosshair.png new file mode 100755 index 0000000..8f8f6fb Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Crosshair.png differ diff --git a/.icons/PolarCursorTheme/Source/Cursors.svg b/.icons/PolarCursorTheme/Source/Cursors.svg new file mode 100755 index 0000000..feef83d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Cursors.svg @@ -0,0 +1,2457 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.icons/PolarCursorTheme/Source/DND-ask.conf b/.icons/PolarCursorTheme/Source/DND-ask.conf new file mode 100755 index 0000000..e831037 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/DND-ask.conf @@ -0,0 +1 @@ +32 0 0 DND-ask.png diff --git a/.icons/PolarCursorTheme/Source/DND-ask.conf~ b/.icons/PolarCursorTheme/Source/DND-ask.conf~ new file mode 100755 index 0000000..e831037 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/DND-ask.conf~ @@ -0,0 +1 @@ +32 0 0 DND-ask.png diff --git a/.icons/PolarCursorTheme/Source/DND-ask.png b/.icons/PolarCursorTheme/Source/DND-ask.png new file mode 100755 index 0000000..f5198a0 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/DND-ask.png differ diff --git a/.icons/PolarCursorTheme/Source/DND-copy.conf b/.icons/PolarCursorTheme/Source/DND-copy.conf new file mode 100755 index 0000000..42c116d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/DND-copy.conf @@ -0,0 +1 @@ +32 0 0 DND-copy.png diff --git a/.icons/PolarCursorTheme/Source/DND-copy.conf~ b/.icons/PolarCursorTheme/Source/DND-copy.conf~ new file mode 100755 index 0000000..eec7d0d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/DND-copy.conf~ @@ -0,0 +1 @@ +32 0 0 AngleNW.png diff --git a/.icons/PolarCursorTheme/Source/DND-copy.png b/.icons/PolarCursorTheme/Source/DND-copy.png new file mode 100755 index 0000000..3a779ea Binary files /dev/null and b/.icons/PolarCursorTheme/Source/DND-copy.png differ diff --git a/.icons/PolarCursorTheme/Source/DND-link.conf b/.icons/PolarCursorTheme/Source/DND-link.conf new file mode 100755 index 0000000..1bb7299 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/DND-link.conf @@ -0,0 +1 @@ +32 0 0 DND-link.png diff --git a/.icons/PolarCursorTheme/Source/DND-link.conf~ b/.icons/PolarCursorTheme/Source/DND-link.conf~ new file mode 100755 index 0000000..eec7d0d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/DND-link.conf~ @@ -0,0 +1 @@ +32 0 0 AngleNW.png diff --git a/.icons/PolarCursorTheme/Source/DND-link.png b/.icons/PolarCursorTheme/Source/DND-link.png new file mode 100755 index 0000000..3d26923 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/DND-link.png differ diff --git a/.icons/PolarCursorTheme/Source/DownArrow.conf b/.icons/PolarCursorTheme/Source/DownArrow.conf new file mode 100755 index 0000000..3630058 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/DownArrow.conf @@ -0,0 +1 @@ +32 6 21 DownArrow.png diff --git a/.icons/PolarCursorTheme/Source/DownArrow.png b/.icons/PolarCursorTheme/Source/DownArrow.png new file mode 100755 index 0000000..c26e01e Binary files /dev/null and b/.icons/PolarCursorTheme/Source/DownArrow.png differ diff --git a/.icons/PolarCursorTheme/Source/HDoubleArrow.conf b/.icons/PolarCursorTheme/Source/HDoubleArrow.conf new file mode 100755 index 0000000..8b7ddaa --- /dev/null +++ b/.icons/PolarCursorTheme/Source/HDoubleArrow.conf @@ -0,0 +1 @@ +32 12 7 HDoubleArrow.png diff --git a/.icons/PolarCursorTheme/Source/HDoubleArrow.png b/.icons/PolarCursorTheme/Source/HDoubleArrow.png new file mode 100755 index 0000000..d46e250 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/HDoubleArrow.png differ diff --git a/.icons/PolarCursorTheme/Source/Hand.conf b/.icons/PolarCursorTheme/Source/Hand.conf new file mode 100755 index 0000000..0a86d51 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Hand.conf @@ -0,0 +1 @@ +32 5 0 HandPointer.png diff --git a/.icons/PolarCursorTheme/Source/Hand.conf~ b/.icons/PolarCursorTheme/Source/Hand.conf~ new file mode 100644 index 0000000..0a86d51 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Hand.conf~ @@ -0,0 +1 @@ +32 5 0 HandPointer.png diff --git a/.icons/PolarCursorTheme/Source/Hand.png b/.icons/PolarCursorTheme/Source/Hand.png new file mode 100755 index 0000000..541eb16 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Hand.png differ diff --git a/.icons/PolarCursorTheme/Source/HandPointer.png b/.icons/PolarCursorTheme/Source/HandPointer.png new file mode 100755 index 0000000..b10af59 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/HandPointer.png differ diff --git a/.icons/PolarCursorTheme/Source/Handgrab.conf b/.icons/PolarCursorTheme/Source/Handgrab.conf new file mode 100755 index 0000000..4819646 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Handgrab.conf @@ -0,0 +1 @@ +32 9 10 Hand.png diff --git a/.icons/PolarCursorTheme/Source/Handgrab.conf~ b/.icons/PolarCursorTheme/Source/Handgrab.conf~ new file mode 100755 index 0000000..0a86d51 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Handgrab.conf~ @@ -0,0 +1 @@ +32 5 0 HandPointer.png diff --git a/.icons/PolarCursorTheme/Source/Handsqueezed.conf b/.icons/PolarCursorTheme/Source/Handsqueezed.conf new file mode 100755 index 0000000..1553b3d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Handsqueezed.conf @@ -0,0 +1 @@ +32 9 10 Handsqueezed.png diff --git a/.icons/PolarCursorTheme/Source/Handsqueezed.conf~ b/.icons/PolarCursorTheme/Source/Handsqueezed.conf~ new file mode 100755 index 0000000..2ae1431 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Handsqueezed.conf~ @@ -0,0 +1 @@ +32 32 9 10 Handsqueezed.png diff --git a/.icons/PolarCursorTheme/Source/Handsqueezed.png b/.icons/PolarCursorTheme/Source/Handsqueezed.png new file mode 100755 index 0000000..5b7567f Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Handsqueezed.png differ diff --git a/.icons/PolarCursorTheme/Source/Handwriting.conf b/.icons/PolarCursorTheme/Source/Handwriting.conf new file mode 100755 index 0000000..679426a --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Handwriting.conf @@ -0,0 +1 @@ +32 0 20 Handwriting.png diff --git a/.icons/PolarCursorTheme/Source/Handwriting.conf~ b/.icons/PolarCursorTheme/Source/Handwriting.conf~ new file mode 100644 index 0000000..8aed611 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Handwriting.conf~ @@ -0,0 +1 @@ +32 1 22 Handwriting.png diff --git a/.icons/PolarCursorTheme/Source/Handwriting.png b/.icons/PolarCursorTheme/Source/Handwriting.png new file mode 100755 index 0000000..356deb7 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Handwriting.png differ diff --git a/.icons/PolarCursorTheme/Source/Help.conf b/.icons/PolarCursorTheme/Source/Help.conf new file mode 100755 index 0000000..ab4daf9 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Help.conf @@ -0,0 +1 @@ +32 0 0 Help.png diff --git a/.icons/PolarCursorTheme/Source/Help.conf~ b/.icons/PolarCursorTheme/Source/Help.conf~ new file mode 100644 index 0000000..59b09c5 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Help.conf~ @@ -0,0 +1 @@ +34 0 0 Help.png diff --git a/.icons/PolarCursorTheme/Source/Help.png b/.icons/PolarCursorTheme/Source/Help.png new file mode 100755 index 0000000..aa3ac38 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Help.png differ diff --git a/.icons/PolarCursorTheme/Source/IBeam.conf b/.icons/PolarCursorTheme/Source/IBeam.conf new file mode 100755 index 0000000..4c230a7 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/IBeam.conf @@ -0,0 +1 @@ +32 5 9 IBeam.png diff --git a/.icons/PolarCursorTheme/Source/IBeam.conf~ b/.icons/PolarCursorTheme/Source/IBeam.conf~ new file mode 100644 index 0000000..b4392d9 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/IBeam.conf~ @@ -0,0 +1 @@ +32 5 8 IBeam.png diff --git a/.icons/PolarCursorTheme/Source/IBeam.png b/.icons/PolarCursorTheme/Source/IBeam.png new file mode 100755 index 0000000..3de28ad Binary files /dev/null and b/.icons/PolarCursorTheme/Source/IBeam.png differ diff --git a/.icons/PolarCursorTheme/Source/LeftArrow.conf b/.icons/PolarCursorTheme/Source/LeftArrow.conf new file mode 100755 index 0000000..45be23e --- /dev/null +++ b/.icons/PolarCursorTheme/Source/LeftArrow.conf @@ -0,0 +1 @@ +32 0 6 LeftArrow.png diff --git a/.icons/PolarCursorTheme/Source/LeftArrow.png b/.icons/PolarCursorTheme/Source/LeftArrow.png new file mode 100755 index 0000000..c394c80 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/LeftArrow.png differ diff --git a/.icons/PolarCursorTheme/Source/Link.conf b/.icons/PolarCursorTheme/Source/Link.conf new file mode 100755 index 0000000..c810bd5 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Link.conf @@ -0,0 +1 @@ +32 0 0 Link.png diff --git a/.icons/PolarCursorTheme/Source/Link.conf~ b/.icons/PolarCursorTheme/Source/Link.conf~ new file mode 100644 index 0000000..2993967 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Link.conf~ @@ -0,0 +1 @@ +34 0 0 Link.png diff --git a/.icons/PolarCursorTheme/Source/Link.png b/.icons/PolarCursorTheme/Source/Link.png new file mode 100755 index 0000000..e8ce057 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Link.png differ diff --git a/.icons/PolarCursorTheme/Source/Move.conf b/.icons/PolarCursorTheme/Source/Move.conf new file mode 100755 index 0000000..747fb4f --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Move.conf @@ -0,0 +1 @@ +32 0 0 Move.png diff --git a/.icons/PolarCursorTheme/Source/Move.conf~ b/.icons/PolarCursorTheme/Source/Move.conf~ new file mode 100644 index 0000000..1c678c2 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Move.conf~ @@ -0,0 +1 @@ +34 0 0 Move.png diff --git a/.icons/PolarCursorTheme/Source/Move.png b/.icons/PolarCursorTheme/Source/Move.png new file mode 100755 index 0000000..3c27f73 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Move.png differ diff --git a/.icons/PolarCursorTheme/Source/NO.conf b/.icons/PolarCursorTheme/Source/NO.conf new file mode 100755 index 0000000..0ec5fac --- /dev/null +++ b/.icons/PolarCursorTheme/Source/NO.conf @@ -0,0 +1 @@ +32 11 11 NO.png diff --git a/.icons/PolarCursorTheme/Source/NO.conf~ b/.icons/PolarCursorTheme/Source/NO.conf~ new file mode 100755 index 0000000..0ec5fac --- /dev/null +++ b/.icons/PolarCursorTheme/Source/NO.conf~ @@ -0,0 +1 @@ +32 11 11 NO.png diff --git a/.icons/PolarCursorTheme/Source/NO.png b/.icons/PolarCursorTheme/Source/NO.png new file mode 100755 index 0000000..0451d50 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/NO.png differ diff --git a/.icons/PolarCursorTheme/Source/RightArrow.conf b/.icons/PolarCursorTheme/Source/RightArrow.conf new file mode 100755 index 0000000..ce22e2c --- /dev/null +++ b/.icons/PolarCursorTheme/Source/RightArrow.conf @@ -0,0 +1 @@ +32 21 6 RightArrow.png diff --git a/.icons/PolarCursorTheme/Source/RightArrow.png b/.icons/PolarCursorTheme/Source/RightArrow.png new file mode 100755 index 0000000..e427c99 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/RightArrow.png differ diff --git a/.icons/PolarCursorTheme/Source/SizeAll.conf b/.icons/PolarCursorTheme/Source/SizeAll.conf new file mode 100755 index 0000000..c54858d --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeAll.conf @@ -0,0 +1 @@ +32 12 12 SizeAll.png diff --git a/.icons/PolarCursorTheme/Source/SizeAll.conf~ b/.icons/PolarCursorTheme/Source/SizeAll.conf~ new file mode 100755 index 0000000..3545988 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeAll.conf~ @@ -0,0 +1 @@ +32 11 11 SizeAll.png diff --git a/.icons/PolarCursorTheme/Source/SizeAll.png b/.icons/PolarCursorTheme/Source/SizeAll.png new file mode 100755 index 0000000..8c600e5 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/SizeAll.png differ diff --git a/.icons/PolarCursorTheme/Source/SizeNESW.conf b/.icons/PolarCursorTheme/Source/SizeNESW.conf new file mode 100755 index 0000000..4de5f7e --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeNESW.conf @@ -0,0 +1 @@ +32 9 9 SizeNESW.png diff --git a/.icons/PolarCursorTheme/Source/SizeNESW.conf~ b/.icons/PolarCursorTheme/Source/SizeNESW.conf~ new file mode 100755 index 0000000..1fb3df7 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeNESW.conf~ @@ -0,0 +1 @@ +32 8 8 SizeNESW.png diff --git a/.icons/PolarCursorTheme/Source/SizeNESW.png b/.icons/PolarCursorTheme/Source/SizeNESW.png new file mode 100755 index 0000000..9ccf757 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/SizeNESW.png differ diff --git a/.icons/PolarCursorTheme/Source/SizeNS.conf b/.icons/PolarCursorTheme/Source/SizeNS.conf new file mode 100755 index 0000000..7f5827a --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeNS.conf @@ -0,0 +1 @@ +32 5 12 SizeNS.png diff --git a/.icons/PolarCursorTheme/Source/SizeNS.conf~ b/.icons/PolarCursorTheme/Source/SizeNS.conf~ new file mode 100755 index 0000000..72120b4 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeNS.conf~ @@ -0,0 +1 @@ +32 5 11 SizeNS.png diff --git a/.icons/PolarCursorTheme/Source/SizeNS.png b/.icons/PolarCursorTheme/Source/SizeNS.png new file mode 100755 index 0000000..b50dfee Binary files /dev/null and b/.icons/PolarCursorTheme/Source/SizeNS.png differ diff --git a/.icons/PolarCursorTheme/Source/SizeNWSE.conf b/.icons/PolarCursorTheme/Source/SizeNWSE.conf new file mode 100755 index 0000000..d22a0ec --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeNWSE.conf @@ -0,0 +1 @@ +32 9 9 SizeNWSE.png diff --git a/.icons/PolarCursorTheme/Source/SizeNWSE.conf~ b/.icons/PolarCursorTheme/Source/SizeNWSE.conf~ new file mode 100755 index 0000000..cd13361 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeNWSE.conf~ @@ -0,0 +1 @@ +32 8 8 SizeNWSE.png diff --git a/.icons/PolarCursorTheme/Source/SizeNWSE.png b/.icons/PolarCursorTheme/Source/SizeNWSE.png new file mode 100755 index 0000000..99bec34 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/SizeNWSE.png differ diff --git a/.icons/PolarCursorTheme/Source/SizeWE.conf b/.icons/PolarCursorTheme/Source/SizeWE.conf new file mode 100755 index 0000000..73474b8 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeWE.conf @@ -0,0 +1 @@ +32 12 5 SizeWE.png diff --git a/.icons/PolarCursorTheme/Source/SizeWE.conf~ b/.icons/PolarCursorTheme/Source/SizeWE.conf~ new file mode 100755 index 0000000..81b5d67 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/SizeWE.conf~ @@ -0,0 +1 @@ +32 11 5 SizeWE.png diff --git a/.icons/PolarCursorTheme/Source/SizeWE.png b/.icons/PolarCursorTheme/Source/SizeWE.png new file mode 100755 index 0000000..1141c06 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/SizeWE.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/HueShifter.bash~ b/.icons/PolarCursorTheme/Source/Spinner/HueShifter.bash~ new file mode 100755 index 0000000..624cbbf --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Spinner/HueShifter.bash~ @@ -0,0 +1,24 @@ +#!/bin/bash + + +# Hue shift by x percent. +HUE=100 + +mogrify modulate 0,0,HUE Spinner0.png +mogrify modulate 0,0,HUE Spinner1.png +mogrify modulate 0,0,HUE Spinner2.png +mogrify modulate 0,0,HUE Spinner3.png +mogrify modulate 0,0,HUE Spinner4.png +mogrify modulate 0,0,HUE Spinner5.png +mogrify modulate 0,0,HUE Spinner6.png +mogrify modulate 0,0,HUE Spinner7.png +mogrify modulate 0,0,HUE Spinner8.png +mogrify modulate 0,0,HUE Spinner9.png +mogrify modulate 0,0,HUE Spinner10.png +mogrify modulate 0,0,HUE Spinner11.png +mogrify modulate 0,0,HUE Spinner12.png +mogrify modulate 0,0,HUE Spinner13.png +mogrify modulate 0,0,HUE Spinner14.png +mogrify modulate 0,0,HUE Spinner15.png +mogrify modulate 0,0,HUE Spinner16.png +mogrify modulate 0,0,HUE Spinner17.png diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner0.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner0.png new file mode 100755 index 0000000..f7ab7e6 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner0.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner1.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner1.png new file mode 100755 index 0000000..a83ce79 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner1.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner10.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner10.png new file mode 100755 index 0000000..cf0c265 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner10.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner11.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner11.png new file mode 100755 index 0000000..28ba760 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner11.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner12.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner12.png new file mode 100755 index 0000000..6b55144 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner12.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner13.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner13.png new file mode 100755 index 0000000..5a9f3f4 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner13.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner14.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner14.png new file mode 100755 index 0000000..956a941 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner14.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner15.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner15.png new file mode 100755 index 0000000..1ce382e Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner15.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner16.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner16.png new file mode 100755 index 0000000..6171c67 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner16.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner17.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner17.png new file mode 100755 index 0000000..a0a3429 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner17.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner2.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner2.png new file mode 100755 index 0000000..7fd1cca Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner2.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner3.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner3.png new file mode 100755 index 0000000..919ce68 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner3.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner4.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner4.png new file mode 100755 index 0000000..7c7eb55 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner4.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner5.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner5.png new file mode 100755 index 0000000..b8e9712 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner5.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner6.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner6.png new file mode 100755 index 0000000..9039620 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner6.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner7.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner7.png new file mode 100755 index 0000000..ae86603 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner7.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner8.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner8.png new file mode 100755 index 0000000..bf2be2a Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner8.png differ diff --git a/.icons/PolarCursorTheme/Source/Spinner/Spinner9.png b/.icons/PolarCursorTheme/Source/Spinner/Spinner9.png new file mode 100755 index 0000000..fdc4963 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Spinner/Spinner9.png differ diff --git a/.icons/PolarCursorTheme/Source/UpArrow.conf b/.icons/PolarCursorTheme/Source/UpArrow.conf new file mode 100755 index 0000000..41b3b0e --- /dev/null +++ b/.icons/PolarCursorTheme/Source/UpArrow.conf @@ -0,0 +1 @@ +32 6 0 UpArrow.png diff --git a/.icons/PolarCursorTheme/Source/UpArrow.conf~ b/.icons/PolarCursorTheme/Source/UpArrow.conf~ new file mode 100644 index 0000000..3bb6aa1 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/UpArrow.conf~ @@ -0,0 +1 @@ +32 7 1 UpArrow.png diff --git a/.icons/PolarCursorTheme/Source/UpArrow.png b/.icons/PolarCursorTheme/Source/UpArrow.png new file mode 100755 index 0000000..98d7af0 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/UpArrow.png differ diff --git a/.icons/PolarCursorTheme/Source/VDoubleArrow.conf b/.icons/PolarCursorTheme/Source/VDoubleArrow.conf new file mode 100755 index 0000000..f2e9503 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/VDoubleArrow.conf @@ -0,0 +1 @@ +32 7 12 VDoubleArrow.png diff --git a/.icons/PolarCursorTheme/Source/VDoubleArrow.png b/.icons/PolarCursorTheme/Source/VDoubleArrow.png new file mode 100755 index 0000000..b44e19a Binary files /dev/null and b/.icons/PolarCursorTheme/Source/VDoubleArrow.png differ diff --git a/.icons/PolarCursorTheme/Source/Wait.conf b/.icons/PolarCursorTheme/Source/Wait.conf new file mode 100755 index 0000000..4eb353c --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Wait.conf @@ -0,0 +1,18 @@ +32 10 10 Spinner/Spinner0.png 60 +32 10 10 Spinner/Spinner1.png 60 +32 10 10 Spinner/Spinner2.png 60 +32 10 10 Spinner/Spinner3.png 60 +32 10 10 Spinner/Spinner4.png 60 +32 10 10 Spinner/Spinner5.png 60 +32 10 10 Spinner/Spinner6.png 60 +32 10 10 Spinner/Spinner7.png 60 +32 10 10 Spinner/Spinner8.png 60 +32 10 10 Spinner/Spinner9.png 60 +32 10 10 Spinner/Spinner10.png 60 +32 10 10 Spinner/Spinner11.png 60 +32 10 10 Spinner/Spinner12.png 60 +32 10 10 Spinner/Spinner13.png 60 +32 10 10 Spinner/Spinner14.png 60 +32 10 10 Spinner/Spinner15.png 60 +32 10 10 Spinner/Spinner16.png 60 +32 10 10 Spinner/Spinner17.png 60 diff --git a/.icons/PolarCursorTheme/Source/Wait.conf~ b/.icons/PolarCursorTheme/Source/Wait.conf~ new file mode 100644 index 0000000..0d89c2c --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Wait.conf~ @@ -0,0 +1,30 @@ +32 10 10 Spinner/Spinner0.png 60 +32 10 10 Spinner/Spinner1.png 60 +32 10 10 Spinner/Spinner2.png 60 +32 10 10 Spinner/Spinner3.png 60 +32 10 10 Spinner/Spinner4.png 60 +32 10 10 Spinner/Spinner5.png 60 +32 10 10 Spinner/Spinner6.png 60 +32 10 10 Spinner/Spinner7.png 60 +32 10 10 Spinner/Spinner8.png 60 +32 10 10 Spinner/Spinner9.png 60 +32 10 10 Spinner/Spinner10.png 60 +32 10 10 Spinner/Spinner11.png 60 +32 10 10 Spinner/Spinner12.png 60 +32 10 10 Spinner/Spinner13.png 60 +32 10 10 Spinner/Spinner14.png 60 +32 10 10 Spinner/Spinner15.png 60 +32 10 10 Spinner/Spinner16.png 60 +32 10 10 Spinner/Spinner17.png 60 +32 10 10 Spinner/Spinner18.png 60 +32 10 10 Spinner/Spinner19.png 60 +32 10 10 Spinner/Spinner20.png 60 +32 10 10 Spinner/Spinner21.png 60 +32 10 10 Spinner/Spinner22.png 60 +32 10 10 Spinner/Spinner23.png 60 +32 10 10 Spinner/Spinner24.png 60 +32 10 10 Spinner/Spinner25.png 60 +32 10 10 Spinner/Spinner26.png 60 +32 10 10 Spinner/Spinner27.png 60 +32 10 10 Spinner/Spinner28.png 60 +32 10 10 Spinner/Spinner29.png 60 diff --git a/.icons/PolarCursorTheme/Source/Wand.conf b/.icons/PolarCursorTheme/Source/Wand.conf new file mode 100755 index 0000000..8a02b96 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Wand.conf @@ -0,0 +1 @@ +32 2 2 Wand.png diff --git a/.icons/PolarCursorTheme/Source/Wand.conf~ b/.icons/PolarCursorTheme/Source/Wand.conf~ new file mode 100644 index 0000000..37f88fd --- /dev/null +++ b/.icons/PolarCursorTheme/Source/Wand.conf~ @@ -0,0 +1 @@ +32 2 2 Hand.png diff --git a/.icons/PolarCursorTheme/Source/Wand.png b/.icons/PolarCursorTheme/Source/Wand.png new file mode 100755 index 0000000..f78a447 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/Wand.png differ diff --git a/.icons/PolarCursorTheme/Source/X.conf b/.icons/PolarCursorTheme/Source/X.conf new file mode 100755 index 0000000..1fdbf57 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/X.conf @@ -0,0 +1 @@ +32 11 11 X.png diff --git a/.icons/PolarCursorTheme/Source/X.conf~ b/.icons/PolarCursorTheme/Source/X.conf~ new file mode 100755 index 0000000..3559238 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/X.conf~ @@ -0,0 +1 @@ +32 10 10 X.png diff --git a/.icons/PolarCursorTheme/Source/X.png b/.icons/PolarCursorTheme/Source/X.png new file mode 100755 index 0000000..7035aec Binary files /dev/null and b/.icons/PolarCursorTheme/Source/X.png differ diff --git a/.icons/PolarCursorTheme/Source/ZoomIn.conf b/.icons/PolarCursorTheme/Source/ZoomIn.conf new file mode 100755 index 0000000..86c0237 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/ZoomIn.conf @@ -0,0 +1 @@ +32 9 9 ZoomIn.png diff --git a/.icons/PolarCursorTheme/Source/ZoomIn.conf~ b/.icons/PolarCursorTheme/Source/ZoomIn.conf~ new file mode 100755 index 0000000..1fdbf57 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/ZoomIn.conf~ @@ -0,0 +1 @@ +32 11 11 X.png diff --git a/.icons/PolarCursorTheme/Source/ZoomIn.png b/.icons/PolarCursorTheme/Source/ZoomIn.png new file mode 100755 index 0000000..26316e5 Binary files /dev/null and b/.icons/PolarCursorTheme/Source/ZoomIn.png differ diff --git a/.icons/PolarCursorTheme/Source/ZoomOut.conf b/.icons/PolarCursorTheme/Source/ZoomOut.conf new file mode 100755 index 0000000..e485408 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/ZoomOut.conf @@ -0,0 +1 @@ +32 9 9 ZoomOut.png diff --git a/.icons/PolarCursorTheme/Source/ZoomOut.conf~ b/.icons/PolarCursorTheme/Source/ZoomOut.conf~ new file mode 100755 index 0000000..1fdbf57 --- /dev/null +++ b/.icons/PolarCursorTheme/Source/ZoomOut.conf~ @@ -0,0 +1 @@ +32 11 11 X.png diff --git a/.icons/PolarCursorTheme/Source/ZoomOut.png b/.icons/PolarCursorTheme/Source/ZoomOut.png new file mode 100755 index 0000000..9b131ff Binary files /dev/null and b/.icons/PolarCursorTheme/Source/ZoomOut.png differ diff --git a/.icons/PolarCursorTheme/cursors/00008160000006810000408080010102 b/.icons/PolarCursorTheme/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..b39ad82 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +double_arrow \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/PolarCursorTheme/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/PolarCursorTheme/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/PolarCursorTheme/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/PolarCursorTheme/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/PolarCursorTheme/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/PolarCursorTheme/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/14fef782d02440884392942c11205230 b/.icons/PolarCursorTheme/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/208530c400c041818281048008011002 b/.icons/PolarCursorTheme/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..7a61012 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +HandSqueezed \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/2870a09082c103050810ffdffffe0204 b/.icons/PolarCursorTheme/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/3085a0e285430894940527032f8b26df b/.icons/PolarCursorTheme/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/PolarCursorTheme/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/PolarCursorTheme/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/5aca4d189052212118709018842178c0 b/.icons/PolarCursorTheme/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/PolarCursorTheme/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/6407b0e94181790501fd1e167b474872 b/.icons/PolarCursorTheme/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/PolarCursorTheme/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/9081237383d90e509aa00f00170e968f b/.icons/PolarCursorTheme/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/9d800788f1b08800ae810202380a0822 b/.icons/PolarCursorTheme/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..89b1f62 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +HandGrab \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/HDoubleArrow b/.icons/PolarCursorTheme/cursors/HDoubleArrow new file mode 100644 index 0000000..60ea7cd Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/HDoubleArrow differ diff --git a/.icons/PolarCursorTheme/cursors/HandGrab b/.icons/PolarCursorTheme/cursors/HandGrab new file mode 100644 index 0000000..aee725b Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/HandGrab differ diff --git a/.icons/PolarCursorTheme/cursors/HandSqueezed b/.icons/PolarCursorTheme/cursors/HandSqueezed new file mode 100644 index 0000000..2e6bef1 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/HandSqueezed differ diff --git a/.icons/PolarCursorTheme/cursors/VDoubleArrow b/.icons/PolarCursorTheme/cursors/VDoubleArrow new file mode 100644 index 0000000..36a79aa Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/VDoubleArrow differ diff --git a/.icons/PolarCursorTheme/cursors/X_cursor b/.icons/PolarCursorTheme/cursors/X_cursor new file mode 100644 index 0000000..9d60776 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/X_cursor differ diff --git a/.icons/PolarCursorTheme/cursors/arrow b/.icons/PolarCursorTheme/cursors/arrow new file mode 100644 index 0000000..d565a82 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/arrow differ diff --git a/.icons/PolarCursorTheme/cursors/base_arrow_down b/.icons/PolarCursorTheme/cursors/base_arrow_down new file mode 100644 index 0000000..df5819b Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/base_arrow_down differ diff --git a/.icons/PolarCursorTheme/cursors/base_arrow_up b/.icons/PolarCursorTheme/cursors/base_arrow_up new file mode 100644 index 0000000..318108d Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/base_arrow_up differ diff --git a/.icons/PolarCursorTheme/cursors/based_arrow_down b/.icons/PolarCursorTheme/cursors/based_arrow_down new file mode 100644 index 0000000..df5819b Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/based_arrow_down differ diff --git a/.icons/PolarCursorTheme/cursors/based_arrow_up b/.icons/PolarCursorTheme/cursors/based_arrow_up new file mode 100644 index 0000000..318108d Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/based_arrow_up differ diff --git a/.icons/PolarCursorTheme/cursors/bd_double_arrow b/.icons/PolarCursorTheme/cursors/bd_double_arrow new file mode 100644 index 0000000..6cf1531 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/bd_double_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/bottom_left_corner b/.icons/PolarCursorTheme/cursors/bottom_left_corner new file mode 100644 index 0000000..3211b77 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/bottom_left_corner differ diff --git a/.icons/PolarCursorTheme/cursors/bottom_right_corner b/.icons/PolarCursorTheme/cursors/bottom_right_corner new file mode 100644 index 0000000..6cf1531 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/bottom_right_corner differ diff --git a/.icons/PolarCursorTheme/cursors/bottom_side b/.icons/PolarCursorTheme/cursors/bottom_side new file mode 100644 index 0000000..5c84338 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/bottom_side differ diff --git a/.icons/PolarCursorTheme/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/PolarCursorTheme/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/center_ptr b/.icons/PolarCursorTheme/cursors/center_ptr new file mode 100644 index 0000000..a4b1c3a Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/center_ptr differ diff --git a/.icons/PolarCursorTheme/cursors/circle b/.icons/PolarCursorTheme/cursors/circle new file mode 100644 index 0000000..6ace7ac Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/circle differ diff --git a/.icons/PolarCursorTheme/cursors/copy b/.icons/PolarCursorTheme/cursors/copy new file mode 100644 index 0000000..42d8fff Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/copy differ diff --git a/.icons/PolarCursorTheme/cursors/cross b/.icons/PolarCursorTheme/cursors/cross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/cross differ diff --git a/.icons/PolarCursorTheme/cursors/cross_reverse b/.icons/PolarCursorTheme/cursors/cross_reverse new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/cross_reverse differ diff --git a/.icons/PolarCursorTheme/cursors/crossed_circle b/.icons/PolarCursorTheme/cursors/crossed_circle new file mode 100644 index 0000000..5dcba86 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/crossed_circle differ diff --git a/.icons/PolarCursorTheme/cursors/crosshair b/.icons/PolarCursorTheme/cursors/crosshair new file mode 100644 index 0000000..7c33a20 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/crosshair differ diff --git a/.icons/PolarCursorTheme/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/PolarCursorTheme/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/dnd-ask b/.icons/PolarCursorTheme/cursors/dnd-ask new file mode 100644 index 0000000..11c102d Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/dnd-ask differ diff --git a/.icons/PolarCursorTheme/cursors/dnd-copy b/.icons/PolarCursorTheme/cursors/dnd-copy new file mode 100644 index 0000000..3dfbce3 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/dnd-copy differ diff --git a/.icons/PolarCursorTheme/cursors/dnd-link b/.icons/PolarCursorTheme/cursors/dnd-link new file mode 100644 index 0000000..f1fec24 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/dnd-link differ diff --git a/.icons/PolarCursorTheme/cursors/dnd-move b/.icons/PolarCursorTheme/cursors/dnd-move new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/dnd-move differ diff --git a/.icons/PolarCursorTheme/cursors/dnd-none b/.icons/PolarCursorTheme/cursors/dnd-none new file mode 100644 index 0000000..5dcba86 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/dnd-none differ diff --git a/.icons/PolarCursorTheme/cursors/double_arrow b/.icons/PolarCursorTheme/cursors/double_arrow new file mode 100644 index 0000000..5c84338 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/double_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/draft_large b/.icons/PolarCursorTheme/cursors/draft_large new file mode 100644 index 0000000..d565a82 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/draft_large differ diff --git a/.icons/PolarCursorTheme/cursors/draft_small b/.icons/PolarCursorTheme/cursors/draft_small new file mode 100644 index 0000000..d565a82 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/draft_small differ diff --git a/.icons/PolarCursorTheme/cursors/e29285e634086352946a0e7090d73106 b/.icons/PolarCursorTheme/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/PolarCursorTheme/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..c541de2 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoomIn \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/PolarCursorTheme/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..943d090 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoomOut \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/PolarCursorTheme/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/PolarCursorTheme/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/PolarCursorTheme/cursors/fd_double_arrow b/.icons/PolarCursorTheme/cursors/fd_double_arrow new file mode 100644 index 0000000..3211b77 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/fd_double_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/fleur b/.icons/PolarCursorTheme/cursors/fleur new file mode 100644 index 0000000..75aa141 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/fleur differ diff --git a/.icons/PolarCursorTheme/cursors/h_double_arrow b/.icons/PolarCursorTheme/cursors/h_double_arrow new file mode 100644 index 0000000..60ea7cd Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/h_double_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/hand b/.icons/PolarCursorTheme/cursors/hand new file mode 100644 index 0000000..ad38a48 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/hand differ diff --git a/.icons/PolarCursorTheme/cursors/hand1 b/.icons/PolarCursorTheme/cursors/hand1 new file mode 100644 index 0000000..ad38a48 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/hand1 differ diff --git a/.icons/PolarCursorTheme/cursors/hand2 b/.icons/PolarCursorTheme/cursors/hand2 new file mode 100644 index 0000000..ad38a48 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/hand2 differ diff --git a/.icons/PolarCursorTheme/cursors/left_ptr b/.icons/PolarCursorTheme/cursors/left_ptr new file mode 100644 index 0000000..d565a82 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/left_ptr differ diff --git a/.icons/PolarCursorTheme/cursors/left_ptr_watch b/.icons/PolarCursorTheme/cursors/left_ptr_watch new file mode 100644 index 0000000..0154a5a Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/left_ptr_watch differ diff --git a/.icons/PolarCursorTheme/cursors/left_side b/.icons/PolarCursorTheme/cursors/left_side new file mode 100644 index 0000000..4b8c0f1 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/left_side differ diff --git a/.icons/PolarCursorTheme/cursors/link b/.icons/PolarCursorTheme/cursors/link new file mode 100644 index 0000000..45f3a8f Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/link differ diff --git a/.icons/PolarCursorTheme/cursors/ll_angle b/.icons/PolarCursorTheme/cursors/ll_angle new file mode 100644 index 0000000..958b9c5 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/ll_angle differ diff --git a/.icons/PolarCursorTheme/cursors/lr_angle b/.icons/PolarCursorTheme/cursors/lr_angle new file mode 100644 index 0000000..85727e0 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/lr_angle differ diff --git a/.icons/PolarCursorTheme/cursors/move b/.icons/PolarCursorTheme/cursors/move new file mode 100644 index 0000000..803238d Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/move differ diff --git a/.icons/PolarCursorTheme/cursors/pencil b/.icons/PolarCursorTheme/cursors/pencil new file mode 100644 index 0000000..cde80f9 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/pencil differ diff --git a/.icons/PolarCursorTheme/cursors/plus b/.icons/PolarCursorTheme/cursors/plus new file mode 100644 index 0000000..803238d Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/plus differ diff --git a/.icons/PolarCursorTheme/cursors/question_arrow b/.icons/PolarCursorTheme/cursors/question_arrow new file mode 100644 index 0000000..91d95f7 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/question_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/right_ptr b/.icons/PolarCursorTheme/cursors/right_ptr new file mode 100644 index 0000000..c9fac79 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/right_ptr differ diff --git a/.icons/PolarCursorTheme/cursors/right_side b/.icons/PolarCursorTheme/cursors/right_side new file mode 100644 index 0000000..4b8c0f1 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/right_side differ diff --git a/.icons/PolarCursorTheme/cursors/sb_down_arrow b/.icons/PolarCursorTheme/cursors/sb_down_arrow new file mode 100644 index 0000000..9da1b50 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/sb_down_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/sb_h_double_arrow b/.icons/PolarCursorTheme/cursors/sb_h_double_arrow new file mode 100644 index 0000000..60ea7cd Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/sb_h_double_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/sb_left_arrow b/.icons/PolarCursorTheme/cursors/sb_left_arrow new file mode 100644 index 0000000..77ef451 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/sb_left_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/sb_right_arrow b/.icons/PolarCursorTheme/cursors/sb_right_arrow new file mode 100644 index 0000000..756b86e Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/sb_right_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/sb_up_arrow b/.icons/PolarCursorTheme/cursors/sb_up_arrow new file mode 100644 index 0000000..a4b1c3a Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/sb_up_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/sb_v_double_arrow b/.icons/PolarCursorTheme/cursors/sb_v_double_arrow new file mode 100644 index 0000000..36a79aa Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/sb_v_double_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/tcross b/.icons/PolarCursorTheme/cursors/tcross new file mode 100644 index 0000000..4e6a5a2 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/tcross differ diff --git a/.icons/PolarCursorTheme/cursors/top_left_arrow b/.icons/PolarCursorTheme/cursors/top_left_arrow new file mode 100644 index 0000000..d565a82 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/top_left_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/top_left_corner b/.icons/PolarCursorTheme/cursors/top_left_corner new file mode 100644 index 0000000..6cf1531 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/top_left_corner differ diff --git a/.icons/PolarCursorTheme/cursors/top_right_corner b/.icons/PolarCursorTheme/cursors/top_right_corner new file mode 100644 index 0000000..3211b77 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/top_right_corner differ diff --git a/.icons/PolarCursorTheme/cursors/top_side b/.icons/PolarCursorTheme/cursors/top_side new file mode 100644 index 0000000..5c84338 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/top_side differ diff --git a/.icons/PolarCursorTheme/cursors/ul_angle b/.icons/PolarCursorTheme/cursors/ul_angle new file mode 100644 index 0000000..c848052 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/ul_angle differ diff --git a/.icons/PolarCursorTheme/cursors/ur_angle b/.icons/PolarCursorTheme/cursors/ur_angle new file mode 100644 index 0000000..093b255 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/ur_angle differ diff --git a/.icons/PolarCursorTheme/cursors/v_double_arrow b/.icons/PolarCursorTheme/cursors/v_double_arrow new file mode 100644 index 0000000..36a79aa Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/v_double_arrow differ diff --git a/.icons/PolarCursorTheme/cursors/watch b/.icons/PolarCursorTheme/cursors/watch new file mode 100644 index 0000000..a3af47b Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/watch differ diff --git a/.icons/PolarCursorTheme/cursors/xterm b/.icons/PolarCursorTheme/cursors/xterm new file mode 100644 index 0000000..294b582 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/xterm differ diff --git a/.icons/PolarCursorTheme/cursors/zoomIn b/.icons/PolarCursorTheme/cursors/zoomIn new file mode 100644 index 0000000..3d34a2b Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/zoomIn differ diff --git a/.icons/PolarCursorTheme/cursors/zoomOut b/.icons/PolarCursorTheme/cursors/zoomOut new file mode 100644 index 0000000..bf9cec9 Binary files /dev/null and b/.icons/PolarCursorTheme/cursors/zoomOut differ diff --git a/.icons/PolarCursorTheme/index.theme b/.icons/PolarCursorTheme/index.theme new file mode 100755 index 0000000..823d13d --- /dev/null +++ b/.icons/PolarCursorTheme/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=PolarCursorTheme +Comment=A smooth white cursor theme +Example=left_ptr diff --git a/.icons/PolarCursorTheme/index.theme~ b/.icons/PolarCursorTheme/index.theme~ new file mode 100644 index 0000000..823d13d --- /dev/null +++ b/.icons/PolarCursorTheme/index.theme~ @@ -0,0 +1,4 @@ +[Icon Theme] +Name=PolarCursorTheme +Comment=A smooth white cursor theme +Example=left_ptr diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Adw-Dark-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Adw-Dark-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Adw-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Adw-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Adw-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Adw-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Adw-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Adw-Dark-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Adw-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Adw-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Adw-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Adw-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Adw-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Adw-Dark-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Adw-Dark-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Adw-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Adw-Dark-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Adw-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Adw-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Adw-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Adw-Dark-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Adw-Dark-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Adw-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Adw-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Adw-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Adw-Dark-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Adw-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Adw-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/X_cursor b/.icons/Simp1e-Adw-Dark-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Adw-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/alias b/.icons/Simp1e-Adw-Dark-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/all-scroll b/.icons/Simp1e-Adw-Dark-Left/cursors/all-scroll new file mode 100644 index 0000000..353389c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Adw-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/based_arrow_down b/.icons/Simp1e-Adw-Dark-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/based_arrow_up b/.icons/Simp1e-Adw-Dark-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/bd_double_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..904900e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_left_corner b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..c462e5c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_right_corner b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..859100b Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_side b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_side new file mode 100644 index 0000000..315dbb7 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_tee b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_tee new file mode 100644 index 0000000..3b10e5e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Adw-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Adw-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/cell b/.icons/Simp1e-Adw-Dark-Left/cursors/cell new file mode 100644 index 0000000..d848b04 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/cell differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/center_ptr b/.icons/Simp1e-Adw-Dark-Left/cursors/center_ptr new file mode 100644 index 0000000..beec496 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/circle b/.icons/Simp1e-Adw-Dark-Left/cursors/circle new file mode 100644 index 0000000..6a74fbc Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/circle differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/clock b/.icons/Simp1e-Adw-Dark-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/closedhand b/.icons/Simp1e-Adw-Dark-Left/cursors/closedhand new file mode 100644 index 0000000..23507d6 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/col-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/col-resize new file mode 100644 index 0000000..379d73e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/color-picker b/.icons/Simp1e-Adw-Dark-Left/cursors/color-picker new file mode 100644 index 0000000..c2deabd Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/context-menu b/.icons/Simp1e-Adw-Dark-Left/cursors/context-menu new file mode 100644 index 0000000..c5f956a Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/copy b/.icons/Simp1e-Adw-Dark-Left/cursors/copy new file mode 100644 index 0000000..9161f72 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/copy differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/cross b/.icons/Simp1e-Adw-Dark-Left/cursors/cross new file mode 100644 index 0000000..f4a719a Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/cross differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/cross_reverse b/.icons/Simp1e-Adw-Dark-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/crossed_circle b/.icons/Simp1e-Adw-Dark-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/crosshair b/.icons/Simp1e-Adw-Dark-Left/cursors/crosshair new file mode 100644 index 0000000..78db12f Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Adw-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/default b/.icons/Simp1e-Adw-Dark-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/diamond_cross b/.icons/Simp1e-Adw-Dark-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-ask b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-ask new file mode 100644 index 0000000..23e2da4 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-copy b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-copy new file mode 100644 index 0000000..ce0aa59 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-link b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-link new file mode 100644 index 0000000..80b3bae Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-move b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-move new file mode 100644 index 0000000..9f26db5 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-no-drop b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..2317ea5 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-none b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dot b/.icons/Simp1e-Adw-Dark-Left/cursors/dot new file mode 100644 index 0000000..13d2202 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/dot differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dot_box_mask b/.icons/Simp1e-Adw-Dark-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/dotbox b/.icons/Simp1e-Adw-Dark-Left/cursors/dotbox new file mode 100644 index 0000000..0c45265 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/double_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/down-arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/draft b/.icons/Simp1e-Adw-Dark-Left/cursors/draft new file mode 100644 index 0000000..9146473 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/draft differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/draped_box b/.icons/Simp1e-Adw-Dark-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/e-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Adw-Dark-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/ew-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Adw-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Adw-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Adw-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Adw-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/fd_double_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..306a6d2 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/fleur b/.icons/Simp1e-Adw-Dark-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/forbidden b/.icons/Simp1e-Adw-Dark-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/grab b/.icons/Simp1e-Adw-Dark-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/grabbing b/.icons/Simp1e-Adw-Dark-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/gumby b/.icons/Simp1e-Adw-Dark-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/h_double_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/half-busy b/.icons/Simp1e-Adw-Dark-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/hand b/.icons/Simp1e-Adw-Dark-Left/cursors/hand new file mode 100644 index 0000000..fbab08a Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/hand differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/hand1 b/.icons/Simp1e-Adw-Dark-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/hand2 b/.icons/Simp1e-Adw-Dark-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/help b/.icons/Simp1e-Adw-Dark-Left/cursors/help new file mode 100644 index 0000000..64826a2 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/help differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/ibeam b/.icons/Simp1e-Adw-Dark-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/icon b/.icons/Simp1e-Adw-Dark-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/kill b/.icons/Simp1e-Adw-Dark-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/left-arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/left_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/left_ptr b/.icons/Simp1e-Adw-Dark-Left/cursors/left_ptr new file mode 100644 index 0000000..180ba02 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/left_ptr_watch b/.icons/Simp1e-Adw-Dark-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..5f891bb Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/left_side b/.icons/Simp1e-Adw-Dark-Left/cursors/left_side new file mode 100644 index 0000000..3dc2fd4 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/left_tee b/.icons/Simp1e-Adw-Dark-Left/cursors/left_tee new file mode 100644 index 0000000..f38f64f Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/link b/.icons/Simp1e-Adw-Dark-Left/cursors/link new file mode 100644 index 0000000..127f302 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/link differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/ll_angle b/.icons/Simp1e-Adw-Dark-Left/cursors/ll_angle new file mode 100644 index 0000000..222e855 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/lr_angle b/.icons/Simp1e-Adw-Dark-Left/cursors/lr_angle new file mode 100644 index 0000000..a683e55 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/move b/.icons/Simp1e-Adw-Dark-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/n-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/ne-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/nesw-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/no-drop b/.icons/Simp1e-Adw-Dark-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/not-allowed b/.icons/Simp1e-Adw-Dark-Left/cursors/not-allowed new file mode 100644 index 0000000..427a918 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/ns-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/nw-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/nwse-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/openhand b/.icons/Simp1e-Adw-Dark-Left/cursors/openhand new file mode 100644 index 0000000..c8be262 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/pencil b/.icons/Simp1e-Adw-Dark-Left/cursors/pencil new file mode 100644 index 0000000..c854ff3 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/pirate b/.icons/Simp1e-Adw-Dark-Left/cursors/pirate new file mode 100644 index 0000000..6f341ef Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/plus b/.icons/Simp1e-Adw-Dark-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/pointer b/.icons/Simp1e-Adw-Dark-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/pointer-move b/.icons/Simp1e-Adw-Dark-Left/cursors/pointer-move new file mode 100644 index 0000000..99192c0 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/pointing_hand b/.icons/Simp1e-Adw-Dark-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/progress b/.icons/Simp1e-Adw-Dark-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/question_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/right-arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/right_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/right_ptr b/.icons/Simp1e-Adw-Dark-Left/cursors/right_ptr new file mode 100644 index 0000000..2ee7368 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/right_side b/.icons/Simp1e-Adw-Dark-Left/cursors/right_side new file mode 100644 index 0000000..5e2457c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/right_tee b/.icons/Simp1e-Adw-Dark-Left/cursors/right_tee new file mode 100644 index 0000000..91746b4 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/row-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/row-resize new file mode 100644 index 0000000..214f213 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/s-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/sb_down_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..ee63324 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..771859a Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/sb_left_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..1aec51f Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/sb_right_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..7a2731c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/sb_up_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..cc99705 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..0c4ffde Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/se-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size-bdiag b/.icons/Simp1e-Adw-Dark-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size-fdiag b/.icons/Simp1e-Adw-Dark-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size-hor b/.icons/Simp1e-Adw-Dark-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size-ver b/.icons/Simp1e-Adw-Dark-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size_all b/.icons/Simp1e-Adw-Dark-Left/cursors/size_all new file mode 100644 index 0000000..f2d4e1e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size_bdiag b/.icons/Simp1e-Adw-Dark-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size_fdiag b/.icons/Simp1e-Adw-Dark-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size_hor b/.icons/Simp1e-Adw-Dark-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/size_ver b/.icons/Simp1e-Adw-Dark-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/split_h b/.icons/Simp1e-Adw-Dark-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/split_v b/.icons/Simp1e-Adw-Dark-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/sw-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/target b/.icons/Simp1e-Adw-Dark-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/tcross b/.icons/Simp1e-Adw-Dark-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/text b/.icons/Simp1e-Adw-Dark-Left/cursors/text new file mode 100644 index 0000000..e08d81c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/text differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/top_left_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/top_left_corner b/.icons/Simp1e-Adw-Dark-Left/cursors/top_left_corner new file mode 100644 index 0000000..9b2df2e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/top_right_corner b/.icons/Simp1e-Adw-Dark-Left/cursors/top_right_corner new file mode 100644 index 0000000..7081c83 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/top_side b/.icons/Simp1e-Adw-Dark-Left/cursors/top_side new file mode 100644 index 0000000..68e2f83 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/top_tee b/.icons/Simp1e-Adw-Dark-Left/cursors/top_tee new file mode 100644 index 0000000..ec897ff Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/ul_angle b/.icons/Simp1e-Adw-Dark-Left/cursors/ul_angle new file mode 100644 index 0000000..df20b7c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/up-arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/ur_angle b/.icons/Simp1e-Adw-Dark-Left/cursors/ur_angle new file mode 100644 index 0000000..65d62d2 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/v_double_arrow b/.icons/Simp1e-Adw-Dark-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/vertical-text b/.icons/Simp1e-Adw-Dark-Left/cursors/vertical-text new file mode 100644 index 0000000..9125d56 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/w-resize b/.icons/Simp1e-Adw-Dark-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/wait b/.icons/Simp1e-Adw-Dark-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/watch b/.icons/Simp1e-Adw-Dark-Left/cursors/watch new file mode 100644 index 0000000..cc01270 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/watch differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/wayland-cursor b/.icons/Simp1e-Adw-Dark-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/whats_this b/.icons/Simp1e-Adw-Dark-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/x-cursor b/.icons/Simp1e-Adw-Dark-Left/cursors/x-cursor new file mode 100644 index 0000000..7f49cbf Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/xterm b/.icons/Simp1e-Adw-Dark-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/zoom-in b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom-in new file mode 100644 index 0000000..dd4bffa Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/zoom-out b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom-out new file mode 100644 index 0000000..6182e2b Binary files /dev/null and b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/zoom_in b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/cursors/zoom_out b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark-Left/index.theme b/.icons/Simp1e-Adw-Dark-Left/index.theme new file mode 100644 index 0000000..4e5ac03 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Adw-Dark-Left" diff --git a/.icons/Simp1e-Adw-Dark/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Adw-Dark/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Adw-Dark/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Adw-Dark/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Adw-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Adw-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Adw-Dark/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Adw-Dark/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Adw-Dark/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Adw-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Adw-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Adw-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Adw-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Adw-Dark/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Adw-Dark/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Adw-Dark/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Adw-Dark/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Adw-Dark/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Adw-Dark/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Adw-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Adw-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Adw-Dark/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Adw-Dark/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Adw-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Adw-Dark/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Adw-Dark/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Adw-Dark/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Adw-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Adw-Dark/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/X_cursor b/.icons/Simp1e-Adw-Dark/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Adw-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/alias b/.icons/Simp1e-Adw-Dark/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/all-scroll b/.icons/Simp1e-Adw-Dark/cursors/all-scroll new file mode 100644 index 0000000..8f7b249 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/all-scroll differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/arrow b/.icons/Simp1e-Adw-Dark/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Adw-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/based_arrow_down b/.icons/Simp1e-Adw-Dark/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/based_arrow_up b/.icons/Simp1e-Adw-Dark/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/bd_double_arrow b/.icons/Simp1e-Adw-Dark/cursors/bd_double_arrow new file mode 100644 index 0000000..4228c15 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/bottom_left_corner b/.icons/Simp1e-Adw-Dark/cursors/bottom_left_corner new file mode 100644 index 0000000..fb7ba6f Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/bottom_right_corner b/.icons/Simp1e-Adw-Dark/cursors/bottom_right_corner new file mode 100644 index 0000000..977ab78 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/bottom_side b/.icons/Simp1e-Adw-Dark/cursors/bottom_side new file mode 100644 index 0000000..4ef8497 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/bottom_side differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/bottom_tee b/.icons/Simp1e-Adw-Dark/cursors/bottom_tee new file mode 100644 index 0000000..e7818c8 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Adw-Dark/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Adw-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/cell b/.icons/Simp1e-Adw-Dark/cursors/cell new file mode 100644 index 0000000..451f5d6 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/cell differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/center_ptr b/.icons/Simp1e-Adw-Dark/cursors/center_ptr new file mode 100644 index 0000000..10528a6 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/center_ptr differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/circle b/.icons/Simp1e-Adw-Dark/cursors/circle new file mode 100644 index 0000000..5930828 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/circle differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/clock b/.icons/Simp1e-Adw-Dark/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/closedhand b/.icons/Simp1e-Adw-Dark/cursors/closedhand new file mode 100644 index 0000000..9173fd2 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/closedhand differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/col-resize b/.icons/Simp1e-Adw-Dark/cursors/col-resize new file mode 100644 index 0000000..e04d303 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/col-resize differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/color-picker b/.icons/Simp1e-Adw-Dark/cursors/color-picker new file mode 100644 index 0000000..646af3b Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/color-picker differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/context-menu b/.icons/Simp1e-Adw-Dark/cursors/context-menu new file mode 100644 index 0000000..e98080e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/context-menu differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/copy b/.icons/Simp1e-Adw-Dark/cursors/copy new file mode 100644 index 0000000..7f9b40a Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/copy differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/cross b/.icons/Simp1e-Adw-Dark/cursors/cross new file mode 100644 index 0000000..fc83991 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/cross differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/cross_reverse b/.icons/Simp1e-Adw-Dark/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/crossed_circle b/.icons/Simp1e-Adw-Dark/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/crosshair b/.icons/Simp1e-Adw-Dark/cursors/crosshair new file mode 100644 index 0000000..486864a Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/crosshair differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Adw-Dark/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/default b/.icons/Simp1e-Adw-Dark/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/diamond_cross b/.icons/Simp1e-Adw-Dark/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/dnd-ask b/.icons/Simp1e-Adw-Dark/cursors/dnd-ask new file mode 100644 index 0000000..f9620e3 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/dnd-copy b/.icons/Simp1e-Adw-Dark/cursors/dnd-copy new file mode 100644 index 0000000..e13b6e0 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/dnd-link b/.icons/Simp1e-Adw-Dark/cursors/dnd-link new file mode 100644 index 0000000..bb7d4b9 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/dnd-link differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/dnd-move b/.icons/Simp1e-Adw-Dark/cursors/dnd-move new file mode 100644 index 0000000..60d204c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/dnd-move differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/dnd-no-drop b/.icons/Simp1e-Adw-Dark/cursors/dnd-no-drop new file mode 100644 index 0000000..1374679 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/dnd-none b/.icons/Simp1e-Adw-Dark/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/dot b/.icons/Simp1e-Adw-Dark/cursors/dot new file mode 100644 index 0000000..8c08a28 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/dot differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/dot_box_mask b/.icons/Simp1e-Adw-Dark/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/dotbox b/.icons/Simp1e-Adw-Dark/cursors/dotbox new file mode 100644 index 0000000..0579fab Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/dotbox differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/double_arrow b/.icons/Simp1e-Adw-Dark/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/down-arrow b/.icons/Simp1e-Adw-Dark/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/draft b/.icons/Simp1e-Adw-Dark/cursors/draft new file mode 100644 index 0000000..3616823 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/draft differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/draped_box b/.icons/Simp1e-Adw-Dark/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/e-resize b/.icons/Simp1e-Adw-Dark/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Adw-Dark/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/ew-resize b/.icons/Simp1e-Adw-Dark/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Adw-Dark/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Adw-Dark/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Adw-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Adw-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/fd_double_arrow b/.icons/Simp1e-Adw-Dark/cursors/fd_double_arrow new file mode 100644 index 0000000..f7411f4 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/fleur b/.icons/Simp1e-Adw-Dark/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/forbidden b/.icons/Simp1e-Adw-Dark/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/grab b/.icons/Simp1e-Adw-Dark/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/grabbing b/.icons/Simp1e-Adw-Dark/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/gumby b/.icons/Simp1e-Adw-Dark/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/h_double_arrow b/.icons/Simp1e-Adw-Dark/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/half-busy b/.icons/Simp1e-Adw-Dark/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/hand b/.icons/Simp1e-Adw-Dark/cursors/hand new file mode 100644 index 0000000..ae60ed1 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/hand differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/hand1 b/.icons/Simp1e-Adw-Dark/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/hand2 b/.icons/Simp1e-Adw-Dark/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/help b/.icons/Simp1e-Adw-Dark/cursors/help new file mode 100644 index 0000000..466533e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/help differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/ibeam b/.icons/Simp1e-Adw-Dark/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/icon b/.icons/Simp1e-Adw-Dark/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/kill b/.icons/Simp1e-Adw-Dark/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/left-arrow b/.icons/Simp1e-Adw-Dark/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/left_arrow b/.icons/Simp1e-Adw-Dark/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/left_ptr b/.icons/Simp1e-Adw-Dark/cursors/left_ptr new file mode 100644 index 0000000..80a2cdf Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/left_ptr differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/left_ptr_watch b/.icons/Simp1e-Adw-Dark/cursors/left_ptr_watch new file mode 100644 index 0000000..20d4431 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/left_side b/.icons/Simp1e-Adw-Dark/cursors/left_side new file mode 100644 index 0000000..8ab428d Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/left_side differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/left_tee b/.icons/Simp1e-Adw-Dark/cursors/left_tee new file mode 100644 index 0000000..a019d74 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/left_tee differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/link b/.icons/Simp1e-Adw-Dark/cursors/link new file mode 100644 index 0000000..465aa91 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/link differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/ll_angle b/.icons/Simp1e-Adw-Dark/cursors/ll_angle new file mode 100644 index 0000000..e755c3b Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/ll_angle differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/lr_angle b/.icons/Simp1e-Adw-Dark/cursors/lr_angle new file mode 100644 index 0000000..6202102 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/lr_angle differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/move b/.icons/Simp1e-Adw-Dark/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/n-resize b/.icons/Simp1e-Adw-Dark/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/ne-resize b/.icons/Simp1e-Adw-Dark/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/nesw-resize b/.icons/Simp1e-Adw-Dark/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/no-drop b/.icons/Simp1e-Adw-Dark/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/not-allowed b/.icons/Simp1e-Adw-Dark/cursors/not-allowed new file mode 100644 index 0000000..75504f0 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/not-allowed differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/ns-resize b/.icons/Simp1e-Adw-Dark/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/nw-resize b/.icons/Simp1e-Adw-Dark/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/nwse-resize b/.icons/Simp1e-Adw-Dark/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/openhand b/.icons/Simp1e-Adw-Dark/cursors/openhand new file mode 100644 index 0000000..3ebf8a3 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/openhand differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/pencil b/.icons/Simp1e-Adw-Dark/cursors/pencil new file mode 100644 index 0000000..b5b7d23 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/pencil differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/pirate b/.icons/Simp1e-Adw-Dark/cursors/pirate new file mode 100644 index 0000000..c5f1998 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/pirate differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/plus b/.icons/Simp1e-Adw-Dark/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/pointer b/.icons/Simp1e-Adw-Dark/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/pointer-move b/.icons/Simp1e-Adw-Dark/cursors/pointer-move new file mode 100644 index 0000000..4cffc97 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/pointer-move differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/pointing_hand b/.icons/Simp1e-Adw-Dark/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/progress b/.icons/Simp1e-Adw-Dark/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/question_arrow b/.icons/Simp1e-Adw-Dark/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/right-arrow b/.icons/Simp1e-Adw-Dark/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/right_arrow b/.icons/Simp1e-Adw-Dark/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/right_ptr b/.icons/Simp1e-Adw-Dark/cursors/right_ptr new file mode 100644 index 0000000..e83bfbf Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/right_ptr differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/right_side b/.icons/Simp1e-Adw-Dark/cursors/right_side new file mode 100644 index 0000000..3f61804 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/right_side differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/right_tee b/.icons/Simp1e-Adw-Dark/cursors/right_tee new file mode 100644 index 0000000..27bf381 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/right_tee differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/row-resize b/.icons/Simp1e-Adw-Dark/cursors/row-resize new file mode 100644 index 0000000..c5bfdee Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/row-resize differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/s-resize b/.icons/Simp1e-Adw-Dark/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/sb_down_arrow b/.icons/Simp1e-Adw-Dark/cursors/sb_down_arrow new file mode 100644 index 0000000..9553841 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/sb_h_double_arrow b/.icons/Simp1e-Adw-Dark/cursors/sb_h_double_arrow new file mode 100644 index 0000000..1adbe3c Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/sb_left_arrow b/.icons/Simp1e-Adw-Dark/cursors/sb_left_arrow new file mode 100644 index 0000000..f5a0ad5 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/sb_right_arrow b/.icons/Simp1e-Adw-Dark/cursors/sb_right_arrow new file mode 100644 index 0000000..efb5039 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/sb_up_arrow b/.icons/Simp1e-Adw-Dark/cursors/sb_up_arrow new file mode 100644 index 0000000..8156326 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/sb_v_double_arrow b/.icons/Simp1e-Adw-Dark/cursors/sb_v_double_arrow new file mode 100644 index 0000000..89fcd00 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/se-resize b/.icons/Simp1e-Adw-Dark/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size-bdiag b/.icons/Simp1e-Adw-Dark/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size-fdiag b/.icons/Simp1e-Adw-Dark/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size-hor b/.icons/Simp1e-Adw-Dark/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size-ver b/.icons/Simp1e-Adw-Dark/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size_all b/.icons/Simp1e-Adw-Dark/cursors/size_all new file mode 100644 index 0000000..6b3deaf Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/size_all differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/size_bdiag b/.icons/Simp1e-Adw-Dark/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size_fdiag b/.icons/Simp1e-Adw-Dark/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size_hor b/.icons/Simp1e-Adw-Dark/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/size_ver b/.icons/Simp1e-Adw-Dark/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/split_h b/.icons/Simp1e-Adw-Dark/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/split_v b/.icons/Simp1e-Adw-Dark/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/sw-resize b/.icons/Simp1e-Adw-Dark/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/target b/.icons/Simp1e-Adw-Dark/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/tcross b/.icons/Simp1e-Adw-Dark/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/text b/.icons/Simp1e-Adw-Dark/cursors/text new file mode 100644 index 0000000..7ad3276 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/text differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/top_left_arrow b/.icons/Simp1e-Adw-Dark/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/top_left_corner b/.icons/Simp1e-Adw-Dark/cursors/top_left_corner new file mode 100644 index 0000000..00cc1d4 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/top_right_corner b/.icons/Simp1e-Adw-Dark/cursors/top_right_corner new file mode 100644 index 0000000..d81bbc0 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/top_side b/.icons/Simp1e-Adw-Dark/cursors/top_side new file mode 100644 index 0000000..c5d4811 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/top_side differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/top_tee b/.icons/Simp1e-Adw-Dark/cursors/top_tee new file mode 100644 index 0000000..703044e Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/top_tee differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/ul_angle b/.icons/Simp1e-Adw-Dark/cursors/ul_angle new file mode 100644 index 0000000..d5a881a Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/ul_angle differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/up-arrow b/.icons/Simp1e-Adw-Dark/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/ur_angle b/.icons/Simp1e-Adw-Dark/cursors/ur_angle new file mode 100644 index 0000000..254abaf Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/ur_angle differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/v_double_arrow b/.icons/Simp1e-Adw-Dark/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/vertical-text b/.icons/Simp1e-Adw-Dark/cursors/vertical-text new file mode 100644 index 0000000..fcc1595 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/vertical-text differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/w-resize b/.icons/Simp1e-Adw-Dark/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/wait b/.icons/Simp1e-Adw-Dark/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/watch b/.icons/Simp1e-Adw-Dark/cursors/watch new file mode 100644 index 0000000..79fb470 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/watch differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/wayland-cursor b/.icons/Simp1e-Adw-Dark/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/whats_this b/.icons/Simp1e-Adw-Dark/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/x-cursor b/.icons/Simp1e-Adw-Dark/cursors/x-cursor new file mode 100644 index 0000000..5b109e1 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/x-cursor differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/xterm b/.icons/Simp1e-Adw-Dark/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/zoom-in b/.icons/Simp1e-Adw-Dark/cursors/zoom-in new file mode 100644 index 0000000..3e429c2 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/zoom-in differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/zoom-out b/.icons/Simp1e-Adw-Dark/cursors/zoom-out new file mode 100644 index 0000000..58fd099 Binary files /dev/null and b/.icons/Simp1e-Adw-Dark/cursors/zoom-out differ diff --git a/.icons/Simp1e-Adw-Dark/cursors/zoom_in b/.icons/Simp1e-Adw-Dark/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/cursors/zoom_out b/.icons/Simp1e-Adw-Dark/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Dark/index.theme b/.icons/Simp1e-Adw-Dark/index.theme new file mode 100644 index 0000000..96734d6 --- /dev/null +++ b/.icons/Simp1e-Adw-Dark/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Adw-Dark" diff --git a/.icons/Simp1e-Adw-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Adw-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Adw-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Adw-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Adw-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Adw-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Adw-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Adw-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Adw-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Adw-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Adw-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Adw-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Adw-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Adw-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Adw-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Adw-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Adw-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Adw-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Adw-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Adw-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Adw-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Adw-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Adw-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Adw-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Adw-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Adw-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Adw-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Adw-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Adw-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/X_cursor b/.icons/Simp1e-Adw-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Adw-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/alias b/.icons/Simp1e-Adw-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/all-scroll b/.icons/Simp1e-Adw-Left/cursors/all-scroll new file mode 100644 index 0000000..4fc8205 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Adw-Left/cursors/arrow b/.icons/Simp1e-Adw-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Adw-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/based_arrow_down b/.icons/Simp1e-Adw-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/based_arrow_up b/.icons/Simp1e-Adw-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/bd_double_arrow b/.icons/Simp1e-Adw-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..315c9a9 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/bottom_left_corner b/.icons/Simp1e-Adw-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..bd727d0 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Adw-Left/cursors/bottom_right_corner b/.icons/Simp1e-Adw-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..1f3c1c1 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Adw-Left/cursors/bottom_side b/.icons/Simp1e-Adw-Left/cursors/bottom_side new file mode 100644 index 0000000..6b8eb3d Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Adw-Left/cursors/bottom_tee b/.icons/Simp1e-Adw-Left/cursors/bottom_tee new file mode 100644 index 0000000..384866b Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Adw-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Adw-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Adw-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/cell b/.icons/Simp1e-Adw-Left/cursors/cell new file mode 100644 index 0000000..26818d4 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/cell differ diff --git a/.icons/Simp1e-Adw-Left/cursors/center_ptr b/.icons/Simp1e-Adw-Left/cursors/center_ptr new file mode 100644 index 0000000..a1a8455 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Adw-Left/cursors/circle b/.icons/Simp1e-Adw-Left/cursors/circle new file mode 100644 index 0000000..96e1ab3 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/circle differ diff --git a/.icons/Simp1e-Adw-Left/cursors/clock b/.icons/Simp1e-Adw-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/closedhand b/.icons/Simp1e-Adw-Left/cursors/closedhand new file mode 100644 index 0000000..f51eedb Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Adw-Left/cursors/col-resize b/.icons/Simp1e-Adw-Left/cursors/col-resize new file mode 100644 index 0000000..490e0a4 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Adw-Left/cursors/color-picker b/.icons/Simp1e-Adw-Left/cursors/color-picker new file mode 100644 index 0000000..be95591 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Adw-Left/cursors/context-menu b/.icons/Simp1e-Adw-Left/cursors/context-menu new file mode 100644 index 0000000..6cdc013 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Adw-Left/cursors/copy b/.icons/Simp1e-Adw-Left/cursors/copy new file mode 100644 index 0000000..b0271c9 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/copy differ diff --git a/.icons/Simp1e-Adw-Left/cursors/cross b/.icons/Simp1e-Adw-Left/cursors/cross new file mode 100644 index 0000000..97d0c2e Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/cross differ diff --git a/.icons/Simp1e-Adw-Left/cursors/cross_reverse b/.icons/Simp1e-Adw-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/crossed_circle b/.icons/Simp1e-Adw-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/crosshair b/.icons/Simp1e-Adw-Left/cursors/crosshair new file mode 100644 index 0000000..f5d46e9 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Adw-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Adw-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/default b/.icons/Simp1e-Adw-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/diamond_cross b/.icons/Simp1e-Adw-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/dnd-ask b/.icons/Simp1e-Adw-Left/cursors/dnd-ask new file mode 100644 index 0000000..20f9f1a Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Adw-Left/cursors/dnd-copy b/.icons/Simp1e-Adw-Left/cursors/dnd-copy new file mode 100644 index 0000000..1a4b085 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Adw-Left/cursors/dnd-link b/.icons/Simp1e-Adw-Left/cursors/dnd-link new file mode 100644 index 0000000..b65ca47 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Adw-Left/cursors/dnd-move b/.icons/Simp1e-Adw-Left/cursors/dnd-move new file mode 100644 index 0000000..b4896f1 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Adw-Left/cursors/dnd-no-drop b/.icons/Simp1e-Adw-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..9cbe2ef Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Adw-Left/cursors/dnd-none b/.icons/Simp1e-Adw-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/dot b/.icons/Simp1e-Adw-Left/cursors/dot new file mode 100644 index 0000000..628ed5e Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/dot differ diff --git a/.icons/Simp1e-Adw-Left/cursors/dot_box_mask b/.icons/Simp1e-Adw-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/dotbox b/.icons/Simp1e-Adw-Left/cursors/dotbox new file mode 100644 index 0000000..ab32367 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Adw-Left/cursors/double_arrow b/.icons/Simp1e-Adw-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/down-arrow b/.icons/Simp1e-Adw-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/draft b/.icons/Simp1e-Adw-Left/cursors/draft new file mode 100644 index 0000000..fa6333b Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/draft differ diff --git a/.icons/Simp1e-Adw-Left/cursors/draped_box b/.icons/Simp1e-Adw-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/e-resize b/.icons/Simp1e-Adw-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Adw-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/ew-resize b/.icons/Simp1e-Adw-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Adw-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Adw-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Adw-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Adw-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/fd_double_arrow b/.icons/Simp1e-Adw-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..e9be5e8 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/fleur b/.icons/Simp1e-Adw-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/forbidden b/.icons/Simp1e-Adw-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/grab b/.icons/Simp1e-Adw-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/grabbing b/.icons/Simp1e-Adw-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/gumby b/.icons/Simp1e-Adw-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/h_double_arrow b/.icons/Simp1e-Adw-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/half-busy b/.icons/Simp1e-Adw-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/hand b/.icons/Simp1e-Adw-Left/cursors/hand new file mode 100644 index 0000000..8b58ecc Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/hand differ diff --git a/.icons/Simp1e-Adw-Left/cursors/hand1 b/.icons/Simp1e-Adw-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/hand2 b/.icons/Simp1e-Adw-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/help b/.icons/Simp1e-Adw-Left/cursors/help new file mode 100644 index 0000000..ed15d7a Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/help differ diff --git a/.icons/Simp1e-Adw-Left/cursors/ibeam b/.icons/Simp1e-Adw-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/icon b/.icons/Simp1e-Adw-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/kill b/.icons/Simp1e-Adw-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/left-arrow b/.icons/Simp1e-Adw-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/left_arrow b/.icons/Simp1e-Adw-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/left_ptr b/.icons/Simp1e-Adw-Left/cursors/left_ptr new file mode 100644 index 0000000..88dd3ea Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Adw-Left/cursors/left_ptr_watch b/.icons/Simp1e-Adw-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..3e7415a Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Adw-Left/cursors/left_side b/.icons/Simp1e-Adw-Left/cursors/left_side new file mode 100644 index 0000000..d041707 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Adw-Left/cursors/left_tee b/.icons/Simp1e-Adw-Left/cursors/left_tee new file mode 100644 index 0000000..013c5a5 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Adw-Left/cursors/link b/.icons/Simp1e-Adw-Left/cursors/link new file mode 100644 index 0000000..2b93c3e Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/link differ diff --git a/.icons/Simp1e-Adw-Left/cursors/ll_angle b/.icons/Simp1e-Adw-Left/cursors/ll_angle new file mode 100644 index 0000000..e4c86d9 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Adw-Left/cursors/lr_angle b/.icons/Simp1e-Adw-Left/cursors/lr_angle new file mode 100644 index 0000000..95e6bf7 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Adw-Left/cursors/move b/.icons/Simp1e-Adw-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/n-resize b/.icons/Simp1e-Adw-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/ne-resize b/.icons/Simp1e-Adw-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/nesw-resize b/.icons/Simp1e-Adw-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/no-drop b/.icons/Simp1e-Adw-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/not-allowed b/.icons/Simp1e-Adw-Left/cursors/not-allowed new file mode 100644 index 0000000..0cc5e8c Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Adw-Left/cursors/ns-resize b/.icons/Simp1e-Adw-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/nw-resize b/.icons/Simp1e-Adw-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/nwse-resize b/.icons/Simp1e-Adw-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/openhand b/.icons/Simp1e-Adw-Left/cursors/openhand new file mode 100644 index 0000000..447a3e8 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Adw-Left/cursors/pencil b/.icons/Simp1e-Adw-Left/cursors/pencil new file mode 100644 index 0000000..efd1e85 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Adw-Left/cursors/pirate b/.icons/Simp1e-Adw-Left/cursors/pirate new file mode 100644 index 0000000..50f5114 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Adw-Left/cursors/plus b/.icons/Simp1e-Adw-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/pointer b/.icons/Simp1e-Adw-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/pointer-move b/.icons/Simp1e-Adw-Left/cursors/pointer-move new file mode 100644 index 0000000..0a2329c Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Adw-Left/cursors/pointing_hand b/.icons/Simp1e-Adw-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/progress b/.icons/Simp1e-Adw-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/question_arrow b/.icons/Simp1e-Adw-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/right-arrow b/.icons/Simp1e-Adw-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/right_arrow b/.icons/Simp1e-Adw-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/right_ptr b/.icons/Simp1e-Adw-Left/cursors/right_ptr new file mode 100644 index 0000000..be7ab54 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Adw-Left/cursors/right_side b/.icons/Simp1e-Adw-Left/cursors/right_side new file mode 100644 index 0000000..df4c388 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Adw-Left/cursors/right_tee b/.icons/Simp1e-Adw-Left/cursors/right_tee new file mode 100644 index 0000000..3ead754 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Adw-Left/cursors/row-resize b/.icons/Simp1e-Adw-Left/cursors/row-resize new file mode 100644 index 0000000..a985cb0 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Adw-Left/cursors/s-resize b/.icons/Simp1e-Adw-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/sb_down_arrow b/.icons/Simp1e-Adw-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..ec26d17 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Adw-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..ec26489 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/sb_left_arrow b/.icons/Simp1e-Adw-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..66ac79e Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/sb_right_arrow b/.icons/Simp1e-Adw-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..e57e31a Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/sb_up_arrow b/.icons/Simp1e-Adw-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..2bd8076 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Adw-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..2fadd8e Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Adw-Left/cursors/se-resize b/.icons/Simp1e-Adw-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size-bdiag b/.icons/Simp1e-Adw-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size-fdiag b/.icons/Simp1e-Adw-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size-hor b/.icons/Simp1e-Adw-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size-ver b/.icons/Simp1e-Adw-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size_all b/.icons/Simp1e-Adw-Left/cursors/size_all new file mode 100644 index 0000000..d64096a Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Adw-Left/cursors/size_bdiag b/.icons/Simp1e-Adw-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size_fdiag b/.icons/Simp1e-Adw-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size_hor b/.icons/Simp1e-Adw-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/size_ver b/.icons/Simp1e-Adw-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/split_h b/.icons/Simp1e-Adw-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/split_v b/.icons/Simp1e-Adw-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/sw-resize b/.icons/Simp1e-Adw-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/target b/.icons/Simp1e-Adw-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/tcross b/.icons/Simp1e-Adw-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/text b/.icons/Simp1e-Adw-Left/cursors/text new file mode 100644 index 0000000..115055a Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/text differ diff --git a/.icons/Simp1e-Adw-Left/cursors/top_left_arrow b/.icons/Simp1e-Adw-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/top_left_corner b/.icons/Simp1e-Adw-Left/cursors/top_left_corner new file mode 100644 index 0000000..2ea086b Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Adw-Left/cursors/top_right_corner b/.icons/Simp1e-Adw-Left/cursors/top_right_corner new file mode 100644 index 0000000..07e5538 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Adw-Left/cursors/top_side b/.icons/Simp1e-Adw-Left/cursors/top_side new file mode 100644 index 0000000..a2662ba Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Adw-Left/cursors/top_tee b/.icons/Simp1e-Adw-Left/cursors/top_tee new file mode 100644 index 0000000..d75250f Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Adw-Left/cursors/ul_angle b/.icons/Simp1e-Adw-Left/cursors/ul_angle new file mode 100644 index 0000000..91ab76a Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Adw-Left/cursors/up-arrow b/.icons/Simp1e-Adw-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/ur_angle b/.icons/Simp1e-Adw-Left/cursors/ur_angle new file mode 100644 index 0000000..dc18f0b Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Adw-Left/cursors/v_double_arrow b/.icons/Simp1e-Adw-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/vertical-text b/.icons/Simp1e-Adw-Left/cursors/vertical-text new file mode 100644 index 0000000..1794676 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Adw-Left/cursors/w-resize b/.icons/Simp1e-Adw-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/wait b/.icons/Simp1e-Adw-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/watch b/.icons/Simp1e-Adw-Left/cursors/watch new file mode 100644 index 0000000..e70e861 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/watch differ diff --git a/.icons/Simp1e-Adw-Left/cursors/wayland-cursor b/.icons/Simp1e-Adw-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/whats_this b/.icons/Simp1e-Adw-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/x-cursor b/.icons/Simp1e-Adw-Left/cursors/x-cursor new file mode 100644 index 0000000..35d66f9 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Adw-Left/cursors/xterm b/.icons/Simp1e-Adw-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/zoom-in b/.icons/Simp1e-Adw-Left/cursors/zoom-in new file mode 100644 index 0000000..96773c0 Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Adw-Left/cursors/zoom-out b/.icons/Simp1e-Adw-Left/cursors/zoom-out new file mode 100644 index 0000000..0f7de4d Binary files /dev/null and b/.icons/Simp1e-Adw-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Adw-Left/cursors/zoom_in b/.icons/Simp1e-Adw-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/cursors/zoom_out b/.icons/Simp1e-Adw-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw-Left/index.theme b/.icons/Simp1e-Adw-Left/index.theme new file mode 100644 index 0000000..fd77d5d --- /dev/null +++ b/.icons/Simp1e-Adw-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Adw-Left" diff --git a/.icons/Simp1e-Adw/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Adw/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Adw/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Adw/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Adw/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Adw/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Adw/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Adw/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Adw/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Adw/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Adw/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Adw/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Adw/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Adw/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Adw/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Adw/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Adw/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Adw/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Adw/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Adw/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Adw/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Adw/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Adw/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Adw/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Adw/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Adw/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Adw/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Adw/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Adw/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/X_cursor b/.icons/Simp1e-Adw/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Adw/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/alias b/.icons/Simp1e-Adw/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/all-scroll b/.icons/Simp1e-Adw/cursors/all-scroll new file mode 100644 index 0000000..ac64238 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/all-scroll differ diff --git a/.icons/Simp1e-Adw/cursors/arrow b/.icons/Simp1e-Adw/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Adw/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/based_arrow_down b/.icons/Simp1e-Adw/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/based_arrow_up b/.icons/Simp1e-Adw/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/bd_double_arrow b/.icons/Simp1e-Adw/cursors/bd_double_arrow new file mode 100644 index 0000000..bd65e57 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/bottom_left_corner b/.icons/Simp1e-Adw/cursors/bottom_left_corner new file mode 100644 index 0000000..6bd5883 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Adw/cursors/bottom_right_corner b/.icons/Simp1e-Adw/cursors/bottom_right_corner new file mode 100644 index 0000000..a1d3b72 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Adw/cursors/bottom_side b/.icons/Simp1e-Adw/cursors/bottom_side new file mode 100644 index 0000000..c6c50d8 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/bottom_side differ diff --git a/.icons/Simp1e-Adw/cursors/bottom_tee b/.icons/Simp1e-Adw/cursors/bottom_tee new file mode 100644 index 0000000..7d4e977 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Adw/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Adw/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Adw/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/cell b/.icons/Simp1e-Adw/cursors/cell new file mode 100644 index 0000000..d654d49 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/cell differ diff --git a/.icons/Simp1e-Adw/cursors/center_ptr b/.icons/Simp1e-Adw/cursors/center_ptr new file mode 100644 index 0000000..01f6623 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/center_ptr differ diff --git a/.icons/Simp1e-Adw/cursors/circle b/.icons/Simp1e-Adw/cursors/circle new file mode 100644 index 0000000..e8d03ec Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/circle differ diff --git a/.icons/Simp1e-Adw/cursors/clock b/.icons/Simp1e-Adw/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/closedhand b/.icons/Simp1e-Adw/cursors/closedhand new file mode 100644 index 0000000..edee315 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/closedhand differ diff --git a/.icons/Simp1e-Adw/cursors/col-resize b/.icons/Simp1e-Adw/cursors/col-resize new file mode 100644 index 0000000..f1890cb Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/col-resize differ diff --git a/.icons/Simp1e-Adw/cursors/color-picker b/.icons/Simp1e-Adw/cursors/color-picker new file mode 100644 index 0000000..c847db4 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/color-picker differ diff --git a/.icons/Simp1e-Adw/cursors/context-menu b/.icons/Simp1e-Adw/cursors/context-menu new file mode 100644 index 0000000..ca955e5 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/context-menu differ diff --git a/.icons/Simp1e-Adw/cursors/copy b/.icons/Simp1e-Adw/cursors/copy new file mode 100644 index 0000000..63a3977 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/copy differ diff --git a/.icons/Simp1e-Adw/cursors/cross b/.icons/Simp1e-Adw/cursors/cross new file mode 100644 index 0000000..fbedaed Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/cross differ diff --git a/.icons/Simp1e-Adw/cursors/cross_reverse b/.icons/Simp1e-Adw/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/crossed_circle b/.icons/Simp1e-Adw/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/crosshair b/.icons/Simp1e-Adw/cursors/crosshair new file mode 100644 index 0000000..b619dda Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/crosshair differ diff --git a/.icons/Simp1e-Adw/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Adw/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/default b/.icons/Simp1e-Adw/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/diamond_cross b/.icons/Simp1e-Adw/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/dnd-ask b/.icons/Simp1e-Adw/cursors/dnd-ask new file mode 100644 index 0000000..0b09c81 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Adw/cursors/dnd-copy b/.icons/Simp1e-Adw/cursors/dnd-copy new file mode 100644 index 0000000..1e1ffbf Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Adw/cursors/dnd-link b/.icons/Simp1e-Adw/cursors/dnd-link new file mode 100644 index 0000000..936fb98 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/dnd-link differ diff --git a/.icons/Simp1e-Adw/cursors/dnd-move b/.icons/Simp1e-Adw/cursors/dnd-move new file mode 100644 index 0000000..d54fc14 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/dnd-move differ diff --git a/.icons/Simp1e-Adw/cursors/dnd-no-drop b/.icons/Simp1e-Adw/cursors/dnd-no-drop new file mode 100644 index 0000000..32b9409 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Adw/cursors/dnd-none b/.icons/Simp1e-Adw/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/dot b/.icons/Simp1e-Adw/cursors/dot new file mode 100644 index 0000000..775bcc3 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/dot differ diff --git a/.icons/Simp1e-Adw/cursors/dot_box_mask b/.icons/Simp1e-Adw/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/dotbox b/.icons/Simp1e-Adw/cursors/dotbox new file mode 100644 index 0000000..92ce73c Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/dotbox differ diff --git a/.icons/Simp1e-Adw/cursors/double_arrow b/.icons/Simp1e-Adw/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/down-arrow b/.icons/Simp1e-Adw/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/draft b/.icons/Simp1e-Adw/cursors/draft new file mode 100644 index 0000000..1b6035e Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/draft differ diff --git a/.icons/Simp1e-Adw/cursors/draped_box b/.icons/Simp1e-Adw/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/e-resize b/.icons/Simp1e-Adw/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Adw/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/ew-resize b/.icons/Simp1e-Adw/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Adw/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Adw/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Adw/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Adw/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/fd_double_arrow b/.icons/Simp1e-Adw/cursors/fd_double_arrow new file mode 100644 index 0000000..b833dee Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/fleur b/.icons/Simp1e-Adw/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/forbidden b/.icons/Simp1e-Adw/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/grab b/.icons/Simp1e-Adw/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/grabbing b/.icons/Simp1e-Adw/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/gumby b/.icons/Simp1e-Adw/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/h_double_arrow b/.icons/Simp1e-Adw/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/half-busy b/.icons/Simp1e-Adw/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/hand b/.icons/Simp1e-Adw/cursors/hand new file mode 100644 index 0000000..a4eeceb Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/hand differ diff --git a/.icons/Simp1e-Adw/cursors/hand1 b/.icons/Simp1e-Adw/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/hand2 b/.icons/Simp1e-Adw/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/help b/.icons/Simp1e-Adw/cursors/help new file mode 100644 index 0000000..b5e2264 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/help differ diff --git a/.icons/Simp1e-Adw/cursors/ibeam b/.icons/Simp1e-Adw/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/icon b/.icons/Simp1e-Adw/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/kill b/.icons/Simp1e-Adw/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/left-arrow b/.icons/Simp1e-Adw/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/left_arrow b/.icons/Simp1e-Adw/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/left_ptr b/.icons/Simp1e-Adw/cursors/left_ptr new file mode 100644 index 0000000..767bf11 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/left_ptr differ diff --git a/.icons/Simp1e-Adw/cursors/left_ptr_watch b/.icons/Simp1e-Adw/cursors/left_ptr_watch new file mode 100644 index 0000000..c1e48f4 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Adw/cursors/left_side b/.icons/Simp1e-Adw/cursors/left_side new file mode 100644 index 0000000..9a24e67 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/left_side differ diff --git a/.icons/Simp1e-Adw/cursors/left_tee b/.icons/Simp1e-Adw/cursors/left_tee new file mode 100644 index 0000000..3696b4b Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/left_tee differ diff --git a/.icons/Simp1e-Adw/cursors/link b/.icons/Simp1e-Adw/cursors/link new file mode 100644 index 0000000..dc83c0e Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/link differ diff --git a/.icons/Simp1e-Adw/cursors/ll_angle b/.icons/Simp1e-Adw/cursors/ll_angle new file mode 100644 index 0000000..dc179e6 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/ll_angle differ diff --git a/.icons/Simp1e-Adw/cursors/lr_angle b/.icons/Simp1e-Adw/cursors/lr_angle new file mode 100644 index 0000000..f8f8c6c Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/lr_angle differ diff --git a/.icons/Simp1e-Adw/cursors/move b/.icons/Simp1e-Adw/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/n-resize b/.icons/Simp1e-Adw/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/ne-resize b/.icons/Simp1e-Adw/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/nesw-resize b/.icons/Simp1e-Adw/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/no-drop b/.icons/Simp1e-Adw/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/not-allowed b/.icons/Simp1e-Adw/cursors/not-allowed new file mode 100644 index 0000000..42e46c9 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/not-allowed differ diff --git a/.icons/Simp1e-Adw/cursors/ns-resize b/.icons/Simp1e-Adw/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/nw-resize b/.icons/Simp1e-Adw/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/nwse-resize b/.icons/Simp1e-Adw/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/openhand b/.icons/Simp1e-Adw/cursors/openhand new file mode 100644 index 0000000..b05d73e Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/openhand differ diff --git a/.icons/Simp1e-Adw/cursors/pencil b/.icons/Simp1e-Adw/cursors/pencil new file mode 100644 index 0000000..73004ce Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/pencil differ diff --git a/.icons/Simp1e-Adw/cursors/pirate b/.icons/Simp1e-Adw/cursors/pirate new file mode 100644 index 0000000..3d4785c Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/pirate differ diff --git a/.icons/Simp1e-Adw/cursors/plus b/.icons/Simp1e-Adw/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/pointer b/.icons/Simp1e-Adw/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/pointer-move b/.icons/Simp1e-Adw/cursors/pointer-move new file mode 100644 index 0000000..34a6ef3 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/pointer-move differ diff --git a/.icons/Simp1e-Adw/cursors/pointing_hand b/.icons/Simp1e-Adw/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/progress b/.icons/Simp1e-Adw/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/question_arrow b/.icons/Simp1e-Adw/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/right-arrow b/.icons/Simp1e-Adw/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/right_arrow b/.icons/Simp1e-Adw/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/right_ptr b/.icons/Simp1e-Adw/cursors/right_ptr new file mode 100644 index 0000000..eaff7a2 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/right_ptr differ diff --git a/.icons/Simp1e-Adw/cursors/right_side b/.icons/Simp1e-Adw/cursors/right_side new file mode 100644 index 0000000..3df0a28 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/right_side differ diff --git a/.icons/Simp1e-Adw/cursors/right_tee b/.icons/Simp1e-Adw/cursors/right_tee new file mode 100644 index 0000000..36bce80 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/right_tee differ diff --git a/.icons/Simp1e-Adw/cursors/row-resize b/.icons/Simp1e-Adw/cursors/row-resize new file mode 100644 index 0000000..a5fab23 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/row-resize differ diff --git a/.icons/Simp1e-Adw/cursors/s-resize b/.icons/Simp1e-Adw/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/sb_down_arrow b/.icons/Simp1e-Adw/cursors/sb_down_arrow new file mode 100644 index 0000000..632d767 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/sb_h_double_arrow b/.icons/Simp1e-Adw/cursors/sb_h_double_arrow new file mode 100644 index 0000000..c31b479 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/sb_left_arrow b/.icons/Simp1e-Adw/cursors/sb_left_arrow new file mode 100644 index 0000000..cb91e48 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/sb_right_arrow b/.icons/Simp1e-Adw/cursors/sb_right_arrow new file mode 100644 index 0000000..1a94846 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/sb_up_arrow b/.icons/Simp1e-Adw/cursors/sb_up_arrow new file mode 100644 index 0000000..8453e3c Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/sb_v_double_arrow b/.icons/Simp1e-Adw/cursors/sb_v_double_arrow new file mode 100644 index 0000000..95ab410 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Adw/cursors/se-resize b/.icons/Simp1e-Adw/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size-bdiag b/.icons/Simp1e-Adw/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size-fdiag b/.icons/Simp1e-Adw/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size-hor b/.icons/Simp1e-Adw/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size-ver b/.icons/Simp1e-Adw/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size_all b/.icons/Simp1e-Adw/cursors/size_all new file mode 100644 index 0000000..c4f4e24 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/size_all differ diff --git a/.icons/Simp1e-Adw/cursors/size_bdiag b/.icons/Simp1e-Adw/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size_fdiag b/.icons/Simp1e-Adw/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size_hor b/.icons/Simp1e-Adw/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/size_ver b/.icons/Simp1e-Adw/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/split_h b/.icons/Simp1e-Adw/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/split_v b/.icons/Simp1e-Adw/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/sw-resize b/.icons/Simp1e-Adw/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/target b/.icons/Simp1e-Adw/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/tcross b/.icons/Simp1e-Adw/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/text b/.icons/Simp1e-Adw/cursors/text new file mode 100644 index 0000000..d58d95a Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/text differ diff --git a/.icons/Simp1e-Adw/cursors/top_left_arrow b/.icons/Simp1e-Adw/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/top_left_corner b/.icons/Simp1e-Adw/cursors/top_left_corner new file mode 100644 index 0000000..ccacc61 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Adw/cursors/top_right_corner b/.icons/Simp1e-Adw/cursors/top_right_corner new file mode 100644 index 0000000..f726b6f Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Adw/cursors/top_side b/.icons/Simp1e-Adw/cursors/top_side new file mode 100644 index 0000000..23ba1fc Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/top_side differ diff --git a/.icons/Simp1e-Adw/cursors/top_tee b/.icons/Simp1e-Adw/cursors/top_tee new file mode 100644 index 0000000..54bb15e Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/top_tee differ diff --git a/.icons/Simp1e-Adw/cursors/ul_angle b/.icons/Simp1e-Adw/cursors/ul_angle new file mode 100644 index 0000000..0d6152f Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/ul_angle differ diff --git a/.icons/Simp1e-Adw/cursors/up-arrow b/.icons/Simp1e-Adw/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/ur_angle b/.icons/Simp1e-Adw/cursors/ur_angle new file mode 100644 index 0000000..a4f4fb9 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/ur_angle differ diff --git a/.icons/Simp1e-Adw/cursors/v_double_arrow b/.icons/Simp1e-Adw/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/vertical-text b/.icons/Simp1e-Adw/cursors/vertical-text new file mode 100644 index 0000000..7b4f3cf Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/vertical-text differ diff --git a/.icons/Simp1e-Adw/cursors/w-resize b/.icons/Simp1e-Adw/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/wait b/.icons/Simp1e-Adw/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/watch b/.icons/Simp1e-Adw/cursors/watch new file mode 100644 index 0000000..fb51329 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/watch differ diff --git a/.icons/Simp1e-Adw/cursors/wayland-cursor b/.icons/Simp1e-Adw/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/whats_this b/.icons/Simp1e-Adw/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/x-cursor b/.icons/Simp1e-Adw/cursors/x-cursor new file mode 100644 index 0000000..49be7be Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/x-cursor differ diff --git a/.icons/Simp1e-Adw/cursors/xterm b/.icons/Simp1e-Adw/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/zoom-in b/.icons/Simp1e-Adw/cursors/zoom-in new file mode 100644 index 0000000..0143175 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/zoom-in differ diff --git a/.icons/Simp1e-Adw/cursors/zoom-out b/.icons/Simp1e-Adw/cursors/zoom-out new file mode 100644 index 0000000..32a6c85 Binary files /dev/null and b/.icons/Simp1e-Adw/cursors/zoom-out differ diff --git a/.icons/Simp1e-Adw/cursors/zoom_in b/.icons/Simp1e-Adw/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Adw/cursors/zoom_out b/.icons/Simp1e-Adw/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Adw/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Adw/index.theme b/.icons/Simp1e-Adw/index.theme new file mode 100644 index 0000000..4aaf8ce --- /dev/null +++ b/.icons/Simp1e-Adw/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Adw" diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Breeze-Dark-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Breeze-Dark-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Breeze-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Breeze-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Breeze-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Breeze-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Breeze-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Breeze-Dark-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Breeze-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Breeze-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Breeze-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Breeze-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Breeze-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Breeze-Dark-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Breeze-Dark-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Breeze-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Breeze-Dark-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Breeze-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Breeze-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Breeze-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Breeze-Dark-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Breeze-Dark-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Breeze-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Breeze-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Breeze-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Breeze-Dark-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Breeze-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Breeze-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/X_cursor b/.icons/Simp1e-Breeze-Dark-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Breeze-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/alias b/.icons/Simp1e-Breeze-Dark-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/all-scroll b/.icons/Simp1e-Breeze-Dark-Left/cursors/all-scroll new file mode 100644 index 0000000..b5d762c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Breeze-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/based_arrow_down b/.icons/Simp1e-Breeze-Dark-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/based_arrow_up b/.icons/Simp1e-Breeze-Dark-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/bd_double_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..a3ae395 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_left_corner b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..ff86dba Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_right_corner b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..aacd0cf Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_side b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_side new file mode 100644 index 0000000..e7b4a14 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_tee b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_tee new file mode 100644 index 0000000..2ed7770 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Breeze-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Breeze-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/cell b/.icons/Simp1e-Breeze-Dark-Left/cursors/cell new file mode 100644 index 0000000..57d1464 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/cell differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/center_ptr b/.icons/Simp1e-Breeze-Dark-Left/cursors/center_ptr new file mode 100644 index 0000000..be15533 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/circle b/.icons/Simp1e-Breeze-Dark-Left/cursors/circle new file mode 100644 index 0000000..c9053e1 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/circle differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/clock b/.icons/Simp1e-Breeze-Dark-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/closedhand b/.icons/Simp1e-Breeze-Dark-Left/cursors/closedhand new file mode 100644 index 0000000..26ffa47 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/col-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/col-resize new file mode 100644 index 0000000..3fe29ec Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/color-picker b/.icons/Simp1e-Breeze-Dark-Left/cursors/color-picker new file mode 100644 index 0000000..200c6f9 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/context-menu b/.icons/Simp1e-Breeze-Dark-Left/cursors/context-menu new file mode 100644 index 0000000..54d39e4 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/copy b/.icons/Simp1e-Breeze-Dark-Left/cursors/copy new file mode 100644 index 0000000..6feb495 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/copy differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/cross b/.icons/Simp1e-Breeze-Dark-Left/cursors/cross new file mode 100644 index 0000000..2d6c563 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/cross differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/cross_reverse b/.icons/Simp1e-Breeze-Dark-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/crossed_circle b/.icons/Simp1e-Breeze-Dark-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/crosshair b/.icons/Simp1e-Breeze-Dark-Left/cursors/crosshair new file mode 100644 index 0000000..f884cb2 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Breeze-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/default b/.icons/Simp1e-Breeze-Dark-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/diamond_cross b/.icons/Simp1e-Breeze-Dark-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-ask b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-ask new file mode 100644 index 0000000..38201d4 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-copy b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-copy new file mode 100644 index 0000000..133c11c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-link b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-link new file mode 100644 index 0000000..c34aa66 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-move b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-move new file mode 100644 index 0000000..8269db8 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-no-drop b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..5a59136 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-none b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dot b/.icons/Simp1e-Breeze-Dark-Left/cursors/dot new file mode 100644 index 0000000..81221aa Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/dot differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dot_box_mask b/.icons/Simp1e-Breeze-Dark-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/dotbox b/.icons/Simp1e-Breeze-Dark-Left/cursors/dotbox new file mode 100644 index 0000000..2ca1430 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/double_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/down-arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/draft b/.icons/Simp1e-Breeze-Dark-Left/cursors/draft new file mode 100644 index 0000000..98ab70a Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/draft differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/draped_box b/.icons/Simp1e-Breeze-Dark-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/e-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Breeze-Dark-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/ew-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Breeze-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Breeze-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Breeze-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Breeze-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/fd_double_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..8b70c94 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/fleur b/.icons/Simp1e-Breeze-Dark-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/forbidden b/.icons/Simp1e-Breeze-Dark-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/grab b/.icons/Simp1e-Breeze-Dark-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/grabbing b/.icons/Simp1e-Breeze-Dark-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/gumby b/.icons/Simp1e-Breeze-Dark-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/h_double_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/half-busy b/.icons/Simp1e-Breeze-Dark-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/hand b/.icons/Simp1e-Breeze-Dark-Left/cursors/hand new file mode 100644 index 0000000..e01abd1 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/hand differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/hand1 b/.icons/Simp1e-Breeze-Dark-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/hand2 b/.icons/Simp1e-Breeze-Dark-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/help b/.icons/Simp1e-Breeze-Dark-Left/cursors/help new file mode 100644 index 0000000..f0b7c4c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/help differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/ibeam b/.icons/Simp1e-Breeze-Dark-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/icon b/.icons/Simp1e-Breeze-Dark-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/kill b/.icons/Simp1e-Breeze-Dark-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/left-arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/left_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/left_ptr b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_ptr new file mode 100644 index 0000000..ca36407 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/left_ptr_watch b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..9af6718 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/left_side b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_side new file mode 100644 index 0000000..23931d0 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/left_tee b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_tee new file mode 100644 index 0000000..eb6e20b Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/link b/.icons/Simp1e-Breeze-Dark-Left/cursors/link new file mode 100644 index 0000000..ef4d782 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/link differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/ll_angle b/.icons/Simp1e-Breeze-Dark-Left/cursors/ll_angle new file mode 100644 index 0000000..2b39f39 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/lr_angle b/.icons/Simp1e-Breeze-Dark-Left/cursors/lr_angle new file mode 100644 index 0000000..a38d8b8 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/move b/.icons/Simp1e-Breeze-Dark-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/n-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/ne-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/nesw-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/no-drop b/.icons/Simp1e-Breeze-Dark-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/not-allowed b/.icons/Simp1e-Breeze-Dark-Left/cursors/not-allowed new file mode 100644 index 0000000..211dd7f Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/ns-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/nw-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/nwse-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/openhand b/.icons/Simp1e-Breeze-Dark-Left/cursors/openhand new file mode 100644 index 0000000..219691d Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/pencil b/.icons/Simp1e-Breeze-Dark-Left/cursors/pencil new file mode 100644 index 0000000..9299a8a Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/pirate b/.icons/Simp1e-Breeze-Dark-Left/cursors/pirate new file mode 100644 index 0000000..b659af0 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/plus b/.icons/Simp1e-Breeze-Dark-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/pointer b/.icons/Simp1e-Breeze-Dark-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/pointer-move b/.icons/Simp1e-Breeze-Dark-Left/cursors/pointer-move new file mode 100644 index 0000000..a050048 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/pointing_hand b/.icons/Simp1e-Breeze-Dark-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/progress b/.icons/Simp1e-Breeze-Dark-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/question_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/right-arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/right_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/right_ptr b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_ptr new file mode 100644 index 0000000..1cb6150 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/right_side b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_side new file mode 100644 index 0000000..229d4c8 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/right_tee b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_tee new file mode 100644 index 0000000..d8f2c1c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/row-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/row-resize new file mode 100644 index 0000000..4c29b13 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/s-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_down_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..0bc78e4 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..8480fff Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_left_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..3bd4501 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_right_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..256bb12 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_up_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..3705b30 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..74d9b17 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/se-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size-bdiag b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size-fdiag b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size-hor b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size-ver b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size_all b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_all new file mode 100644 index 0000000..df83ada Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size_bdiag b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size_fdiag b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size_hor b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/size_ver b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/split_h b/.icons/Simp1e-Breeze-Dark-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/split_v b/.icons/Simp1e-Breeze-Dark-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/sw-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/target b/.icons/Simp1e-Breeze-Dark-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/tcross b/.icons/Simp1e-Breeze-Dark-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/text b/.icons/Simp1e-Breeze-Dark-Left/cursors/text new file mode 100644 index 0000000..6b1b2a4 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/text differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/top_left_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/top_left_corner b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_left_corner new file mode 100644 index 0000000..83b5e5c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/top_right_corner b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_right_corner new file mode 100644 index 0000000..5262741 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/top_side b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_side new file mode 100644 index 0000000..616b927 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/top_tee b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_tee new file mode 100644 index 0000000..a5f68f7 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/ul_angle b/.icons/Simp1e-Breeze-Dark-Left/cursors/ul_angle new file mode 100644 index 0000000..a706fe0 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/up-arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/ur_angle b/.icons/Simp1e-Breeze-Dark-Left/cursors/ur_angle new file mode 100644 index 0000000..d7ccc0a Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/v_double_arrow b/.icons/Simp1e-Breeze-Dark-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/vertical-text b/.icons/Simp1e-Breeze-Dark-Left/cursors/vertical-text new file mode 100644 index 0000000..b709416 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/w-resize b/.icons/Simp1e-Breeze-Dark-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/wait b/.icons/Simp1e-Breeze-Dark-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/watch b/.icons/Simp1e-Breeze-Dark-Left/cursors/watch new file mode 100644 index 0000000..83d19bb Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/watch differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/wayland-cursor b/.icons/Simp1e-Breeze-Dark-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/whats_this b/.icons/Simp1e-Breeze-Dark-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/x-cursor b/.icons/Simp1e-Breeze-Dark-Left/cursors/x-cursor new file mode 100644 index 0000000..53d0584 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/xterm b/.icons/Simp1e-Breeze-Dark-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom-in b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom-in new file mode 100644 index 0000000..de08135 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom-out b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom-out new file mode 100644 index 0000000..c897649 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom_in b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom_out b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark-Left/index.theme b/.icons/Simp1e-Breeze-Dark-Left/index.theme new file mode 100644 index 0000000..170257f --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Breeze-Dark-Left" diff --git a/.icons/Simp1e-Breeze-Dark/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Breeze-Dark/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Breeze-Dark/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Breeze-Dark/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Breeze-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Breeze-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Breeze-Dark/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Breeze-Dark/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Breeze-Dark/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Breeze-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Breeze-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Breeze-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Breeze-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Breeze-Dark/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Breeze-Dark/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Breeze-Dark/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Breeze-Dark/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Breeze-Dark/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Breeze-Dark/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Breeze-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Breeze-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Breeze-Dark/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Breeze-Dark/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Breeze-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Breeze-Dark/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Breeze-Dark/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Breeze-Dark/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Breeze-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Breeze-Dark/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/X_cursor b/.icons/Simp1e-Breeze-Dark/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Breeze-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/alias b/.icons/Simp1e-Breeze-Dark/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/all-scroll b/.icons/Simp1e-Breeze-Dark/cursors/all-scroll new file mode 100644 index 0000000..73c2a67 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/all-scroll differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/arrow b/.icons/Simp1e-Breeze-Dark/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Breeze-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/based_arrow_down b/.icons/Simp1e-Breeze-Dark/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/based_arrow_up b/.icons/Simp1e-Breeze-Dark/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/bd_double_arrow b/.icons/Simp1e-Breeze-Dark/cursors/bd_double_arrow new file mode 100644 index 0000000..eb18c62 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/bottom_left_corner b/.icons/Simp1e-Breeze-Dark/cursors/bottom_left_corner new file mode 100644 index 0000000..67799e0 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/bottom_right_corner b/.icons/Simp1e-Breeze-Dark/cursors/bottom_right_corner new file mode 100644 index 0000000..3ae0861 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/bottom_side b/.icons/Simp1e-Breeze-Dark/cursors/bottom_side new file mode 100644 index 0000000..255a16b Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/bottom_side differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/bottom_tee b/.icons/Simp1e-Breeze-Dark/cursors/bottom_tee new file mode 100644 index 0000000..16fcd75 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Breeze-Dark/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Breeze-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/cell b/.icons/Simp1e-Breeze-Dark/cursors/cell new file mode 100644 index 0000000..818aa51 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/cell differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/center_ptr b/.icons/Simp1e-Breeze-Dark/cursors/center_ptr new file mode 100644 index 0000000..6cff026 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/center_ptr differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/circle b/.icons/Simp1e-Breeze-Dark/cursors/circle new file mode 100644 index 0000000..b5ed721 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/circle differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/clock b/.icons/Simp1e-Breeze-Dark/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/closedhand b/.icons/Simp1e-Breeze-Dark/cursors/closedhand new file mode 100644 index 0000000..62e68b1 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/closedhand differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/col-resize b/.icons/Simp1e-Breeze-Dark/cursors/col-resize new file mode 100644 index 0000000..9343a25 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/col-resize differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/color-picker b/.icons/Simp1e-Breeze-Dark/cursors/color-picker new file mode 100644 index 0000000..d340498 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/color-picker differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/context-menu b/.icons/Simp1e-Breeze-Dark/cursors/context-menu new file mode 100644 index 0000000..06ad6ab Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/context-menu differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/copy b/.icons/Simp1e-Breeze-Dark/cursors/copy new file mode 100644 index 0000000..7fa7909 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/copy differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/cross b/.icons/Simp1e-Breeze-Dark/cursors/cross new file mode 100644 index 0000000..de434c8 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/cross differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/cross_reverse b/.icons/Simp1e-Breeze-Dark/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/crossed_circle b/.icons/Simp1e-Breeze-Dark/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/crosshair b/.icons/Simp1e-Breeze-Dark/cursors/crosshair new file mode 100644 index 0000000..4d65c32 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/crosshair differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Breeze-Dark/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/default b/.icons/Simp1e-Breeze-Dark/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/diamond_cross b/.icons/Simp1e-Breeze-Dark/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dnd-ask b/.icons/Simp1e-Breeze-Dark/cursors/dnd-ask new file mode 100644 index 0000000..f1be89b Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dnd-copy b/.icons/Simp1e-Breeze-Dark/cursors/dnd-copy new file mode 100644 index 0000000..3834a34 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dnd-link b/.icons/Simp1e-Breeze-Dark/cursors/dnd-link new file mode 100644 index 0000000..9b9b334 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/dnd-link differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dnd-move b/.icons/Simp1e-Breeze-Dark/cursors/dnd-move new file mode 100644 index 0000000..4af4888 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/dnd-move differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dnd-no-drop b/.icons/Simp1e-Breeze-Dark/cursors/dnd-no-drop new file mode 100644 index 0000000..7147ba6 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dnd-none b/.icons/Simp1e-Breeze-Dark/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dot b/.icons/Simp1e-Breeze-Dark/cursors/dot new file mode 100644 index 0000000..1947d43 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/dot differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dot_box_mask b/.icons/Simp1e-Breeze-Dark/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/dotbox b/.icons/Simp1e-Breeze-Dark/cursors/dotbox new file mode 100644 index 0000000..6eb8bb9 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/dotbox differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/double_arrow b/.icons/Simp1e-Breeze-Dark/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/down-arrow b/.icons/Simp1e-Breeze-Dark/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/draft b/.icons/Simp1e-Breeze-Dark/cursors/draft new file mode 100644 index 0000000..9b9ef9b Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/draft differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/draped_box b/.icons/Simp1e-Breeze-Dark/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/e-resize b/.icons/Simp1e-Breeze-Dark/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Breeze-Dark/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/ew-resize b/.icons/Simp1e-Breeze-Dark/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Breeze-Dark/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Breeze-Dark/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Breeze-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Breeze-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/fd_double_arrow b/.icons/Simp1e-Breeze-Dark/cursors/fd_double_arrow new file mode 100644 index 0000000..dcb626d Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/fleur b/.icons/Simp1e-Breeze-Dark/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/forbidden b/.icons/Simp1e-Breeze-Dark/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/grab b/.icons/Simp1e-Breeze-Dark/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/grabbing b/.icons/Simp1e-Breeze-Dark/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/gumby b/.icons/Simp1e-Breeze-Dark/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/h_double_arrow b/.icons/Simp1e-Breeze-Dark/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/half-busy b/.icons/Simp1e-Breeze-Dark/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/hand b/.icons/Simp1e-Breeze-Dark/cursors/hand new file mode 100644 index 0000000..1471e5c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/hand differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/hand1 b/.icons/Simp1e-Breeze-Dark/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/hand2 b/.icons/Simp1e-Breeze-Dark/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/help b/.icons/Simp1e-Breeze-Dark/cursors/help new file mode 100644 index 0000000..3fe9247 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/help differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/ibeam b/.icons/Simp1e-Breeze-Dark/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/icon b/.icons/Simp1e-Breeze-Dark/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/kill b/.icons/Simp1e-Breeze-Dark/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/left-arrow b/.icons/Simp1e-Breeze-Dark/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/left_arrow b/.icons/Simp1e-Breeze-Dark/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/left_ptr b/.icons/Simp1e-Breeze-Dark/cursors/left_ptr new file mode 100644 index 0000000..35e86fc Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/left_ptr differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/left_ptr_watch b/.icons/Simp1e-Breeze-Dark/cursors/left_ptr_watch new file mode 100644 index 0000000..d7282ef Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/left_side b/.icons/Simp1e-Breeze-Dark/cursors/left_side new file mode 100644 index 0000000..ca6f511 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/left_side differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/left_tee b/.icons/Simp1e-Breeze-Dark/cursors/left_tee new file mode 100644 index 0000000..0f15f5d Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/left_tee differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/link b/.icons/Simp1e-Breeze-Dark/cursors/link new file mode 100644 index 0000000..554ef29 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/link differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/ll_angle b/.icons/Simp1e-Breeze-Dark/cursors/ll_angle new file mode 100644 index 0000000..e1bb12d Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/ll_angle differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/lr_angle b/.icons/Simp1e-Breeze-Dark/cursors/lr_angle new file mode 100644 index 0000000..9342a33 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/lr_angle differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/move b/.icons/Simp1e-Breeze-Dark/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/n-resize b/.icons/Simp1e-Breeze-Dark/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/ne-resize b/.icons/Simp1e-Breeze-Dark/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/nesw-resize b/.icons/Simp1e-Breeze-Dark/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/no-drop b/.icons/Simp1e-Breeze-Dark/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/not-allowed b/.icons/Simp1e-Breeze-Dark/cursors/not-allowed new file mode 100644 index 0000000..ad5e3db Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/not-allowed differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/ns-resize b/.icons/Simp1e-Breeze-Dark/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/nw-resize b/.icons/Simp1e-Breeze-Dark/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/nwse-resize b/.icons/Simp1e-Breeze-Dark/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/openhand b/.icons/Simp1e-Breeze-Dark/cursors/openhand new file mode 100644 index 0000000..4f5ea2c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/openhand differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/pencil b/.icons/Simp1e-Breeze-Dark/cursors/pencil new file mode 100644 index 0000000..d4d3ce4 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/pencil differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/pirate b/.icons/Simp1e-Breeze-Dark/cursors/pirate new file mode 100644 index 0000000..36d8274 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/pirate differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/plus b/.icons/Simp1e-Breeze-Dark/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/pointer b/.icons/Simp1e-Breeze-Dark/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/pointer-move b/.icons/Simp1e-Breeze-Dark/cursors/pointer-move new file mode 100644 index 0000000..9d03b94 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/pointer-move differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/pointing_hand b/.icons/Simp1e-Breeze-Dark/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/progress b/.icons/Simp1e-Breeze-Dark/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/question_arrow b/.icons/Simp1e-Breeze-Dark/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/right-arrow b/.icons/Simp1e-Breeze-Dark/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/right_arrow b/.icons/Simp1e-Breeze-Dark/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/right_ptr b/.icons/Simp1e-Breeze-Dark/cursors/right_ptr new file mode 100644 index 0000000..5809963 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/right_ptr differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/right_side b/.icons/Simp1e-Breeze-Dark/cursors/right_side new file mode 100644 index 0000000..1b32710 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/right_side differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/right_tee b/.icons/Simp1e-Breeze-Dark/cursors/right_tee new file mode 100644 index 0000000..776f878 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/right_tee differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/row-resize b/.icons/Simp1e-Breeze-Dark/cursors/row-resize new file mode 100644 index 0000000..a42cdb2 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/row-resize differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/s-resize b/.icons/Simp1e-Breeze-Dark/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/sb_down_arrow b/.icons/Simp1e-Breeze-Dark/cursors/sb_down_arrow new file mode 100644 index 0000000..716827c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/sb_h_double_arrow b/.icons/Simp1e-Breeze-Dark/cursors/sb_h_double_arrow new file mode 100644 index 0000000..80806a5 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/sb_left_arrow b/.icons/Simp1e-Breeze-Dark/cursors/sb_left_arrow new file mode 100644 index 0000000..4e1566b Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/sb_right_arrow b/.icons/Simp1e-Breeze-Dark/cursors/sb_right_arrow new file mode 100644 index 0000000..f1fe7a7 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/sb_up_arrow b/.icons/Simp1e-Breeze-Dark/cursors/sb_up_arrow new file mode 100644 index 0000000..1ae4f6a Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/sb_v_double_arrow b/.icons/Simp1e-Breeze-Dark/cursors/sb_v_double_arrow new file mode 100644 index 0000000..af7c410 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/se-resize b/.icons/Simp1e-Breeze-Dark/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size-bdiag b/.icons/Simp1e-Breeze-Dark/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size-fdiag b/.icons/Simp1e-Breeze-Dark/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size-hor b/.icons/Simp1e-Breeze-Dark/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size-ver b/.icons/Simp1e-Breeze-Dark/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size_all b/.icons/Simp1e-Breeze-Dark/cursors/size_all new file mode 100644 index 0000000..85920cb Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/size_all differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size_bdiag b/.icons/Simp1e-Breeze-Dark/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size_fdiag b/.icons/Simp1e-Breeze-Dark/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size_hor b/.icons/Simp1e-Breeze-Dark/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/size_ver b/.icons/Simp1e-Breeze-Dark/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/split_h b/.icons/Simp1e-Breeze-Dark/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/split_v b/.icons/Simp1e-Breeze-Dark/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/sw-resize b/.icons/Simp1e-Breeze-Dark/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/target b/.icons/Simp1e-Breeze-Dark/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/tcross b/.icons/Simp1e-Breeze-Dark/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/text b/.icons/Simp1e-Breeze-Dark/cursors/text new file mode 100644 index 0000000..834674c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/text differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/top_left_arrow b/.icons/Simp1e-Breeze-Dark/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/top_left_corner b/.icons/Simp1e-Breeze-Dark/cursors/top_left_corner new file mode 100644 index 0000000..addb7dc Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/top_right_corner b/.icons/Simp1e-Breeze-Dark/cursors/top_right_corner new file mode 100644 index 0000000..3e72fab Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/top_side b/.icons/Simp1e-Breeze-Dark/cursors/top_side new file mode 100644 index 0000000..5ff9b0c Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/top_side differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/top_tee b/.icons/Simp1e-Breeze-Dark/cursors/top_tee new file mode 100644 index 0000000..86b985a Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/top_tee differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/ul_angle b/.icons/Simp1e-Breeze-Dark/cursors/ul_angle new file mode 100644 index 0000000..cea7053 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/ul_angle differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/up-arrow b/.icons/Simp1e-Breeze-Dark/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/ur_angle b/.icons/Simp1e-Breeze-Dark/cursors/ur_angle new file mode 100644 index 0000000..a2ab632 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/ur_angle differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/v_double_arrow b/.icons/Simp1e-Breeze-Dark/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/vertical-text b/.icons/Simp1e-Breeze-Dark/cursors/vertical-text new file mode 100644 index 0000000..fcd44d8 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/vertical-text differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/w-resize b/.icons/Simp1e-Breeze-Dark/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/wait b/.icons/Simp1e-Breeze-Dark/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/watch b/.icons/Simp1e-Breeze-Dark/cursors/watch new file mode 100644 index 0000000..d6dca23 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/watch differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/wayland-cursor b/.icons/Simp1e-Breeze-Dark/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/whats_this b/.icons/Simp1e-Breeze-Dark/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/x-cursor b/.icons/Simp1e-Breeze-Dark/cursors/x-cursor new file mode 100644 index 0000000..1d274f1 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/x-cursor differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/xterm b/.icons/Simp1e-Breeze-Dark/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/zoom-in b/.icons/Simp1e-Breeze-Dark/cursors/zoom-in new file mode 100644 index 0000000..afefad9 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/zoom-in differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/zoom-out b/.icons/Simp1e-Breeze-Dark/cursors/zoom-out new file mode 100644 index 0000000..7a93c70 Binary files /dev/null and b/.icons/Simp1e-Breeze-Dark/cursors/zoom-out differ diff --git a/.icons/Simp1e-Breeze-Dark/cursors/zoom_in b/.icons/Simp1e-Breeze-Dark/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/cursors/zoom_out b/.icons/Simp1e-Breeze-Dark/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Dark/index.theme b/.icons/Simp1e-Breeze-Dark/index.theme new file mode 100644 index 0000000..67018dd --- /dev/null +++ b/.icons/Simp1e-Breeze-Dark/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Breeze-Dark" diff --git a/.icons/Simp1e-Breeze-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Breeze-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Breeze-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Breeze-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Breeze-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Breeze-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Breeze-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Breeze-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Breeze-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Breeze-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Breeze-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Breeze-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Breeze-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Breeze-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Breeze-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Breeze-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Breeze-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Breeze-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Breeze-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Breeze-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Breeze-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Breeze-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Breeze-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Breeze-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Breeze-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Breeze-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Breeze-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Breeze-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Breeze-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/X_cursor b/.icons/Simp1e-Breeze-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Breeze-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/alias b/.icons/Simp1e-Breeze-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/all-scroll b/.icons/Simp1e-Breeze-Left/cursors/all-scroll new file mode 100644 index 0000000..5edc5ac Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/arrow b/.icons/Simp1e-Breeze-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Breeze-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/based_arrow_down b/.icons/Simp1e-Breeze-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/based_arrow_up b/.icons/Simp1e-Breeze-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/bd_double_arrow b/.icons/Simp1e-Breeze-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..8cc628e Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/bottom_left_corner b/.icons/Simp1e-Breeze-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..33e7368 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/bottom_right_corner b/.icons/Simp1e-Breeze-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..ad9cb3b Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/bottom_side b/.icons/Simp1e-Breeze-Left/cursors/bottom_side new file mode 100644 index 0000000..6f567de Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/bottom_tee b/.icons/Simp1e-Breeze-Left/cursors/bottom_tee new file mode 100644 index 0000000..dddf10e Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Breeze-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Breeze-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/cell b/.icons/Simp1e-Breeze-Left/cursors/cell new file mode 100644 index 0000000..b151fd2 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/cell differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/center_ptr b/.icons/Simp1e-Breeze-Left/cursors/center_ptr new file mode 100644 index 0000000..2addd53 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/circle b/.icons/Simp1e-Breeze-Left/cursors/circle new file mode 100644 index 0000000..ec80a6c Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/circle differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/clock b/.icons/Simp1e-Breeze-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/closedhand b/.icons/Simp1e-Breeze-Left/cursors/closedhand new file mode 100644 index 0000000..c041049 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/col-resize b/.icons/Simp1e-Breeze-Left/cursors/col-resize new file mode 100644 index 0000000..79442e9 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/color-picker b/.icons/Simp1e-Breeze-Left/cursors/color-picker new file mode 100644 index 0000000..98844b0 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/context-menu b/.icons/Simp1e-Breeze-Left/cursors/context-menu new file mode 100644 index 0000000..0734a34 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/copy b/.icons/Simp1e-Breeze-Left/cursors/copy new file mode 100644 index 0000000..8a87375 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/copy differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/cross b/.icons/Simp1e-Breeze-Left/cursors/cross new file mode 100644 index 0000000..4aff853 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/cross differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/cross_reverse b/.icons/Simp1e-Breeze-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/crossed_circle b/.icons/Simp1e-Breeze-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/crosshair b/.icons/Simp1e-Breeze-Left/cursors/crosshair new file mode 100644 index 0000000..2feb9ba Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Breeze-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/default b/.icons/Simp1e-Breeze-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/diamond_cross b/.icons/Simp1e-Breeze-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/dnd-ask b/.icons/Simp1e-Breeze-Left/cursors/dnd-ask new file mode 100644 index 0000000..7ad572d Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/dnd-copy b/.icons/Simp1e-Breeze-Left/cursors/dnd-copy new file mode 100644 index 0000000..4cc9c5e Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/dnd-link b/.icons/Simp1e-Breeze-Left/cursors/dnd-link new file mode 100644 index 0000000..8734ee5 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/dnd-move b/.icons/Simp1e-Breeze-Left/cursors/dnd-move new file mode 100644 index 0000000..762aefe Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/dnd-no-drop b/.icons/Simp1e-Breeze-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..058001f Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/dnd-none b/.icons/Simp1e-Breeze-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/dot b/.icons/Simp1e-Breeze-Left/cursors/dot new file mode 100644 index 0000000..a4b37dd Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/dot differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/dot_box_mask b/.icons/Simp1e-Breeze-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/dotbox b/.icons/Simp1e-Breeze-Left/cursors/dotbox new file mode 100644 index 0000000..3d8e8b4 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/double_arrow b/.icons/Simp1e-Breeze-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/down-arrow b/.icons/Simp1e-Breeze-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/draft b/.icons/Simp1e-Breeze-Left/cursors/draft new file mode 100644 index 0000000..2646478 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/draft differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/draped_box b/.icons/Simp1e-Breeze-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/e-resize b/.icons/Simp1e-Breeze-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Breeze-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/ew-resize b/.icons/Simp1e-Breeze-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Breeze-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Breeze-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Breeze-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Breeze-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/fd_double_arrow b/.icons/Simp1e-Breeze-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..f4d0c24 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/fleur b/.icons/Simp1e-Breeze-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/forbidden b/.icons/Simp1e-Breeze-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/grab b/.icons/Simp1e-Breeze-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/grabbing b/.icons/Simp1e-Breeze-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/gumby b/.icons/Simp1e-Breeze-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/h_double_arrow b/.icons/Simp1e-Breeze-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/half-busy b/.icons/Simp1e-Breeze-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/hand b/.icons/Simp1e-Breeze-Left/cursors/hand new file mode 100644 index 0000000..215b382 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/hand differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/hand1 b/.icons/Simp1e-Breeze-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/hand2 b/.icons/Simp1e-Breeze-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/help b/.icons/Simp1e-Breeze-Left/cursors/help new file mode 100644 index 0000000..f16b4f7 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/help differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/ibeam b/.icons/Simp1e-Breeze-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/icon b/.icons/Simp1e-Breeze-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/kill b/.icons/Simp1e-Breeze-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/left-arrow b/.icons/Simp1e-Breeze-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/left_arrow b/.icons/Simp1e-Breeze-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/left_ptr b/.icons/Simp1e-Breeze-Left/cursors/left_ptr new file mode 100644 index 0000000..041162c Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/left_ptr_watch b/.icons/Simp1e-Breeze-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..7f60c90 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/left_side b/.icons/Simp1e-Breeze-Left/cursors/left_side new file mode 100644 index 0000000..5b69430 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/left_tee b/.icons/Simp1e-Breeze-Left/cursors/left_tee new file mode 100644 index 0000000..a9851f3 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/link b/.icons/Simp1e-Breeze-Left/cursors/link new file mode 100644 index 0000000..6338cc4 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/link differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/ll_angle b/.icons/Simp1e-Breeze-Left/cursors/ll_angle new file mode 100644 index 0000000..75b0e9a Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/lr_angle b/.icons/Simp1e-Breeze-Left/cursors/lr_angle new file mode 100644 index 0000000..722dcde Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/move b/.icons/Simp1e-Breeze-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/n-resize b/.icons/Simp1e-Breeze-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/ne-resize b/.icons/Simp1e-Breeze-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/nesw-resize b/.icons/Simp1e-Breeze-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/no-drop b/.icons/Simp1e-Breeze-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/not-allowed b/.icons/Simp1e-Breeze-Left/cursors/not-allowed new file mode 100644 index 0000000..4d8432c Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/ns-resize b/.icons/Simp1e-Breeze-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/nw-resize b/.icons/Simp1e-Breeze-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/nwse-resize b/.icons/Simp1e-Breeze-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/openhand b/.icons/Simp1e-Breeze-Left/cursors/openhand new file mode 100644 index 0000000..1dba4d0 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/pencil b/.icons/Simp1e-Breeze-Left/cursors/pencil new file mode 100644 index 0000000..3c7742d Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/pirate b/.icons/Simp1e-Breeze-Left/cursors/pirate new file mode 100644 index 0000000..5982494 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/plus b/.icons/Simp1e-Breeze-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/pointer b/.icons/Simp1e-Breeze-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/pointer-move b/.icons/Simp1e-Breeze-Left/cursors/pointer-move new file mode 100644 index 0000000..55985dc Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/pointing_hand b/.icons/Simp1e-Breeze-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/progress b/.icons/Simp1e-Breeze-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/question_arrow b/.icons/Simp1e-Breeze-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/right-arrow b/.icons/Simp1e-Breeze-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/right_arrow b/.icons/Simp1e-Breeze-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/right_ptr b/.icons/Simp1e-Breeze-Left/cursors/right_ptr new file mode 100644 index 0000000..dcfbb0c Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/right_side b/.icons/Simp1e-Breeze-Left/cursors/right_side new file mode 100644 index 0000000..de20e8f Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/right_tee b/.icons/Simp1e-Breeze-Left/cursors/right_tee new file mode 100644 index 0000000..12cde09 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/row-resize b/.icons/Simp1e-Breeze-Left/cursors/row-resize new file mode 100644 index 0000000..fd0dabd Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/s-resize b/.icons/Simp1e-Breeze-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/sb_down_arrow b/.icons/Simp1e-Breeze-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..616f0f0 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Breeze-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..84f7f93 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/sb_left_arrow b/.icons/Simp1e-Breeze-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..4d16be1 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/sb_right_arrow b/.icons/Simp1e-Breeze-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..4ca74e3 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/sb_up_arrow b/.icons/Simp1e-Breeze-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..3169b8c Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Breeze-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..870af45 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/se-resize b/.icons/Simp1e-Breeze-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size-bdiag b/.icons/Simp1e-Breeze-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size-fdiag b/.icons/Simp1e-Breeze-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size-hor b/.icons/Simp1e-Breeze-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size-ver b/.icons/Simp1e-Breeze-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size_all b/.icons/Simp1e-Breeze-Left/cursors/size_all new file mode 100644 index 0000000..7662987 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/size_bdiag b/.icons/Simp1e-Breeze-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size_fdiag b/.icons/Simp1e-Breeze-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size_hor b/.icons/Simp1e-Breeze-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/size_ver b/.icons/Simp1e-Breeze-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/split_h b/.icons/Simp1e-Breeze-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/split_v b/.icons/Simp1e-Breeze-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/sw-resize b/.icons/Simp1e-Breeze-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/target b/.icons/Simp1e-Breeze-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/tcross b/.icons/Simp1e-Breeze-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/text b/.icons/Simp1e-Breeze-Left/cursors/text new file mode 100644 index 0000000..e7ffb2f Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/text differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/top_left_arrow b/.icons/Simp1e-Breeze-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/top_left_corner b/.icons/Simp1e-Breeze-Left/cursors/top_left_corner new file mode 100644 index 0000000..1e64cab Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/top_right_corner b/.icons/Simp1e-Breeze-Left/cursors/top_right_corner new file mode 100644 index 0000000..369cdaa Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/top_side b/.icons/Simp1e-Breeze-Left/cursors/top_side new file mode 100644 index 0000000..66e8a54 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/top_tee b/.icons/Simp1e-Breeze-Left/cursors/top_tee new file mode 100644 index 0000000..81024e6 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/ul_angle b/.icons/Simp1e-Breeze-Left/cursors/ul_angle new file mode 100644 index 0000000..a3eb4a1 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/up-arrow b/.icons/Simp1e-Breeze-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/ur_angle b/.icons/Simp1e-Breeze-Left/cursors/ur_angle new file mode 100644 index 0000000..c6abec5 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/v_double_arrow b/.icons/Simp1e-Breeze-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/vertical-text b/.icons/Simp1e-Breeze-Left/cursors/vertical-text new file mode 100644 index 0000000..e85b241 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/w-resize b/.icons/Simp1e-Breeze-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/wait b/.icons/Simp1e-Breeze-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/watch b/.icons/Simp1e-Breeze-Left/cursors/watch new file mode 100644 index 0000000..51c7436 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/watch differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/wayland-cursor b/.icons/Simp1e-Breeze-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/whats_this b/.icons/Simp1e-Breeze-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/x-cursor b/.icons/Simp1e-Breeze-Left/cursors/x-cursor new file mode 100644 index 0000000..1ccfebf Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/xterm b/.icons/Simp1e-Breeze-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/zoom-in b/.icons/Simp1e-Breeze-Left/cursors/zoom-in new file mode 100644 index 0000000..6390bb6 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/zoom-out b/.icons/Simp1e-Breeze-Left/cursors/zoom-out new file mode 100644 index 0000000..c2153b7 Binary files /dev/null and b/.icons/Simp1e-Breeze-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Breeze-Left/cursors/zoom_in b/.icons/Simp1e-Breeze-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/cursors/zoom_out b/.icons/Simp1e-Breeze-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze-Left/index.theme b/.icons/Simp1e-Breeze-Left/index.theme new file mode 100644 index 0000000..fb110a3 --- /dev/null +++ b/.icons/Simp1e-Breeze-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Breeze-Left" diff --git a/.icons/Simp1e-Breeze/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Breeze/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Breeze/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Breeze/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Breeze/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Breeze/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Breeze/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Breeze/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Breeze/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Breeze/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Breeze/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Breeze/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Breeze/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Breeze/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Breeze/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Breeze/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Breeze/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Breeze/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Breeze/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Breeze/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Breeze/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Breeze/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Breeze/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Breeze/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Breeze/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Breeze/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Breeze/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Breeze/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Breeze/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/X_cursor b/.icons/Simp1e-Breeze/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Breeze/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/alias b/.icons/Simp1e-Breeze/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/all-scroll b/.icons/Simp1e-Breeze/cursors/all-scroll new file mode 100644 index 0000000..a5cfd8a Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/all-scroll differ diff --git a/.icons/Simp1e-Breeze/cursors/arrow b/.icons/Simp1e-Breeze/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Breeze/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/based_arrow_down b/.icons/Simp1e-Breeze/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/based_arrow_up b/.icons/Simp1e-Breeze/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/bd_double_arrow b/.icons/Simp1e-Breeze/cursors/bd_double_arrow new file mode 100644 index 0000000..45bd412 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/bottom_left_corner b/.icons/Simp1e-Breeze/cursors/bottom_left_corner new file mode 100644 index 0000000..6b5c2c5 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Breeze/cursors/bottom_right_corner b/.icons/Simp1e-Breeze/cursors/bottom_right_corner new file mode 100644 index 0000000..23ff133 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Breeze/cursors/bottom_side b/.icons/Simp1e-Breeze/cursors/bottom_side new file mode 100644 index 0000000..322502e Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/bottom_side differ diff --git a/.icons/Simp1e-Breeze/cursors/bottom_tee b/.icons/Simp1e-Breeze/cursors/bottom_tee new file mode 100644 index 0000000..6286822 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Breeze/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Breeze/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Breeze/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/cell b/.icons/Simp1e-Breeze/cursors/cell new file mode 100644 index 0000000..26fd441 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/cell differ diff --git a/.icons/Simp1e-Breeze/cursors/center_ptr b/.icons/Simp1e-Breeze/cursors/center_ptr new file mode 100644 index 0000000..c101842 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/center_ptr differ diff --git a/.icons/Simp1e-Breeze/cursors/circle b/.icons/Simp1e-Breeze/cursors/circle new file mode 100644 index 0000000..fdfd86f Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/circle differ diff --git a/.icons/Simp1e-Breeze/cursors/clock b/.icons/Simp1e-Breeze/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/closedhand b/.icons/Simp1e-Breeze/cursors/closedhand new file mode 100644 index 0000000..94b817e Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/closedhand differ diff --git a/.icons/Simp1e-Breeze/cursors/col-resize b/.icons/Simp1e-Breeze/cursors/col-resize new file mode 100644 index 0000000..c8609fa Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/col-resize differ diff --git a/.icons/Simp1e-Breeze/cursors/color-picker b/.icons/Simp1e-Breeze/cursors/color-picker new file mode 100644 index 0000000..f051505 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/color-picker differ diff --git a/.icons/Simp1e-Breeze/cursors/context-menu b/.icons/Simp1e-Breeze/cursors/context-menu new file mode 100644 index 0000000..d159503 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/context-menu differ diff --git a/.icons/Simp1e-Breeze/cursors/copy b/.icons/Simp1e-Breeze/cursors/copy new file mode 100644 index 0000000..c82cbf0 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/copy differ diff --git a/.icons/Simp1e-Breeze/cursors/cross b/.icons/Simp1e-Breeze/cursors/cross new file mode 100644 index 0000000..f88ca60 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/cross differ diff --git a/.icons/Simp1e-Breeze/cursors/cross_reverse b/.icons/Simp1e-Breeze/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/crossed_circle b/.icons/Simp1e-Breeze/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/crosshair b/.icons/Simp1e-Breeze/cursors/crosshair new file mode 100644 index 0000000..7876ec9 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/crosshair differ diff --git a/.icons/Simp1e-Breeze/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Breeze/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/default b/.icons/Simp1e-Breeze/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/diamond_cross b/.icons/Simp1e-Breeze/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/dnd-ask b/.icons/Simp1e-Breeze/cursors/dnd-ask new file mode 100644 index 0000000..a26a942 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Breeze/cursors/dnd-copy b/.icons/Simp1e-Breeze/cursors/dnd-copy new file mode 100644 index 0000000..f1e2a84 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Breeze/cursors/dnd-link b/.icons/Simp1e-Breeze/cursors/dnd-link new file mode 100644 index 0000000..c7f8aa2 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/dnd-link differ diff --git a/.icons/Simp1e-Breeze/cursors/dnd-move b/.icons/Simp1e-Breeze/cursors/dnd-move new file mode 100644 index 0000000..1b6181c Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/dnd-move differ diff --git a/.icons/Simp1e-Breeze/cursors/dnd-no-drop b/.icons/Simp1e-Breeze/cursors/dnd-no-drop new file mode 100644 index 0000000..40d5d2b Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Breeze/cursors/dnd-none b/.icons/Simp1e-Breeze/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/dot b/.icons/Simp1e-Breeze/cursors/dot new file mode 100644 index 0000000..ebd9017 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/dot differ diff --git a/.icons/Simp1e-Breeze/cursors/dot_box_mask b/.icons/Simp1e-Breeze/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/dotbox b/.icons/Simp1e-Breeze/cursors/dotbox new file mode 100644 index 0000000..01e5a50 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/dotbox differ diff --git a/.icons/Simp1e-Breeze/cursors/double_arrow b/.icons/Simp1e-Breeze/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/down-arrow b/.icons/Simp1e-Breeze/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/draft b/.icons/Simp1e-Breeze/cursors/draft new file mode 100644 index 0000000..74d8282 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/draft differ diff --git a/.icons/Simp1e-Breeze/cursors/draped_box b/.icons/Simp1e-Breeze/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/e-resize b/.icons/Simp1e-Breeze/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Breeze/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/ew-resize b/.icons/Simp1e-Breeze/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Breeze/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Breeze/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Breeze/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Breeze/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/fd_double_arrow b/.icons/Simp1e-Breeze/cursors/fd_double_arrow new file mode 100644 index 0000000..7ebe8b4 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/fleur b/.icons/Simp1e-Breeze/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/forbidden b/.icons/Simp1e-Breeze/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/grab b/.icons/Simp1e-Breeze/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/grabbing b/.icons/Simp1e-Breeze/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/gumby b/.icons/Simp1e-Breeze/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/h_double_arrow b/.icons/Simp1e-Breeze/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/half-busy b/.icons/Simp1e-Breeze/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/hand b/.icons/Simp1e-Breeze/cursors/hand new file mode 100644 index 0000000..60b10be Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/hand differ diff --git a/.icons/Simp1e-Breeze/cursors/hand1 b/.icons/Simp1e-Breeze/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/hand2 b/.icons/Simp1e-Breeze/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/help b/.icons/Simp1e-Breeze/cursors/help new file mode 100644 index 0000000..8e13d21 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/help differ diff --git a/.icons/Simp1e-Breeze/cursors/ibeam b/.icons/Simp1e-Breeze/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/icon b/.icons/Simp1e-Breeze/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/kill b/.icons/Simp1e-Breeze/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/left-arrow b/.icons/Simp1e-Breeze/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/left_arrow b/.icons/Simp1e-Breeze/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/left_ptr b/.icons/Simp1e-Breeze/cursors/left_ptr new file mode 100644 index 0000000..73f9023 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/left_ptr differ diff --git a/.icons/Simp1e-Breeze/cursors/left_ptr_watch b/.icons/Simp1e-Breeze/cursors/left_ptr_watch new file mode 100644 index 0000000..23098be Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Breeze/cursors/left_side b/.icons/Simp1e-Breeze/cursors/left_side new file mode 100644 index 0000000..1fa3fda Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/left_side differ diff --git a/.icons/Simp1e-Breeze/cursors/left_tee b/.icons/Simp1e-Breeze/cursors/left_tee new file mode 100644 index 0000000..6aecce1 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/left_tee differ diff --git a/.icons/Simp1e-Breeze/cursors/link b/.icons/Simp1e-Breeze/cursors/link new file mode 100644 index 0000000..f27ab23 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/link differ diff --git a/.icons/Simp1e-Breeze/cursors/ll_angle b/.icons/Simp1e-Breeze/cursors/ll_angle new file mode 100644 index 0000000..8eb451e Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/ll_angle differ diff --git a/.icons/Simp1e-Breeze/cursors/lr_angle b/.icons/Simp1e-Breeze/cursors/lr_angle new file mode 100644 index 0000000..ad98d83 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/lr_angle differ diff --git a/.icons/Simp1e-Breeze/cursors/move b/.icons/Simp1e-Breeze/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/n-resize b/.icons/Simp1e-Breeze/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/ne-resize b/.icons/Simp1e-Breeze/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/nesw-resize b/.icons/Simp1e-Breeze/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/no-drop b/.icons/Simp1e-Breeze/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/not-allowed b/.icons/Simp1e-Breeze/cursors/not-allowed new file mode 100644 index 0000000..460890f Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/not-allowed differ diff --git a/.icons/Simp1e-Breeze/cursors/ns-resize b/.icons/Simp1e-Breeze/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/nw-resize b/.icons/Simp1e-Breeze/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/nwse-resize b/.icons/Simp1e-Breeze/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/openhand b/.icons/Simp1e-Breeze/cursors/openhand new file mode 100644 index 0000000..523d395 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/openhand differ diff --git a/.icons/Simp1e-Breeze/cursors/pencil b/.icons/Simp1e-Breeze/cursors/pencil new file mode 100644 index 0000000..07cd989 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/pencil differ diff --git a/.icons/Simp1e-Breeze/cursors/pirate b/.icons/Simp1e-Breeze/cursors/pirate new file mode 100644 index 0000000..b75c1b2 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/pirate differ diff --git a/.icons/Simp1e-Breeze/cursors/plus b/.icons/Simp1e-Breeze/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/pointer b/.icons/Simp1e-Breeze/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/pointer-move b/.icons/Simp1e-Breeze/cursors/pointer-move new file mode 100644 index 0000000..8b7e451 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/pointer-move differ diff --git a/.icons/Simp1e-Breeze/cursors/pointing_hand b/.icons/Simp1e-Breeze/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/progress b/.icons/Simp1e-Breeze/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/question_arrow b/.icons/Simp1e-Breeze/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/right-arrow b/.icons/Simp1e-Breeze/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/right_arrow b/.icons/Simp1e-Breeze/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/right_ptr b/.icons/Simp1e-Breeze/cursors/right_ptr new file mode 100644 index 0000000..f3473da Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/right_ptr differ diff --git a/.icons/Simp1e-Breeze/cursors/right_side b/.icons/Simp1e-Breeze/cursors/right_side new file mode 100644 index 0000000..947629b Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/right_side differ diff --git a/.icons/Simp1e-Breeze/cursors/right_tee b/.icons/Simp1e-Breeze/cursors/right_tee new file mode 100644 index 0000000..97472b3 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/right_tee differ diff --git a/.icons/Simp1e-Breeze/cursors/row-resize b/.icons/Simp1e-Breeze/cursors/row-resize new file mode 100644 index 0000000..18e2f4b Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/row-resize differ diff --git a/.icons/Simp1e-Breeze/cursors/s-resize b/.icons/Simp1e-Breeze/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/sb_down_arrow b/.icons/Simp1e-Breeze/cursors/sb_down_arrow new file mode 100644 index 0000000..fb6a46c Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/sb_h_double_arrow b/.icons/Simp1e-Breeze/cursors/sb_h_double_arrow new file mode 100644 index 0000000..224c14f Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/sb_left_arrow b/.icons/Simp1e-Breeze/cursors/sb_left_arrow new file mode 100644 index 0000000..4cdb3fa Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/sb_right_arrow b/.icons/Simp1e-Breeze/cursors/sb_right_arrow new file mode 100644 index 0000000..3262781 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/sb_up_arrow b/.icons/Simp1e-Breeze/cursors/sb_up_arrow new file mode 100644 index 0000000..a20e596 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/sb_v_double_arrow b/.icons/Simp1e-Breeze/cursors/sb_v_double_arrow new file mode 100644 index 0000000..9c97315 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Breeze/cursors/se-resize b/.icons/Simp1e-Breeze/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size-bdiag b/.icons/Simp1e-Breeze/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size-fdiag b/.icons/Simp1e-Breeze/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size-hor b/.icons/Simp1e-Breeze/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size-ver b/.icons/Simp1e-Breeze/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size_all b/.icons/Simp1e-Breeze/cursors/size_all new file mode 100644 index 0000000..55ffcc0 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/size_all differ diff --git a/.icons/Simp1e-Breeze/cursors/size_bdiag b/.icons/Simp1e-Breeze/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size_fdiag b/.icons/Simp1e-Breeze/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size_hor b/.icons/Simp1e-Breeze/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/size_ver b/.icons/Simp1e-Breeze/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/split_h b/.icons/Simp1e-Breeze/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/split_v b/.icons/Simp1e-Breeze/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/sw-resize b/.icons/Simp1e-Breeze/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/target b/.icons/Simp1e-Breeze/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/tcross b/.icons/Simp1e-Breeze/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/text b/.icons/Simp1e-Breeze/cursors/text new file mode 100644 index 0000000..28de91d Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/text differ diff --git a/.icons/Simp1e-Breeze/cursors/top_left_arrow b/.icons/Simp1e-Breeze/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/top_left_corner b/.icons/Simp1e-Breeze/cursors/top_left_corner new file mode 100644 index 0000000..10ec705 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Breeze/cursors/top_right_corner b/.icons/Simp1e-Breeze/cursors/top_right_corner new file mode 100644 index 0000000..bc97372 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Breeze/cursors/top_side b/.icons/Simp1e-Breeze/cursors/top_side new file mode 100644 index 0000000..e3cb88c Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/top_side differ diff --git a/.icons/Simp1e-Breeze/cursors/top_tee b/.icons/Simp1e-Breeze/cursors/top_tee new file mode 100644 index 0000000..b68b46b Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/top_tee differ diff --git a/.icons/Simp1e-Breeze/cursors/ul_angle b/.icons/Simp1e-Breeze/cursors/ul_angle new file mode 100644 index 0000000..6c9e417 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/ul_angle differ diff --git a/.icons/Simp1e-Breeze/cursors/up-arrow b/.icons/Simp1e-Breeze/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/ur_angle b/.icons/Simp1e-Breeze/cursors/ur_angle new file mode 100644 index 0000000..eb69813 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/ur_angle differ diff --git a/.icons/Simp1e-Breeze/cursors/v_double_arrow b/.icons/Simp1e-Breeze/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/vertical-text b/.icons/Simp1e-Breeze/cursors/vertical-text new file mode 100644 index 0000000..38d01c7 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/vertical-text differ diff --git a/.icons/Simp1e-Breeze/cursors/w-resize b/.icons/Simp1e-Breeze/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/wait b/.icons/Simp1e-Breeze/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/watch b/.icons/Simp1e-Breeze/cursors/watch new file mode 100644 index 0000000..0693a81 Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/watch differ diff --git a/.icons/Simp1e-Breeze/cursors/wayland-cursor b/.icons/Simp1e-Breeze/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/whats_this b/.icons/Simp1e-Breeze/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/x-cursor b/.icons/Simp1e-Breeze/cursors/x-cursor new file mode 100644 index 0000000..895592d Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/x-cursor differ diff --git a/.icons/Simp1e-Breeze/cursors/xterm b/.icons/Simp1e-Breeze/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/zoom-in b/.icons/Simp1e-Breeze/cursors/zoom-in new file mode 100644 index 0000000..346b98f Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/zoom-in differ diff --git a/.icons/Simp1e-Breeze/cursors/zoom-out b/.icons/Simp1e-Breeze/cursors/zoom-out new file mode 100644 index 0000000..f3934ea Binary files /dev/null and b/.icons/Simp1e-Breeze/cursors/zoom-out differ diff --git a/.icons/Simp1e-Breeze/cursors/zoom_in b/.icons/Simp1e-Breeze/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/cursors/zoom_out b/.icons/Simp1e-Breeze/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Breeze/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Breeze/index.theme b/.icons/Simp1e-Breeze/index.theme new file mode 100644 index 0000000..b15764d --- /dev/null +++ b/.icons/Simp1e-Breeze/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Breeze" diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/alias b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/all-scroll new file mode 100644 index 0000000..92d2525 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..d2a8a3a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..2268b4e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..5b1cde2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_side new file mode 100644 index 0000000..9ade1c2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_tee new file mode 100644 index 0000000..92cc671 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cell b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cell new file mode 100644 index 0000000..a0e70fb Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/center_ptr new file mode 100644 index 0000000..03b6767 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/circle b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/circle new file mode 100644 index 0000000..bf0797f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/clock b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/closedhand b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/closedhand new file mode 100644 index 0000000..26af2b8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/col-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/col-resize new file mode 100644 index 0000000..210a0c2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/color-picker b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/color-picker new file mode 100644 index 0000000..7448a5f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/context-menu b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/context-menu new file mode 100644 index 0000000..70271e6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/copy b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/copy new file mode 100644 index 0000000..9a185be Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cross b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cross new file mode 100644 index 0000000..a6d7c33 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/crosshair b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/crosshair new file mode 100644 index 0000000..f858753 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/default b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-ask new file mode 100644 index 0000000..3627f0d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-copy new file mode 100644 index 0000000..047c020 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-link new file mode 100644 index 0000000..603d3a4 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-move new file mode 100644 index 0000000..5b631b6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..c28cda3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dot b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dot new file mode 100644 index 0000000..ea61077 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dotbox b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dotbox new file mode 100644 index 0000000..ed61dec Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/draft b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/draft new file mode 100644 index 0000000..c4d0215 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/draped_box b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/e-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..2a2c86d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fleur b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/forbidden b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/grab b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/grabbing b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/gumby b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/half-busy b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand new file mode 100644 index 0000000..b5cdc6b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand1 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand2 b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/help b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/help new file mode 100644 index 0000000..d02a538 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ibeam b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/icon b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/kill b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_ptr new file mode 100644 index 0000000..9d86637 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..8e88f27 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_side b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_side new file mode 100644 index 0000000..87c0ebd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_tee b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_tee new file mode 100644 index 0000000..e689de1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/link b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/link new file mode 100644 index 0000000..03cf82b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ll_angle new file mode 100644 index 0000000..e346e2b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/lr_angle new file mode 100644 index 0000000..91ee878 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/move b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/n-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/no-drop b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/not-allowed new file mode 100644 index 0000000..0360ef5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/openhand b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/openhand new file mode 100644 index 0000000..8f1b4f6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pencil b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pencil new file mode 100644 index 0000000..8f6237f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pirate b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pirate new file mode 100644 index 0000000..478b830 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/plus b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointer b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointer-move new file mode 100644 index 0000000..5caf9b7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/progress b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_ptr new file mode 100644 index 0000000..e0c7b78 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_side b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_side new file mode 100644 index 0000000..c3a49a7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_tee b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_tee new file mode 100644 index 0000000..d6d0237 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/row-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/row-resize new file mode 100644 index 0000000..be5caf1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/s-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..474b7b1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..e6b727d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..620cbaa Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..5b78386 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..0f01d1c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..8fc4a0f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/se-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-hor b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-ver b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_all b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_all new file mode 100644 index 0000000..bf48212 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_hor b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_ver b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/split_h b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/split_v b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/target b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/tcross b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/text b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/text new file mode 100644 index 0000000..d93da2e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_left_corner new file mode 100644 index 0000000..2ac9d0c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_right_corner new file mode 100644 index 0000000..efdca9c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_side b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_side new file mode 100644 index 0000000..cbcc2fc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_tee b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_tee new file mode 100644 index 0000000..331b152 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ul_angle new file mode 100644 index 0000000..059952d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ur_angle new file mode 100644 index 0000000..76bf833 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/vertical-text new file mode 100644 index 0000000..aae5b2c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/w-resize b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/wait b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/watch b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/watch new file mode 100644 index 0000000..b6c3694 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/whats_this b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/x-cursor new file mode 100644 index 0000000..131abcc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/xterm b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom-in new file mode 100644 index 0000000..cae47ca Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom-out new file mode 100644 index 0000000..dea77dd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe-Left/index.theme b/.icons/Simp1e-Catppuccin-Frappe-Left/index.theme new file mode 100644 index 0000000..14ed31c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Frappe-Left" diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Frappe/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Frappe/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Frappe/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Frappe/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Frappe/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Frappe/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Frappe/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Frappe/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Frappe/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Frappe/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Frappe/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Frappe/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Frappe/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Frappe/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Frappe/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Frappe/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Frappe/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Frappe/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Frappe/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Frappe/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Frappe/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Frappe/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Frappe/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Frappe/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Frappe/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Frappe/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Frappe/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Frappe/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Frappe/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Frappe/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/alias b/.icons/Simp1e-Catppuccin-Frappe/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Frappe/cursors/all-scroll new file mode 100644 index 0000000..3a41339 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Frappe/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Frappe/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Frappe/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/bd_double_arrow new file mode 100644 index 0000000..986ed43 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_left_corner new file mode 100644 index 0000000..e939003 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_right_corner new file mode 100644 index 0000000..0abfd08 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_side new file mode 100644 index 0000000..529f979 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_tee new file mode 100644 index 0000000..d98c010 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Frappe/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Frappe/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/cell b/.icons/Simp1e-Catppuccin-Frappe/cursors/cell new file mode 100644 index 0000000..d322a9b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Frappe/cursors/center_ptr new file mode 100644 index 0000000..77d4c49 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/circle b/.icons/Simp1e-Catppuccin-Frappe/cursors/circle new file mode 100644 index 0000000..99078a6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/clock b/.icons/Simp1e-Catppuccin-Frappe/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/closedhand b/.icons/Simp1e-Catppuccin-Frappe/cursors/closedhand new file mode 100644 index 0000000..158695a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/col-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/col-resize new file mode 100644 index 0000000..8486e8e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/color-picker b/.icons/Simp1e-Catppuccin-Frappe/cursors/color-picker new file mode 100644 index 0000000..9bbd65c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/context-menu b/.icons/Simp1e-Catppuccin-Frappe/cursors/context-menu new file mode 100644 index 0000000..2d71d18 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/copy b/.icons/Simp1e-Catppuccin-Frappe/cursors/copy new file mode 100644 index 0000000..4883e7c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/cross b/.icons/Simp1e-Catppuccin-Frappe/cursors/cross new file mode 100644 index 0000000..ff73dbc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Frappe/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Frappe/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/crosshair b/.icons/Simp1e-Catppuccin-Frappe/cursors/crosshair new file mode 100644 index 0000000..348df62 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Frappe/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/default b/.icons/Simp1e-Catppuccin-Frappe/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Frappe/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-ask new file mode 100644 index 0000000..3e4245a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-copy new file mode 100644 index 0000000..982ef65 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-link new file mode 100644 index 0000000..66fcf39 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-move new file mode 100644 index 0000000..f18fc01 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-no-drop new file mode 100644 index 0000000..7f832ab Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dot b/.icons/Simp1e-Catppuccin-Frappe/cursors/dot new file mode 100644 index 0000000..4187f87 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Frappe/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/dotbox b/.icons/Simp1e-Catppuccin-Frappe/cursors/dotbox new file mode 100644 index 0000000..6abad4f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/draft b/.icons/Simp1e-Catppuccin-Frappe/cursors/draft new file mode 100644 index 0000000..6942355 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/draped_box b/.icons/Simp1e-Catppuccin-Frappe/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/e-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Frappe/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Frappe/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Frappe/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Frappe/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Frappe/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/fd_double_arrow new file mode 100644 index 0000000..00fee4e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/fleur b/.icons/Simp1e-Catppuccin-Frappe/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/forbidden b/.icons/Simp1e-Catppuccin-Frappe/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/grab b/.icons/Simp1e-Catppuccin-Frappe/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/grabbing b/.icons/Simp1e-Catppuccin-Frappe/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/gumby b/.icons/Simp1e-Catppuccin-Frappe/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/half-busy b/.icons/Simp1e-Catppuccin-Frappe/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/hand b/.icons/Simp1e-Catppuccin-Frappe/cursors/hand new file mode 100644 index 0000000..0d70440 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/hand1 b/.icons/Simp1e-Catppuccin-Frappe/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/hand2 b/.icons/Simp1e-Catppuccin-Frappe/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/help b/.icons/Simp1e-Catppuccin-Frappe/cursors/help new file mode 100644 index 0000000..c349e78 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/ibeam b/.icons/Simp1e-Catppuccin-Frappe/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/icon b/.icons/Simp1e-Catppuccin-Frappe/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/kill b/.icons/Simp1e-Catppuccin-Frappe/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_ptr new file mode 100644 index 0000000..9ed4e89 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_ptr_watch new file mode 100644 index 0000000..fe09723 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/left_side b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_side new file mode 100644 index 0000000..b2d7c6c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/left_tee b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_tee new file mode 100644 index 0000000..b30a8c2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/link b/.icons/Simp1e-Catppuccin-Frappe/cursors/link new file mode 100644 index 0000000..cc020bf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Frappe/cursors/ll_angle new file mode 100644 index 0000000..cda185b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Frappe/cursors/lr_angle new file mode 100644 index 0000000..2f0bdbc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/move b/.icons/Simp1e-Catppuccin-Frappe/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/n-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/no-drop b/.icons/Simp1e-Catppuccin-Frappe/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Frappe/cursors/not-allowed new file mode 100644 index 0000000..c8af425 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/openhand b/.icons/Simp1e-Catppuccin-Frappe/cursors/openhand new file mode 100644 index 0000000..e493ccc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/pencil b/.icons/Simp1e-Catppuccin-Frappe/cursors/pencil new file mode 100644 index 0000000..0244060 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/pirate b/.icons/Simp1e-Catppuccin-Frappe/cursors/pirate new file mode 100644 index 0000000..646a79b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/plus b/.icons/Simp1e-Catppuccin-Frappe/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/pointer b/.icons/Simp1e-Catppuccin-Frappe/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Frappe/cursors/pointer-move new file mode 100644 index 0000000..416c855 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Frappe/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/progress b/.icons/Simp1e-Catppuccin-Frappe/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_ptr new file mode 100644 index 0000000..2155d84 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/right_side b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_side new file mode 100644 index 0000000..c41bc4f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/right_tee b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_tee new file mode 100644 index 0000000..6166a4d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/row-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/row-resize new file mode 100644 index 0000000..fa2c592 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/s-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_down_arrow new file mode 100644 index 0000000..e98dd09 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_h_double_arrow new file mode 100644 index 0000000..7e2c08f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_left_arrow new file mode 100644 index 0000000..a934bc2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_right_arrow new file mode 100644 index 0000000..e45f8c9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_up_arrow new file mode 100644 index 0000000..ef5c13f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_v_double_arrow new file mode 100644 index 0000000..198197b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/se-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size-hor b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size-ver b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size_all b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_all new file mode 100644 index 0000000..91050f5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size_hor b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/size_ver b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/split_h b/.icons/Simp1e-Catppuccin-Frappe/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/split_v b/.icons/Simp1e-Catppuccin-Frappe/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/target b/.icons/Simp1e-Catppuccin-Frappe/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/tcross b/.icons/Simp1e-Catppuccin-Frappe/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/text b/.icons/Simp1e-Catppuccin-Frappe/cursors/text new file mode 100644 index 0000000..679d6ac Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_left_corner new file mode 100644 index 0000000..dad3d7a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_right_corner new file mode 100644 index 0000000..85a5be1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/top_side b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_side new file mode 100644 index 0000000..eba960d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/top_tee b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_tee new file mode 100644 index 0000000..6a87322 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Frappe/cursors/ul_angle new file mode 100644 index 0000000..b05a31c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Frappe/cursors/ur_angle new file mode 100644 index 0000000..812cec0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Frappe/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Frappe/cursors/vertical-text new file mode 100644 index 0000000..93a4818 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/w-resize b/.icons/Simp1e-Catppuccin-Frappe/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/wait b/.icons/Simp1e-Catppuccin-Frappe/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/watch b/.icons/Simp1e-Catppuccin-Frappe/cursors/watch new file mode 100644 index 0000000..d17bd8e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Frappe/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/whats_this b/.icons/Simp1e-Catppuccin-Frappe/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Frappe/cursors/x-cursor new file mode 100644 index 0000000..154bfc0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/xterm b/.icons/Simp1e-Catppuccin-Frappe/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom-in new file mode 100644 index 0000000..082065e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom-out new file mode 100644 index 0000000..58f6379 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Frappe/index.theme b/.icons/Simp1e-Catppuccin-Frappe/index.theme new file mode 100644 index 0000000..0b0f0a6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Frappe/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Frappe" diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/alias b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/all-scroll new file mode 100644 index 0000000..241daf3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..1669ad4 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..bdb297d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..d20cc36 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_side new file mode 100644 index 0000000..c5ae9ea Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_tee new file mode 100644 index 0000000..41340b2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cell b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cell new file mode 100644 index 0000000..8c4d414 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/center_ptr new file mode 100644 index 0000000..dd03215 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/circle b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/circle new file mode 100644 index 0000000..559c7bd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/clock b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/closedhand b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/closedhand new file mode 100644 index 0000000..4285ea2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/col-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/col-resize new file mode 100644 index 0000000..049166c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/color-picker b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/color-picker new file mode 100644 index 0000000..ca200d1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/context-menu b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/context-menu new file mode 100644 index 0000000..bc3bb07 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/copy b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/copy new file mode 100644 index 0000000..4836b1e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cross b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cross new file mode 100644 index 0000000..e089e0e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/crosshair b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/crosshair new file mode 100644 index 0000000..d065470 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/default b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-ask new file mode 100644 index 0000000..14c865a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-copy new file mode 100644 index 0000000..be05823 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-link new file mode 100644 index 0000000..468547a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-move new file mode 100644 index 0000000..289ac84 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..888355f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dot b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dot new file mode 100644 index 0000000..cffe348 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dotbox b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dotbox new file mode 100644 index 0000000..7b8e70b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/draft b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/draft new file mode 100644 index 0000000..84a10da Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/draped_box b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/e-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..eb10798 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fleur b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/forbidden b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/grab b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/grabbing b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/gumby b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/half-busy b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand new file mode 100644 index 0000000..5383ba7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand1 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand2 b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/help b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/help new file mode 100644 index 0000000..b169558 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ibeam b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/icon b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/kill b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_ptr new file mode 100644 index 0000000..0d50592 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..111add7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_side b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_side new file mode 100644 index 0000000..30b2fdf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_tee b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_tee new file mode 100644 index 0000000..b7d4db2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/link b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/link new file mode 100644 index 0000000..3b378e3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ll_angle new file mode 100644 index 0000000..4e45e82 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/lr_angle new file mode 100644 index 0000000..f1e91ed Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/move b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/n-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/no-drop b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/not-allowed new file mode 100644 index 0000000..ebb4de1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/openhand b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/openhand new file mode 100644 index 0000000..35a09ca Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pencil b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pencil new file mode 100644 index 0000000..1721356 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pirate b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pirate new file mode 100644 index 0000000..8e94d47 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/plus b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointer b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointer-move new file mode 100644 index 0000000..4e103b3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/progress b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_ptr new file mode 100644 index 0000000..82be06f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_side b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_side new file mode 100644 index 0000000..cbbb311 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_tee b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_tee new file mode 100644 index 0000000..fab9b8f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/row-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/row-resize new file mode 100644 index 0000000..3362cbb Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/s-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..55177b9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..12c2026 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..2e3bf54 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..833944b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..d931b37 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..5f89af7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/se-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-hor b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-ver b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_all b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_all new file mode 100644 index 0000000..34630ac Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_hor b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_ver b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/split_h b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/split_v b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/target b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/tcross b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/text b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/text new file mode 100644 index 0000000..6480bf8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_left_corner new file mode 100644 index 0000000..0ef9be2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_right_corner new file mode 100644 index 0000000..2978152 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_side b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_side new file mode 100644 index 0000000..b203645 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_tee b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_tee new file mode 100644 index 0000000..fd9299b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ul_angle new file mode 100644 index 0000000..6f4ebc6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ur_angle new file mode 100644 index 0000000..1110b14 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/vertical-text new file mode 100644 index 0000000..c86993d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/w-resize b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/wait b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/watch b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/watch new file mode 100644 index 0000000..97116d4 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/whats_this b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/x-cursor new file mode 100644 index 0000000..000ed24 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/xterm b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom-in new file mode 100644 index 0000000..4fdcad4 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom-out new file mode 100644 index 0000000..c980e99 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte-Left/index.theme b/.icons/Simp1e-Catppuccin-Latte-Left/index.theme new file mode 100644 index 0000000..3de8530 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Latte-Left" diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Latte/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Latte/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Latte/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Latte/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Latte/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Latte/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Latte/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Latte/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Latte/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Latte/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Latte/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Latte/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Latte/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Latte/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Latte/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Latte/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Latte/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Latte/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Latte/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Latte/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Latte/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Latte/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Latte/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Latte/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Latte/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Latte/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Latte/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Latte/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Latte/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Latte/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/alias b/.icons/Simp1e-Catppuccin-Latte/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Latte/cursors/all-scroll new file mode 100644 index 0000000..df32c3c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Latte/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Latte/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Latte/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/bd_double_arrow new file mode 100644 index 0000000..114a611 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_left_corner new file mode 100644 index 0000000..9a58048 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_right_corner new file mode 100644 index 0000000..e92e97f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_side new file mode 100644 index 0000000..71140aa Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_tee new file mode 100644 index 0000000..c06f3af Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Latte/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Latte/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/cell b/.icons/Simp1e-Catppuccin-Latte/cursors/cell new file mode 100644 index 0000000..474a4ed Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Latte/cursors/center_ptr new file mode 100644 index 0000000..8669a2c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/circle b/.icons/Simp1e-Catppuccin-Latte/cursors/circle new file mode 100644 index 0000000..a581717 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/clock b/.icons/Simp1e-Catppuccin-Latte/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/closedhand b/.icons/Simp1e-Catppuccin-Latte/cursors/closedhand new file mode 100644 index 0000000..bb52852 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/col-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/col-resize new file mode 100644 index 0000000..e0ade1c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/color-picker b/.icons/Simp1e-Catppuccin-Latte/cursors/color-picker new file mode 100644 index 0000000..64671b6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/context-menu b/.icons/Simp1e-Catppuccin-Latte/cursors/context-menu new file mode 100644 index 0000000..ffaa880 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/copy b/.icons/Simp1e-Catppuccin-Latte/cursors/copy new file mode 100644 index 0000000..db96af3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/cross b/.icons/Simp1e-Catppuccin-Latte/cursors/cross new file mode 100644 index 0000000..9c7a6a5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Latte/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Latte/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/crosshair b/.icons/Simp1e-Catppuccin-Latte/cursors/crosshair new file mode 100644 index 0000000..43ad762 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Latte/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/default b/.icons/Simp1e-Catppuccin-Latte/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Latte/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-ask new file mode 100644 index 0000000..c8f9b14 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-copy new file mode 100644 index 0000000..bb01df8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-link new file mode 100644 index 0000000..ae4fb3f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-move new file mode 100644 index 0000000..53dcaa6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-no-drop new file mode 100644 index 0000000..9a7c68d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dot b/.icons/Simp1e-Catppuccin-Latte/cursors/dot new file mode 100644 index 0000000..10ae41d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Latte/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/dotbox b/.icons/Simp1e-Catppuccin-Latte/cursors/dotbox new file mode 100644 index 0000000..0da971b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/draft b/.icons/Simp1e-Catppuccin-Latte/cursors/draft new file mode 100644 index 0000000..c536bb7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/draped_box b/.icons/Simp1e-Catppuccin-Latte/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/e-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Latte/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Latte/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Latte/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Latte/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Latte/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/fd_double_arrow new file mode 100644 index 0000000..9c86bac Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/fleur b/.icons/Simp1e-Catppuccin-Latte/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/forbidden b/.icons/Simp1e-Catppuccin-Latte/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/grab b/.icons/Simp1e-Catppuccin-Latte/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/grabbing b/.icons/Simp1e-Catppuccin-Latte/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/gumby b/.icons/Simp1e-Catppuccin-Latte/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/half-busy b/.icons/Simp1e-Catppuccin-Latte/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/hand b/.icons/Simp1e-Catppuccin-Latte/cursors/hand new file mode 100644 index 0000000..49e3ab3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/hand1 b/.icons/Simp1e-Catppuccin-Latte/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/hand2 b/.icons/Simp1e-Catppuccin-Latte/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/help b/.icons/Simp1e-Catppuccin-Latte/cursors/help new file mode 100644 index 0000000..0374e0a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/ibeam b/.icons/Simp1e-Catppuccin-Latte/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/icon b/.icons/Simp1e-Catppuccin-Latte/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/kill b/.icons/Simp1e-Catppuccin-Latte/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Latte/cursors/left_ptr new file mode 100644 index 0000000..27899c1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Latte/cursors/left_ptr_watch new file mode 100644 index 0000000..7ee801b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/left_side b/.icons/Simp1e-Catppuccin-Latte/cursors/left_side new file mode 100644 index 0000000..7020b3f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/left_tee b/.icons/Simp1e-Catppuccin-Latte/cursors/left_tee new file mode 100644 index 0000000..9ed5c14 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/link b/.icons/Simp1e-Catppuccin-Latte/cursors/link new file mode 100644 index 0000000..64b727e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Latte/cursors/ll_angle new file mode 100644 index 0000000..b8392c5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Latte/cursors/lr_angle new file mode 100644 index 0000000..fb9bb23 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/move b/.icons/Simp1e-Catppuccin-Latte/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/n-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/no-drop b/.icons/Simp1e-Catppuccin-Latte/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Latte/cursors/not-allowed new file mode 100644 index 0000000..95f6af1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/openhand b/.icons/Simp1e-Catppuccin-Latte/cursors/openhand new file mode 100644 index 0000000..5f991e0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/pencil b/.icons/Simp1e-Catppuccin-Latte/cursors/pencil new file mode 100644 index 0000000..a98605a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/pirate b/.icons/Simp1e-Catppuccin-Latte/cursors/pirate new file mode 100644 index 0000000..6bcb393 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/plus b/.icons/Simp1e-Catppuccin-Latte/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/pointer b/.icons/Simp1e-Catppuccin-Latte/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Latte/cursors/pointer-move new file mode 100644 index 0000000..a648295 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Latte/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/progress b/.icons/Simp1e-Catppuccin-Latte/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Latte/cursors/right_ptr new file mode 100644 index 0000000..1eacac7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/right_side b/.icons/Simp1e-Catppuccin-Latte/cursors/right_side new file mode 100644 index 0000000..32f362e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/right_tee b/.icons/Simp1e-Catppuccin-Latte/cursors/right_tee new file mode 100644 index 0000000..d84141f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/row-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/row-resize new file mode 100644 index 0000000..d24b2bb Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/s-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_down_arrow new file mode 100644 index 0000000..4854871 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_h_double_arrow new file mode 100644 index 0000000..9f80842 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_left_arrow new file mode 100644 index 0000000..509dc9f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_right_arrow new file mode 100644 index 0000000..32499ab Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_up_arrow new file mode 100644 index 0000000..a8a7a86 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_v_double_arrow new file mode 100644 index 0000000..6fbff1c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/se-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Latte/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Latte/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size-hor b/.icons/Simp1e-Catppuccin-Latte/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size-ver b/.icons/Simp1e-Catppuccin-Latte/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size_all b/.icons/Simp1e-Catppuccin-Latte/cursors/size_all new file mode 100644 index 0000000..5df69c0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Latte/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Latte/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size_hor b/.icons/Simp1e-Catppuccin-Latte/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/size_ver b/.icons/Simp1e-Catppuccin-Latte/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/split_h b/.icons/Simp1e-Catppuccin-Latte/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/split_v b/.icons/Simp1e-Catppuccin-Latte/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/target b/.icons/Simp1e-Catppuccin-Latte/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/tcross b/.icons/Simp1e-Catppuccin-Latte/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/text b/.icons/Simp1e-Catppuccin-Latte/cursors/text new file mode 100644 index 0000000..8aa850f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Latte/cursors/top_left_corner new file mode 100644 index 0000000..87a5d03 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Latte/cursors/top_right_corner new file mode 100644 index 0000000..714ef49 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/top_side b/.icons/Simp1e-Catppuccin-Latte/cursors/top_side new file mode 100644 index 0000000..ebdc24d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/top_tee b/.icons/Simp1e-Catppuccin-Latte/cursors/top_tee new file mode 100644 index 0000000..dc9042e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Latte/cursors/ul_angle new file mode 100644 index 0000000..00eae14 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Latte/cursors/ur_angle new file mode 100644 index 0000000..5f5724b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Latte/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Latte/cursors/vertical-text new file mode 100644 index 0000000..0aa41f6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/w-resize b/.icons/Simp1e-Catppuccin-Latte/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/wait b/.icons/Simp1e-Catppuccin-Latte/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/watch b/.icons/Simp1e-Catppuccin-Latte/cursors/watch new file mode 100644 index 0000000..100084a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Latte/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/whats_this b/.icons/Simp1e-Catppuccin-Latte/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Latte/cursors/x-cursor new file mode 100644 index 0000000..2dd0e02 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/xterm b/.icons/Simp1e-Catppuccin-Latte/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom-in new file mode 100644 index 0000000..ed14ed6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom-out new file mode 100644 index 0000000..9eef4c5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Latte/index.theme b/.icons/Simp1e-Catppuccin-Latte/index.theme new file mode 100644 index 0000000..9dcee62 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Latte/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Latte" diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/alias b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/all-scroll new file mode 100644 index 0000000..c527d4b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..3919b50 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..b0d8316 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..28d76dc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_side new file mode 100644 index 0000000..a97c2f1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_tee new file mode 100644 index 0000000..edd82d3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cell b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cell new file mode 100644 index 0000000..5b8eb54 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/center_ptr new file mode 100644 index 0000000..8cfa183 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/circle b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/circle new file mode 100644 index 0000000..c331821 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/clock b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/closedhand b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/closedhand new file mode 100644 index 0000000..f71e47e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/col-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/col-resize new file mode 100644 index 0000000..35b0a0c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/color-picker b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/color-picker new file mode 100644 index 0000000..e0a00b1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/context-menu b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/context-menu new file mode 100644 index 0000000..3b09435 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/copy b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/copy new file mode 100644 index 0000000..6d1f6aa Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cross b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cross new file mode 100644 index 0000000..619297f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/crosshair b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/crosshair new file mode 100644 index 0000000..6afb9dc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/default b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-ask new file mode 100644 index 0000000..fc8e6c7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-copy new file mode 100644 index 0000000..c4cabdf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-link new file mode 100644 index 0000000..1718119 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-move new file mode 100644 index 0000000..dc775d2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..b086b28 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dot b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dot new file mode 100644 index 0000000..a05e2ed Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dotbox b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dotbox new file mode 100644 index 0000000..3ae6436 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/draft b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/draft new file mode 100644 index 0000000..40b3e84 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/draped_box b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/e-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..0b2c078 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fleur b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/forbidden b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/grab b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/grabbing b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/gumby b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/half-busy b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand new file mode 100644 index 0000000..dec1689 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand1 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand2 b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/help b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/help new file mode 100644 index 0000000..16b17a8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ibeam b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/icon b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/kill b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_ptr new file mode 100644 index 0000000..05ee6fe Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..79c9809 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_side b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_side new file mode 100644 index 0000000..861bba2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_tee b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_tee new file mode 100644 index 0000000..69d5a70 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/link b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/link new file mode 100644 index 0000000..250211f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ll_angle new file mode 100644 index 0000000..916b5d0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/lr_angle new file mode 100644 index 0000000..72309d6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/move b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/n-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/no-drop b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/not-allowed new file mode 100644 index 0000000..e1fdd5c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/openhand b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/openhand new file mode 100644 index 0000000..7da34de Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pencil b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pencil new file mode 100644 index 0000000..b837e33 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pirate b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pirate new file mode 100644 index 0000000..7eb14af Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/plus b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointer b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointer-move new file mode 100644 index 0000000..cc062d0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/progress b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_ptr new file mode 100644 index 0000000..54c1f91 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_side b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_side new file mode 100644 index 0000000..d96ae97 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_tee b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_tee new file mode 100644 index 0000000..0e12691 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/row-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/row-resize new file mode 100644 index 0000000..f368c92 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/s-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..94d39c8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..d4facfd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..e7d6238 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..bdbb541 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..da0b3a9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..46ad2a2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/se-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-hor b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-ver b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_all b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_all new file mode 100644 index 0000000..2310ea9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_hor b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_ver b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/split_h b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/split_v b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/target b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/tcross b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/text b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/text new file mode 100644 index 0000000..5d8b0cc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_left_corner new file mode 100644 index 0000000..f83335f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_right_corner new file mode 100644 index 0000000..8ee4910 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_side b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_side new file mode 100644 index 0000000..9659d56 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_tee b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_tee new file mode 100644 index 0000000..0c59faf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ul_angle new file mode 100644 index 0000000..766022a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ur_angle new file mode 100644 index 0000000..46d13fd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/vertical-text new file mode 100644 index 0000000..af0ae9f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/w-resize b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/wait b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/watch b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/watch new file mode 100644 index 0000000..99e146f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/whats_this b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/x-cursor new file mode 100644 index 0000000..63c2bf8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/xterm b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom-in new file mode 100644 index 0000000..fdb5b46 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom-out new file mode 100644 index 0000000..0683b38 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato-Left/index.theme b/.icons/Simp1e-Catppuccin-Macchiato-Left/index.theme new file mode 100644 index 0000000..049ab43 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Macchiato-Left" diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Macchiato/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Macchiato/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Macchiato/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Macchiato/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Macchiato/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Macchiato/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Macchiato/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Macchiato/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Macchiato/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Macchiato/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/alias b/.icons/Simp1e-Catppuccin-Macchiato/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Macchiato/cursors/all-scroll new file mode 100644 index 0000000..2a23176 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Macchiato/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Macchiato/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bd_double_arrow new file mode 100644 index 0000000..f2fd884 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_left_corner new file mode 100644 index 0000000..0509e68 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_right_corner new file mode 100644 index 0000000..f329e0e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_side new file mode 100644 index 0000000..6860ce3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_tee new file mode 100644 index 0000000..243eb3a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Macchiato/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/cell b/.icons/Simp1e-Catppuccin-Macchiato/cursors/cell new file mode 100644 index 0000000..eeb2f15 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Macchiato/cursors/center_ptr new file mode 100644 index 0000000..2ef19bf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/circle b/.icons/Simp1e-Catppuccin-Macchiato/cursors/circle new file mode 100644 index 0000000..5021b1c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/clock b/.icons/Simp1e-Catppuccin-Macchiato/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/closedhand b/.icons/Simp1e-Catppuccin-Macchiato/cursors/closedhand new file mode 100644 index 0000000..3bb979c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/col-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/col-resize new file mode 100644 index 0000000..590236a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/color-picker b/.icons/Simp1e-Catppuccin-Macchiato/cursors/color-picker new file mode 100644 index 0000000..5eed5d5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/context-menu b/.icons/Simp1e-Catppuccin-Macchiato/cursors/context-menu new file mode 100644 index 0000000..821aa86 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/copy b/.icons/Simp1e-Catppuccin-Macchiato/cursors/copy new file mode 100644 index 0000000..bfbfafa Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/cross b/.icons/Simp1e-Catppuccin-Macchiato/cursors/cross new file mode 100644 index 0000000..f9ea382 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Macchiato/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Macchiato/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/crosshair b/.icons/Simp1e-Catppuccin-Macchiato/cursors/crosshair new file mode 100644 index 0000000..1012e4c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Macchiato/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/default b/.icons/Simp1e-Catppuccin-Macchiato/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Macchiato/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-ask new file mode 100644 index 0000000..2abe4b9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-copy new file mode 100644 index 0000000..058f971 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-link new file mode 100644 index 0000000..c70e717 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-move new file mode 100644 index 0000000..860483f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-no-drop new file mode 100644 index 0000000..1ab8147 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dot b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dot new file mode 100644 index 0000000..506feff Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/dotbox b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dotbox new file mode 100644 index 0000000..ee4474b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/draft b/.icons/Simp1e-Catppuccin-Macchiato/cursors/draft new file mode 100644 index 0000000..7a33ef0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/draped_box b/.icons/Simp1e-Catppuccin-Macchiato/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/e-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fd_double_arrow new file mode 100644 index 0000000..d285197 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/fleur b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/forbidden b/.icons/Simp1e-Catppuccin-Macchiato/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/grab b/.icons/Simp1e-Catppuccin-Macchiato/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/grabbing b/.icons/Simp1e-Catppuccin-Macchiato/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/gumby b/.icons/Simp1e-Catppuccin-Macchiato/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/half-busy b/.icons/Simp1e-Catppuccin-Macchiato/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand b/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand new file mode 100644 index 0000000..3775c53 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand1 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand2 b/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/help b/.icons/Simp1e-Catppuccin-Macchiato/cursors/help new file mode 100644 index 0000000..b4bfdf5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/ibeam b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/icon b/.icons/Simp1e-Catppuccin-Macchiato/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/kill b/.icons/Simp1e-Catppuccin-Macchiato/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_ptr new file mode 100644 index 0000000..ddf595e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_ptr_watch new file mode 100644 index 0000000..823edb1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_side b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_side new file mode 100644 index 0000000..6e73196 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_tee b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_tee new file mode 100644 index 0000000..f0c08fd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/link b/.icons/Simp1e-Catppuccin-Macchiato/cursors/link new file mode 100644 index 0000000..e93512a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ll_angle new file mode 100644 index 0000000..ccf9a44 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Macchiato/cursors/lr_angle new file mode 100644 index 0000000..7949136 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/move b/.icons/Simp1e-Catppuccin-Macchiato/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/n-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/no-drop b/.icons/Simp1e-Catppuccin-Macchiato/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Macchiato/cursors/not-allowed new file mode 100644 index 0000000..702c4b5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/openhand b/.icons/Simp1e-Catppuccin-Macchiato/cursors/openhand new file mode 100644 index 0000000..b86b64b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/pencil b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pencil new file mode 100644 index 0000000..dbe2510 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/pirate b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pirate new file mode 100644 index 0000000..ab3ec97 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/plus b/.icons/Simp1e-Catppuccin-Macchiato/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointer b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointer-move new file mode 100644 index 0000000..c800cdc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/progress b/.icons/Simp1e-Catppuccin-Macchiato/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_ptr new file mode 100644 index 0000000..e38b573 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_side b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_side new file mode 100644 index 0000000..af78ef7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_tee b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_tee new file mode 100644 index 0000000..b0f0e2f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/row-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/row-resize new file mode 100644 index 0000000..89a7f45 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/s-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_down_arrow new file mode 100644 index 0000000..1bd82e6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_h_double_arrow new file mode 100644 index 0000000..b2b4756 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_left_arrow new file mode 100644 index 0000000..db28e37 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_right_arrow new file mode 100644 index 0000000..85b8e6f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_up_arrow new file mode 100644 index 0000000..19d73b7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_v_double_arrow new file mode 100644 index 0000000..da1bd24 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/se-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-hor b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-ver b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_all b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_all new file mode 100644 index 0000000..78e652e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_hor b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_ver b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/split_h b/.icons/Simp1e-Catppuccin-Macchiato/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/split_v b/.icons/Simp1e-Catppuccin-Macchiato/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/target b/.icons/Simp1e-Catppuccin-Macchiato/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/tcross b/.icons/Simp1e-Catppuccin-Macchiato/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/text b/.icons/Simp1e-Catppuccin-Macchiato/cursors/text new file mode 100644 index 0000000..cc80b65 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_left_corner new file mode 100644 index 0000000..a98ed73 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_right_corner new file mode 100644 index 0000000..28d10d9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_side b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_side new file mode 100644 index 0000000..071ef64 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_tee b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_tee new file mode 100644 index 0000000..fadd9ab Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ul_angle new file mode 100644 index 0000000..0e34e31 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ur_angle new file mode 100644 index 0000000..d83b748 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Macchiato/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Macchiato/cursors/vertical-text new file mode 100644 index 0000000..98cb030 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/w-resize b/.icons/Simp1e-Catppuccin-Macchiato/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/wait b/.icons/Simp1e-Catppuccin-Macchiato/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/watch b/.icons/Simp1e-Catppuccin-Macchiato/cursors/watch new file mode 100644 index 0000000..50d6c90 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Macchiato/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/whats_this b/.icons/Simp1e-Catppuccin-Macchiato/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Macchiato/cursors/x-cursor new file mode 100644 index 0000000..38df4e7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/xterm b/.icons/Simp1e-Catppuccin-Macchiato/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom-in new file mode 100644 index 0000000..a6c3e60 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom-out new file mode 100644 index 0000000..89212b6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Macchiato/index.theme b/.icons/Simp1e-Catppuccin-Macchiato/index.theme new file mode 100644 index 0000000..b503717 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Macchiato/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Macchiato" diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/alias b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/all-scroll new file mode 100644 index 0000000..aacc6c5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..14e9a77 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..6d057b2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..b090412 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_side new file mode 100644 index 0000000..1d1fad0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_tee new file mode 100644 index 0000000..6d257b5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cell b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cell new file mode 100644 index 0000000..b51eec2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/center_ptr new file mode 100644 index 0000000..f87c20f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/circle b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/circle new file mode 100644 index 0000000..34a095a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/clock b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/closedhand b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/closedhand new file mode 100644 index 0000000..a3ce1a8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/col-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/col-resize new file mode 100644 index 0000000..7190371 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/color-picker b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/color-picker new file mode 100644 index 0000000..6ba6781 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/context-menu b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/context-menu new file mode 100644 index 0000000..1e0d5ba Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/copy b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/copy new file mode 100644 index 0000000..bdb67fa Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cross b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cross new file mode 100644 index 0000000..c635c04 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/crosshair b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/crosshair new file mode 100644 index 0000000..e8d776d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/default b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-ask new file mode 100644 index 0000000..363ecd3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-copy new file mode 100644 index 0000000..96e43f7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-link new file mode 100644 index 0000000..b0aca8b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-move new file mode 100644 index 0000000..4d10b3a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..672c671 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dot b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dot new file mode 100644 index 0000000..83dd688 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dotbox b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dotbox new file mode 100644 index 0000000..1aec3b5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/draft b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/draft new file mode 100644 index 0000000..3426b11 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/draped_box b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/e-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..d5ac417 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fleur b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/forbidden b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/grab b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/grabbing b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/gumby b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/half-busy b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand new file mode 100644 index 0000000..5157fbf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand1 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand2 b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/help b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/help new file mode 100644 index 0000000..0ece4d2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ibeam b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/icon b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/kill b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_ptr new file mode 100644 index 0000000..5a479dc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..56a2628 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_side b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_side new file mode 100644 index 0000000..d996b24 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_tee b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_tee new file mode 100644 index 0000000..4b78a10 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/link b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/link new file mode 100644 index 0000000..0bb02b3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ll_angle new file mode 100644 index 0000000..110d37e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/lr_angle new file mode 100644 index 0000000..b58b4c1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/move b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/n-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/no-drop b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/not-allowed new file mode 100644 index 0000000..0b20d5d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/openhand b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/openhand new file mode 100644 index 0000000..409b362 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pencil b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pencil new file mode 100644 index 0000000..b2b01de Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pirate b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pirate new file mode 100644 index 0000000..5aa81ee Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/plus b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointer b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointer-move new file mode 100644 index 0000000..c4d47fc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/progress b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_ptr new file mode 100644 index 0000000..858eabb Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_side b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_side new file mode 100644 index 0000000..9a7ed61 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_tee b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_tee new file mode 100644 index 0000000..796f8e1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/row-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/row-resize new file mode 100644 index 0000000..c976aff Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/s-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..98b9fa6 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..cf7e74c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..44e0ae8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..2d7efff Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..4c7d679 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..2b9bac9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/se-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-hor b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-ver b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_all b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_all new file mode 100644 index 0000000..c4af797 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_hor b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_ver b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/split_h b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/split_v b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/target b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/tcross b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/text b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/text new file mode 100644 index 0000000..f4417e8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_left_corner new file mode 100644 index 0000000..6ce3c8f Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_right_corner new file mode 100644 index 0000000..d9b8dcf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_side b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_side new file mode 100644 index 0000000..6f4bcfa Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_tee b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_tee new file mode 100644 index 0000000..434ecb0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ul_angle new file mode 100644 index 0000000..96764e1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ur_angle new file mode 100644 index 0000000..9c003e3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/vertical-text new file mode 100644 index 0000000..5ab5dc9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/w-resize b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/wait b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/watch b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/watch new file mode 100644 index 0000000..53fb2a5 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/whats_this b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/x-cursor new file mode 100644 index 0000000..43ed268 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/xterm b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom-in new file mode 100644 index 0000000..38b6c91 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom-out new file mode 100644 index 0000000..2a12b50 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha-Left/index.theme b/.icons/Simp1e-Catppuccin-Mocha-Left/index.theme new file mode 100644 index 0000000..d876728 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Mocha-Left" diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Catppuccin-Mocha/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Catppuccin-Mocha/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Catppuccin-Mocha/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Catppuccin-Mocha/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Catppuccin-Mocha/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Catppuccin-Mocha/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Catppuccin-Mocha/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Catppuccin-Mocha/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Catppuccin-Mocha/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Catppuccin-Mocha/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Catppuccin-Mocha/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Catppuccin-Mocha/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Catppuccin-Mocha/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Catppuccin-Mocha/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Catppuccin-Mocha/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Catppuccin-Mocha/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Catppuccin-Mocha/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Catppuccin-Mocha/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Catppuccin-Mocha/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Catppuccin-Mocha/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Catppuccin-Mocha/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Catppuccin-Mocha/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Catppuccin-Mocha/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Catppuccin-Mocha/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Catppuccin-Mocha/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Catppuccin-Mocha/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Catppuccin-Mocha/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Catppuccin-Mocha/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/X_cursor b/.icons/Simp1e-Catppuccin-Mocha/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Catppuccin-Mocha/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/alias b/.icons/Simp1e-Catppuccin-Mocha/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/all-scroll b/.icons/Simp1e-Catppuccin-Mocha/cursors/all-scroll new file mode 100644 index 0000000..a895fb9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/all-scroll differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Catppuccin-Mocha/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/based_arrow_down b/.icons/Simp1e-Catppuccin-Mocha/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/based_arrow_up b/.icons/Simp1e-Catppuccin-Mocha/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/bd_double_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/bd_double_arrow new file mode 100644 index 0000000..e2df027 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_left_corner b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_left_corner new file mode 100644 index 0000000..ceb0e64 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_right_corner b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_right_corner new file mode 100644 index 0000000..58f07c7 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_side b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_side new file mode 100644 index 0000000..bc18d9d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_tee b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_tee new file mode 100644 index 0000000..33605f3 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Catppuccin-Mocha/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Catppuccin-Mocha/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/cell b/.icons/Simp1e-Catppuccin-Mocha/cursors/cell new file mode 100644 index 0000000..b1a3ca1 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/cell differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/center_ptr b/.icons/Simp1e-Catppuccin-Mocha/cursors/center_ptr new file mode 100644 index 0000000..4ac7044 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/center_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/circle b/.icons/Simp1e-Catppuccin-Mocha/cursors/circle new file mode 100644 index 0000000..ef02933 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/circle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/clock b/.icons/Simp1e-Catppuccin-Mocha/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/closedhand b/.icons/Simp1e-Catppuccin-Mocha/cursors/closedhand new file mode 100644 index 0000000..e3f6076 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/closedhand differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/col-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/col-resize new file mode 100644 index 0000000..a80989d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/col-resize differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/color-picker b/.icons/Simp1e-Catppuccin-Mocha/cursors/color-picker new file mode 100644 index 0000000..4a418cd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/color-picker differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/context-menu b/.icons/Simp1e-Catppuccin-Mocha/cursors/context-menu new file mode 100644 index 0000000..836e8eb Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/context-menu differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/copy b/.icons/Simp1e-Catppuccin-Mocha/cursors/copy new file mode 100644 index 0000000..ce81b86 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/copy differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/cross b/.icons/Simp1e-Catppuccin-Mocha/cursors/cross new file mode 100644 index 0000000..a461c60 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/cross differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/cross_reverse b/.icons/Simp1e-Catppuccin-Mocha/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/crossed_circle b/.icons/Simp1e-Catppuccin-Mocha/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/crosshair b/.icons/Simp1e-Catppuccin-Mocha/cursors/crosshair new file mode 100644 index 0000000..8c05d88 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/crosshair differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Catppuccin-Mocha/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/default b/.icons/Simp1e-Catppuccin-Mocha/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/diamond_cross b/.icons/Simp1e-Catppuccin-Mocha/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-ask b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-ask new file mode 100644 index 0000000..e312ad8 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-copy b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-copy new file mode 100644 index 0000000..6b8e9f9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-link b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-link new file mode 100644 index 0000000..6f4e691 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-link differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-move b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-move new file mode 100644 index 0000000..7928e22 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-move differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-no-drop b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-no-drop new file mode 100644 index 0000000..9542468 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-none b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dot b/.icons/Simp1e-Catppuccin-Mocha/cursors/dot new file mode 100644 index 0000000..85a6d47 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/dot differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dot_box_mask b/.icons/Simp1e-Catppuccin-Mocha/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/dotbox b/.icons/Simp1e-Catppuccin-Mocha/cursors/dotbox new file mode 100644 index 0000000..8fc7cfc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/dotbox differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/double_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/down-arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/draft b/.icons/Simp1e-Catppuccin-Mocha/cursors/draft new file mode 100644 index 0000000..432ffdc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/draft differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/draped_box b/.icons/Simp1e-Catppuccin-Mocha/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/e-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Catppuccin-Mocha/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/ew-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Catppuccin-Mocha/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Catppuccin-Mocha/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Catppuccin-Mocha/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Catppuccin-Mocha/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/fd_double_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/fd_double_arrow new file mode 100644 index 0000000..989f782 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/fleur b/.icons/Simp1e-Catppuccin-Mocha/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/forbidden b/.icons/Simp1e-Catppuccin-Mocha/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/grab b/.icons/Simp1e-Catppuccin-Mocha/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/grabbing b/.icons/Simp1e-Catppuccin-Mocha/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/gumby b/.icons/Simp1e-Catppuccin-Mocha/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/h_double_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/half-busy b/.icons/Simp1e-Catppuccin-Mocha/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/hand b/.icons/Simp1e-Catppuccin-Mocha/cursors/hand new file mode 100644 index 0000000..23d4d31 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/hand differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/hand1 b/.icons/Simp1e-Catppuccin-Mocha/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/hand2 b/.icons/Simp1e-Catppuccin-Mocha/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/help b/.icons/Simp1e-Catppuccin-Mocha/cursors/help new file mode 100644 index 0000000..979ed8a Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/help differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/ibeam b/.icons/Simp1e-Catppuccin-Mocha/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/icon b/.icons/Simp1e-Catppuccin-Mocha/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/kill b/.icons/Simp1e-Catppuccin-Mocha/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/left-arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/left_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/left_ptr b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_ptr new file mode 100644 index 0000000..5382ddc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/left_ptr_watch b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_ptr_watch new file mode 100644 index 0000000..1240610 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/left_side b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_side new file mode 100644 index 0000000..90e3de4 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/left_tee b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_tee new file mode 100644 index 0000000..25edfba Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/left_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/link b/.icons/Simp1e-Catppuccin-Mocha/cursors/link new file mode 100644 index 0000000..2b1edbf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/link differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/ll_angle b/.icons/Simp1e-Catppuccin-Mocha/cursors/ll_angle new file mode 100644 index 0000000..8f0e4cc Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/ll_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/lr_angle b/.icons/Simp1e-Catppuccin-Mocha/cursors/lr_angle new file mode 100644 index 0000000..7499ca4 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/lr_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/move b/.icons/Simp1e-Catppuccin-Mocha/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/n-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/ne-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/nesw-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/no-drop b/.icons/Simp1e-Catppuccin-Mocha/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/not-allowed b/.icons/Simp1e-Catppuccin-Mocha/cursors/not-allowed new file mode 100644 index 0000000..12220e2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/not-allowed differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/ns-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/nw-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/nwse-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/openhand b/.icons/Simp1e-Catppuccin-Mocha/cursors/openhand new file mode 100644 index 0000000..3daa8ec Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/openhand differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/pencil b/.icons/Simp1e-Catppuccin-Mocha/cursors/pencil new file mode 100644 index 0000000..727675e Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/pencil differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/pirate b/.icons/Simp1e-Catppuccin-Mocha/cursors/pirate new file mode 100644 index 0000000..f2b261c Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/pirate differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/plus b/.icons/Simp1e-Catppuccin-Mocha/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/pointer b/.icons/Simp1e-Catppuccin-Mocha/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/pointer-move b/.icons/Simp1e-Catppuccin-Mocha/cursors/pointer-move new file mode 100644 index 0000000..2fbe260 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/pointer-move differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/pointing_hand b/.icons/Simp1e-Catppuccin-Mocha/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/progress b/.icons/Simp1e-Catppuccin-Mocha/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/question_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/right-arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/right_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/right_ptr b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_ptr new file mode 100644 index 0000000..4d2b2dd Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_ptr differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/right_side b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_side new file mode 100644 index 0000000..c5cb4c2 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/right_tee b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_tee new file mode 100644 index 0000000..49f08cf Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/right_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/row-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/row-resize new file mode 100644 index 0000000..5658cce Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/row-resize differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/s-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_down_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_down_arrow new file mode 100644 index 0000000..1ddb92d Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_h_double_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_h_double_arrow new file mode 100644 index 0000000..02a0e66 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_left_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_left_arrow new file mode 100644 index 0000000..dd9e709 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_right_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_right_arrow new file mode 100644 index 0000000..5f20fad Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_up_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_up_arrow new file mode 100644 index 0000000..53d5468 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_v_double_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_v_double_arrow new file mode 100644 index 0000000..249d60b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/se-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size-bdiag b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size-fdiag b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size-hor b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size-ver b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size_all b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_all new file mode 100644 index 0000000..a81126b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_all differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size_bdiag b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size_fdiag b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size_hor b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/size_ver b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/split_h b/.icons/Simp1e-Catppuccin-Mocha/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/split_v b/.icons/Simp1e-Catppuccin-Mocha/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/sw-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/target b/.icons/Simp1e-Catppuccin-Mocha/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/tcross b/.icons/Simp1e-Catppuccin-Mocha/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/text b/.icons/Simp1e-Catppuccin-Mocha/cursors/text new file mode 100644 index 0000000..90b83ac Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/text differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/top_left_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/top_left_corner b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_left_corner new file mode 100644 index 0000000..7ec6aab Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/top_right_corner b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_right_corner new file mode 100644 index 0000000..62e0704 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/top_side b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_side new file mode 100644 index 0000000..8cf50c4 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_side differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/top_tee b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_tee new file mode 100644 index 0000000..3be84f9 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/top_tee differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/ul_angle b/.icons/Simp1e-Catppuccin-Mocha/cursors/ul_angle new file mode 100644 index 0000000..12e234b Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/ul_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/up-arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/ur_angle b/.icons/Simp1e-Catppuccin-Mocha/cursors/ur_angle new file mode 100644 index 0000000..21b8227 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/ur_angle differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/v_double_arrow b/.icons/Simp1e-Catppuccin-Mocha/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/vertical-text b/.icons/Simp1e-Catppuccin-Mocha/cursors/vertical-text new file mode 100644 index 0000000..e6dadbe Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/vertical-text differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/w-resize b/.icons/Simp1e-Catppuccin-Mocha/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/wait b/.icons/Simp1e-Catppuccin-Mocha/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/watch b/.icons/Simp1e-Catppuccin-Mocha/cursors/watch new file mode 100644 index 0000000..fcbf783 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/watch differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/wayland-cursor b/.icons/Simp1e-Catppuccin-Mocha/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/whats_this b/.icons/Simp1e-Catppuccin-Mocha/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/x-cursor b/.icons/Simp1e-Catppuccin-Mocha/cursors/x-cursor new file mode 100644 index 0000000..b5f6370 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/x-cursor differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/xterm b/.icons/Simp1e-Catppuccin-Mocha/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom-in b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom-in new file mode 100644 index 0000000..d50a9f0 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom-in differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom-out b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom-out new file mode 100644 index 0000000..548dd32 Binary files /dev/null and b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom-out differ diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom_in b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom_out b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Catppuccin-Mocha/index.theme b/.icons/Simp1e-Catppuccin-Mocha/index.theme new file mode 100644 index 0000000..7add5e6 --- /dev/null +++ b/.icons/Simp1e-Catppuccin-Mocha/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Catppuccin-Mocha" diff --git a/.icons/Simp1e-Dark-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Dark-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Dark-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Dark-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Dark-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Dark-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Dark-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Dark-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Dark-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Dark-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/X_cursor b/.icons/Simp1e-Dark-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/alias b/.icons/Simp1e-Dark-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/all-scroll b/.icons/Simp1e-Dark-Left/cursors/all-scroll new file mode 100644 index 0000000..f3d5010 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Dark-Left/cursors/arrow b/.icons/Simp1e-Dark-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/based_arrow_down b/.icons/Simp1e-Dark-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/based_arrow_up b/.icons/Simp1e-Dark-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/bd_double_arrow b/.icons/Simp1e-Dark-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..26ace1c Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/bottom_left_corner b/.icons/Simp1e-Dark-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..fa30d2f Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Dark-Left/cursors/bottom_right_corner b/.icons/Simp1e-Dark-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..66a5fd4 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Dark-Left/cursors/bottom_side b/.icons/Simp1e-Dark-Left/cursors/bottom_side new file mode 100644 index 0000000..b4f86b5 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Dark-Left/cursors/bottom_tee b/.icons/Simp1e-Dark-Left/cursors/bottom_tee new file mode 100644 index 0000000..3c48bef Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/cell b/.icons/Simp1e-Dark-Left/cursors/cell new file mode 100644 index 0000000..f7c5493 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/cell differ diff --git a/.icons/Simp1e-Dark-Left/cursors/center_ptr b/.icons/Simp1e-Dark-Left/cursors/center_ptr new file mode 100644 index 0000000..effe64f Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Dark-Left/cursors/circle b/.icons/Simp1e-Dark-Left/cursors/circle new file mode 100644 index 0000000..426aec7 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/circle differ diff --git a/.icons/Simp1e-Dark-Left/cursors/clock b/.icons/Simp1e-Dark-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/closedhand b/.icons/Simp1e-Dark-Left/cursors/closedhand new file mode 100644 index 0000000..efa5d0a Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Dark-Left/cursors/col-resize b/.icons/Simp1e-Dark-Left/cursors/col-resize new file mode 100644 index 0000000..12f9ebd Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Dark-Left/cursors/color-picker b/.icons/Simp1e-Dark-Left/cursors/color-picker new file mode 100644 index 0000000..3a8be46 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Dark-Left/cursors/context-menu b/.icons/Simp1e-Dark-Left/cursors/context-menu new file mode 100644 index 0000000..8fef475 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Dark-Left/cursors/copy b/.icons/Simp1e-Dark-Left/cursors/copy new file mode 100644 index 0000000..a026296 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/copy differ diff --git a/.icons/Simp1e-Dark-Left/cursors/cross b/.icons/Simp1e-Dark-Left/cursors/cross new file mode 100644 index 0000000..1fff652 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/cross differ diff --git a/.icons/Simp1e-Dark-Left/cursors/cross_reverse b/.icons/Simp1e-Dark-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/crossed_circle b/.icons/Simp1e-Dark-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/crosshair b/.icons/Simp1e-Dark-Left/cursors/crosshair new file mode 100644 index 0000000..8e62804 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/default b/.icons/Simp1e-Dark-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/diamond_cross b/.icons/Simp1e-Dark-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/dnd-ask b/.icons/Simp1e-Dark-Left/cursors/dnd-ask new file mode 100644 index 0000000..795aac0 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Dark-Left/cursors/dnd-copy b/.icons/Simp1e-Dark-Left/cursors/dnd-copy new file mode 100644 index 0000000..06fce2f Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Dark-Left/cursors/dnd-link b/.icons/Simp1e-Dark-Left/cursors/dnd-link new file mode 100644 index 0000000..c3d3a97 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Dark-Left/cursors/dnd-move b/.icons/Simp1e-Dark-Left/cursors/dnd-move new file mode 100644 index 0000000..07f2938 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Dark-Left/cursors/dnd-no-drop b/.icons/Simp1e-Dark-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..557ff44 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Dark-Left/cursors/dnd-none b/.icons/Simp1e-Dark-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/dot b/.icons/Simp1e-Dark-Left/cursors/dot new file mode 100644 index 0000000..f94f70c Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/dot differ diff --git a/.icons/Simp1e-Dark-Left/cursors/dot_box_mask b/.icons/Simp1e-Dark-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/dotbox b/.icons/Simp1e-Dark-Left/cursors/dotbox new file mode 100644 index 0000000..d0af02c Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Dark-Left/cursors/double_arrow b/.icons/Simp1e-Dark-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/down-arrow b/.icons/Simp1e-Dark-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/draft b/.icons/Simp1e-Dark-Left/cursors/draft new file mode 100644 index 0000000..8d3e67c Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/draft differ diff --git a/.icons/Simp1e-Dark-Left/cursors/draped_box b/.icons/Simp1e-Dark-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/e-resize b/.icons/Simp1e-Dark-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Dark-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/ew-resize b/.icons/Simp1e-Dark-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/fd_double_arrow b/.icons/Simp1e-Dark-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..03d731c Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/fleur b/.icons/Simp1e-Dark-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/forbidden b/.icons/Simp1e-Dark-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/grab b/.icons/Simp1e-Dark-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/grabbing b/.icons/Simp1e-Dark-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/gumby b/.icons/Simp1e-Dark-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/h_double_arrow b/.icons/Simp1e-Dark-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/half-busy b/.icons/Simp1e-Dark-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/hand b/.icons/Simp1e-Dark-Left/cursors/hand new file mode 100644 index 0000000..2b2898c Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/hand differ diff --git a/.icons/Simp1e-Dark-Left/cursors/hand1 b/.icons/Simp1e-Dark-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/hand2 b/.icons/Simp1e-Dark-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/help b/.icons/Simp1e-Dark-Left/cursors/help new file mode 100644 index 0000000..944275a Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/help differ diff --git a/.icons/Simp1e-Dark-Left/cursors/ibeam b/.icons/Simp1e-Dark-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/icon b/.icons/Simp1e-Dark-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/kill b/.icons/Simp1e-Dark-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/left-arrow b/.icons/Simp1e-Dark-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/left_arrow b/.icons/Simp1e-Dark-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/left_ptr b/.icons/Simp1e-Dark-Left/cursors/left_ptr new file mode 100644 index 0000000..d01b348 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Dark-Left/cursors/left_ptr_watch b/.icons/Simp1e-Dark-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..27fadca Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Dark-Left/cursors/left_side b/.icons/Simp1e-Dark-Left/cursors/left_side new file mode 100644 index 0000000..3c59de4 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Dark-Left/cursors/left_tee b/.icons/Simp1e-Dark-Left/cursors/left_tee new file mode 100644 index 0000000..0f5d6fb Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Dark-Left/cursors/link b/.icons/Simp1e-Dark-Left/cursors/link new file mode 100644 index 0000000..a9eaa1e Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/link differ diff --git a/.icons/Simp1e-Dark-Left/cursors/ll_angle b/.icons/Simp1e-Dark-Left/cursors/ll_angle new file mode 100644 index 0000000..92fcc45 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Dark-Left/cursors/lr_angle b/.icons/Simp1e-Dark-Left/cursors/lr_angle new file mode 100644 index 0000000..40688bc Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Dark-Left/cursors/move b/.icons/Simp1e-Dark-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/n-resize b/.icons/Simp1e-Dark-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/ne-resize b/.icons/Simp1e-Dark-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/nesw-resize b/.icons/Simp1e-Dark-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/no-drop b/.icons/Simp1e-Dark-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/not-allowed b/.icons/Simp1e-Dark-Left/cursors/not-allowed new file mode 100644 index 0000000..f1ad096 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Dark-Left/cursors/ns-resize b/.icons/Simp1e-Dark-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/nw-resize b/.icons/Simp1e-Dark-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/nwse-resize b/.icons/Simp1e-Dark-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/openhand b/.icons/Simp1e-Dark-Left/cursors/openhand new file mode 100644 index 0000000..8986f1b Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Dark-Left/cursors/pencil b/.icons/Simp1e-Dark-Left/cursors/pencil new file mode 100644 index 0000000..840f5a5 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Dark-Left/cursors/pirate b/.icons/Simp1e-Dark-Left/cursors/pirate new file mode 100644 index 0000000..96dbe48 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Dark-Left/cursors/plus b/.icons/Simp1e-Dark-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/pointer b/.icons/Simp1e-Dark-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/pointer-move b/.icons/Simp1e-Dark-Left/cursors/pointer-move new file mode 100644 index 0000000..fbef1e0 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Dark-Left/cursors/pointing_hand b/.icons/Simp1e-Dark-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/progress b/.icons/Simp1e-Dark-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/question_arrow b/.icons/Simp1e-Dark-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/right-arrow b/.icons/Simp1e-Dark-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/right_arrow b/.icons/Simp1e-Dark-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/right_ptr b/.icons/Simp1e-Dark-Left/cursors/right_ptr new file mode 100644 index 0000000..a76a3ac Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Dark-Left/cursors/right_side b/.icons/Simp1e-Dark-Left/cursors/right_side new file mode 100644 index 0000000..bc01469 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Dark-Left/cursors/right_tee b/.icons/Simp1e-Dark-Left/cursors/right_tee new file mode 100644 index 0000000..abffcb0 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Dark-Left/cursors/row-resize b/.icons/Simp1e-Dark-Left/cursors/row-resize new file mode 100644 index 0000000..a5cad03 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Dark-Left/cursors/s-resize b/.icons/Simp1e-Dark-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/sb_down_arrow b/.icons/Simp1e-Dark-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..e160ab9 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Dark-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..9569444 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/sb_left_arrow b/.icons/Simp1e-Dark-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..f0d74a6 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/sb_right_arrow b/.icons/Simp1e-Dark-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..1d33006 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/sb_up_arrow b/.icons/Simp1e-Dark-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..25da8b2 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Dark-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..7af93ec Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Dark-Left/cursors/se-resize b/.icons/Simp1e-Dark-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size-bdiag b/.icons/Simp1e-Dark-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size-fdiag b/.icons/Simp1e-Dark-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size-hor b/.icons/Simp1e-Dark-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size-ver b/.icons/Simp1e-Dark-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size_all b/.icons/Simp1e-Dark-Left/cursors/size_all new file mode 100644 index 0000000..fa51ff0 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Dark-Left/cursors/size_bdiag b/.icons/Simp1e-Dark-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size_fdiag b/.icons/Simp1e-Dark-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size_hor b/.icons/Simp1e-Dark-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/size_ver b/.icons/Simp1e-Dark-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/split_h b/.icons/Simp1e-Dark-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/split_v b/.icons/Simp1e-Dark-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/sw-resize b/.icons/Simp1e-Dark-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/target b/.icons/Simp1e-Dark-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/tcross b/.icons/Simp1e-Dark-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/text b/.icons/Simp1e-Dark-Left/cursors/text new file mode 100644 index 0000000..a3b1e52 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/text differ diff --git a/.icons/Simp1e-Dark-Left/cursors/top_left_arrow b/.icons/Simp1e-Dark-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/top_left_corner b/.icons/Simp1e-Dark-Left/cursors/top_left_corner new file mode 100644 index 0000000..f5f0142 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Dark-Left/cursors/top_right_corner b/.icons/Simp1e-Dark-Left/cursors/top_right_corner new file mode 100644 index 0000000..8f5df24 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Dark-Left/cursors/top_side b/.icons/Simp1e-Dark-Left/cursors/top_side new file mode 100644 index 0000000..319c2f4 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Dark-Left/cursors/top_tee b/.icons/Simp1e-Dark-Left/cursors/top_tee new file mode 100644 index 0000000..dabc3ee Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Dark-Left/cursors/ul_angle b/.icons/Simp1e-Dark-Left/cursors/ul_angle new file mode 100644 index 0000000..797bb98 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Dark-Left/cursors/up-arrow b/.icons/Simp1e-Dark-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/ur_angle b/.icons/Simp1e-Dark-Left/cursors/ur_angle new file mode 100644 index 0000000..7bf4955 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Dark-Left/cursors/v_double_arrow b/.icons/Simp1e-Dark-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/vertical-text b/.icons/Simp1e-Dark-Left/cursors/vertical-text new file mode 100644 index 0000000..f5a387b Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Dark-Left/cursors/w-resize b/.icons/Simp1e-Dark-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/wait b/.icons/Simp1e-Dark-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/watch b/.icons/Simp1e-Dark-Left/cursors/watch new file mode 100644 index 0000000..0a30d20 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/watch differ diff --git a/.icons/Simp1e-Dark-Left/cursors/wayland-cursor b/.icons/Simp1e-Dark-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/whats_this b/.icons/Simp1e-Dark-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/x-cursor b/.icons/Simp1e-Dark-Left/cursors/x-cursor new file mode 100644 index 0000000..83555dd Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Dark-Left/cursors/xterm b/.icons/Simp1e-Dark-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/zoom-in b/.icons/Simp1e-Dark-Left/cursors/zoom-in new file mode 100644 index 0000000..f472b12 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Dark-Left/cursors/zoom-out b/.icons/Simp1e-Dark-Left/cursors/zoom-out new file mode 100644 index 0000000..b7f3175 Binary files /dev/null and b/.icons/Simp1e-Dark-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Dark-Left/cursors/zoom_in b/.icons/Simp1e-Dark-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/cursors/zoom_out b/.icons/Simp1e-Dark-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Dark-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Dark-Left/index.theme b/.icons/Simp1e-Dark-Left/index.theme new file mode 100644 index 0000000..aa5fede --- /dev/null +++ b/.icons/Simp1e-Dark-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Dark-Left" diff --git a/.icons/Simp1e-Dark/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Dark/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Dark/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Dark/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Dark/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Dark/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Dark/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Dark/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Dark/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Dark/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Dark/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Dark/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Dark/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Dark/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Dark/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Dark/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Dark/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Dark/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Dark/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/X_cursor b/.icons/Simp1e-Dark/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/alias b/.icons/Simp1e-Dark/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/all-scroll b/.icons/Simp1e-Dark/cursors/all-scroll new file mode 100644 index 0000000..a63b05f Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/all-scroll differ diff --git a/.icons/Simp1e-Dark/cursors/arrow b/.icons/Simp1e-Dark/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/based_arrow_down b/.icons/Simp1e-Dark/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/based_arrow_up b/.icons/Simp1e-Dark/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/bd_double_arrow b/.icons/Simp1e-Dark/cursors/bd_double_arrow new file mode 100644 index 0000000..efab390 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/bottom_left_corner b/.icons/Simp1e-Dark/cursors/bottom_left_corner new file mode 100644 index 0000000..72172f6 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Dark/cursors/bottom_right_corner b/.icons/Simp1e-Dark/cursors/bottom_right_corner new file mode 100644 index 0000000..37bd483 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Dark/cursors/bottom_side b/.icons/Simp1e-Dark/cursors/bottom_side new file mode 100644 index 0000000..1eedcb8 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/bottom_side differ diff --git a/.icons/Simp1e-Dark/cursors/bottom_tee b/.icons/Simp1e-Dark/cursors/bottom_tee new file mode 100644 index 0000000..fdb4723 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Dark/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Dark/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/cell b/.icons/Simp1e-Dark/cursors/cell new file mode 100644 index 0000000..f1883f3 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/cell differ diff --git a/.icons/Simp1e-Dark/cursors/center_ptr b/.icons/Simp1e-Dark/cursors/center_ptr new file mode 100644 index 0000000..d1a2a81 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/center_ptr differ diff --git a/.icons/Simp1e-Dark/cursors/circle b/.icons/Simp1e-Dark/cursors/circle new file mode 100644 index 0000000..f30e7ad Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/circle differ diff --git a/.icons/Simp1e-Dark/cursors/clock b/.icons/Simp1e-Dark/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/closedhand b/.icons/Simp1e-Dark/cursors/closedhand new file mode 100644 index 0000000..6460520 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/closedhand differ diff --git a/.icons/Simp1e-Dark/cursors/col-resize b/.icons/Simp1e-Dark/cursors/col-resize new file mode 100644 index 0000000..dff45b2 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/col-resize differ diff --git a/.icons/Simp1e-Dark/cursors/color-picker b/.icons/Simp1e-Dark/cursors/color-picker new file mode 100644 index 0000000..c7279c6 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/color-picker differ diff --git a/.icons/Simp1e-Dark/cursors/context-menu b/.icons/Simp1e-Dark/cursors/context-menu new file mode 100644 index 0000000..a8f4a6c Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/context-menu differ diff --git a/.icons/Simp1e-Dark/cursors/copy b/.icons/Simp1e-Dark/cursors/copy new file mode 100644 index 0000000..6a11e26 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/copy differ diff --git a/.icons/Simp1e-Dark/cursors/cross b/.icons/Simp1e-Dark/cursors/cross new file mode 100644 index 0000000..29637f8 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/cross differ diff --git a/.icons/Simp1e-Dark/cursors/cross_reverse b/.icons/Simp1e-Dark/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/crossed_circle b/.icons/Simp1e-Dark/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/crosshair b/.icons/Simp1e-Dark/cursors/crosshair new file mode 100644 index 0000000..1a06749 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/crosshair differ diff --git a/.icons/Simp1e-Dark/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Dark/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/default b/.icons/Simp1e-Dark/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/diamond_cross b/.icons/Simp1e-Dark/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/dnd-ask b/.icons/Simp1e-Dark/cursors/dnd-ask new file mode 100644 index 0000000..1301e87 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Dark/cursors/dnd-copy b/.icons/Simp1e-Dark/cursors/dnd-copy new file mode 100644 index 0000000..f672f26 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Dark/cursors/dnd-link b/.icons/Simp1e-Dark/cursors/dnd-link new file mode 100644 index 0000000..08c9fac Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/dnd-link differ diff --git a/.icons/Simp1e-Dark/cursors/dnd-move b/.icons/Simp1e-Dark/cursors/dnd-move new file mode 100644 index 0000000..be9cd9c Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/dnd-move differ diff --git a/.icons/Simp1e-Dark/cursors/dnd-no-drop b/.icons/Simp1e-Dark/cursors/dnd-no-drop new file mode 100644 index 0000000..50a524e Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Dark/cursors/dnd-none b/.icons/Simp1e-Dark/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/dot b/.icons/Simp1e-Dark/cursors/dot new file mode 100644 index 0000000..6b35734 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/dot differ diff --git a/.icons/Simp1e-Dark/cursors/dot_box_mask b/.icons/Simp1e-Dark/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/dotbox b/.icons/Simp1e-Dark/cursors/dotbox new file mode 100644 index 0000000..f43d316 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/dotbox differ diff --git a/.icons/Simp1e-Dark/cursors/double_arrow b/.icons/Simp1e-Dark/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/down-arrow b/.icons/Simp1e-Dark/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/draft b/.icons/Simp1e-Dark/cursors/draft new file mode 100644 index 0000000..275e43b Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/draft differ diff --git a/.icons/Simp1e-Dark/cursors/draped_box b/.icons/Simp1e-Dark/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/e-resize b/.icons/Simp1e-Dark/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Dark/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/ew-resize b/.icons/Simp1e-Dark/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Dark/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Dark/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/fd_double_arrow b/.icons/Simp1e-Dark/cursors/fd_double_arrow new file mode 100644 index 0000000..0b333d5 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/fleur b/.icons/Simp1e-Dark/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/forbidden b/.icons/Simp1e-Dark/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/grab b/.icons/Simp1e-Dark/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/grabbing b/.icons/Simp1e-Dark/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/gumby b/.icons/Simp1e-Dark/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/h_double_arrow b/.icons/Simp1e-Dark/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/half-busy b/.icons/Simp1e-Dark/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/hand b/.icons/Simp1e-Dark/cursors/hand new file mode 100644 index 0000000..3d1d005 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/hand differ diff --git a/.icons/Simp1e-Dark/cursors/hand1 b/.icons/Simp1e-Dark/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/hand2 b/.icons/Simp1e-Dark/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/help b/.icons/Simp1e-Dark/cursors/help new file mode 100644 index 0000000..262aedb Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/help differ diff --git a/.icons/Simp1e-Dark/cursors/ibeam b/.icons/Simp1e-Dark/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/icon b/.icons/Simp1e-Dark/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/kill b/.icons/Simp1e-Dark/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/left-arrow b/.icons/Simp1e-Dark/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/left_arrow b/.icons/Simp1e-Dark/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/left_ptr b/.icons/Simp1e-Dark/cursors/left_ptr new file mode 100644 index 0000000..018f0f6 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/left_ptr differ diff --git a/.icons/Simp1e-Dark/cursors/left_ptr_watch b/.icons/Simp1e-Dark/cursors/left_ptr_watch new file mode 100644 index 0000000..f2e395f Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Dark/cursors/left_side b/.icons/Simp1e-Dark/cursors/left_side new file mode 100644 index 0000000..aad1aa3 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/left_side differ diff --git a/.icons/Simp1e-Dark/cursors/left_tee b/.icons/Simp1e-Dark/cursors/left_tee new file mode 100644 index 0000000..368fb2a Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/left_tee differ diff --git a/.icons/Simp1e-Dark/cursors/link b/.icons/Simp1e-Dark/cursors/link new file mode 100644 index 0000000..b01b007 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/link differ diff --git a/.icons/Simp1e-Dark/cursors/ll_angle b/.icons/Simp1e-Dark/cursors/ll_angle new file mode 100644 index 0000000..e67f7a9 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/ll_angle differ diff --git a/.icons/Simp1e-Dark/cursors/lr_angle b/.icons/Simp1e-Dark/cursors/lr_angle new file mode 100644 index 0000000..730c90d Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/lr_angle differ diff --git a/.icons/Simp1e-Dark/cursors/move b/.icons/Simp1e-Dark/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/n-resize b/.icons/Simp1e-Dark/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/ne-resize b/.icons/Simp1e-Dark/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/nesw-resize b/.icons/Simp1e-Dark/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/no-drop b/.icons/Simp1e-Dark/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/not-allowed b/.icons/Simp1e-Dark/cursors/not-allowed new file mode 100644 index 0000000..5c3b386 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/not-allowed differ diff --git a/.icons/Simp1e-Dark/cursors/ns-resize b/.icons/Simp1e-Dark/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/nw-resize b/.icons/Simp1e-Dark/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/nwse-resize b/.icons/Simp1e-Dark/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/openhand b/.icons/Simp1e-Dark/cursors/openhand new file mode 100644 index 0000000..ff6f696 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/openhand differ diff --git a/.icons/Simp1e-Dark/cursors/pencil b/.icons/Simp1e-Dark/cursors/pencil new file mode 100644 index 0000000..84ffc7c Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/pencil differ diff --git a/.icons/Simp1e-Dark/cursors/pirate b/.icons/Simp1e-Dark/cursors/pirate new file mode 100644 index 0000000..42b2515 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/pirate differ diff --git a/.icons/Simp1e-Dark/cursors/plus b/.icons/Simp1e-Dark/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/pointer b/.icons/Simp1e-Dark/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/pointer-move b/.icons/Simp1e-Dark/cursors/pointer-move new file mode 100644 index 0000000..d43480d Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/pointer-move differ diff --git a/.icons/Simp1e-Dark/cursors/pointing_hand b/.icons/Simp1e-Dark/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/progress b/.icons/Simp1e-Dark/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/question_arrow b/.icons/Simp1e-Dark/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/right-arrow b/.icons/Simp1e-Dark/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/right_arrow b/.icons/Simp1e-Dark/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/right_ptr b/.icons/Simp1e-Dark/cursors/right_ptr new file mode 100644 index 0000000..36f5d55 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/right_ptr differ diff --git a/.icons/Simp1e-Dark/cursors/right_side b/.icons/Simp1e-Dark/cursors/right_side new file mode 100644 index 0000000..a5be4e6 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/right_side differ diff --git a/.icons/Simp1e-Dark/cursors/right_tee b/.icons/Simp1e-Dark/cursors/right_tee new file mode 100644 index 0000000..257823f Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/right_tee differ diff --git a/.icons/Simp1e-Dark/cursors/row-resize b/.icons/Simp1e-Dark/cursors/row-resize new file mode 100644 index 0000000..96c5abe Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/row-resize differ diff --git a/.icons/Simp1e-Dark/cursors/s-resize b/.icons/Simp1e-Dark/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/sb_down_arrow b/.icons/Simp1e-Dark/cursors/sb_down_arrow new file mode 100644 index 0000000..0875194 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/sb_h_double_arrow b/.icons/Simp1e-Dark/cursors/sb_h_double_arrow new file mode 100644 index 0000000..8de4c4b Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/sb_left_arrow b/.icons/Simp1e-Dark/cursors/sb_left_arrow new file mode 100644 index 0000000..59922b4 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/sb_right_arrow b/.icons/Simp1e-Dark/cursors/sb_right_arrow new file mode 100644 index 0000000..2a03d8e Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/sb_up_arrow b/.icons/Simp1e-Dark/cursors/sb_up_arrow new file mode 100644 index 0000000..c3a8ce3 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/sb_v_double_arrow b/.icons/Simp1e-Dark/cursors/sb_v_double_arrow new file mode 100644 index 0000000..3dc11b6 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Dark/cursors/se-resize b/.icons/Simp1e-Dark/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size-bdiag b/.icons/Simp1e-Dark/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size-fdiag b/.icons/Simp1e-Dark/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size-hor b/.icons/Simp1e-Dark/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size-ver b/.icons/Simp1e-Dark/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size_all b/.icons/Simp1e-Dark/cursors/size_all new file mode 100644 index 0000000..b1195c1 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/size_all differ diff --git a/.icons/Simp1e-Dark/cursors/size_bdiag b/.icons/Simp1e-Dark/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size_fdiag b/.icons/Simp1e-Dark/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size_hor b/.icons/Simp1e-Dark/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/size_ver b/.icons/Simp1e-Dark/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/split_h b/.icons/Simp1e-Dark/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/split_v b/.icons/Simp1e-Dark/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/sw-resize b/.icons/Simp1e-Dark/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/target b/.icons/Simp1e-Dark/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/tcross b/.icons/Simp1e-Dark/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/text b/.icons/Simp1e-Dark/cursors/text new file mode 100644 index 0000000..92f3ac6 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/text differ diff --git a/.icons/Simp1e-Dark/cursors/top_left_arrow b/.icons/Simp1e-Dark/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/top_left_corner b/.icons/Simp1e-Dark/cursors/top_left_corner new file mode 100644 index 0000000..53a86f3 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Dark/cursors/top_right_corner b/.icons/Simp1e-Dark/cursors/top_right_corner new file mode 100644 index 0000000..b98bb86 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Dark/cursors/top_side b/.icons/Simp1e-Dark/cursors/top_side new file mode 100644 index 0000000..8f85aff Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/top_side differ diff --git a/.icons/Simp1e-Dark/cursors/top_tee b/.icons/Simp1e-Dark/cursors/top_tee new file mode 100644 index 0000000..c05cdc0 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/top_tee differ diff --git a/.icons/Simp1e-Dark/cursors/ul_angle b/.icons/Simp1e-Dark/cursors/ul_angle new file mode 100644 index 0000000..10a5aee Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/ul_angle differ diff --git a/.icons/Simp1e-Dark/cursors/up-arrow b/.icons/Simp1e-Dark/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/ur_angle b/.icons/Simp1e-Dark/cursors/ur_angle new file mode 100644 index 0000000..3f16a0e Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/ur_angle differ diff --git a/.icons/Simp1e-Dark/cursors/v_double_arrow b/.icons/Simp1e-Dark/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/vertical-text b/.icons/Simp1e-Dark/cursors/vertical-text new file mode 100644 index 0000000..e2b784c Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/vertical-text differ diff --git a/.icons/Simp1e-Dark/cursors/w-resize b/.icons/Simp1e-Dark/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/wait b/.icons/Simp1e-Dark/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/watch b/.icons/Simp1e-Dark/cursors/watch new file mode 100644 index 0000000..09f327e Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/watch differ diff --git a/.icons/Simp1e-Dark/cursors/wayland-cursor b/.icons/Simp1e-Dark/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/whats_this b/.icons/Simp1e-Dark/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/x-cursor b/.icons/Simp1e-Dark/cursors/x-cursor new file mode 100644 index 0000000..2b1f5ea Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/x-cursor differ diff --git a/.icons/Simp1e-Dark/cursors/xterm b/.icons/Simp1e-Dark/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/zoom-in b/.icons/Simp1e-Dark/cursors/zoom-in new file mode 100644 index 0000000..44f882f Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/zoom-in differ diff --git a/.icons/Simp1e-Dark/cursors/zoom-out b/.icons/Simp1e-Dark/cursors/zoom-out new file mode 100644 index 0000000..113dc22 Binary files /dev/null and b/.icons/Simp1e-Dark/cursors/zoom-out differ diff --git a/.icons/Simp1e-Dark/cursors/zoom_in b/.icons/Simp1e-Dark/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Dark/cursors/zoom_out b/.icons/Simp1e-Dark/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Dark/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Dark/index.theme b/.icons/Simp1e-Dark/index.theme new file mode 100644 index 0000000..f151b69 --- /dev/null +++ b/.icons/Simp1e-Dark/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Dark" diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/X_cursor b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/alias b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/all-scroll b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/all-scroll new file mode 100644 index 0000000..4d5bd63 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/based_arrow_down b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/based_arrow_up b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bd_double_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..ace65f4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_left_corner b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..eb54903 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_right_corner b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..e3f535c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_side b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_side new file mode 100644 index 0000000..de9d646 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_tee b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_tee new file mode 100644 index 0000000..b8c8f79 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cell b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cell new file mode 100644 index 0000000..26120b6 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cell differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/center_ptr b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/center_ptr new file mode 100644 index 0000000..e925ed8 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/circle b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/circle new file mode 100644 index 0000000..058d414 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/circle differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/clock b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/closedhand b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/closedhand new file mode 100644 index 0000000..f67810e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/col-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/col-resize new file mode 100644 index 0000000..ccf3374 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/color-picker b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/color-picker new file mode 100644 index 0000000..d41325a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/context-menu b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/context-menu new file mode 100644 index 0000000..d9cb489 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/copy b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/copy new file mode 100644 index 0000000..10b86f6 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/copy differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cross b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cross new file mode 100644 index 0000000..ce52cf2 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cross differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cross_reverse b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/crossed_circle b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/crosshair b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/crosshair new file mode 100644 index 0000000..22fdc1d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/default b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/diamond_cross b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-ask b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-ask new file mode 100644 index 0000000..b136092 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-copy b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-copy new file mode 100644 index 0000000..a6575e6 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-link b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-link new file mode 100644 index 0000000..fe4d8aa Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-move b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-move new file mode 100644 index 0000000..d1b9ba3 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-no-drop b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..86db3f4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-none b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dot b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dot new file mode 100644 index 0000000..968c46b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dot differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dot_box_mask b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dotbox b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dotbox new file mode 100644 index 0000000..5a5b6a2 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/double_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/down-arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/draft b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/draft new file mode 100644 index 0000000..0bae99d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/draft differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/draped_box b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/e-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ew-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fd_double_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..08dcf92 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fleur b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/forbidden b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/grab b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/grabbing b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/gumby b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/h_double_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/half-busy b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand new file mode 100644 index 0000000..33a0e98 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand1 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand2 b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/help b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/help new file mode 100644 index 0000000..9f53d89 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/help differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ibeam b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/icon b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/kill b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left-arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_ptr b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_ptr new file mode 100644 index 0000000..aa77c53 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_ptr_watch b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..e62d8db Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_side b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_side new file mode 100644 index 0000000..c349936 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_tee b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_tee new file mode 100644 index 0000000..88e722d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/link b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/link new file mode 100644 index 0000000..90f0693 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/link differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ll_angle b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ll_angle new file mode 100644 index 0000000..1ff6a15 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/lr_angle b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/lr_angle new file mode 100644 index 0000000..ad1aa10 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/move b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/n-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ne-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nesw-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/no-drop b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/not-allowed b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/not-allowed new file mode 100644 index 0000000..3deca23 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ns-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nw-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nwse-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/openhand b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/openhand new file mode 100644 index 0000000..8b1ef18 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pencil b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pencil new file mode 100644 index 0000000..2af0970 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pirate b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pirate new file mode 100644 index 0000000..1612cd7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/plus b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointer b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointer-move b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointer-move new file mode 100644 index 0000000..59f1f3b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointing_hand b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/progress b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/question_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right-arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_ptr b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_ptr new file mode 100644 index 0000000..3df1933 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_side b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_side new file mode 100644 index 0000000..82cf697 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_tee b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_tee new file mode 100644 index 0000000..55a7328 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/row-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/row-resize new file mode 100644 index 0000000..bf5d361 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/s-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_down_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..f168ae6 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..6982327 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_left_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..84f5682 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_right_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..9ab1844 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_up_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..af3caff Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..f4c1283 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/se-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-bdiag b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-fdiag b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-hor b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-ver b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_all b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_all new file mode 100644 index 0000000..8ddcb2e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_bdiag b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_fdiag b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_hor b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_ver b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/split_h b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/split_v b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sw-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/target b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/tcross b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/text b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/text new file mode 100644 index 0000000..76a208e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/text differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_left_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_left_corner b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_left_corner new file mode 100644 index 0000000..91b09e5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_right_corner b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_right_corner new file mode 100644 index 0000000..3c568de Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_side b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_side new file mode 100644 index 0000000..3f7973e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_tee b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_tee new file mode 100644 index 0000000..e66f3dd Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ul_angle b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ul_angle new file mode 100644 index 0000000..90acdd0 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/up-arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ur_angle b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ur_angle new file mode 100644 index 0000000..3163be2 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/v_double_arrow b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/vertical-text b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/vertical-text new file mode 100644 index 0000000..40ff2e6 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/w-resize b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/wait b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/watch b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/watch new file mode 100644 index 0000000..c7743b5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/watch differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/wayland-cursor b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/whats_this b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/x-cursor b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/x-cursor new file mode 100644 index 0000000..939b0c7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/xterm b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom-in b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom-in new file mode 100644 index 0000000..4808d85 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom-out b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom-out new file mode 100644 index 0000000..904bdf5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom_in b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom_out b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark-Left/index.theme b/.icons/Simp1e-Gruvbox-Dark-Left/index.theme new file mode 100644 index 0000000..9648954 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Gruvbox-Dark-Left" diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Gruvbox-Dark/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Gruvbox-Dark/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Gruvbox-Dark/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Gruvbox-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Gruvbox-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Gruvbox-Dark/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Gruvbox-Dark/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Gruvbox-Dark/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Gruvbox-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Gruvbox-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Gruvbox-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Gruvbox-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Gruvbox-Dark/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Gruvbox-Dark/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Gruvbox-Dark/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Gruvbox-Dark/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Gruvbox-Dark/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Gruvbox-Dark/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Gruvbox-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Gruvbox-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Gruvbox-Dark/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Gruvbox-Dark/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Gruvbox-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Gruvbox-Dark/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Gruvbox-Dark/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Gruvbox-Dark/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Gruvbox-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Gruvbox-Dark/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/X_cursor b/.icons/Simp1e-Gruvbox-Dark/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Gruvbox-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/alias b/.icons/Simp1e-Gruvbox-Dark/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/all-scroll b/.icons/Simp1e-Gruvbox-Dark/cursors/all-scroll new file mode 100644 index 0000000..59688f3 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/all-scroll differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Gruvbox-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/based_arrow_down b/.icons/Simp1e-Gruvbox-Dark/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/based_arrow_up b/.icons/Simp1e-Gruvbox-Dark/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/bd_double_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/bd_double_arrow new file mode 100644 index 0000000..045b3d5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_left_corner b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_left_corner new file mode 100644 index 0000000..cecbc0d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_right_corner b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_right_corner new file mode 100644 index 0000000..1275351 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_side b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_side new file mode 100644 index 0000000..b24f9c0 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_tee b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_tee new file mode 100644 index 0000000..46fe7aa Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Gruvbox-Dark/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Gruvbox-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/cell b/.icons/Simp1e-Gruvbox-Dark/cursors/cell new file mode 100644 index 0000000..de79710 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/cell differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/center_ptr b/.icons/Simp1e-Gruvbox-Dark/cursors/center_ptr new file mode 100644 index 0000000..aebe3cf Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/center_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/circle b/.icons/Simp1e-Gruvbox-Dark/cursors/circle new file mode 100644 index 0000000..9f55e99 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/circle differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/clock b/.icons/Simp1e-Gruvbox-Dark/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/closedhand b/.icons/Simp1e-Gruvbox-Dark/cursors/closedhand new file mode 100644 index 0000000..67abc0d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/closedhand differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/col-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/col-resize new file mode 100644 index 0000000..17a9475 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/col-resize differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/color-picker b/.icons/Simp1e-Gruvbox-Dark/cursors/color-picker new file mode 100644 index 0000000..01813df Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/color-picker differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/context-menu b/.icons/Simp1e-Gruvbox-Dark/cursors/context-menu new file mode 100644 index 0000000..85eb23f Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/context-menu differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/copy b/.icons/Simp1e-Gruvbox-Dark/cursors/copy new file mode 100644 index 0000000..540c796 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/copy differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/cross b/.icons/Simp1e-Gruvbox-Dark/cursors/cross new file mode 100644 index 0000000..95604de Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/cross differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/cross_reverse b/.icons/Simp1e-Gruvbox-Dark/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/crossed_circle b/.icons/Simp1e-Gruvbox-Dark/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/crosshair b/.icons/Simp1e-Gruvbox-Dark/cursors/crosshair new file mode 100644 index 0000000..08a15e4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/crosshair differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Gruvbox-Dark/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/default b/.icons/Simp1e-Gruvbox-Dark/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/diamond_cross b/.icons/Simp1e-Gruvbox-Dark/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-ask b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-ask new file mode 100644 index 0000000..3db6d2c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-copy b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-copy new file mode 100644 index 0000000..5b30688 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-link b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-link new file mode 100644 index 0000000..18f0935 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-link differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-move b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-move new file mode 100644 index 0000000..ba03131 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-move differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-no-drop b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-no-drop new file mode 100644 index 0000000..4a530e3 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-none b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dot b/.icons/Simp1e-Gruvbox-Dark/cursors/dot new file mode 100644 index 0000000..3e132ed Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/dot differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dot_box_mask b/.icons/Simp1e-Gruvbox-Dark/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/dotbox b/.icons/Simp1e-Gruvbox-Dark/cursors/dotbox new file mode 100644 index 0000000..c6f8748 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/dotbox differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/double_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/down-arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/draft b/.icons/Simp1e-Gruvbox-Dark/cursors/draft new file mode 100644 index 0000000..f802ce1 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/draft differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/draped_box b/.icons/Simp1e-Gruvbox-Dark/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/e-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Gruvbox-Dark/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/ew-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Gruvbox-Dark/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Gruvbox-Dark/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Gruvbox-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Gruvbox-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/fd_double_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/fd_double_arrow new file mode 100644 index 0000000..f9bad3f Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/fleur b/.icons/Simp1e-Gruvbox-Dark/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/forbidden b/.icons/Simp1e-Gruvbox-Dark/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/grab b/.icons/Simp1e-Gruvbox-Dark/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/grabbing b/.icons/Simp1e-Gruvbox-Dark/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/gumby b/.icons/Simp1e-Gruvbox-Dark/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/h_double_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/half-busy b/.icons/Simp1e-Gruvbox-Dark/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/hand b/.icons/Simp1e-Gruvbox-Dark/cursors/hand new file mode 100644 index 0000000..ede34e3 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/hand differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/hand1 b/.icons/Simp1e-Gruvbox-Dark/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/hand2 b/.icons/Simp1e-Gruvbox-Dark/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/help b/.icons/Simp1e-Gruvbox-Dark/cursors/help new file mode 100644 index 0000000..88caef9 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/help differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/ibeam b/.icons/Simp1e-Gruvbox-Dark/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/icon b/.icons/Simp1e-Gruvbox-Dark/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/kill b/.icons/Simp1e-Gruvbox-Dark/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/left-arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/left_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/left_ptr b/.icons/Simp1e-Gruvbox-Dark/cursors/left_ptr new file mode 100644 index 0000000..c490b93 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/left_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/left_ptr_watch b/.icons/Simp1e-Gruvbox-Dark/cursors/left_ptr_watch new file mode 100644 index 0000000..f316078 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/left_side b/.icons/Simp1e-Gruvbox-Dark/cursors/left_side new file mode 100644 index 0000000..ca9e90c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/left_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/left_tee b/.icons/Simp1e-Gruvbox-Dark/cursors/left_tee new file mode 100644 index 0000000..e2bd15c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/left_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/link b/.icons/Simp1e-Gruvbox-Dark/cursors/link new file mode 100644 index 0000000..5fca7ae Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/link differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/ll_angle b/.icons/Simp1e-Gruvbox-Dark/cursors/ll_angle new file mode 100644 index 0000000..f861458 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/ll_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/lr_angle b/.icons/Simp1e-Gruvbox-Dark/cursors/lr_angle new file mode 100644 index 0000000..5f87b1a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/lr_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/move b/.icons/Simp1e-Gruvbox-Dark/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/n-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/ne-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/nesw-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/no-drop b/.icons/Simp1e-Gruvbox-Dark/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/not-allowed b/.icons/Simp1e-Gruvbox-Dark/cursors/not-allowed new file mode 100644 index 0000000..abc353b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/not-allowed differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/ns-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/nw-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/nwse-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/openhand b/.icons/Simp1e-Gruvbox-Dark/cursors/openhand new file mode 100644 index 0000000..e10a021 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/openhand differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/pencil b/.icons/Simp1e-Gruvbox-Dark/cursors/pencil new file mode 100644 index 0000000..ebbeaca Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/pencil differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/pirate b/.icons/Simp1e-Gruvbox-Dark/cursors/pirate new file mode 100644 index 0000000..265fb5a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/pirate differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/plus b/.icons/Simp1e-Gruvbox-Dark/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/pointer b/.icons/Simp1e-Gruvbox-Dark/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/pointer-move b/.icons/Simp1e-Gruvbox-Dark/cursors/pointer-move new file mode 100644 index 0000000..3b7e41a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/pointer-move differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/pointing_hand b/.icons/Simp1e-Gruvbox-Dark/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/progress b/.icons/Simp1e-Gruvbox-Dark/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/question_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/right-arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/right_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/right_ptr b/.icons/Simp1e-Gruvbox-Dark/cursors/right_ptr new file mode 100644 index 0000000..a216bb7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/right_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/right_side b/.icons/Simp1e-Gruvbox-Dark/cursors/right_side new file mode 100644 index 0000000..93fd2be Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/right_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/right_tee b/.icons/Simp1e-Gruvbox-Dark/cursors/right_tee new file mode 100644 index 0000000..fbc5fda Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/right_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/row-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/row-resize new file mode 100644 index 0000000..a78c1a8 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/row-resize differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/s-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/sb_down_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_down_arrow new file mode 100644 index 0000000..543380a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/sb_h_double_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_h_double_arrow new file mode 100644 index 0000000..d07d541 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/sb_left_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_left_arrow new file mode 100644 index 0000000..473c0e2 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/sb_right_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_right_arrow new file mode 100644 index 0000000..5416889 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/sb_up_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_up_arrow new file mode 100644 index 0000000..bdaac9d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/sb_v_double_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_v_double_arrow new file mode 100644 index 0000000..490a8bb Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/se-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size-bdiag b/.icons/Simp1e-Gruvbox-Dark/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size-fdiag b/.icons/Simp1e-Gruvbox-Dark/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size-hor b/.icons/Simp1e-Gruvbox-Dark/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size-ver b/.icons/Simp1e-Gruvbox-Dark/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size_all b/.icons/Simp1e-Gruvbox-Dark/cursors/size_all new file mode 100644 index 0000000..e830180 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/size_all differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size_bdiag b/.icons/Simp1e-Gruvbox-Dark/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size_fdiag b/.icons/Simp1e-Gruvbox-Dark/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size_hor b/.icons/Simp1e-Gruvbox-Dark/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/size_ver b/.icons/Simp1e-Gruvbox-Dark/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/split_h b/.icons/Simp1e-Gruvbox-Dark/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/split_v b/.icons/Simp1e-Gruvbox-Dark/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/sw-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/target b/.icons/Simp1e-Gruvbox-Dark/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/tcross b/.icons/Simp1e-Gruvbox-Dark/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/text b/.icons/Simp1e-Gruvbox-Dark/cursors/text new file mode 100644 index 0000000..04a6bc5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/text differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/top_left_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/top_left_corner b/.icons/Simp1e-Gruvbox-Dark/cursors/top_left_corner new file mode 100644 index 0000000..f0e0f90 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/top_right_corner b/.icons/Simp1e-Gruvbox-Dark/cursors/top_right_corner new file mode 100644 index 0000000..ae707fa Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/top_side b/.icons/Simp1e-Gruvbox-Dark/cursors/top_side new file mode 100644 index 0000000..1fc3e36 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/top_side differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/top_tee b/.icons/Simp1e-Gruvbox-Dark/cursors/top_tee new file mode 100644 index 0000000..25ad4a8 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/top_tee differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/ul_angle b/.icons/Simp1e-Gruvbox-Dark/cursors/ul_angle new file mode 100644 index 0000000..b7d589e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/ul_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/up-arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/ur_angle b/.icons/Simp1e-Gruvbox-Dark/cursors/ur_angle new file mode 100644 index 0000000..887fb9b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/ur_angle differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/v_double_arrow b/.icons/Simp1e-Gruvbox-Dark/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/vertical-text b/.icons/Simp1e-Gruvbox-Dark/cursors/vertical-text new file mode 100644 index 0000000..540b0ae Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/vertical-text differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/w-resize b/.icons/Simp1e-Gruvbox-Dark/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/wait b/.icons/Simp1e-Gruvbox-Dark/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/watch b/.icons/Simp1e-Gruvbox-Dark/cursors/watch new file mode 100644 index 0000000..2014e64 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/watch differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/wayland-cursor b/.icons/Simp1e-Gruvbox-Dark/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/whats_this b/.icons/Simp1e-Gruvbox-Dark/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/x-cursor b/.icons/Simp1e-Gruvbox-Dark/cursors/x-cursor new file mode 100644 index 0000000..b697c49 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/x-cursor differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/xterm b/.icons/Simp1e-Gruvbox-Dark/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/zoom-in b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom-in new file mode 100644 index 0000000..753f0cc Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom-in differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/zoom-out b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom-out new file mode 100644 index 0000000..8103abc Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom-out differ diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/zoom_in b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/cursors/zoom_out b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Dark/index.theme b/.icons/Simp1e-Gruvbox-Dark/index.theme new file mode 100644 index 0000000..a4ba63b --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Dark/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Gruvbox-Dark" diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Gruvbox-Light-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Gruvbox-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Gruvbox-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Gruvbox-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Gruvbox-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Gruvbox-Light-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Gruvbox-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Gruvbox-Light-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Gruvbox-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/X_cursor b/.icons/Simp1e-Gruvbox-Light-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/alias b/.icons/Simp1e-Gruvbox-Light-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/all-scroll b/.icons/Simp1e-Gruvbox-Light-Left/cursors/all-scroll new file mode 100644 index 0000000..d416352 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/based_arrow_down b/.icons/Simp1e-Gruvbox-Light-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/based_arrow_up b/.icons/Simp1e-Gruvbox-Light-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/bd_double_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..a84c71e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_left_corner b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..badf5ab Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_right_corner b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..8d19b78 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_side b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_side new file mode 100644 index 0000000..6c8be19 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_tee b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_tee new file mode 100644 index 0000000..ecd78f8 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Gruvbox-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/cell b/.icons/Simp1e-Gruvbox-Light-Left/cursors/cell new file mode 100644 index 0000000..5beb893 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/cell differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/center_ptr b/.icons/Simp1e-Gruvbox-Light-Left/cursors/center_ptr new file mode 100644 index 0000000..bf6975d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/circle b/.icons/Simp1e-Gruvbox-Light-Left/cursors/circle new file mode 100644 index 0000000..f47635a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/circle differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/clock b/.icons/Simp1e-Gruvbox-Light-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/closedhand b/.icons/Simp1e-Gruvbox-Light-Left/cursors/closedhand new file mode 100644 index 0000000..0858bc8 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/col-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/col-resize new file mode 100644 index 0000000..1920217 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/color-picker b/.icons/Simp1e-Gruvbox-Light-Left/cursors/color-picker new file mode 100644 index 0000000..1e8242a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/context-menu b/.icons/Simp1e-Gruvbox-Light-Left/cursors/context-menu new file mode 100644 index 0000000..491824c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/copy b/.icons/Simp1e-Gruvbox-Light-Left/cursors/copy new file mode 100644 index 0000000..6b71511 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/copy differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/cross b/.icons/Simp1e-Gruvbox-Light-Left/cursors/cross new file mode 100644 index 0000000..b7cc8e4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/cross differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/cross_reverse b/.icons/Simp1e-Gruvbox-Light-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/crossed_circle b/.icons/Simp1e-Gruvbox-Light-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/crosshair b/.icons/Simp1e-Gruvbox-Light-Left/cursors/crosshair new file mode 100644 index 0000000..8d7efd9 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Gruvbox-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/default b/.icons/Simp1e-Gruvbox-Light-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/diamond_cross b/.icons/Simp1e-Gruvbox-Light-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-ask b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-ask new file mode 100644 index 0000000..ede70c7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-copy b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-copy new file mode 100644 index 0000000..c52b674 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-link b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-link new file mode 100644 index 0000000..5675c74 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-move b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-move new file mode 100644 index 0000000..a6521bd Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-no-drop b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..64dfcd7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-none b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dot b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dot new file mode 100644 index 0000000..95b85d4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dot differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dot_box_mask b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/dotbox b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dotbox new file mode 100644 index 0000000..8472fda Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/double_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/down-arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/draft b/.icons/Simp1e-Gruvbox-Light-Left/cursors/draft new file mode 100644 index 0000000..440cd6e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/draft differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/draped_box b/.icons/Simp1e-Gruvbox-Light-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/e-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/ew-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/fd_double_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..73e9b3c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/fleur b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/forbidden b/.icons/Simp1e-Gruvbox-Light-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/grab b/.icons/Simp1e-Gruvbox-Light-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/grabbing b/.icons/Simp1e-Gruvbox-Light-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/gumby b/.icons/Simp1e-Gruvbox-Light-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/h_double_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/half-busy b/.icons/Simp1e-Gruvbox-Light-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand b/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand new file mode 100644 index 0000000..01b0627 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand1 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand2 b/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/help b/.icons/Simp1e-Gruvbox-Light-Left/cursors/help new file mode 100644 index 0000000..b6f7377 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/help differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/ibeam b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/icon b/.icons/Simp1e-Gruvbox-Light-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/kill b/.icons/Simp1e-Gruvbox-Light-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/left-arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_ptr b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_ptr new file mode 100644 index 0000000..31be2e7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_ptr_watch b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..76b959d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_side b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_side new file mode 100644 index 0000000..0db35bc Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_tee b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_tee new file mode 100644 index 0000000..aaef019 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/link b/.icons/Simp1e-Gruvbox-Light-Left/cursors/link new file mode 100644 index 0000000..de6bcad Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/link differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/ll_angle b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ll_angle new file mode 100644 index 0000000..f8d5a94 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/lr_angle b/.icons/Simp1e-Gruvbox-Light-Left/cursors/lr_angle new file mode 100644 index 0000000..1b2bca6 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/move b/.icons/Simp1e-Gruvbox-Light-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/n-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/ne-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/nesw-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/no-drop b/.icons/Simp1e-Gruvbox-Light-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/not-allowed b/.icons/Simp1e-Gruvbox-Light-Left/cursors/not-allowed new file mode 100644 index 0000000..745deef Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/ns-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/nw-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/nwse-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/openhand b/.icons/Simp1e-Gruvbox-Light-Left/cursors/openhand new file mode 100644 index 0000000..5c19414 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/pencil b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pencil new file mode 100644 index 0000000..5c79c23 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/pirate b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pirate new file mode 100644 index 0000000..1186005 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/plus b/.icons/Simp1e-Gruvbox-Light-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointer b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointer-move b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointer-move new file mode 100644 index 0000000..73acd0b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointing_hand b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/progress b/.icons/Simp1e-Gruvbox-Light-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/question_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/right-arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_ptr b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_ptr new file mode 100644 index 0000000..96953d1 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_side b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_side new file mode 100644 index 0000000..c787c87 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_tee b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_tee new file mode 100644 index 0000000..5e52b60 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/row-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/row-resize new file mode 100644 index 0000000..6f7d818 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/s-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_down_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..d05966c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..bec2d81 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_left_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..ae583c4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_right_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..e806a10 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_up_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..ed1994e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..6dd81e1 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/se-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-bdiag b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-fdiag b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-hor b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-ver b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_all b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_all new file mode 100644 index 0000000..a557a65 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_bdiag b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_fdiag b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_hor b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_ver b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/split_h b/.icons/Simp1e-Gruvbox-Light-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/split_v b/.icons/Simp1e-Gruvbox-Light-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/sw-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/target b/.icons/Simp1e-Gruvbox-Light-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/tcross b/.icons/Simp1e-Gruvbox-Light-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/text b/.icons/Simp1e-Gruvbox-Light-Left/cursors/text new file mode 100644 index 0000000..e1c4c2b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/text differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_left_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_left_corner b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_left_corner new file mode 100644 index 0000000..654a2d5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_right_corner b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_right_corner new file mode 100644 index 0000000..21e1f58 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_side b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_side new file mode 100644 index 0000000..4e34449 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_tee b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_tee new file mode 100644 index 0000000..3737668 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/ul_angle b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ul_angle new file mode 100644 index 0000000..acbd0f1 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/up-arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/ur_angle b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ur_angle new file mode 100644 index 0000000..cd1b456 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/v_double_arrow b/.icons/Simp1e-Gruvbox-Light-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/vertical-text b/.icons/Simp1e-Gruvbox-Light-Left/cursors/vertical-text new file mode 100644 index 0000000..4865180 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/w-resize b/.icons/Simp1e-Gruvbox-Light-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/wait b/.icons/Simp1e-Gruvbox-Light-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/watch b/.icons/Simp1e-Gruvbox-Light-Left/cursors/watch new file mode 100644 index 0000000..88ca416 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/watch differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/wayland-cursor b/.icons/Simp1e-Gruvbox-Light-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/whats_this b/.icons/Simp1e-Gruvbox-Light-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/x-cursor b/.icons/Simp1e-Gruvbox-Light-Left/cursors/x-cursor new file mode 100644 index 0000000..8d5165c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/xterm b/.icons/Simp1e-Gruvbox-Light-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom-in b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom-in new file mode 100644 index 0000000..8f30f9d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom-out b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom-out new file mode 100644 index 0000000..d6e5b2b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom_in b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom_out b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light-Left/index.theme b/.icons/Simp1e-Gruvbox-Light-Left/index.theme new file mode 100644 index 0000000..c07c0fb --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Gruvbox-Light-Left" diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Gruvbox-Light/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Gruvbox-Light/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Gruvbox-Light/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Gruvbox-Light/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Gruvbox-Light/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Gruvbox-Light/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Gruvbox-Light/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Gruvbox-Light/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Gruvbox-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Gruvbox-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Gruvbox-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Gruvbox-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Gruvbox-Light/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Gruvbox-Light/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Gruvbox-Light/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Gruvbox-Light/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Gruvbox-Light/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Gruvbox-Light/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Gruvbox-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Gruvbox-Light/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Gruvbox-Light/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Gruvbox-Light/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Gruvbox-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Gruvbox-Light/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Gruvbox-Light/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Gruvbox-Light/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Gruvbox-Light/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Gruvbox-Light/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/X_cursor b/.icons/Simp1e-Gruvbox-Light/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Gruvbox-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/alias b/.icons/Simp1e-Gruvbox-Light/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/all-scroll b/.icons/Simp1e-Gruvbox-Light/cursors/all-scroll new file mode 100644 index 0000000..4b454c6 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/all-scroll differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/arrow b/.icons/Simp1e-Gruvbox-Light/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Gruvbox-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/based_arrow_down b/.icons/Simp1e-Gruvbox-Light/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/based_arrow_up b/.icons/Simp1e-Gruvbox-Light/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/bd_double_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/bd_double_arrow new file mode 100644 index 0000000..2963dcf Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/bottom_left_corner b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_left_corner new file mode 100644 index 0000000..845f4bf Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/bottom_right_corner b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_right_corner new file mode 100644 index 0000000..a1e06eb Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/bottom_side b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_side new file mode 100644 index 0000000..aa6602f Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_side differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/bottom_tee b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_tee new file mode 100644 index 0000000..e4ee41a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Gruvbox-Light/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Gruvbox-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/cell b/.icons/Simp1e-Gruvbox-Light/cursors/cell new file mode 100644 index 0000000..9a95d36 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/cell differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/center_ptr b/.icons/Simp1e-Gruvbox-Light/cursors/center_ptr new file mode 100644 index 0000000..93482f5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/center_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/circle b/.icons/Simp1e-Gruvbox-Light/cursors/circle new file mode 100644 index 0000000..267d492 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/circle differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/clock b/.icons/Simp1e-Gruvbox-Light/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/closedhand b/.icons/Simp1e-Gruvbox-Light/cursors/closedhand new file mode 100644 index 0000000..08ebc59 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/closedhand differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/col-resize b/.icons/Simp1e-Gruvbox-Light/cursors/col-resize new file mode 100644 index 0000000..1f9717c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/col-resize differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/color-picker b/.icons/Simp1e-Gruvbox-Light/cursors/color-picker new file mode 100644 index 0000000..89d1982 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/color-picker differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/context-menu b/.icons/Simp1e-Gruvbox-Light/cursors/context-menu new file mode 100644 index 0000000..27aaf09 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/context-menu differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/copy b/.icons/Simp1e-Gruvbox-Light/cursors/copy new file mode 100644 index 0000000..7426f93 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/copy differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/cross b/.icons/Simp1e-Gruvbox-Light/cursors/cross new file mode 100644 index 0000000..cc73cc4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/cross differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/cross_reverse b/.icons/Simp1e-Gruvbox-Light/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/crossed_circle b/.icons/Simp1e-Gruvbox-Light/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/crosshair b/.icons/Simp1e-Gruvbox-Light/cursors/crosshair new file mode 100644 index 0000000..4538508 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/crosshair differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Gruvbox-Light/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/default b/.icons/Simp1e-Gruvbox-Light/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/diamond_cross b/.icons/Simp1e-Gruvbox-Light/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dnd-ask b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-ask new file mode 100644 index 0000000..9b1faf7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dnd-copy b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-copy new file mode 100644 index 0000000..231e19e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dnd-link b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-link new file mode 100644 index 0000000..47567fa Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-link differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dnd-move b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-move new file mode 100644 index 0000000..f3c1cb1 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-move differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dnd-no-drop b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-no-drop new file mode 100644 index 0000000..ee92d66 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dnd-none b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dot b/.icons/Simp1e-Gruvbox-Light/cursors/dot new file mode 100644 index 0000000..c8b358a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/dot differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dot_box_mask b/.icons/Simp1e-Gruvbox-Light/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/dotbox b/.icons/Simp1e-Gruvbox-Light/cursors/dotbox new file mode 100644 index 0000000..6ca4f3e Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/dotbox differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/double_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/down-arrow b/.icons/Simp1e-Gruvbox-Light/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/draft b/.icons/Simp1e-Gruvbox-Light/cursors/draft new file mode 100644 index 0000000..8cb5ae1 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/draft differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/draped_box b/.icons/Simp1e-Gruvbox-Light/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/e-resize b/.icons/Simp1e-Gruvbox-Light/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Gruvbox-Light/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/ew-resize b/.icons/Simp1e-Gruvbox-Light/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Gruvbox-Light/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Gruvbox-Light/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Gruvbox-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Gruvbox-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/fd_double_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/fd_double_arrow new file mode 100644 index 0000000..25012a5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/fleur b/.icons/Simp1e-Gruvbox-Light/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/forbidden b/.icons/Simp1e-Gruvbox-Light/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/grab b/.icons/Simp1e-Gruvbox-Light/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/grabbing b/.icons/Simp1e-Gruvbox-Light/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/gumby b/.icons/Simp1e-Gruvbox-Light/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/h_double_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/half-busy b/.icons/Simp1e-Gruvbox-Light/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/hand b/.icons/Simp1e-Gruvbox-Light/cursors/hand new file mode 100644 index 0000000..13ded32 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/hand differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/hand1 b/.icons/Simp1e-Gruvbox-Light/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/hand2 b/.icons/Simp1e-Gruvbox-Light/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/help b/.icons/Simp1e-Gruvbox-Light/cursors/help new file mode 100644 index 0000000..8966be4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/help differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/ibeam b/.icons/Simp1e-Gruvbox-Light/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/icon b/.icons/Simp1e-Gruvbox-Light/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/kill b/.icons/Simp1e-Gruvbox-Light/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/left-arrow b/.icons/Simp1e-Gruvbox-Light/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/left_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/left_ptr b/.icons/Simp1e-Gruvbox-Light/cursors/left_ptr new file mode 100644 index 0000000..c9b33f2 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/left_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/left_ptr_watch b/.icons/Simp1e-Gruvbox-Light/cursors/left_ptr_watch new file mode 100644 index 0000000..2f62cf1 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/left_side b/.icons/Simp1e-Gruvbox-Light/cursors/left_side new file mode 100644 index 0000000..b3eb2d8 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/left_side differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/left_tee b/.icons/Simp1e-Gruvbox-Light/cursors/left_tee new file mode 100644 index 0000000..ae18082 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/left_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/link b/.icons/Simp1e-Gruvbox-Light/cursors/link new file mode 100644 index 0000000..586eae5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/link differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/ll_angle b/.icons/Simp1e-Gruvbox-Light/cursors/ll_angle new file mode 100644 index 0000000..85ad7f7 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/ll_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/lr_angle b/.icons/Simp1e-Gruvbox-Light/cursors/lr_angle new file mode 100644 index 0000000..c6cd3a5 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/lr_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/move b/.icons/Simp1e-Gruvbox-Light/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/n-resize b/.icons/Simp1e-Gruvbox-Light/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/ne-resize b/.icons/Simp1e-Gruvbox-Light/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/nesw-resize b/.icons/Simp1e-Gruvbox-Light/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/no-drop b/.icons/Simp1e-Gruvbox-Light/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/not-allowed b/.icons/Simp1e-Gruvbox-Light/cursors/not-allowed new file mode 100644 index 0000000..96ee16f Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/not-allowed differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/ns-resize b/.icons/Simp1e-Gruvbox-Light/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/nw-resize b/.icons/Simp1e-Gruvbox-Light/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/nwse-resize b/.icons/Simp1e-Gruvbox-Light/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/openhand b/.icons/Simp1e-Gruvbox-Light/cursors/openhand new file mode 100644 index 0000000..33ce9fb Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/openhand differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/pencil b/.icons/Simp1e-Gruvbox-Light/cursors/pencil new file mode 100644 index 0000000..1fb5c1c Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/pencil differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/pirate b/.icons/Simp1e-Gruvbox-Light/cursors/pirate new file mode 100644 index 0000000..775d786 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/pirate differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/plus b/.icons/Simp1e-Gruvbox-Light/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/pointer b/.icons/Simp1e-Gruvbox-Light/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/pointer-move b/.icons/Simp1e-Gruvbox-Light/cursors/pointer-move new file mode 100644 index 0000000..27e3d47 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/pointer-move differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/pointing_hand b/.icons/Simp1e-Gruvbox-Light/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/progress b/.icons/Simp1e-Gruvbox-Light/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/question_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/right-arrow b/.icons/Simp1e-Gruvbox-Light/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/right_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/right_ptr b/.icons/Simp1e-Gruvbox-Light/cursors/right_ptr new file mode 100644 index 0000000..aefc8e2 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/right_ptr differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/right_side b/.icons/Simp1e-Gruvbox-Light/cursors/right_side new file mode 100644 index 0000000..5171e55 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/right_side differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/right_tee b/.icons/Simp1e-Gruvbox-Light/cursors/right_tee new file mode 100644 index 0000000..4d82cfa Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/right_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/row-resize b/.icons/Simp1e-Gruvbox-Light/cursors/row-resize new file mode 100644 index 0000000..bd6607d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/row-resize differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/s-resize b/.icons/Simp1e-Gruvbox-Light/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/sb_down_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/sb_down_arrow new file mode 100644 index 0000000..89b79b4 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/sb_h_double_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/sb_h_double_arrow new file mode 100644 index 0000000..f9083fd Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/sb_left_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/sb_left_arrow new file mode 100644 index 0000000..50a4e1b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/sb_right_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/sb_right_arrow new file mode 100644 index 0000000..f7af2af Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/sb_up_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/sb_up_arrow new file mode 100644 index 0000000..9be3654 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/sb_v_double_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/sb_v_double_arrow new file mode 100644 index 0000000..ca2ad98 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/se-resize b/.icons/Simp1e-Gruvbox-Light/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size-bdiag b/.icons/Simp1e-Gruvbox-Light/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size-fdiag b/.icons/Simp1e-Gruvbox-Light/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size-hor b/.icons/Simp1e-Gruvbox-Light/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size-ver b/.icons/Simp1e-Gruvbox-Light/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size_all b/.icons/Simp1e-Gruvbox-Light/cursors/size_all new file mode 100644 index 0000000..f4d6ffe Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/size_all differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size_bdiag b/.icons/Simp1e-Gruvbox-Light/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size_fdiag b/.icons/Simp1e-Gruvbox-Light/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size_hor b/.icons/Simp1e-Gruvbox-Light/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/size_ver b/.icons/Simp1e-Gruvbox-Light/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/split_h b/.icons/Simp1e-Gruvbox-Light/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/split_v b/.icons/Simp1e-Gruvbox-Light/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/sw-resize b/.icons/Simp1e-Gruvbox-Light/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/target b/.icons/Simp1e-Gruvbox-Light/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/tcross b/.icons/Simp1e-Gruvbox-Light/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/text b/.icons/Simp1e-Gruvbox-Light/cursors/text new file mode 100644 index 0000000..ade0b10 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/text differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/top_left_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/top_left_corner b/.icons/Simp1e-Gruvbox-Light/cursors/top_left_corner new file mode 100644 index 0000000..626827b Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/top_right_corner b/.icons/Simp1e-Gruvbox-Light/cursors/top_right_corner new file mode 100644 index 0000000..8eb7aab Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/top_side b/.icons/Simp1e-Gruvbox-Light/cursors/top_side new file mode 100644 index 0000000..37b0af0 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/top_side differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/top_tee b/.icons/Simp1e-Gruvbox-Light/cursors/top_tee new file mode 100644 index 0000000..8e12431 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/top_tee differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/ul_angle b/.icons/Simp1e-Gruvbox-Light/cursors/ul_angle new file mode 100644 index 0000000..0658599 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/ul_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/up-arrow b/.icons/Simp1e-Gruvbox-Light/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/ur_angle b/.icons/Simp1e-Gruvbox-Light/cursors/ur_angle new file mode 100644 index 0000000..214f66d Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/ur_angle differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/v_double_arrow b/.icons/Simp1e-Gruvbox-Light/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/vertical-text b/.icons/Simp1e-Gruvbox-Light/cursors/vertical-text new file mode 100644 index 0000000..bb2bf1a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/vertical-text differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/w-resize b/.icons/Simp1e-Gruvbox-Light/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/wait b/.icons/Simp1e-Gruvbox-Light/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/watch b/.icons/Simp1e-Gruvbox-Light/cursors/watch new file mode 100644 index 0000000..22b88ee Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/watch differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/wayland-cursor b/.icons/Simp1e-Gruvbox-Light/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/whats_this b/.icons/Simp1e-Gruvbox-Light/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/x-cursor b/.icons/Simp1e-Gruvbox-Light/cursors/x-cursor new file mode 100644 index 0000000..c349101 Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/x-cursor differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/xterm b/.icons/Simp1e-Gruvbox-Light/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/zoom-in b/.icons/Simp1e-Gruvbox-Light/cursors/zoom-in new file mode 100644 index 0000000..328077f Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/zoom-in differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/zoom-out b/.icons/Simp1e-Gruvbox-Light/cursors/zoom-out new file mode 100644 index 0000000..f705c7a Binary files /dev/null and b/.icons/Simp1e-Gruvbox-Light/cursors/zoom-out differ diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/zoom_in b/.icons/Simp1e-Gruvbox-Light/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/cursors/zoom_out b/.icons/Simp1e-Gruvbox-Light/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Gruvbox-Light/index.theme b/.icons/Simp1e-Gruvbox-Light/index.theme new file mode 100644 index 0000000..88beb47 --- /dev/null +++ b/.icons/Simp1e-Gruvbox-Light/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Gruvbox-Light" diff --git a/.icons/Simp1e-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/X_cursor b/.icons/Simp1e-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/alias b/.icons/Simp1e-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/all-scroll b/.icons/Simp1e-Left/cursors/all-scroll new file mode 100644 index 0000000..c245113 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Left/cursors/arrow b/.icons/Simp1e-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/based_arrow_down b/.icons/Simp1e-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/based_arrow_up b/.icons/Simp1e-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/bd_double_arrow b/.icons/Simp1e-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..120f99c Binary files /dev/null and b/.icons/Simp1e-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Left/cursors/bottom_left_corner b/.icons/Simp1e-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..7158a83 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Left/cursors/bottom_right_corner b/.icons/Simp1e-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..ef554f9 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Left/cursors/bottom_side b/.icons/Simp1e-Left/cursors/bottom_side new file mode 100644 index 0000000..89ffc76 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Left/cursors/bottom_tee b/.icons/Simp1e-Left/cursors/bottom_tee new file mode 100644 index 0000000..70c660e Binary files /dev/null and b/.icons/Simp1e-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/cell b/.icons/Simp1e-Left/cursors/cell new file mode 100644 index 0000000..57c4407 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/cell differ diff --git a/.icons/Simp1e-Left/cursors/center_ptr b/.icons/Simp1e-Left/cursors/center_ptr new file mode 100644 index 0000000..f8a903a Binary files /dev/null and b/.icons/Simp1e-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Left/cursors/circle b/.icons/Simp1e-Left/cursors/circle new file mode 100644 index 0000000..4e0fdd7 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/circle differ diff --git a/.icons/Simp1e-Left/cursors/clock b/.icons/Simp1e-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/closedhand b/.icons/Simp1e-Left/cursors/closedhand new file mode 100644 index 0000000..2f27ced Binary files /dev/null and b/.icons/Simp1e-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Left/cursors/col-resize b/.icons/Simp1e-Left/cursors/col-resize new file mode 100644 index 0000000..dcee2c4 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Left/cursors/color-picker b/.icons/Simp1e-Left/cursors/color-picker new file mode 100644 index 0000000..c6a7cfa Binary files /dev/null and b/.icons/Simp1e-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Left/cursors/context-menu b/.icons/Simp1e-Left/cursors/context-menu new file mode 100644 index 0000000..7a0c23c Binary files /dev/null and b/.icons/Simp1e-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Left/cursors/copy b/.icons/Simp1e-Left/cursors/copy new file mode 100644 index 0000000..54d0824 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/copy differ diff --git a/.icons/Simp1e-Left/cursors/cross b/.icons/Simp1e-Left/cursors/cross new file mode 100644 index 0000000..4ef7c2a Binary files /dev/null and b/.icons/Simp1e-Left/cursors/cross differ diff --git a/.icons/Simp1e-Left/cursors/cross_reverse b/.icons/Simp1e-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/crossed_circle b/.icons/Simp1e-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/crosshair b/.icons/Simp1e-Left/cursors/crosshair new file mode 100644 index 0000000..09c7ed3 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/default b/.icons/Simp1e-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/diamond_cross b/.icons/Simp1e-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/dnd-ask b/.icons/Simp1e-Left/cursors/dnd-ask new file mode 100644 index 0000000..115459d Binary files /dev/null and b/.icons/Simp1e-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Left/cursors/dnd-copy b/.icons/Simp1e-Left/cursors/dnd-copy new file mode 100644 index 0000000..c55d4ff Binary files /dev/null and b/.icons/Simp1e-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Left/cursors/dnd-link b/.icons/Simp1e-Left/cursors/dnd-link new file mode 100644 index 0000000..7981fb9 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Left/cursors/dnd-move b/.icons/Simp1e-Left/cursors/dnd-move new file mode 100644 index 0000000..98fdd03 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Left/cursors/dnd-no-drop b/.icons/Simp1e-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..e1b0bd4 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Left/cursors/dnd-none b/.icons/Simp1e-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/dot b/.icons/Simp1e-Left/cursors/dot new file mode 100644 index 0000000..49c74c6 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/dot differ diff --git a/.icons/Simp1e-Left/cursors/dot_box_mask b/.icons/Simp1e-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/dotbox b/.icons/Simp1e-Left/cursors/dotbox new file mode 100644 index 0000000..13e47fe Binary files /dev/null and b/.icons/Simp1e-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Left/cursors/double_arrow b/.icons/Simp1e-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/down-arrow b/.icons/Simp1e-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/draft b/.icons/Simp1e-Left/cursors/draft new file mode 100644 index 0000000..79f69eb Binary files /dev/null and b/.icons/Simp1e-Left/cursors/draft differ diff --git a/.icons/Simp1e-Left/cursors/draped_box b/.icons/Simp1e-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/e-resize b/.icons/Simp1e-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/ew-resize b/.icons/Simp1e-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/fd_double_arrow b/.icons/Simp1e-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..11e727f Binary files /dev/null and b/.icons/Simp1e-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Left/cursors/fleur b/.icons/Simp1e-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/forbidden b/.icons/Simp1e-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/grab b/.icons/Simp1e-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/grabbing b/.icons/Simp1e-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/gumby b/.icons/Simp1e-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/h_double_arrow b/.icons/Simp1e-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/half-busy b/.icons/Simp1e-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/hand b/.icons/Simp1e-Left/cursors/hand new file mode 100644 index 0000000..3a3201e Binary files /dev/null and b/.icons/Simp1e-Left/cursors/hand differ diff --git a/.icons/Simp1e-Left/cursors/hand1 b/.icons/Simp1e-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/hand2 b/.icons/Simp1e-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/help b/.icons/Simp1e-Left/cursors/help new file mode 100644 index 0000000..17346ba Binary files /dev/null and b/.icons/Simp1e-Left/cursors/help differ diff --git a/.icons/Simp1e-Left/cursors/ibeam b/.icons/Simp1e-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/icon b/.icons/Simp1e-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/kill b/.icons/Simp1e-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/left-arrow b/.icons/Simp1e-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/left_arrow b/.icons/Simp1e-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/left_ptr b/.icons/Simp1e-Left/cursors/left_ptr new file mode 100644 index 0000000..c2b5e15 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Left/cursors/left_ptr_watch b/.icons/Simp1e-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..4b188cb Binary files /dev/null and b/.icons/Simp1e-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Left/cursors/left_side b/.icons/Simp1e-Left/cursors/left_side new file mode 100644 index 0000000..4fdacae Binary files /dev/null and b/.icons/Simp1e-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Left/cursors/left_tee b/.icons/Simp1e-Left/cursors/left_tee new file mode 100644 index 0000000..1e3dd04 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Left/cursors/link b/.icons/Simp1e-Left/cursors/link new file mode 100644 index 0000000..9e6b798 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/link differ diff --git a/.icons/Simp1e-Left/cursors/ll_angle b/.icons/Simp1e-Left/cursors/ll_angle new file mode 100644 index 0000000..bf5d388 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Left/cursors/lr_angle b/.icons/Simp1e-Left/cursors/lr_angle new file mode 100644 index 0000000..5ddf249 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Left/cursors/move b/.icons/Simp1e-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/n-resize b/.icons/Simp1e-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/ne-resize b/.icons/Simp1e-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/nesw-resize b/.icons/Simp1e-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/no-drop b/.icons/Simp1e-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/not-allowed b/.icons/Simp1e-Left/cursors/not-allowed new file mode 100644 index 0000000..5429bed Binary files /dev/null and b/.icons/Simp1e-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Left/cursors/ns-resize b/.icons/Simp1e-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/nw-resize b/.icons/Simp1e-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/nwse-resize b/.icons/Simp1e-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/openhand b/.icons/Simp1e-Left/cursors/openhand new file mode 100644 index 0000000..fc5e12d Binary files /dev/null and b/.icons/Simp1e-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Left/cursors/pencil b/.icons/Simp1e-Left/cursors/pencil new file mode 100644 index 0000000..e2739ea Binary files /dev/null and b/.icons/Simp1e-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Left/cursors/pirate b/.icons/Simp1e-Left/cursors/pirate new file mode 100644 index 0000000..a1f87a9 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Left/cursors/plus b/.icons/Simp1e-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/pointer b/.icons/Simp1e-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/pointer-move b/.icons/Simp1e-Left/cursors/pointer-move new file mode 100644 index 0000000..10f7cdc Binary files /dev/null and b/.icons/Simp1e-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Left/cursors/pointing_hand b/.icons/Simp1e-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/progress b/.icons/Simp1e-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/question_arrow b/.icons/Simp1e-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/right-arrow b/.icons/Simp1e-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/right_arrow b/.icons/Simp1e-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/right_ptr b/.icons/Simp1e-Left/cursors/right_ptr new file mode 100644 index 0000000..79a59b4 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Left/cursors/right_side b/.icons/Simp1e-Left/cursors/right_side new file mode 100644 index 0000000..62c68d1 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Left/cursors/right_tee b/.icons/Simp1e-Left/cursors/right_tee new file mode 100644 index 0000000..a477882 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Left/cursors/row-resize b/.icons/Simp1e-Left/cursors/row-resize new file mode 100644 index 0000000..5d539e8 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Left/cursors/s-resize b/.icons/Simp1e-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/sb_down_arrow b/.icons/Simp1e-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..d858430 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..c5f7dc1 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Left/cursors/sb_left_arrow b/.icons/Simp1e-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..a0002b8 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Left/cursors/sb_right_arrow b/.icons/Simp1e-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..38ea479 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Left/cursors/sb_up_arrow b/.icons/Simp1e-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..3cf6ec3 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..cdd35c0 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Left/cursors/se-resize b/.icons/Simp1e-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size-bdiag b/.icons/Simp1e-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size-fdiag b/.icons/Simp1e-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size-hor b/.icons/Simp1e-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size-ver b/.icons/Simp1e-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size_all b/.icons/Simp1e-Left/cursors/size_all new file mode 100644 index 0000000..951cbaa Binary files /dev/null and b/.icons/Simp1e-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Left/cursors/size_bdiag b/.icons/Simp1e-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size_fdiag b/.icons/Simp1e-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size_hor b/.icons/Simp1e-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/size_ver b/.icons/Simp1e-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/split_h b/.icons/Simp1e-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/split_v b/.icons/Simp1e-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/sw-resize b/.icons/Simp1e-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/target b/.icons/Simp1e-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/tcross b/.icons/Simp1e-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/text b/.icons/Simp1e-Left/cursors/text new file mode 100644 index 0000000..3656cdc Binary files /dev/null and b/.icons/Simp1e-Left/cursors/text differ diff --git a/.icons/Simp1e-Left/cursors/top_left_arrow b/.icons/Simp1e-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/top_left_corner b/.icons/Simp1e-Left/cursors/top_left_corner new file mode 100644 index 0000000..845a56b Binary files /dev/null and b/.icons/Simp1e-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Left/cursors/top_right_corner b/.icons/Simp1e-Left/cursors/top_right_corner new file mode 100644 index 0000000..3069e71 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Left/cursors/top_side b/.icons/Simp1e-Left/cursors/top_side new file mode 100644 index 0000000..62ce255 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Left/cursors/top_tee b/.icons/Simp1e-Left/cursors/top_tee new file mode 100644 index 0000000..f8de458 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Left/cursors/ul_angle b/.icons/Simp1e-Left/cursors/ul_angle new file mode 100644 index 0000000..69aa3d0 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Left/cursors/up-arrow b/.icons/Simp1e-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/ur_angle b/.icons/Simp1e-Left/cursors/ur_angle new file mode 100644 index 0000000..723b7b7 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Left/cursors/v_double_arrow b/.icons/Simp1e-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/vertical-text b/.icons/Simp1e-Left/cursors/vertical-text new file mode 100644 index 0000000..62d5151 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Left/cursors/w-resize b/.icons/Simp1e-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/wait b/.icons/Simp1e-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/watch b/.icons/Simp1e-Left/cursors/watch new file mode 100644 index 0000000..cef81b0 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/watch differ diff --git a/.icons/Simp1e-Left/cursors/wayland-cursor b/.icons/Simp1e-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/whats_this b/.icons/Simp1e-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/x-cursor b/.icons/Simp1e-Left/cursors/x-cursor new file mode 100644 index 0000000..ffab534 Binary files /dev/null and b/.icons/Simp1e-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Left/cursors/xterm b/.icons/Simp1e-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/zoom-in b/.icons/Simp1e-Left/cursors/zoom-in new file mode 100644 index 0000000..20ac03a Binary files /dev/null and b/.icons/Simp1e-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Left/cursors/zoom-out b/.icons/Simp1e-Left/cursors/zoom-out new file mode 100644 index 0000000..73d209a Binary files /dev/null and b/.icons/Simp1e-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Left/cursors/zoom_in b/.icons/Simp1e-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Left/cursors/zoom_out b/.icons/Simp1e-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Left/index.theme b/.icons/Simp1e-Left/index.theme new file mode 100644 index 0000000..7dcdf55 --- /dev/null +++ b/.icons/Simp1e-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Left" diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Mix-Dark-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Mix-Dark-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Mix-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Mix-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Mix-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Mix-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Mix-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Mix-Dark-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Mix-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Mix-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Mix-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Mix-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Mix-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Mix-Dark-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Mix-Dark-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Mix-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Mix-Dark-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Mix-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Mix-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Mix-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Mix-Dark-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Mix-Dark-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Mix-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Mix-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Mix-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Mix-Dark-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Mix-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Mix-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/X_cursor b/.icons/Simp1e-Mix-Dark-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Mix-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/alias b/.icons/Simp1e-Mix-Dark-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/all-scroll b/.icons/Simp1e-Mix-Dark-Left/cursors/all-scroll new file mode 100644 index 0000000..f3d5010 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Mix-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/based_arrow_down b/.icons/Simp1e-Mix-Dark-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/based_arrow_up b/.icons/Simp1e-Mix-Dark-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/bd_double_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..26ace1c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_left_corner b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..fa30d2f Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_right_corner b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..66a5fd4 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_side b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_side new file mode 100644 index 0000000..b4f86b5 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_tee b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_tee new file mode 100644 index 0000000..3c48bef Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Mix-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Mix-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/cell b/.icons/Simp1e-Mix-Dark-Left/cursors/cell new file mode 100644 index 0000000..f7c5493 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/cell differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/center_ptr b/.icons/Simp1e-Mix-Dark-Left/cursors/center_ptr new file mode 100644 index 0000000..effe64f Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/circle b/.icons/Simp1e-Mix-Dark-Left/cursors/circle new file mode 100644 index 0000000..5e1de7c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/circle differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/clock b/.icons/Simp1e-Mix-Dark-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/closedhand b/.icons/Simp1e-Mix-Dark-Left/cursors/closedhand new file mode 100644 index 0000000..efa5d0a Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/col-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/col-resize new file mode 100644 index 0000000..12f9ebd Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/color-picker b/.icons/Simp1e-Mix-Dark-Left/cursors/color-picker new file mode 100644 index 0000000..3a8be46 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/context-menu b/.icons/Simp1e-Mix-Dark-Left/cursors/context-menu new file mode 100644 index 0000000..303e419 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/copy b/.icons/Simp1e-Mix-Dark-Left/cursors/copy new file mode 100644 index 0000000..bc64575 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/copy differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/cross b/.icons/Simp1e-Mix-Dark-Left/cursors/cross new file mode 100644 index 0000000..1fff652 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/cross differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/cross_reverse b/.icons/Simp1e-Mix-Dark-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/crossed_circle b/.icons/Simp1e-Mix-Dark-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/crosshair b/.icons/Simp1e-Mix-Dark-Left/cursors/crosshair new file mode 100644 index 0000000..8e62804 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Mix-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/default b/.icons/Simp1e-Mix-Dark-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/diamond_cross b/.icons/Simp1e-Mix-Dark-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-ask b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-ask new file mode 100644 index 0000000..d0a9fc7 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-copy b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-copy new file mode 100644 index 0000000..5f765ba Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-link b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-link new file mode 100644 index 0000000..d3d880d Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-move b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-move new file mode 100644 index 0000000..749828d Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-no-drop b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..0587dbe Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-none b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dot b/.icons/Simp1e-Mix-Dark-Left/cursors/dot new file mode 100644 index 0000000..f94f70c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/dot differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dot_box_mask b/.icons/Simp1e-Mix-Dark-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/dotbox b/.icons/Simp1e-Mix-Dark-Left/cursors/dotbox new file mode 100644 index 0000000..d0af02c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/double_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/down-arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/draft b/.icons/Simp1e-Mix-Dark-Left/cursors/draft new file mode 100644 index 0000000..8d3e67c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/draft differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/draped_box b/.icons/Simp1e-Mix-Dark-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/e-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Mix-Dark-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/ew-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Mix-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Mix-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Mix-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Mix-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/fd_double_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..03d731c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/fleur b/.icons/Simp1e-Mix-Dark-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/forbidden b/.icons/Simp1e-Mix-Dark-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/grab b/.icons/Simp1e-Mix-Dark-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/grabbing b/.icons/Simp1e-Mix-Dark-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/gumby b/.icons/Simp1e-Mix-Dark-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/h_double_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/half-busy b/.icons/Simp1e-Mix-Dark-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/hand b/.icons/Simp1e-Mix-Dark-Left/cursors/hand new file mode 100644 index 0000000..2b2898c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/hand differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/hand1 b/.icons/Simp1e-Mix-Dark-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/hand2 b/.icons/Simp1e-Mix-Dark-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/help b/.icons/Simp1e-Mix-Dark-Left/cursors/help new file mode 100644 index 0000000..dc3491d Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/help differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/ibeam b/.icons/Simp1e-Mix-Dark-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/icon b/.icons/Simp1e-Mix-Dark-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/kill b/.icons/Simp1e-Mix-Dark-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/left-arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/left_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/left_ptr b/.icons/Simp1e-Mix-Dark-Left/cursors/left_ptr new file mode 100644 index 0000000..d01b348 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/left_ptr_watch b/.icons/Simp1e-Mix-Dark-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..27fadca Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/left_side b/.icons/Simp1e-Mix-Dark-Left/cursors/left_side new file mode 100644 index 0000000..3c59de4 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/left_tee b/.icons/Simp1e-Mix-Dark-Left/cursors/left_tee new file mode 100644 index 0000000..0f5d6fb Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/link b/.icons/Simp1e-Mix-Dark-Left/cursors/link new file mode 100644 index 0000000..1ffd7dc Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/link differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/ll_angle b/.icons/Simp1e-Mix-Dark-Left/cursors/ll_angle new file mode 100644 index 0000000..92fcc45 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/lr_angle b/.icons/Simp1e-Mix-Dark-Left/cursors/lr_angle new file mode 100644 index 0000000..40688bc Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/move b/.icons/Simp1e-Mix-Dark-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/n-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/ne-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/nesw-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/no-drop b/.icons/Simp1e-Mix-Dark-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/not-allowed b/.icons/Simp1e-Mix-Dark-Left/cursors/not-allowed new file mode 100644 index 0000000..fd60d6b Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/ns-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/nw-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/nwse-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/openhand b/.icons/Simp1e-Mix-Dark-Left/cursors/openhand new file mode 100644 index 0000000..8986f1b Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/pencil b/.icons/Simp1e-Mix-Dark-Left/cursors/pencil new file mode 100644 index 0000000..840f5a5 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/pirate b/.icons/Simp1e-Mix-Dark-Left/cursors/pirate new file mode 100644 index 0000000..7a056de Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/plus b/.icons/Simp1e-Mix-Dark-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/pointer b/.icons/Simp1e-Mix-Dark-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/pointer-move b/.icons/Simp1e-Mix-Dark-Left/cursors/pointer-move new file mode 100644 index 0000000..d54af96 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/pointing_hand b/.icons/Simp1e-Mix-Dark-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/progress b/.icons/Simp1e-Mix-Dark-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/question_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/right-arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/right_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/right_ptr b/.icons/Simp1e-Mix-Dark-Left/cursors/right_ptr new file mode 100644 index 0000000..a76a3ac Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/right_side b/.icons/Simp1e-Mix-Dark-Left/cursors/right_side new file mode 100644 index 0000000..bc01469 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/right_tee b/.icons/Simp1e-Mix-Dark-Left/cursors/right_tee new file mode 100644 index 0000000..abffcb0 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/row-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/row-resize new file mode 100644 index 0000000..a5cad03 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/s-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/sb_down_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..e160ab9 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..9569444 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/sb_left_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..f0d74a6 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/sb_right_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..1d33006 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/sb_up_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..25da8b2 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..7af93ec Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/se-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size-bdiag b/.icons/Simp1e-Mix-Dark-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size-fdiag b/.icons/Simp1e-Mix-Dark-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size-hor b/.icons/Simp1e-Mix-Dark-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size-ver b/.icons/Simp1e-Mix-Dark-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size_all b/.icons/Simp1e-Mix-Dark-Left/cursors/size_all new file mode 100644 index 0000000..fa51ff0 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size_bdiag b/.icons/Simp1e-Mix-Dark-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size_fdiag b/.icons/Simp1e-Mix-Dark-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size_hor b/.icons/Simp1e-Mix-Dark-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/size_ver b/.icons/Simp1e-Mix-Dark-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/split_h b/.icons/Simp1e-Mix-Dark-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/split_v b/.icons/Simp1e-Mix-Dark-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/sw-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/target b/.icons/Simp1e-Mix-Dark-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/tcross b/.icons/Simp1e-Mix-Dark-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/text b/.icons/Simp1e-Mix-Dark-Left/cursors/text new file mode 100644 index 0000000..a3b1e52 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/text differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/top_left_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/top_left_corner b/.icons/Simp1e-Mix-Dark-Left/cursors/top_left_corner new file mode 100644 index 0000000..f5f0142 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/top_right_corner b/.icons/Simp1e-Mix-Dark-Left/cursors/top_right_corner new file mode 100644 index 0000000..8f5df24 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/top_side b/.icons/Simp1e-Mix-Dark-Left/cursors/top_side new file mode 100644 index 0000000..319c2f4 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/top_tee b/.icons/Simp1e-Mix-Dark-Left/cursors/top_tee new file mode 100644 index 0000000..dabc3ee Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/ul_angle b/.icons/Simp1e-Mix-Dark-Left/cursors/ul_angle new file mode 100644 index 0000000..797bb98 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/up-arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/ur_angle b/.icons/Simp1e-Mix-Dark-Left/cursors/ur_angle new file mode 100644 index 0000000..7bf4955 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/v_double_arrow b/.icons/Simp1e-Mix-Dark-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/vertical-text b/.icons/Simp1e-Mix-Dark-Left/cursors/vertical-text new file mode 100644 index 0000000..f5a387b Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/w-resize b/.icons/Simp1e-Mix-Dark-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/wait b/.icons/Simp1e-Mix-Dark-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/watch b/.icons/Simp1e-Mix-Dark-Left/cursors/watch new file mode 100644 index 0000000..0a30d20 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/watch differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/wayland-cursor b/.icons/Simp1e-Mix-Dark-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/whats_this b/.icons/Simp1e-Mix-Dark-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/x-cursor b/.icons/Simp1e-Mix-Dark-Left/cursors/x-cursor new file mode 100644 index 0000000..83555dd Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/xterm b/.icons/Simp1e-Mix-Dark-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/zoom-in b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom-in new file mode 100644 index 0000000..f472b12 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/zoom-out b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom-out new file mode 100644 index 0000000..b7f3175 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/zoom_in b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/cursors/zoom_out b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark-Left/index.theme b/.icons/Simp1e-Mix-Dark-Left/index.theme new file mode 100644 index 0000000..2ab9180 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Mix-Dark-Left" diff --git a/.icons/Simp1e-Mix-Dark/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Mix-Dark/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Mix-Dark/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Mix-Dark/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Mix-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Mix-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Mix-Dark/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Mix-Dark/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Mix-Dark/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Mix-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Mix-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Mix-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Mix-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Mix-Dark/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Mix-Dark/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Mix-Dark/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Mix-Dark/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Mix-Dark/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Mix-Dark/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Mix-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Mix-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Mix-Dark/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Mix-Dark/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Mix-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Mix-Dark/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Mix-Dark/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Mix-Dark/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Mix-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Mix-Dark/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/X_cursor b/.icons/Simp1e-Mix-Dark/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Mix-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/alias b/.icons/Simp1e-Mix-Dark/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/all-scroll b/.icons/Simp1e-Mix-Dark/cursors/all-scroll new file mode 100644 index 0000000..a63b05f Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/all-scroll differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/arrow b/.icons/Simp1e-Mix-Dark/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Mix-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/based_arrow_down b/.icons/Simp1e-Mix-Dark/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/based_arrow_up b/.icons/Simp1e-Mix-Dark/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/bd_double_arrow b/.icons/Simp1e-Mix-Dark/cursors/bd_double_arrow new file mode 100644 index 0000000..efab390 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/bottom_left_corner b/.icons/Simp1e-Mix-Dark/cursors/bottom_left_corner new file mode 100644 index 0000000..72172f6 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/bottom_right_corner b/.icons/Simp1e-Mix-Dark/cursors/bottom_right_corner new file mode 100644 index 0000000..37bd483 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/bottom_side b/.icons/Simp1e-Mix-Dark/cursors/bottom_side new file mode 100644 index 0000000..1eedcb8 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/bottom_side differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/bottom_tee b/.icons/Simp1e-Mix-Dark/cursors/bottom_tee new file mode 100644 index 0000000..fdb4723 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Mix-Dark/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Mix-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/cell b/.icons/Simp1e-Mix-Dark/cursors/cell new file mode 100644 index 0000000..f1883f3 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/cell differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/center_ptr b/.icons/Simp1e-Mix-Dark/cursors/center_ptr new file mode 100644 index 0000000..d1a2a81 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/center_ptr differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/circle b/.icons/Simp1e-Mix-Dark/cursors/circle new file mode 100644 index 0000000..9052f15 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/circle differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/clock b/.icons/Simp1e-Mix-Dark/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/closedhand b/.icons/Simp1e-Mix-Dark/cursors/closedhand new file mode 100644 index 0000000..6460520 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/closedhand differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/col-resize b/.icons/Simp1e-Mix-Dark/cursors/col-resize new file mode 100644 index 0000000..dff45b2 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/col-resize differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/color-picker b/.icons/Simp1e-Mix-Dark/cursors/color-picker new file mode 100644 index 0000000..c7279c6 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/color-picker differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/context-menu b/.icons/Simp1e-Mix-Dark/cursors/context-menu new file mode 100644 index 0000000..3bb9a03 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/context-menu differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/copy b/.icons/Simp1e-Mix-Dark/cursors/copy new file mode 100644 index 0000000..37288b8 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/copy differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/cross b/.icons/Simp1e-Mix-Dark/cursors/cross new file mode 100644 index 0000000..29637f8 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/cross differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/cross_reverse b/.icons/Simp1e-Mix-Dark/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/crossed_circle b/.icons/Simp1e-Mix-Dark/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/crosshair b/.icons/Simp1e-Mix-Dark/cursors/crosshair new file mode 100644 index 0000000..1a06749 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/crosshair differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Mix-Dark/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/default b/.icons/Simp1e-Mix-Dark/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/diamond_cross b/.icons/Simp1e-Mix-Dark/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/dnd-ask b/.icons/Simp1e-Mix-Dark/cursors/dnd-ask new file mode 100644 index 0000000..3d27d66 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/dnd-copy b/.icons/Simp1e-Mix-Dark/cursors/dnd-copy new file mode 100644 index 0000000..bb43d26 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/dnd-link b/.icons/Simp1e-Mix-Dark/cursors/dnd-link new file mode 100644 index 0000000..135acad Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/dnd-link differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/dnd-move b/.icons/Simp1e-Mix-Dark/cursors/dnd-move new file mode 100644 index 0000000..ae8cc83 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/dnd-move differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/dnd-no-drop b/.icons/Simp1e-Mix-Dark/cursors/dnd-no-drop new file mode 100644 index 0000000..c54e3e2 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/dnd-none b/.icons/Simp1e-Mix-Dark/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/dot b/.icons/Simp1e-Mix-Dark/cursors/dot new file mode 100644 index 0000000..6b35734 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/dot differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/dot_box_mask b/.icons/Simp1e-Mix-Dark/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/dotbox b/.icons/Simp1e-Mix-Dark/cursors/dotbox new file mode 100644 index 0000000..f43d316 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/dotbox differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/double_arrow b/.icons/Simp1e-Mix-Dark/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/down-arrow b/.icons/Simp1e-Mix-Dark/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/draft b/.icons/Simp1e-Mix-Dark/cursors/draft new file mode 100644 index 0000000..275e43b Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/draft differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/draped_box b/.icons/Simp1e-Mix-Dark/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/e-resize b/.icons/Simp1e-Mix-Dark/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Mix-Dark/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/ew-resize b/.icons/Simp1e-Mix-Dark/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Mix-Dark/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Mix-Dark/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Mix-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Mix-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/fd_double_arrow b/.icons/Simp1e-Mix-Dark/cursors/fd_double_arrow new file mode 100644 index 0000000..0b333d5 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/fleur b/.icons/Simp1e-Mix-Dark/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/forbidden b/.icons/Simp1e-Mix-Dark/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/grab b/.icons/Simp1e-Mix-Dark/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/grabbing b/.icons/Simp1e-Mix-Dark/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/gumby b/.icons/Simp1e-Mix-Dark/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/h_double_arrow b/.icons/Simp1e-Mix-Dark/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/half-busy b/.icons/Simp1e-Mix-Dark/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/hand b/.icons/Simp1e-Mix-Dark/cursors/hand new file mode 100644 index 0000000..3d1d005 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/hand differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/hand1 b/.icons/Simp1e-Mix-Dark/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/hand2 b/.icons/Simp1e-Mix-Dark/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/help b/.icons/Simp1e-Mix-Dark/cursors/help new file mode 100644 index 0000000..3f4fe30 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/help differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/ibeam b/.icons/Simp1e-Mix-Dark/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/icon b/.icons/Simp1e-Mix-Dark/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/kill b/.icons/Simp1e-Mix-Dark/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/left-arrow b/.icons/Simp1e-Mix-Dark/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/left_arrow b/.icons/Simp1e-Mix-Dark/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/left_ptr b/.icons/Simp1e-Mix-Dark/cursors/left_ptr new file mode 100644 index 0000000..018f0f6 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/left_ptr differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/left_ptr_watch b/.icons/Simp1e-Mix-Dark/cursors/left_ptr_watch new file mode 100644 index 0000000..f2e395f Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/left_side b/.icons/Simp1e-Mix-Dark/cursors/left_side new file mode 100644 index 0000000..aad1aa3 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/left_side differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/left_tee b/.icons/Simp1e-Mix-Dark/cursors/left_tee new file mode 100644 index 0000000..368fb2a Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/left_tee differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/link b/.icons/Simp1e-Mix-Dark/cursors/link new file mode 100644 index 0000000..096a869 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/link differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/ll_angle b/.icons/Simp1e-Mix-Dark/cursors/ll_angle new file mode 100644 index 0000000..e67f7a9 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/ll_angle differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/lr_angle b/.icons/Simp1e-Mix-Dark/cursors/lr_angle new file mode 100644 index 0000000..730c90d Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/lr_angle differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/move b/.icons/Simp1e-Mix-Dark/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/n-resize b/.icons/Simp1e-Mix-Dark/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/ne-resize b/.icons/Simp1e-Mix-Dark/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/nesw-resize b/.icons/Simp1e-Mix-Dark/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/no-drop b/.icons/Simp1e-Mix-Dark/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/not-allowed b/.icons/Simp1e-Mix-Dark/cursors/not-allowed new file mode 100644 index 0000000..8fbfc01 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/not-allowed differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/ns-resize b/.icons/Simp1e-Mix-Dark/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/nw-resize b/.icons/Simp1e-Mix-Dark/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/nwse-resize b/.icons/Simp1e-Mix-Dark/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/openhand b/.icons/Simp1e-Mix-Dark/cursors/openhand new file mode 100644 index 0000000..ff6f696 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/openhand differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/pencil b/.icons/Simp1e-Mix-Dark/cursors/pencil new file mode 100644 index 0000000..84ffc7c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/pencil differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/pirate b/.icons/Simp1e-Mix-Dark/cursors/pirate new file mode 100644 index 0000000..32209ea Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/pirate differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/plus b/.icons/Simp1e-Mix-Dark/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/pointer b/.icons/Simp1e-Mix-Dark/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/pointer-move b/.icons/Simp1e-Mix-Dark/cursors/pointer-move new file mode 100644 index 0000000..f42e54c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/pointer-move differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/pointing_hand b/.icons/Simp1e-Mix-Dark/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/progress b/.icons/Simp1e-Mix-Dark/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/question_arrow b/.icons/Simp1e-Mix-Dark/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/right-arrow b/.icons/Simp1e-Mix-Dark/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/right_arrow b/.icons/Simp1e-Mix-Dark/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/right_ptr b/.icons/Simp1e-Mix-Dark/cursors/right_ptr new file mode 100644 index 0000000..36f5d55 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/right_ptr differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/right_side b/.icons/Simp1e-Mix-Dark/cursors/right_side new file mode 100644 index 0000000..a5be4e6 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/right_side differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/right_tee b/.icons/Simp1e-Mix-Dark/cursors/right_tee new file mode 100644 index 0000000..257823f Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/right_tee differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/row-resize b/.icons/Simp1e-Mix-Dark/cursors/row-resize new file mode 100644 index 0000000..96c5abe Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/row-resize differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/s-resize b/.icons/Simp1e-Mix-Dark/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/sb_down_arrow b/.icons/Simp1e-Mix-Dark/cursors/sb_down_arrow new file mode 100644 index 0000000..0875194 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/sb_h_double_arrow b/.icons/Simp1e-Mix-Dark/cursors/sb_h_double_arrow new file mode 100644 index 0000000..8de4c4b Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/sb_left_arrow b/.icons/Simp1e-Mix-Dark/cursors/sb_left_arrow new file mode 100644 index 0000000..59922b4 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/sb_right_arrow b/.icons/Simp1e-Mix-Dark/cursors/sb_right_arrow new file mode 100644 index 0000000..2a03d8e Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/sb_up_arrow b/.icons/Simp1e-Mix-Dark/cursors/sb_up_arrow new file mode 100644 index 0000000..c3a8ce3 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/sb_v_double_arrow b/.icons/Simp1e-Mix-Dark/cursors/sb_v_double_arrow new file mode 100644 index 0000000..3dc11b6 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/se-resize b/.icons/Simp1e-Mix-Dark/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size-bdiag b/.icons/Simp1e-Mix-Dark/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size-fdiag b/.icons/Simp1e-Mix-Dark/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size-hor b/.icons/Simp1e-Mix-Dark/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size-ver b/.icons/Simp1e-Mix-Dark/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size_all b/.icons/Simp1e-Mix-Dark/cursors/size_all new file mode 100644 index 0000000..b1195c1 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/size_all differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/size_bdiag b/.icons/Simp1e-Mix-Dark/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size_fdiag b/.icons/Simp1e-Mix-Dark/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size_hor b/.icons/Simp1e-Mix-Dark/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/size_ver b/.icons/Simp1e-Mix-Dark/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/split_h b/.icons/Simp1e-Mix-Dark/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/split_v b/.icons/Simp1e-Mix-Dark/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/sw-resize b/.icons/Simp1e-Mix-Dark/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/target b/.icons/Simp1e-Mix-Dark/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/tcross b/.icons/Simp1e-Mix-Dark/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/text b/.icons/Simp1e-Mix-Dark/cursors/text new file mode 100644 index 0000000..92f3ac6 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/text differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/top_left_arrow b/.icons/Simp1e-Mix-Dark/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/top_left_corner b/.icons/Simp1e-Mix-Dark/cursors/top_left_corner new file mode 100644 index 0000000..53a86f3 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/top_right_corner b/.icons/Simp1e-Mix-Dark/cursors/top_right_corner new file mode 100644 index 0000000..b98bb86 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/top_side b/.icons/Simp1e-Mix-Dark/cursors/top_side new file mode 100644 index 0000000..8f85aff Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/top_side differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/top_tee b/.icons/Simp1e-Mix-Dark/cursors/top_tee new file mode 100644 index 0000000..c05cdc0 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/top_tee differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/ul_angle b/.icons/Simp1e-Mix-Dark/cursors/ul_angle new file mode 100644 index 0000000..10a5aee Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/ul_angle differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/up-arrow b/.icons/Simp1e-Mix-Dark/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/ur_angle b/.icons/Simp1e-Mix-Dark/cursors/ur_angle new file mode 100644 index 0000000..3f16a0e Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/ur_angle differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/v_double_arrow b/.icons/Simp1e-Mix-Dark/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/vertical-text b/.icons/Simp1e-Mix-Dark/cursors/vertical-text new file mode 100644 index 0000000..e2b784c Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/vertical-text differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/w-resize b/.icons/Simp1e-Mix-Dark/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/wait b/.icons/Simp1e-Mix-Dark/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/watch b/.icons/Simp1e-Mix-Dark/cursors/watch new file mode 100644 index 0000000..09f327e Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/watch differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/wayland-cursor b/.icons/Simp1e-Mix-Dark/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/whats_this b/.icons/Simp1e-Mix-Dark/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/x-cursor b/.icons/Simp1e-Mix-Dark/cursors/x-cursor new file mode 100644 index 0000000..2b1f5ea Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/x-cursor differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/xterm b/.icons/Simp1e-Mix-Dark/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/zoom-in b/.icons/Simp1e-Mix-Dark/cursors/zoom-in new file mode 100644 index 0000000..44f882f Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/zoom-in differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/zoom-out b/.icons/Simp1e-Mix-Dark/cursors/zoom-out new file mode 100644 index 0000000..113dc22 Binary files /dev/null and b/.icons/Simp1e-Mix-Dark/cursors/zoom-out differ diff --git a/.icons/Simp1e-Mix-Dark/cursors/zoom_in b/.icons/Simp1e-Mix-Dark/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/cursors/zoom_out b/.icons/Simp1e-Mix-Dark/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Dark/index.theme b/.icons/Simp1e-Mix-Dark/index.theme new file mode 100644 index 0000000..3ae2cf8 --- /dev/null +++ b/.icons/Simp1e-Mix-Dark/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Mix-Dark" diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Mix-Light-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Mix-Light-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Mix-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Mix-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Mix-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Mix-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Mix-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Mix-Light-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Mix-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Mix-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Mix-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Mix-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Mix-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Mix-Light-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Mix-Light-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Mix-Light-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Mix-Light-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Mix-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Mix-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Mix-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Mix-Light-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Mix-Light-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Mix-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Mix-Light-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Mix-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Mix-Light-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Mix-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Mix-Light-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/X_cursor b/.icons/Simp1e-Mix-Light-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Mix-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/alias b/.icons/Simp1e-Mix-Light-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/all-scroll b/.icons/Simp1e-Mix-Light-Left/cursors/all-scroll new file mode 100644 index 0000000..c245113 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/arrow b/.icons/Simp1e-Mix-Light-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Mix-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/based_arrow_down b/.icons/Simp1e-Mix-Light-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/based_arrow_up b/.icons/Simp1e-Mix-Light-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/bd_double_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..120f99c Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/bottom_left_corner b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..7158a83 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/bottom_right_corner b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..ef554f9 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/bottom_side b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_side new file mode 100644 index 0000000..89ffc76 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/bottom_tee b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_tee new file mode 100644 index 0000000..70c660e Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Mix-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Mix-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/cell b/.icons/Simp1e-Mix-Light-Left/cursors/cell new file mode 100644 index 0000000..57c4407 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/cell differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/center_ptr b/.icons/Simp1e-Mix-Light-Left/cursors/center_ptr new file mode 100644 index 0000000..f8a903a Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/circle b/.icons/Simp1e-Mix-Light-Left/cursors/circle new file mode 100644 index 0000000..18a7a42 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/circle differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/clock b/.icons/Simp1e-Mix-Light-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/closedhand b/.icons/Simp1e-Mix-Light-Left/cursors/closedhand new file mode 100644 index 0000000..2f27ced Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/col-resize b/.icons/Simp1e-Mix-Light-Left/cursors/col-resize new file mode 100644 index 0000000..dcee2c4 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/color-picker b/.icons/Simp1e-Mix-Light-Left/cursors/color-picker new file mode 100644 index 0000000..c6a7cfa Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/context-menu b/.icons/Simp1e-Mix-Light-Left/cursors/context-menu new file mode 100644 index 0000000..9aeec7e Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/copy b/.icons/Simp1e-Mix-Light-Left/cursors/copy new file mode 100644 index 0000000..53f3c42 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/copy differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/cross b/.icons/Simp1e-Mix-Light-Left/cursors/cross new file mode 100644 index 0000000..4ef7c2a Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/cross differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/cross_reverse b/.icons/Simp1e-Mix-Light-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/crossed_circle b/.icons/Simp1e-Mix-Light-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/crosshair b/.icons/Simp1e-Mix-Light-Left/cursors/crosshair new file mode 100644 index 0000000..09c7ed3 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Mix-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/default b/.icons/Simp1e-Mix-Light-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/diamond_cross b/.icons/Simp1e-Mix-Light-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dnd-ask b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-ask new file mode 100644 index 0000000..aec7301 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dnd-copy b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-copy new file mode 100644 index 0000000..ea3de2d Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dnd-link b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-link new file mode 100644 index 0000000..9de1b74 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dnd-move b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-move new file mode 100644 index 0000000..9c23828 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dnd-no-drop b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..cf808f2 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dnd-none b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dot b/.icons/Simp1e-Mix-Light-Left/cursors/dot new file mode 100644 index 0000000..49c74c6 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/dot differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dot_box_mask b/.icons/Simp1e-Mix-Light-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/dotbox b/.icons/Simp1e-Mix-Light-Left/cursors/dotbox new file mode 100644 index 0000000..13e47fe Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/double_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/down-arrow b/.icons/Simp1e-Mix-Light-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/draft b/.icons/Simp1e-Mix-Light-Left/cursors/draft new file mode 100644 index 0000000..79f69eb Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/draft differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/draped_box b/.icons/Simp1e-Mix-Light-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/e-resize b/.icons/Simp1e-Mix-Light-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Mix-Light-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/ew-resize b/.icons/Simp1e-Mix-Light-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Mix-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Mix-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Mix-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Mix-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/fd_double_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..11e727f Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/fleur b/.icons/Simp1e-Mix-Light-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/forbidden b/.icons/Simp1e-Mix-Light-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/grab b/.icons/Simp1e-Mix-Light-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/grabbing b/.icons/Simp1e-Mix-Light-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/gumby b/.icons/Simp1e-Mix-Light-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/h_double_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/half-busy b/.icons/Simp1e-Mix-Light-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/hand b/.icons/Simp1e-Mix-Light-Left/cursors/hand new file mode 100644 index 0000000..3a3201e Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/hand differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/hand1 b/.icons/Simp1e-Mix-Light-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/hand2 b/.icons/Simp1e-Mix-Light-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/help b/.icons/Simp1e-Mix-Light-Left/cursors/help new file mode 100644 index 0000000..160f108 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/help differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/ibeam b/.icons/Simp1e-Mix-Light-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/icon b/.icons/Simp1e-Mix-Light-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/kill b/.icons/Simp1e-Mix-Light-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/left-arrow b/.icons/Simp1e-Mix-Light-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/left_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/left_ptr b/.icons/Simp1e-Mix-Light-Left/cursors/left_ptr new file mode 100644 index 0000000..c2b5e15 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/left_ptr_watch b/.icons/Simp1e-Mix-Light-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..4b188cb Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/left_side b/.icons/Simp1e-Mix-Light-Left/cursors/left_side new file mode 100644 index 0000000..4fdacae Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/left_tee b/.icons/Simp1e-Mix-Light-Left/cursors/left_tee new file mode 100644 index 0000000..1e3dd04 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/link b/.icons/Simp1e-Mix-Light-Left/cursors/link new file mode 100644 index 0000000..5e9a847 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/link differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/ll_angle b/.icons/Simp1e-Mix-Light-Left/cursors/ll_angle new file mode 100644 index 0000000..bf5d388 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/lr_angle b/.icons/Simp1e-Mix-Light-Left/cursors/lr_angle new file mode 100644 index 0000000..5ddf249 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/move b/.icons/Simp1e-Mix-Light-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/n-resize b/.icons/Simp1e-Mix-Light-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/ne-resize b/.icons/Simp1e-Mix-Light-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/nesw-resize b/.icons/Simp1e-Mix-Light-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/no-drop b/.icons/Simp1e-Mix-Light-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/not-allowed b/.icons/Simp1e-Mix-Light-Left/cursors/not-allowed new file mode 100644 index 0000000..3360827 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/ns-resize b/.icons/Simp1e-Mix-Light-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/nw-resize b/.icons/Simp1e-Mix-Light-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/nwse-resize b/.icons/Simp1e-Mix-Light-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/openhand b/.icons/Simp1e-Mix-Light-Left/cursors/openhand new file mode 100644 index 0000000..fc5e12d Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/pencil b/.icons/Simp1e-Mix-Light-Left/cursors/pencil new file mode 100644 index 0000000..e2739ea Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/pirate b/.icons/Simp1e-Mix-Light-Left/cursors/pirate new file mode 100644 index 0000000..a75c816 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/plus b/.icons/Simp1e-Mix-Light-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/pointer b/.icons/Simp1e-Mix-Light-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/pointer-move b/.icons/Simp1e-Mix-Light-Left/cursors/pointer-move new file mode 100644 index 0000000..2621e46 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/pointing_hand b/.icons/Simp1e-Mix-Light-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/progress b/.icons/Simp1e-Mix-Light-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/question_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/right-arrow b/.icons/Simp1e-Mix-Light-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/right_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/right_ptr b/.icons/Simp1e-Mix-Light-Left/cursors/right_ptr new file mode 100644 index 0000000..79a59b4 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/right_side b/.icons/Simp1e-Mix-Light-Left/cursors/right_side new file mode 100644 index 0000000..62c68d1 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/right_tee b/.icons/Simp1e-Mix-Light-Left/cursors/right_tee new file mode 100644 index 0000000..a477882 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/row-resize b/.icons/Simp1e-Mix-Light-Left/cursors/row-resize new file mode 100644 index 0000000..5d539e8 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/s-resize b/.icons/Simp1e-Mix-Light-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/sb_down_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..d858430 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..c5f7dc1 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/sb_left_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..a0002b8 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/sb_right_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..38ea479 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/sb_up_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..3cf6ec3 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..cdd35c0 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/se-resize b/.icons/Simp1e-Mix-Light-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size-bdiag b/.icons/Simp1e-Mix-Light-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size-fdiag b/.icons/Simp1e-Mix-Light-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size-hor b/.icons/Simp1e-Mix-Light-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size-ver b/.icons/Simp1e-Mix-Light-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size_all b/.icons/Simp1e-Mix-Light-Left/cursors/size_all new file mode 100644 index 0000000..951cbaa Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size_bdiag b/.icons/Simp1e-Mix-Light-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size_fdiag b/.icons/Simp1e-Mix-Light-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size_hor b/.icons/Simp1e-Mix-Light-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/size_ver b/.icons/Simp1e-Mix-Light-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/split_h b/.icons/Simp1e-Mix-Light-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/split_v b/.icons/Simp1e-Mix-Light-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/sw-resize b/.icons/Simp1e-Mix-Light-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/target b/.icons/Simp1e-Mix-Light-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/tcross b/.icons/Simp1e-Mix-Light-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/text b/.icons/Simp1e-Mix-Light-Left/cursors/text new file mode 100644 index 0000000..3656cdc Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/text differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/top_left_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/top_left_corner b/.icons/Simp1e-Mix-Light-Left/cursors/top_left_corner new file mode 100644 index 0000000..845a56b Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/top_right_corner b/.icons/Simp1e-Mix-Light-Left/cursors/top_right_corner new file mode 100644 index 0000000..3069e71 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/top_side b/.icons/Simp1e-Mix-Light-Left/cursors/top_side new file mode 100644 index 0000000..62ce255 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/top_tee b/.icons/Simp1e-Mix-Light-Left/cursors/top_tee new file mode 100644 index 0000000..f8de458 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/ul_angle b/.icons/Simp1e-Mix-Light-Left/cursors/ul_angle new file mode 100644 index 0000000..69aa3d0 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/up-arrow b/.icons/Simp1e-Mix-Light-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/ur_angle b/.icons/Simp1e-Mix-Light-Left/cursors/ur_angle new file mode 100644 index 0000000..723b7b7 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/v_double_arrow b/.icons/Simp1e-Mix-Light-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/vertical-text b/.icons/Simp1e-Mix-Light-Left/cursors/vertical-text new file mode 100644 index 0000000..62d5151 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/w-resize b/.icons/Simp1e-Mix-Light-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/wait b/.icons/Simp1e-Mix-Light-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/watch b/.icons/Simp1e-Mix-Light-Left/cursors/watch new file mode 100644 index 0000000..cef81b0 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/watch differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/wayland-cursor b/.icons/Simp1e-Mix-Light-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/whats_this b/.icons/Simp1e-Mix-Light-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/x-cursor b/.icons/Simp1e-Mix-Light-Left/cursors/x-cursor new file mode 100644 index 0000000..ffab534 Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/xterm b/.icons/Simp1e-Mix-Light-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/zoom-in b/.icons/Simp1e-Mix-Light-Left/cursors/zoom-in new file mode 100644 index 0000000..20ac03a Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/zoom-out b/.icons/Simp1e-Mix-Light-Left/cursors/zoom-out new file mode 100644 index 0000000..73d209a Binary files /dev/null and b/.icons/Simp1e-Mix-Light-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/zoom_in b/.icons/Simp1e-Mix-Light-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/cursors/zoom_out b/.icons/Simp1e-Mix-Light-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light-Left/index.theme b/.icons/Simp1e-Mix-Light-Left/index.theme new file mode 100644 index 0000000..aaed726 --- /dev/null +++ b/.icons/Simp1e-Mix-Light-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Mix-Light-Left" diff --git a/.icons/Simp1e-Mix-Light/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Mix-Light/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Mix-Light/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Mix-Light/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Mix-Light/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Mix-Light/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Mix-Light/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Mix-Light/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Mix-Light/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Mix-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Mix-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Mix-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Mix-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Mix-Light/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Mix-Light/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Mix-Light/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Mix-Light/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Mix-Light/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Mix-Light/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Mix-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Mix-Light/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Mix-Light/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Mix-Light/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Mix-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Mix-Light/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Mix-Light/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Mix-Light/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Mix-Light/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Mix-Light/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/X_cursor b/.icons/Simp1e-Mix-Light/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Mix-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/alias b/.icons/Simp1e-Mix-Light/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/all-scroll b/.icons/Simp1e-Mix-Light/cursors/all-scroll new file mode 100644 index 0000000..67db1ad Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/all-scroll differ diff --git a/.icons/Simp1e-Mix-Light/cursors/arrow b/.icons/Simp1e-Mix-Light/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Mix-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/based_arrow_down b/.icons/Simp1e-Mix-Light/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/based_arrow_up b/.icons/Simp1e-Mix-Light/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/bd_double_arrow b/.icons/Simp1e-Mix-Light/cursors/bd_double_arrow new file mode 100644 index 0000000..a34b86b Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/bottom_left_corner b/.icons/Simp1e-Mix-Light/cursors/bottom_left_corner new file mode 100644 index 0000000..c2358a5 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Mix-Light/cursors/bottom_right_corner b/.icons/Simp1e-Mix-Light/cursors/bottom_right_corner new file mode 100644 index 0000000..1b96755 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Mix-Light/cursors/bottom_side b/.icons/Simp1e-Mix-Light/cursors/bottom_side new file mode 100644 index 0000000..a2f0865 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/bottom_side differ diff --git a/.icons/Simp1e-Mix-Light/cursors/bottom_tee b/.icons/Simp1e-Mix-Light/cursors/bottom_tee new file mode 100644 index 0000000..1bd1310 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Mix-Light/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Mix-Light/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Mix-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/cell b/.icons/Simp1e-Mix-Light/cursors/cell new file mode 100644 index 0000000..ec9e260 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/cell differ diff --git a/.icons/Simp1e-Mix-Light/cursors/center_ptr b/.icons/Simp1e-Mix-Light/cursors/center_ptr new file mode 100644 index 0000000..62897f7 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/center_ptr differ diff --git a/.icons/Simp1e-Mix-Light/cursors/circle b/.icons/Simp1e-Mix-Light/cursors/circle new file mode 100644 index 0000000..0057b41 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/circle differ diff --git a/.icons/Simp1e-Mix-Light/cursors/clock b/.icons/Simp1e-Mix-Light/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/closedhand b/.icons/Simp1e-Mix-Light/cursors/closedhand new file mode 100644 index 0000000..292e33c Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/closedhand differ diff --git a/.icons/Simp1e-Mix-Light/cursors/col-resize b/.icons/Simp1e-Mix-Light/cursors/col-resize new file mode 100644 index 0000000..ece2e15 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/col-resize differ diff --git a/.icons/Simp1e-Mix-Light/cursors/color-picker b/.icons/Simp1e-Mix-Light/cursors/color-picker new file mode 100644 index 0000000..ae6f285 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/color-picker differ diff --git a/.icons/Simp1e-Mix-Light/cursors/context-menu b/.icons/Simp1e-Mix-Light/cursors/context-menu new file mode 100644 index 0000000..95cbdab Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/context-menu differ diff --git a/.icons/Simp1e-Mix-Light/cursors/copy b/.icons/Simp1e-Mix-Light/cursors/copy new file mode 100644 index 0000000..7ed0ca8 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/copy differ diff --git a/.icons/Simp1e-Mix-Light/cursors/cross b/.icons/Simp1e-Mix-Light/cursors/cross new file mode 100644 index 0000000..6db6052 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/cross differ diff --git a/.icons/Simp1e-Mix-Light/cursors/cross_reverse b/.icons/Simp1e-Mix-Light/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/crossed_circle b/.icons/Simp1e-Mix-Light/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/crosshair b/.icons/Simp1e-Mix-Light/cursors/crosshair new file mode 100644 index 0000000..14cf8bc Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/crosshair differ diff --git a/.icons/Simp1e-Mix-Light/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Mix-Light/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/default b/.icons/Simp1e-Mix-Light/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/diamond_cross b/.icons/Simp1e-Mix-Light/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/dnd-ask b/.icons/Simp1e-Mix-Light/cursors/dnd-ask new file mode 100644 index 0000000..2c9628d Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Mix-Light/cursors/dnd-copy b/.icons/Simp1e-Mix-Light/cursors/dnd-copy new file mode 100644 index 0000000..6bbc051 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Mix-Light/cursors/dnd-link b/.icons/Simp1e-Mix-Light/cursors/dnd-link new file mode 100644 index 0000000..6a8b3c5 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/dnd-link differ diff --git a/.icons/Simp1e-Mix-Light/cursors/dnd-move b/.icons/Simp1e-Mix-Light/cursors/dnd-move new file mode 100644 index 0000000..1d4b806 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/dnd-move differ diff --git a/.icons/Simp1e-Mix-Light/cursors/dnd-no-drop b/.icons/Simp1e-Mix-Light/cursors/dnd-no-drop new file mode 100644 index 0000000..f42ac0f Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Mix-Light/cursors/dnd-none b/.icons/Simp1e-Mix-Light/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/dot b/.icons/Simp1e-Mix-Light/cursors/dot new file mode 100644 index 0000000..3bac34f Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/dot differ diff --git a/.icons/Simp1e-Mix-Light/cursors/dot_box_mask b/.icons/Simp1e-Mix-Light/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/dotbox b/.icons/Simp1e-Mix-Light/cursors/dotbox new file mode 100644 index 0000000..99995d2 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/dotbox differ diff --git a/.icons/Simp1e-Mix-Light/cursors/double_arrow b/.icons/Simp1e-Mix-Light/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/down-arrow b/.icons/Simp1e-Mix-Light/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/draft b/.icons/Simp1e-Mix-Light/cursors/draft new file mode 100644 index 0000000..575f1ff Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/draft differ diff --git a/.icons/Simp1e-Mix-Light/cursors/draped_box b/.icons/Simp1e-Mix-Light/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/e-resize b/.icons/Simp1e-Mix-Light/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Mix-Light/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/ew-resize b/.icons/Simp1e-Mix-Light/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Mix-Light/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Mix-Light/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Mix-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Mix-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/fd_double_arrow b/.icons/Simp1e-Mix-Light/cursors/fd_double_arrow new file mode 100644 index 0000000..99e1632 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/fleur b/.icons/Simp1e-Mix-Light/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/forbidden b/.icons/Simp1e-Mix-Light/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/grab b/.icons/Simp1e-Mix-Light/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/grabbing b/.icons/Simp1e-Mix-Light/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/gumby b/.icons/Simp1e-Mix-Light/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/h_double_arrow b/.icons/Simp1e-Mix-Light/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/half-busy b/.icons/Simp1e-Mix-Light/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/hand b/.icons/Simp1e-Mix-Light/cursors/hand new file mode 100644 index 0000000..36d6011 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/hand differ diff --git a/.icons/Simp1e-Mix-Light/cursors/hand1 b/.icons/Simp1e-Mix-Light/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/hand2 b/.icons/Simp1e-Mix-Light/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/help b/.icons/Simp1e-Mix-Light/cursors/help new file mode 100644 index 0000000..886ef3c Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/help differ diff --git a/.icons/Simp1e-Mix-Light/cursors/ibeam b/.icons/Simp1e-Mix-Light/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/icon b/.icons/Simp1e-Mix-Light/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/kill b/.icons/Simp1e-Mix-Light/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/left-arrow b/.icons/Simp1e-Mix-Light/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/left_arrow b/.icons/Simp1e-Mix-Light/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/left_ptr b/.icons/Simp1e-Mix-Light/cursors/left_ptr new file mode 100644 index 0000000..e5a52d3 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/left_ptr differ diff --git a/.icons/Simp1e-Mix-Light/cursors/left_ptr_watch b/.icons/Simp1e-Mix-Light/cursors/left_ptr_watch new file mode 100644 index 0000000..f0f5aab Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Mix-Light/cursors/left_side b/.icons/Simp1e-Mix-Light/cursors/left_side new file mode 100644 index 0000000..0e66858 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/left_side differ diff --git a/.icons/Simp1e-Mix-Light/cursors/left_tee b/.icons/Simp1e-Mix-Light/cursors/left_tee new file mode 100644 index 0000000..0463b3e Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/left_tee differ diff --git a/.icons/Simp1e-Mix-Light/cursors/link b/.icons/Simp1e-Mix-Light/cursors/link new file mode 100644 index 0000000..d5d48a0 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/link differ diff --git a/.icons/Simp1e-Mix-Light/cursors/ll_angle b/.icons/Simp1e-Mix-Light/cursors/ll_angle new file mode 100644 index 0000000..85a6643 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/ll_angle differ diff --git a/.icons/Simp1e-Mix-Light/cursors/lr_angle b/.icons/Simp1e-Mix-Light/cursors/lr_angle new file mode 100644 index 0000000..c0d1995 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/lr_angle differ diff --git a/.icons/Simp1e-Mix-Light/cursors/move b/.icons/Simp1e-Mix-Light/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/n-resize b/.icons/Simp1e-Mix-Light/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/ne-resize b/.icons/Simp1e-Mix-Light/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/nesw-resize b/.icons/Simp1e-Mix-Light/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/no-drop b/.icons/Simp1e-Mix-Light/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/not-allowed b/.icons/Simp1e-Mix-Light/cursors/not-allowed new file mode 100644 index 0000000..1d60ea1 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/not-allowed differ diff --git a/.icons/Simp1e-Mix-Light/cursors/ns-resize b/.icons/Simp1e-Mix-Light/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/nw-resize b/.icons/Simp1e-Mix-Light/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/nwse-resize b/.icons/Simp1e-Mix-Light/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/openhand b/.icons/Simp1e-Mix-Light/cursors/openhand new file mode 100644 index 0000000..0cb3726 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/openhand differ diff --git a/.icons/Simp1e-Mix-Light/cursors/pencil b/.icons/Simp1e-Mix-Light/cursors/pencil new file mode 100644 index 0000000..61ff5a0 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/pencil differ diff --git a/.icons/Simp1e-Mix-Light/cursors/pirate b/.icons/Simp1e-Mix-Light/cursors/pirate new file mode 100644 index 0000000..63bb6c1 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/pirate differ diff --git a/.icons/Simp1e-Mix-Light/cursors/plus b/.icons/Simp1e-Mix-Light/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/pointer b/.icons/Simp1e-Mix-Light/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/pointer-move b/.icons/Simp1e-Mix-Light/cursors/pointer-move new file mode 100644 index 0000000..8bf7a11 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/pointer-move differ diff --git a/.icons/Simp1e-Mix-Light/cursors/pointing_hand b/.icons/Simp1e-Mix-Light/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/progress b/.icons/Simp1e-Mix-Light/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/question_arrow b/.icons/Simp1e-Mix-Light/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/right-arrow b/.icons/Simp1e-Mix-Light/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/right_arrow b/.icons/Simp1e-Mix-Light/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/right_ptr b/.icons/Simp1e-Mix-Light/cursors/right_ptr new file mode 100644 index 0000000..dbe961b Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/right_ptr differ diff --git a/.icons/Simp1e-Mix-Light/cursors/right_side b/.icons/Simp1e-Mix-Light/cursors/right_side new file mode 100644 index 0000000..c20a311 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/right_side differ diff --git a/.icons/Simp1e-Mix-Light/cursors/right_tee b/.icons/Simp1e-Mix-Light/cursors/right_tee new file mode 100644 index 0000000..708410e Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/right_tee differ diff --git a/.icons/Simp1e-Mix-Light/cursors/row-resize b/.icons/Simp1e-Mix-Light/cursors/row-resize new file mode 100644 index 0000000..889867c Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/row-resize differ diff --git a/.icons/Simp1e-Mix-Light/cursors/s-resize b/.icons/Simp1e-Mix-Light/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/sb_down_arrow b/.icons/Simp1e-Mix-Light/cursors/sb_down_arrow new file mode 100644 index 0000000..141f342 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/sb_h_double_arrow b/.icons/Simp1e-Mix-Light/cursors/sb_h_double_arrow new file mode 100644 index 0000000..9736ff7 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/sb_left_arrow b/.icons/Simp1e-Mix-Light/cursors/sb_left_arrow new file mode 100644 index 0000000..bcbd1cd Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/sb_right_arrow b/.icons/Simp1e-Mix-Light/cursors/sb_right_arrow new file mode 100644 index 0000000..3c155d1 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/sb_up_arrow b/.icons/Simp1e-Mix-Light/cursors/sb_up_arrow new file mode 100644 index 0000000..80121ca Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/sb_v_double_arrow b/.icons/Simp1e-Mix-Light/cursors/sb_v_double_arrow new file mode 100644 index 0000000..4955094 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Mix-Light/cursors/se-resize b/.icons/Simp1e-Mix-Light/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size-bdiag b/.icons/Simp1e-Mix-Light/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size-fdiag b/.icons/Simp1e-Mix-Light/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size-hor b/.icons/Simp1e-Mix-Light/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size-ver b/.icons/Simp1e-Mix-Light/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size_all b/.icons/Simp1e-Mix-Light/cursors/size_all new file mode 100644 index 0000000..f6bc681 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/size_all differ diff --git a/.icons/Simp1e-Mix-Light/cursors/size_bdiag b/.icons/Simp1e-Mix-Light/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size_fdiag b/.icons/Simp1e-Mix-Light/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size_hor b/.icons/Simp1e-Mix-Light/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/size_ver b/.icons/Simp1e-Mix-Light/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/split_h b/.icons/Simp1e-Mix-Light/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/split_v b/.icons/Simp1e-Mix-Light/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/sw-resize b/.icons/Simp1e-Mix-Light/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/target b/.icons/Simp1e-Mix-Light/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/tcross b/.icons/Simp1e-Mix-Light/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/text b/.icons/Simp1e-Mix-Light/cursors/text new file mode 100644 index 0000000..5063949 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/text differ diff --git a/.icons/Simp1e-Mix-Light/cursors/top_left_arrow b/.icons/Simp1e-Mix-Light/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/top_left_corner b/.icons/Simp1e-Mix-Light/cursors/top_left_corner new file mode 100644 index 0000000..348c478 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Mix-Light/cursors/top_right_corner b/.icons/Simp1e-Mix-Light/cursors/top_right_corner new file mode 100644 index 0000000..8e67e51 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Mix-Light/cursors/top_side b/.icons/Simp1e-Mix-Light/cursors/top_side new file mode 100644 index 0000000..1cf7318 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/top_side differ diff --git a/.icons/Simp1e-Mix-Light/cursors/top_tee b/.icons/Simp1e-Mix-Light/cursors/top_tee new file mode 100644 index 0000000..f5bb134 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/top_tee differ diff --git a/.icons/Simp1e-Mix-Light/cursors/ul_angle b/.icons/Simp1e-Mix-Light/cursors/ul_angle new file mode 100644 index 0000000..0b460c9 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/ul_angle differ diff --git a/.icons/Simp1e-Mix-Light/cursors/up-arrow b/.icons/Simp1e-Mix-Light/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/ur_angle b/.icons/Simp1e-Mix-Light/cursors/ur_angle new file mode 100644 index 0000000..42a5432 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/ur_angle differ diff --git a/.icons/Simp1e-Mix-Light/cursors/v_double_arrow b/.icons/Simp1e-Mix-Light/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/vertical-text b/.icons/Simp1e-Mix-Light/cursors/vertical-text new file mode 100644 index 0000000..5205f94 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/vertical-text differ diff --git a/.icons/Simp1e-Mix-Light/cursors/w-resize b/.icons/Simp1e-Mix-Light/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/wait b/.icons/Simp1e-Mix-Light/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/watch b/.icons/Simp1e-Mix-Light/cursors/watch new file mode 100644 index 0000000..6fa1bf0 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/watch differ diff --git a/.icons/Simp1e-Mix-Light/cursors/wayland-cursor b/.icons/Simp1e-Mix-Light/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/whats_this b/.icons/Simp1e-Mix-Light/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/x-cursor b/.icons/Simp1e-Mix-Light/cursors/x-cursor new file mode 100644 index 0000000..ee6ddc2 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/x-cursor differ diff --git a/.icons/Simp1e-Mix-Light/cursors/xterm b/.icons/Simp1e-Mix-Light/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/zoom-in b/.icons/Simp1e-Mix-Light/cursors/zoom-in new file mode 100644 index 0000000..ef31f76 Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/zoom-in differ diff --git a/.icons/Simp1e-Mix-Light/cursors/zoom-out b/.icons/Simp1e-Mix-Light/cursors/zoom-out new file mode 100644 index 0000000..df5e1bf Binary files /dev/null and b/.icons/Simp1e-Mix-Light/cursors/zoom-out differ diff --git a/.icons/Simp1e-Mix-Light/cursors/zoom_in b/.icons/Simp1e-Mix-Light/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/cursors/zoom_out b/.icons/Simp1e-Mix-Light/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Mix-Light/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Mix-Light/index.theme b/.icons/Simp1e-Mix-Light/index.theme new file mode 100644 index 0000000..57a81b5 --- /dev/null +++ b/.icons/Simp1e-Mix-Light/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Mix-Light" diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Nord-Dark-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Nord-Dark-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Nord-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Nord-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Nord-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Nord-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Nord-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Nord-Dark-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Nord-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Nord-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Nord-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Nord-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Nord-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Nord-Dark-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Nord-Dark-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Nord-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Nord-Dark-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Nord-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Nord-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Nord-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Nord-Dark-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Nord-Dark-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Nord-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Nord-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Nord-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Nord-Dark-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Nord-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Nord-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/X_cursor b/.icons/Simp1e-Nord-Dark-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Nord-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/alias b/.icons/Simp1e-Nord-Dark-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/all-scroll b/.icons/Simp1e-Nord-Dark-Left/cursors/all-scroll new file mode 100644 index 0000000..1e5cca1 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Nord-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/based_arrow_down b/.icons/Simp1e-Nord-Dark-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/based_arrow_up b/.icons/Simp1e-Nord-Dark-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/bd_double_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..141af52 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_left_corner b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..cfc1fc6 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_right_corner b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..4153e54 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_side b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_side new file mode 100644 index 0000000..c59cb34 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_tee b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_tee new file mode 100644 index 0000000..8da812f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Nord-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Nord-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/cell b/.icons/Simp1e-Nord-Dark-Left/cursors/cell new file mode 100644 index 0000000..9e90e4b Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/cell differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/center_ptr b/.icons/Simp1e-Nord-Dark-Left/cursors/center_ptr new file mode 100644 index 0000000..963197f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/circle b/.icons/Simp1e-Nord-Dark-Left/cursors/circle new file mode 100644 index 0000000..be44b53 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/circle differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/clock b/.icons/Simp1e-Nord-Dark-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/closedhand b/.icons/Simp1e-Nord-Dark-Left/cursors/closedhand new file mode 100644 index 0000000..25a9a21 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/col-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/col-resize new file mode 100644 index 0000000..65faa9f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/color-picker b/.icons/Simp1e-Nord-Dark-Left/cursors/color-picker new file mode 100644 index 0000000..bbfb032 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/context-menu b/.icons/Simp1e-Nord-Dark-Left/cursors/context-menu new file mode 100644 index 0000000..a9c2c04 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/copy b/.icons/Simp1e-Nord-Dark-Left/cursors/copy new file mode 100644 index 0000000..66d916a Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/copy differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/cross b/.icons/Simp1e-Nord-Dark-Left/cursors/cross new file mode 100644 index 0000000..068ff6b Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/cross differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/cross_reverse b/.icons/Simp1e-Nord-Dark-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/crossed_circle b/.icons/Simp1e-Nord-Dark-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/crosshair b/.icons/Simp1e-Nord-Dark-Left/cursors/crosshair new file mode 100644 index 0000000..7c761ed Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Nord-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/default b/.icons/Simp1e-Nord-Dark-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/diamond_cross b/.icons/Simp1e-Nord-Dark-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-ask b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-ask new file mode 100644 index 0000000..3727f01 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-copy b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-copy new file mode 100644 index 0000000..de3d5a5 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-link b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-link new file mode 100644 index 0000000..a7d9f48 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-move b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-move new file mode 100644 index 0000000..1290603 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-no-drop b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..30dcbbe Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-none b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dot b/.icons/Simp1e-Nord-Dark-Left/cursors/dot new file mode 100644 index 0000000..b0796b2 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/dot differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dot_box_mask b/.icons/Simp1e-Nord-Dark-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/dotbox b/.icons/Simp1e-Nord-Dark-Left/cursors/dotbox new file mode 100644 index 0000000..84194ca Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/double_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/down-arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/draft b/.icons/Simp1e-Nord-Dark-Left/cursors/draft new file mode 100644 index 0000000..cc09320 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/draft differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/draped_box b/.icons/Simp1e-Nord-Dark-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/e-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Nord-Dark-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/ew-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Nord-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Nord-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Nord-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Nord-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/fd_double_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..b59b992 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/fleur b/.icons/Simp1e-Nord-Dark-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/forbidden b/.icons/Simp1e-Nord-Dark-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/grab b/.icons/Simp1e-Nord-Dark-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/grabbing b/.icons/Simp1e-Nord-Dark-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/gumby b/.icons/Simp1e-Nord-Dark-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/h_double_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/half-busy b/.icons/Simp1e-Nord-Dark-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/hand b/.icons/Simp1e-Nord-Dark-Left/cursors/hand new file mode 100644 index 0000000..3dae1cb Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/hand differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/hand1 b/.icons/Simp1e-Nord-Dark-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/hand2 b/.icons/Simp1e-Nord-Dark-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/help b/.icons/Simp1e-Nord-Dark-Left/cursors/help new file mode 100644 index 0000000..42bbd70 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/help differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/ibeam b/.icons/Simp1e-Nord-Dark-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/icon b/.icons/Simp1e-Nord-Dark-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/kill b/.icons/Simp1e-Nord-Dark-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/left-arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/left_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/left_ptr b/.icons/Simp1e-Nord-Dark-Left/cursors/left_ptr new file mode 100644 index 0000000..5604044 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/left_ptr_watch b/.icons/Simp1e-Nord-Dark-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..a328356 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/left_side b/.icons/Simp1e-Nord-Dark-Left/cursors/left_side new file mode 100644 index 0000000..bb19c6d Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/left_tee b/.icons/Simp1e-Nord-Dark-Left/cursors/left_tee new file mode 100644 index 0000000..ded3763 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/link b/.icons/Simp1e-Nord-Dark-Left/cursors/link new file mode 100644 index 0000000..92ca5a4 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/link differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/ll_angle b/.icons/Simp1e-Nord-Dark-Left/cursors/ll_angle new file mode 100644 index 0000000..40bd8ad Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/lr_angle b/.icons/Simp1e-Nord-Dark-Left/cursors/lr_angle new file mode 100644 index 0000000..c647035 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/move b/.icons/Simp1e-Nord-Dark-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/n-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/ne-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/nesw-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/no-drop b/.icons/Simp1e-Nord-Dark-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/not-allowed b/.icons/Simp1e-Nord-Dark-Left/cursors/not-allowed new file mode 100644 index 0000000..957c0a7 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/ns-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/nw-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/nwse-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/openhand b/.icons/Simp1e-Nord-Dark-Left/cursors/openhand new file mode 100644 index 0000000..069e27a Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/pencil b/.icons/Simp1e-Nord-Dark-Left/cursors/pencil new file mode 100644 index 0000000..cbd2887 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/pirate b/.icons/Simp1e-Nord-Dark-Left/cursors/pirate new file mode 100644 index 0000000..452be03 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/plus b/.icons/Simp1e-Nord-Dark-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/pointer b/.icons/Simp1e-Nord-Dark-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/pointer-move b/.icons/Simp1e-Nord-Dark-Left/cursors/pointer-move new file mode 100644 index 0000000..c11836c Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/pointing_hand b/.icons/Simp1e-Nord-Dark-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/progress b/.icons/Simp1e-Nord-Dark-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/question_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/right-arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/right_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/right_ptr b/.icons/Simp1e-Nord-Dark-Left/cursors/right_ptr new file mode 100644 index 0000000..a3f3995 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/right_side b/.icons/Simp1e-Nord-Dark-Left/cursors/right_side new file mode 100644 index 0000000..426c77e Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/right_tee b/.icons/Simp1e-Nord-Dark-Left/cursors/right_tee new file mode 100644 index 0000000..9437304 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/row-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/row-resize new file mode 100644 index 0000000..b2b1b04 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/s-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/sb_down_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..df7433b Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..5deadc0 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/sb_left_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..288a94f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/sb_right_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..90ba234 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/sb_up_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..44e1fdc Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..5969fd0 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/se-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size-bdiag b/.icons/Simp1e-Nord-Dark-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size-fdiag b/.icons/Simp1e-Nord-Dark-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size-hor b/.icons/Simp1e-Nord-Dark-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size-ver b/.icons/Simp1e-Nord-Dark-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size_all b/.icons/Simp1e-Nord-Dark-Left/cursors/size_all new file mode 100644 index 0000000..474e837 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size_bdiag b/.icons/Simp1e-Nord-Dark-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size_fdiag b/.icons/Simp1e-Nord-Dark-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size_hor b/.icons/Simp1e-Nord-Dark-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/size_ver b/.icons/Simp1e-Nord-Dark-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/split_h b/.icons/Simp1e-Nord-Dark-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/split_v b/.icons/Simp1e-Nord-Dark-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/sw-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/target b/.icons/Simp1e-Nord-Dark-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/tcross b/.icons/Simp1e-Nord-Dark-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/text b/.icons/Simp1e-Nord-Dark-Left/cursors/text new file mode 100644 index 0000000..de6f322 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/text differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/top_left_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/top_left_corner b/.icons/Simp1e-Nord-Dark-Left/cursors/top_left_corner new file mode 100644 index 0000000..04fa41f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/top_right_corner b/.icons/Simp1e-Nord-Dark-Left/cursors/top_right_corner new file mode 100644 index 0000000..b337e35 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/top_side b/.icons/Simp1e-Nord-Dark-Left/cursors/top_side new file mode 100644 index 0000000..1556681 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/top_tee b/.icons/Simp1e-Nord-Dark-Left/cursors/top_tee new file mode 100644 index 0000000..4792ea8 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/ul_angle b/.icons/Simp1e-Nord-Dark-Left/cursors/ul_angle new file mode 100644 index 0000000..96b600f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/up-arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/ur_angle b/.icons/Simp1e-Nord-Dark-Left/cursors/ur_angle new file mode 100644 index 0000000..7087d6c Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/v_double_arrow b/.icons/Simp1e-Nord-Dark-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/vertical-text b/.icons/Simp1e-Nord-Dark-Left/cursors/vertical-text new file mode 100644 index 0000000..889f410 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/w-resize b/.icons/Simp1e-Nord-Dark-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/wait b/.icons/Simp1e-Nord-Dark-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/watch b/.icons/Simp1e-Nord-Dark-Left/cursors/watch new file mode 100644 index 0000000..373d4e6 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/watch differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/wayland-cursor b/.icons/Simp1e-Nord-Dark-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/whats_this b/.icons/Simp1e-Nord-Dark-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/x-cursor b/.icons/Simp1e-Nord-Dark-Left/cursors/x-cursor new file mode 100644 index 0000000..c047eb2 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/xterm b/.icons/Simp1e-Nord-Dark-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/zoom-in b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom-in new file mode 100644 index 0000000..584a40c Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/zoom-out b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom-out new file mode 100644 index 0000000..1735d05 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/zoom_in b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/cursors/zoom_out b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark-Left/index.theme b/.icons/Simp1e-Nord-Dark-Left/index.theme new file mode 100644 index 0000000..35f3401 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Nord-Dark-Left" diff --git a/.icons/Simp1e-Nord-Dark/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Nord-Dark/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Nord-Dark/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Nord-Dark/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Nord-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Nord-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Nord-Dark/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Nord-Dark/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Nord-Dark/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Nord-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Nord-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Nord-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Nord-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Nord-Dark/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Nord-Dark/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Nord-Dark/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Nord-Dark/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Nord-Dark/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Nord-Dark/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Nord-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Nord-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Nord-Dark/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Nord-Dark/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Nord-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Nord-Dark/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Nord-Dark/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Nord-Dark/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Nord-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Nord-Dark/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/X_cursor b/.icons/Simp1e-Nord-Dark/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Nord-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/alias b/.icons/Simp1e-Nord-Dark/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/all-scroll b/.icons/Simp1e-Nord-Dark/cursors/all-scroll new file mode 100644 index 0000000..b72ada1 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/all-scroll differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/arrow b/.icons/Simp1e-Nord-Dark/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Nord-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/based_arrow_down b/.icons/Simp1e-Nord-Dark/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/based_arrow_up b/.icons/Simp1e-Nord-Dark/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/bd_double_arrow b/.icons/Simp1e-Nord-Dark/cursors/bd_double_arrow new file mode 100644 index 0000000..c26b3df Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/bottom_left_corner b/.icons/Simp1e-Nord-Dark/cursors/bottom_left_corner new file mode 100644 index 0000000..1042162 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/bottom_right_corner b/.icons/Simp1e-Nord-Dark/cursors/bottom_right_corner new file mode 100644 index 0000000..f565cc9 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/bottom_side b/.icons/Simp1e-Nord-Dark/cursors/bottom_side new file mode 100644 index 0000000..b3540f7 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/bottom_side differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/bottom_tee b/.icons/Simp1e-Nord-Dark/cursors/bottom_tee new file mode 100644 index 0000000..ebcbca6 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Nord-Dark/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Nord-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/cell b/.icons/Simp1e-Nord-Dark/cursors/cell new file mode 100644 index 0000000..ab7c05e Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/cell differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/center_ptr b/.icons/Simp1e-Nord-Dark/cursors/center_ptr new file mode 100644 index 0000000..920ed4d Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/center_ptr differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/circle b/.icons/Simp1e-Nord-Dark/cursors/circle new file mode 100644 index 0000000..0f30b31 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/circle differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/clock b/.icons/Simp1e-Nord-Dark/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/closedhand b/.icons/Simp1e-Nord-Dark/cursors/closedhand new file mode 100644 index 0000000..a126aeb Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/closedhand differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/col-resize b/.icons/Simp1e-Nord-Dark/cursors/col-resize new file mode 100644 index 0000000..758215c Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/col-resize differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/color-picker b/.icons/Simp1e-Nord-Dark/cursors/color-picker new file mode 100644 index 0000000..56255d2 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/color-picker differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/context-menu b/.icons/Simp1e-Nord-Dark/cursors/context-menu new file mode 100644 index 0000000..ca4d9ea Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/context-menu differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/copy b/.icons/Simp1e-Nord-Dark/cursors/copy new file mode 100644 index 0000000..ced7388 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/copy differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/cross b/.icons/Simp1e-Nord-Dark/cursors/cross new file mode 100644 index 0000000..6646975 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/cross differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/cross_reverse b/.icons/Simp1e-Nord-Dark/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/crossed_circle b/.icons/Simp1e-Nord-Dark/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/crosshair b/.icons/Simp1e-Nord-Dark/cursors/crosshair new file mode 100644 index 0000000..d01e814 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/crosshair differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Nord-Dark/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/default b/.icons/Simp1e-Nord-Dark/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/diamond_cross b/.icons/Simp1e-Nord-Dark/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/dnd-ask b/.icons/Simp1e-Nord-Dark/cursors/dnd-ask new file mode 100644 index 0000000..8633fd3 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/dnd-copy b/.icons/Simp1e-Nord-Dark/cursors/dnd-copy new file mode 100644 index 0000000..6756031 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/dnd-link b/.icons/Simp1e-Nord-Dark/cursors/dnd-link new file mode 100644 index 0000000..affad1f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/dnd-link differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/dnd-move b/.icons/Simp1e-Nord-Dark/cursors/dnd-move new file mode 100644 index 0000000..f698199 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/dnd-move differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/dnd-no-drop b/.icons/Simp1e-Nord-Dark/cursors/dnd-no-drop new file mode 100644 index 0000000..28bdfe0 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/dnd-none b/.icons/Simp1e-Nord-Dark/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/dot b/.icons/Simp1e-Nord-Dark/cursors/dot new file mode 100644 index 0000000..9793a7a Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/dot differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/dot_box_mask b/.icons/Simp1e-Nord-Dark/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/dotbox b/.icons/Simp1e-Nord-Dark/cursors/dotbox new file mode 100644 index 0000000..12346ad Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/dotbox differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/double_arrow b/.icons/Simp1e-Nord-Dark/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/down-arrow b/.icons/Simp1e-Nord-Dark/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/draft b/.icons/Simp1e-Nord-Dark/cursors/draft new file mode 100644 index 0000000..7f054d6 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/draft differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/draped_box b/.icons/Simp1e-Nord-Dark/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/e-resize b/.icons/Simp1e-Nord-Dark/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Nord-Dark/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/ew-resize b/.icons/Simp1e-Nord-Dark/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Nord-Dark/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Nord-Dark/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Nord-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Nord-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/fd_double_arrow b/.icons/Simp1e-Nord-Dark/cursors/fd_double_arrow new file mode 100644 index 0000000..2af5577 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/fleur b/.icons/Simp1e-Nord-Dark/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/forbidden b/.icons/Simp1e-Nord-Dark/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/grab b/.icons/Simp1e-Nord-Dark/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/grabbing b/.icons/Simp1e-Nord-Dark/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/gumby b/.icons/Simp1e-Nord-Dark/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/h_double_arrow b/.icons/Simp1e-Nord-Dark/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/half-busy b/.icons/Simp1e-Nord-Dark/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/hand b/.icons/Simp1e-Nord-Dark/cursors/hand new file mode 100644 index 0000000..848d9c5 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/hand differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/hand1 b/.icons/Simp1e-Nord-Dark/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/hand2 b/.icons/Simp1e-Nord-Dark/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/help b/.icons/Simp1e-Nord-Dark/cursors/help new file mode 100644 index 0000000..c9a22f4 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/help differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/ibeam b/.icons/Simp1e-Nord-Dark/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/icon b/.icons/Simp1e-Nord-Dark/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/kill b/.icons/Simp1e-Nord-Dark/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/left-arrow b/.icons/Simp1e-Nord-Dark/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/left_arrow b/.icons/Simp1e-Nord-Dark/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/left_ptr b/.icons/Simp1e-Nord-Dark/cursors/left_ptr new file mode 100644 index 0000000..bd1af93 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/left_ptr differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/left_ptr_watch b/.icons/Simp1e-Nord-Dark/cursors/left_ptr_watch new file mode 100644 index 0000000..e6d6833 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/left_side b/.icons/Simp1e-Nord-Dark/cursors/left_side new file mode 100644 index 0000000..914ca71 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/left_side differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/left_tee b/.icons/Simp1e-Nord-Dark/cursors/left_tee new file mode 100644 index 0000000..06e8762 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/left_tee differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/link b/.icons/Simp1e-Nord-Dark/cursors/link new file mode 100644 index 0000000..1a93ce3 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/link differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/ll_angle b/.icons/Simp1e-Nord-Dark/cursors/ll_angle new file mode 100644 index 0000000..b8867bd Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/ll_angle differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/lr_angle b/.icons/Simp1e-Nord-Dark/cursors/lr_angle new file mode 100644 index 0000000..a85a5f4 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/lr_angle differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/move b/.icons/Simp1e-Nord-Dark/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/n-resize b/.icons/Simp1e-Nord-Dark/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/ne-resize b/.icons/Simp1e-Nord-Dark/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/nesw-resize b/.icons/Simp1e-Nord-Dark/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/no-drop b/.icons/Simp1e-Nord-Dark/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/not-allowed b/.icons/Simp1e-Nord-Dark/cursors/not-allowed new file mode 100644 index 0000000..0a7a678 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/not-allowed differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/ns-resize b/.icons/Simp1e-Nord-Dark/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/nw-resize b/.icons/Simp1e-Nord-Dark/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/nwse-resize b/.icons/Simp1e-Nord-Dark/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/openhand b/.icons/Simp1e-Nord-Dark/cursors/openhand new file mode 100644 index 0000000..de55074 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/openhand differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/pencil b/.icons/Simp1e-Nord-Dark/cursors/pencil new file mode 100644 index 0000000..23fa0f5 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/pencil differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/pirate b/.icons/Simp1e-Nord-Dark/cursors/pirate new file mode 100644 index 0000000..792d26b Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/pirate differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/plus b/.icons/Simp1e-Nord-Dark/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/pointer b/.icons/Simp1e-Nord-Dark/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/pointer-move b/.icons/Simp1e-Nord-Dark/cursors/pointer-move new file mode 100644 index 0000000..ce6e499 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/pointer-move differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/pointing_hand b/.icons/Simp1e-Nord-Dark/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/progress b/.icons/Simp1e-Nord-Dark/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/question_arrow b/.icons/Simp1e-Nord-Dark/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/right-arrow b/.icons/Simp1e-Nord-Dark/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/right_arrow b/.icons/Simp1e-Nord-Dark/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/right_ptr b/.icons/Simp1e-Nord-Dark/cursors/right_ptr new file mode 100644 index 0000000..a6a0730 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/right_ptr differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/right_side b/.icons/Simp1e-Nord-Dark/cursors/right_side new file mode 100644 index 0000000..13af4b9 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/right_side differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/right_tee b/.icons/Simp1e-Nord-Dark/cursors/right_tee new file mode 100644 index 0000000..22e5f90 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/right_tee differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/row-resize b/.icons/Simp1e-Nord-Dark/cursors/row-resize new file mode 100644 index 0000000..92f1c54 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/row-resize differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/s-resize b/.icons/Simp1e-Nord-Dark/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/sb_down_arrow b/.icons/Simp1e-Nord-Dark/cursors/sb_down_arrow new file mode 100644 index 0000000..dc94f63 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/sb_h_double_arrow b/.icons/Simp1e-Nord-Dark/cursors/sb_h_double_arrow new file mode 100644 index 0000000..15a11e7 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/sb_left_arrow b/.icons/Simp1e-Nord-Dark/cursors/sb_left_arrow new file mode 100644 index 0000000..0086f3c Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/sb_right_arrow b/.icons/Simp1e-Nord-Dark/cursors/sb_right_arrow new file mode 100644 index 0000000..3a386f5 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/sb_up_arrow b/.icons/Simp1e-Nord-Dark/cursors/sb_up_arrow new file mode 100644 index 0000000..667144d Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/sb_v_double_arrow b/.icons/Simp1e-Nord-Dark/cursors/sb_v_double_arrow new file mode 100644 index 0000000..e24f6a9 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/se-resize b/.icons/Simp1e-Nord-Dark/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size-bdiag b/.icons/Simp1e-Nord-Dark/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size-fdiag b/.icons/Simp1e-Nord-Dark/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size-hor b/.icons/Simp1e-Nord-Dark/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size-ver b/.icons/Simp1e-Nord-Dark/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size_all b/.icons/Simp1e-Nord-Dark/cursors/size_all new file mode 100644 index 0000000..39af242 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/size_all differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/size_bdiag b/.icons/Simp1e-Nord-Dark/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size_fdiag b/.icons/Simp1e-Nord-Dark/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size_hor b/.icons/Simp1e-Nord-Dark/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/size_ver b/.icons/Simp1e-Nord-Dark/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/split_h b/.icons/Simp1e-Nord-Dark/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/split_v b/.icons/Simp1e-Nord-Dark/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/sw-resize b/.icons/Simp1e-Nord-Dark/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/target b/.icons/Simp1e-Nord-Dark/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/tcross b/.icons/Simp1e-Nord-Dark/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/text b/.icons/Simp1e-Nord-Dark/cursors/text new file mode 100644 index 0000000..75653d5 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/text differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/top_left_arrow b/.icons/Simp1e-Nord-Dark/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/top_left_corner b/.icons/Simp1e-Nord-Dark/cursors/top_left_corner new file mode 100644 index 0000000..0df773f Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/top_right_corner b/.icons/Simp1e-Nord-Dark/cursors/top_right_corner new file mode 100644 index 0000000..c2f5c9c Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/top_side b/.icons/Simp1e-Nord-Dark/cursors/top_side new file mode 100644 index 0000000..aeb2718 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/top_side differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/top_tee b/.icons/Simp1e-Nord-Dark/cursors/top_tee new file mode 100644 index 0000000..90b1afb Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/top_tee differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/ul_angle b/.icons/Simp1e-Nord-Dark/cursors/ul_angle new file mode 100644 index 0000000..9f664e1 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/ul_angle differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/up-arrow b/.icons/Simp1e-Nord-Dark/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/ur_angle b/.icons/Simp1e-Nord-Dark/cursors/ur_angle new file mode 100644 index 0000000..216df19 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/ur_angle differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/v_double_arrow b/.icons/Simp1e-Nord-Dark/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/vertical-text b/.icons/Simp1e-Nord-Dark/cursors/vertical-text new file mode 100644 index 0000000..630bc7b Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/vertical-text differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/w-resize b/.icons/Simp1e-Nord-Dark/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/wait b/.icons/Simp1e-Nord-Dark/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/watch b/.icons/Simp1e-Nord-Dark/cursors/watch new file mode 100644 index 0000000..8ff1472 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/watch differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/wayland-cursor b/.icons/Simp1e-Nord-Dark/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/whats_this b/.icons/Simp1e-Nord-Dark/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/x-cursor b/.icons/Simp1e-Nord-Dark/cursors/x-cursor new file mode 100644 index 0000000..681e2c1 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/x-cursor differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/xterm b/.icons/Simp1e-Nord-Dark/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/zoom-in b/.icons/Simp1e-Nord-Dark/cursors/zoom-in new file mode 100644 index 0000000..a06c075 Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/zoom-in differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/zoom-out b/.icons/Simp1e-Nord-Dark/cursors/zoom-out new file mode 100644 index 0000000..40b95aa Binary files /dev/null and b/.icons/Simp1e-Nord-Dark/cursors/zoom-out differ diff --git a/.icons/Simp1e-Nord-Dark/cursors/zoom_in b/.icons/Simp1e-Nord-Dark/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/cursors/zoom_out b/.icons/Simp1e-Nord-Dark/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Dark/index.theme b/.icons/Simp1e-Nord-Dark/index.theme new file mode 100644 index 0000000..6fe604d --- /dev/null +++ b/.icons/Simp1e-Nord-Dark/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Nord-Dark" diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Nord-Light-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Nord-Light-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Nord-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Nord-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Nord-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Nord-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Nord-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Nord-Light-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Nord-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Nord-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Nord-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Nord-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Nord-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Nord-Light-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Nord-Light-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Nord-Light-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Nord-Light-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Nord-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Nord-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Nord-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Nord-Light-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Nord-Light-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Nord-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Nord-Light-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Nord-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Nord-Light-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Nord-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Nord-Light-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/X_cursor b/.icons/Simp1e-Nord-Light-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Nord-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/alias b/.icons/Simp1e-Nord-Light-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/all-scroll b/.icons/Simp1e-Nord-Light-Left/cursors/all-scroll new file mode 100644 index 0000000..af45cb6 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/arrow b/.icons/Simp1e-Nord-Light-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Nord-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/based_arrow_down b/.icons/Simp1e-Nord-Light-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/based_arrow_up b/.icons/Simp1e-Nord-Light-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/bd_double_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..d912ca7 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/bottom_left_corner b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..bb941f7 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/bottom_right_corner b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..2eab4c8 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/bottom_side b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_side new file mode 100644 index 0000000..83ff824 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/bottom_tee b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_tee new file mode 100644 index 0000000..2439491 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Nord-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Nord-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/cell b/.icons/Simp1e-Nord-Light-Left/cursors/cell new file mode 100644 index 0000000..fa3bf3f Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/cell differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/center_ptr b/.icons/Simp1e-Nord-Light-Left/cursors/center_ptr new file mode 100644 index 0000000..5c71126 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/circle b/.icons/Simp1e-Nord-Light-Left/cursors/circle new file mode 100644 index 0000000..e6e1b12 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/circle differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/clock b/.icons/Simp1e-Nord-Light-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/closedhand b/.icons/Simp1e-Nord-Light-Left/cursors/closedhand new file mode 100644 index 0000000..eea2393 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/col-resize b/.icons/Simp1e-Nord-Light-Left/cursors/col-resize new file mode 100644 index 0000000..aaf7ad4 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/color-picker b/.icons/Simp1e-Nord-Light-Left/cursors/color-picker new file mode 100644 index 0000000..b012006 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/context-menu b/.icons/Simp1e-Nord-Light-Left/cursors/context-menu new file mode 100644 index 0000000..6257e4d Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/copy b/.icons/Simp1e-Nord-Light-Left/cursors/copy new file mode 100644 index 0000000..648f0e6 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/copy differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/cross b/.icons/Simp1e-Nord-Light-Left/cursors/cross new file mode 100644 index 0000000..f403a7a Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/cross differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/cross_reverse b/.icons/Simp1e-Nord-Light-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/crossed_circle b/.icons/Simp1e-Nord-Light-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/crosshair b/.icons/Simp1e-Nord-Light-Left/cursors/crosshair new file mode 100644 index 0000000..190690e Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Nord-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/default b/.icons/Simp1e-Nord-Light-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/diamond_cross b/.icons/Simp1e-Nord-Light-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dnd-ask b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-ask new file mode 100644 index 0000000..637b115 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dnd-copy b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-copy new file mode 100644 index 0000000..2c33464 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dnd-link b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-link new file mode 100644 index 0000000..3088628 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dnd-move b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-move new file mode 100644 index 0000000..28d47a8 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dnd-no-drop b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..f4e2835 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dnd-none b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dot b/.icons/Simp1e-Nord-Light-Left/cursors/dot new file mode 100644 index 0000000..4b47ff4 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/dot differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dot_box_mask b/.icons/Simp1e-Nord-Light-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/dotbox b/.icons/Simp1e-Nord-Light-Left/cursors/dotbox new file mode 100644 index 0000000..fed3e35 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/double_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/down-arrow b/.icons/Simp1e-Nord-Light-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/draft b/.icons/Simp1e-Nord-Light-Left/cursors/draft new file mode 100644 index 0000000..7895ea9 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/draft differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/draped_box b/.icons/Simp1e-Nord-Light-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/e-resize b/.icons/Simp1e-Nord-Light-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Nord-Light-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/ew-resize b/.icons/Simp1e-Nord-Light-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Nord-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Nord-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Nord-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Nord-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/fd_double_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..930da13 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/fleur b/.icons/Simp1e-Nord-Light-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/forbidden b/.icons/Simp1e-Nord-Light-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/grab b/.icons/Simp1e-Nord-Light-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/grabbing b/.icons/Simp1e-Nord-Light-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/gumby b/.icons/Simp1e-Nord-Light-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/h_double_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/half-busy b/.icons/Simp1e-Nord-Light-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/hand b/.icons/Simp1e-Nord-Light-Left/cursors/hand new file mode 100644 index 0000000..918b96b Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/hand differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/hand1 b/.icons/Simp1e-Nord-Light-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/hand2 b/.icons/Simp1e-Nord-Light-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/help b/.icons/Simp1e-Nord-Light-Left/cursors/help new file mode 100644 index 0000000..2d18949 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/help differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/ibeam b/.icons/Simp1e-Nord-Light-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/icon b/.icons/Simp1e-Nord-Light-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/kill b/.icons/Simp1e-Nord-Light-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/left-arrow b/.icons/Simp1e-Nord-Light-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/left_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/left_ptr b/.icons/Simp1e-Nord-Light-Left/cursors/left_ptr new file mode 100644 index 0000000..24e1bcd Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/left_ptr_watch b/.icons/Simp1e-Nord-Light-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..8afc30b Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/left_side b/.icons/Simp1e-Nord-Light-Left/cursors/left_side new file mode 100644 index 0000000..e0aaf69 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/left_tee b/.icons/Simp1e-Nord-Light-Left/cursors/left_tee new file mode 100644 index 0000000..1d16d72 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/link b/.icons/Simp1e-Nord-Light-Left/cursors/link new file mode 100644 index 0000000..de0e694 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/link differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/ll_angle b/.icons/Simp1e-Nord-Light-Left/cursors/ll_angle new file mode 100644 index 0000000..ca57d5c Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/lr_angle b/.icons/Simp1e-Nord-Light-Left/cursors/lr_angle new file mode 100644 index 0000000..117f1b3 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/move b/.icons/Simp1e-Nord-Light-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/n-resize b/.icons/Simp1e-Nord-Light-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/ne-resize b/.icons/Simp1e-Nord-Light-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/nesw-resize b/.icons/Simp1e-Nord-Light-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/no-drop b/.icons/Simp1e-Nord-Light-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/not-allowed b/.icons/Simp1e-Nord-Light-Left/cursors/not-allowed new file mode 100644 index 0000000..5335882 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/ns-resize b/.icons/Simp1e-Nord-Light-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/nw-resize b/.icons/Simp1e-Nord-Light-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/nwse-resize b/.icons/Simp1e-Nord-Light-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/openhand b/.icons/Simp1e-Nord-Light-Left/cursors/openhand new file mode 100644 index 0000000..baa4922 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/pencil b/.icons/Simp1e-Nord-Light-Left/cursors/pencil new file mode 100644 index 0000000..c4a33fe Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/pirate b/.icons/Simp1e-Nord-Light-Left/cursors/pirate new file mode 100644 index 0000000..1940ea3 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/plus b/.icons/Simp1e-Nord-Light-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/pointer b/.icons/Simp1e-Nord-Light-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/pointer-move b/.icons/Simp1e-Nord-Light-Left/cursors/pointer-move new file mode 100644 index 0000000..70f46dd Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/pointing_hand b/.icons/Simp1e-Nord-Light-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/progress b/.icons/Simp1e-Nord-Light-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/question_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/right-arrow b/.icons/Simp1e-Nord-Light-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/right_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/right_ptr b/.icons/Simp1e-Nord-Light-Left/cursors/right_ptr new file mode 100644 index 0000000..b189b03 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/right_side b/.icons/Simp1e-Nord-Light-Left/cursors/right_side new file mode 100644 index 0000000..4ccffb0 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/right_tee b/.icons/Simp1e-Nord-Light-Left/cursors/right_tee new file mode 100644 index 0000000..529f941 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/row-resize b/.icons/Simp1e-Nord-Light-Left/cursors/row-resize new file mode 100644 index 0000000..8b55956 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/s-resize b/.icons/Simp1e-Nord-Light-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/sb_down_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..c86f717 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..f4030a5 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/sb_left_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..cdafc9c Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/sb_right_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..8aeefcf Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/sb_up_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..cca2e5f Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..7332df6 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/se-resize b/.icons/Simp1e-Nord-Light-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size-bdiag b/.icons/Simp1e-Nord-Light-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size-fdiag b/.icons/Simp1e-Nord-Light-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size-hor b/.icons/Simp1e-Nord-Light-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size-ver b/.icons/Simp1e-Nord-Light-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size_all b/.icons/Simp1e-Nord-Light-Left/cursors/size_all new file mode 100644 index 0000000..d688b46 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size_bdiag b/.icons/Simp1e-Nord-Light-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size_fdiag b/.icons/Simp1e-Nord-Light-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size_hor b/.icons/Simp1e-Nord-Light-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/size_ver b/.icons/Simp1e-Nord-Light-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/split_h b/.icons/Simp1e-Nord-Light-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/split_v b/.icons/Simp1e-Nord-Light-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/sw-resize b/.icons/Simp1e-Nord-Light-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/target b/.icons/Simp1e-Nord-Light-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/tcross b/.icons/Simp1e-Nord-Light-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/text b/.icons/Simp1e-Nord-Light-Left/cursors/text new file mode 100644 index 0000000..64ee635 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/text differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/top_left_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/top_left_corner b/.icons/Simp1e-Nord-Light-Left/cursors/top_left_corner new file mode 100644 index 0000000..f0b0184 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/top_right_corner b/.icons/Simp1e-Nord-Light-Left/cursors/top_right_corner new file mode 100644 index 0000000..d15a31b Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/top_side b/.icons/Simp1e-Nord-Light-Left/cursors/top_side new file mode 100644 index 0000000..101bbda Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/top_tee b/.icons/Simp1e-Nord-Light-Left/cursors/top_tee new file mode 100644 index 0000000..010f35d Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/ul_angle b/.icons/Simp1e-Nord-Light-Left/cursors/ul_angle new file mode 100644 index 0000000..d2588be Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/up-arrow b/.icons/Simp1e-Nord-Light-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/ur_angle b/.icons/Simp1e-Nord-Light-Left/cursors/ur_angle new file mode 100644 index 0000000..2e1a634 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/v_double_arrow b/.icons/Simp1e-Nord-Light-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/vertical-text b/.icons/Simp1e-Nord-Light-Left/cursors/vertical-text new file mode 100644 index 0000000..fdc6164 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/w-resize b/.icons/Simp1e-Nord-Light-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/wait b/.icons/Simp1e-Nord-Light-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/watch b/.icons/Simp1e-Nord-Light-Left/cursors/watch new file mode 100644 index 0000000..a11faa3 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/watch differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/wayland-cursor b/.icons/Simp1e-Nord-Light-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/whats_this b/.icons/Simp1e-Nord-Light-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/x-cursor b/.icons/Simp1e-Nord-Light-Left/cursors/x-cursor new file mode 100644 index 0000000..7ed5879 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/xterm b/.icons/Simp1e-Nord-Light-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/zoom-in b/.icons/Simp1e-Nord-Light-Left/cursors/zoom-in new file mode 100644 index 0000000..15affb2 Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/zoom-out b/.icons/Simp1e-Nord-Light-Left/cursors/zoom-out new file mode 100644 index 0000000..6fd724a Binary files /dev/null and b/.icons/Simp1e-Nord-Light-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/zoom_in b/.icons/Simp1e-Nord-Light-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/cursors/zoom_out b/.icons/Simp1e-Nord-Light-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light-Left/index.theme b/.icons/Simp1e-Nord-Light-Left/index.theme new file mode 100644 index 0000000..6ec4935 --- /dev/null +++ b/.icons/Simp1e-Nord-Light-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Nord-Light-Left" diff --git a/.icons/Simp1e-Nord-Light/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Nord-Light/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Nord-Light/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Nord-Light/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Nord-Light/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Nord-Light/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Nord-Light/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Nord-Light/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Nord-Light/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Nord-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Nord-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Nord-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Nord-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Nord-Light/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Nord-Light/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Nord-Light/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Nord-Light/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Nord-Light/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Nord-Light/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Nord-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Nord-Light/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Nord-Light/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Nord-Light/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Nord-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Nord-Light/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Nord-Light/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Nord-Light/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Nord-Light/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Nord-Light/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/X_cursor b/.icons/Simp1e-Nord-Light/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Nord-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/alias b/.icons/Simp1e-Nord-Light/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/all-scroll b/.icons/Simp1e-Nord-Light/cursors/all-scroll new file mode 100644 index 0000000..9f04074 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/all-scroll differ diff --git a/.icons/Simp1e-Nord-Light/cursors/arrow b/.icons/Simp1e-Nord-Light/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Nord-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/based_arrow_down b/.icons/Simp1e-Nord-Light/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/based_arrow_up b/.icons/Simp1e-Nord-Light/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/bd_double_arrow b/.icons/Simp1e-Nord-Light/cursors/bd_double_arrow new file mode 100644 index 0000000..18344ef Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/bottom_left_corner b/.icons/Simp1e-Nord-Light/cursors/bottom_left_corner new file mode 100644 index 0000000..b27cf78 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Nord-Light/cursors/bottom_right_corner b/.icons/Simp1e-Nord-Light/cursors/bottom_right_corner new file mode 100644 index 0000000..421fcf6 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Nord-Light/cursors/bottom_side b/.icons/Simp1e-Nord-Light/cursors/bottom_side new file mode 100644 index 0000000..7e490d2 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/bottom_side differ diff --git a/.icons/Simp1e-Nord-Light/cursors/bottom_tee b/.icons/Simp1e-Nord-Light/cursors/bottom_tee new file mode 100644 index 0000000..42254e7 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Nord-Light/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Nord-Light/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Nord-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/cell b/.icons/Simp1e-Nord-Light/cursors/cell new file mode 100644 index 0000000..ca9446e Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/cell differ diff --git a/.icons/Simp1e-Nord-Light/cursors/center_ptr b/.icons/Simp1e-Nord-Light/cursors/center_ptr new file mode 100644 index 0000000..3713328 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/center_ptr differ diff --git a/.icons/Simp1e-Nord-Light/cursors/circle b/.icons/Simp1e-Nord-Light/cursors/circle new file mode 100644 index 0000000..95820ed Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/circle differ diff --git a/.icons/Simp1e-Nord-Light/cursors/clock b/.icons/Simp1e-Nord-Light/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/closedhand b/.icons/Simp1e-Nord-Light/cursors/closedhand new file mode 100644 index 0000000..4a742fd Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/closedhand differ diff --git a/.icons/Simp1e-Nord-Light/cursors/col-resize b/.icons/Simp1e-Nord-Light/cursors/col-resize new file mode 100644 index 0000000..85db992 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/col-resize differ diff --git a/.icons/Simp1e-Nord-Light/cursors/color-picker b/.icons/Simp1e-Nord-Light/cursors/color-picker new file mode 100644 index 0000000..7a6e954 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/color-picker differ diff --git a/.icons/Simp1e-Nord-Light/cursors/context-menu b/.icons/Simp1e-Nord-Light/cursors/context-menu new file mode 100644 index 0000000..929a470 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/context-menu differ diff --git a/.icons/Simp1e-Nord-Light/cursors/copy b/.icons/Simp1e-Nord-Light/cursors/copy new file mode 100644 index 0000000..38a01d2 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/copy differ diff --git a/.icons/Simp1e-Nord-Light/cursors/cross b/.icons/Simp1e-Nord-Light/cursors/cross new file mode 100644 index 0000000..ab7699a Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/cross differ diff --git a/.icons/Simp1e-Nord-Light/cursors/cross_reverse b/.icons/Simp1e-Nord-Light/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/crossed_circle b/.icons/Simp1e-Nord-Light/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/crosshair b/.icons/Simp1e-Nord-Light/cursors/crosshair new file mode 100644 index 0000000..29b1f7a Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/crosshair differ diff --git a/.icons/Simp1e-Nord-Light/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Nord-Light/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/default b/.icons/Simp1e-Nord-Light/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/diamond_cross b/.icons/Simp1e-Nord-Light/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/dnd-ask b/.icons/Simp1e-Nord-Light/cursors/dnd-ask new file mode 100644 index 0000000..a73e0f2 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Nord-Light/cursors/dnd-copy b/.icons/Simp1e-Nord-Light/cursors/dnd-copy new file mode 100644 index 0000000..010e7c2 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Nord-Light/cursors/dnd-link b/.icons/Simp1e-Nord-Light/cursors/dnd-link new file mode 100644 index 0000000..e8f7f7b Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/dnd-link differ diff --git a/.icons/Simp1e-Nord-Light/cursors/dnd-move b/.icons/Simp1e-Nord-Light/cursors/dnd-move new file mode 100644 index 0000000..77bbf19 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/dnd-move differ diff --git a/.icons/Simp1e-Nord-Light/cursors/dnd-no-drop b/.icons/Simp1e-Nord-Light/cursors/dnd-no-drop new file mode 100644 index 0000000..4156ad5 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Nord-Light/cursors/dnd-none b/.icons/Simp1e-Nord-Light/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/dot b/.icons/Simp1e-Nord-Light/cursors/dot new file mode 100644 index 0000000..8547ad6 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/dot differ diff --git a/.icons/Simp1e-Nord-Light/cursors/dot_box_mask b/.icons/Simp1e-Nord-Light/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/dotbox b/.icons/Simp1e-Nord-Light/cursors/dotbox new file mode 100644 index 0000000..51c9e8c Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/dotbox differ diff --git a/.icons/Simp1e-Nord-Light/cursors/double_arrow b/.icons/Simp1e-Nord-Light/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/down-arrow b/.icons/Simp1e-Nord-Light/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/draft b/.icons/Simp1e-Nord-Light/cursors/draft new file mode 100644 index 0000000..053c2b0 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/draft differ diff --git a/.icons/Simp1e-Nord-Light/cursors/draped_box b/.icons/Simp1e-Nord-Light/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/e-resize b/.icons/Simp1e-Nord-Light/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Nord-Light/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/ew-resize b/.icons/Simp1e-Nord-Light/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Nord-Light/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Nord-Light/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Nord-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Nord-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/fd_double_arrow b/.icons/Simp1e-Nord-Light/cursors/fd_double_arrow new file mode 100644 index 0000000..34dd8ef Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/fleur b/.icons/Simp1e-Nord-Light/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/forbidden b/.icons/Simp1e-Nord-Light/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/grab b/.icons/Simp1e-Nord-Light/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/grabbing b/.icons/Simp1e-Nord-Light/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/gumby b/.icons/Simp1e-Nord-Light/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/h_double_arrow b/.icons/Simp1e-Nord-Light/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/half-busy b/.icons/Simp1e-Nord-Light/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/hand b/.icons/Simp1e-Nord-Light/cursors/hand new file mode 100644 index 0000000..eecbfac Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/hand differ diff --git a/.icons/Simp1e-Nord-Light/cursors/hand1 b/.icons/Simp1e-Nord-Light/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/hand2 b/.icons/Simp1e-Nord-Light/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/help b/.icons/Simp1e-Nord-Light/cursors/help new file mode 100644 index 0000000..02ac56d Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/help differ diff --git a/.icons/Simp1e-Nord-Light/cursors/ibeam b/.icons/Simp1e-Nord-Light/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/icon b/.icons/Simp1e-Nord-Light/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/kill b/.icons/Simp1e-Nord-Light/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/left-arrow b/.icons/Simp1e-Nord-Light/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/left_arrow b/.icons/Simp1e-Nord-Light/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/left_ptr b/.icons/Simp1e-Nord-Light/cursors/left_ptr new file mode 100644 index 0000000..a0694a2 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/left_ptr differ diff --git a/.icons/Simp1e-Nord-Light/cursors/left_ptr_watch b/.icons/Simp1e-Nord-Light/cursors/left_ptr_watch new file mode 100644 index 0000000..f964ec1 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Nord-Light/cursors/left_side b/.icons/Simp1e-Nord-Light/cursors/left_side new file mode 100644 index 0000000..a8d5a1b Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/left_side differ diff --git a/.icons/Simp1e-Nord-Light/cursors/left_tee b/.icons/Simp1e-Nord-Light/cursors/left_tee new file mode 100644 index 0000000..00883fb Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/left_tee differ diff --git a/.icons/Simp1e-Nord-Light/cursors/link b/.icons/Simp1e-Nord-Light/cursors/link new file mode 100644 index 0000000..cf8231c Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/link differ diff --git a/.icons/Simp1e-Nord-Light/cursors/ll_angle b/.icons/Simp1e-Nord-Light/cursors/ll_angle new file mode 100644 index 0000000..5e7b0ab Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/ll_angle differ diff --git a/.icons/Simp1e-Nord-Light/cursors/lr_angle b/.icons/Simp1e-Nord-Light/cursors/lr_angle new file mode 100644 index 0000000..0922299 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/lr_angle differ diff --git a/.icons/Simp1e-Nord-Light/cursors/move b/.icons/Simp1e-Nord-Light/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/n-resize b/.icons/Simp1e-Nord-Light/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/ne-resize b/.icons/Simp1e-Nord-Light/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/nesw-resize b/.icons/Simp1e-Nord-Light/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/no-drop b/.icons/Simp1e-Nord-Light/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/not-allowed b/.icons/Simp1e-Nord-Light/cursors/not-allowed new file mode 100644 index 0000000..241a3e7 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/not-allowed differ diff --git a/.icons/Simp1e-Nord-Light/cursors/ns-resize b/.icons/Simp1e-Nord-Light/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/nw-resize b/.icons/Simp1e-Nord-Light/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/nwse-resize b/.icons/Simp1e-Nord-Light/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/openhand b/.icons/Simp1e-Nord-Light/cursors/openhand new file mode 100644 index 0000000..d8eb2be Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/openhand differ diff --git a/.icons/Simp1e-Nord-Light/cursors/pencil b/.icons/Simp1e-Nord-Light/cursors/pencil new file mode 100644 index 0000000..234e8d1 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/pencil differ diff --git a/.icons/Simp1e-Nord-Light/cursors/pirate b/.icons/Simp1e-Nord-Light/cursors/pirate new file mode 100644 index 0000000..47a4a4c Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/pirate differ diff --git a/.icons/Simp1e-Nord-Light/cursors/plus b/.icons/Simp1e-Nord-Light/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/pointer b/.icons/Simp1e-Nord-Light/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/pointer-move b/.icons/Simp1e-Nord-Light/cursors/pointer-move new file mode 100644 index 0000000..e068727 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/pointer-move differ diff --git a/.icons/Simp1e-Nord-Light/cursors/pointing_hand b/.icons/Simp1e-Nord-Light/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/progress b/.icons/Simp1e-Nord-Light/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/question_arrow b/.icons/Simp1e-Nord-Light/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/right-arrow b/.icons/Simp1e-Nord-Light/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/right_arrow b/.icons/Simp1e-Nord-Light/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/right_ptr b/.icons/Simp1e-Nord-Light/cursors/right_ptr new file mode 100644 index 0000000..f9dc259 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/right_ptr differ diff --git a/.icons/Simp1e-Nord-Light/cursors/right_side b/.icons/Simp1e-Nord-Light/cursors/right_side new file mode 100644 index 0000000..5423600 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/right_side differ diff --git a/.icons/Simp1e-Nord-Light/cursors/right_tee b/.icons/Simp1e-Nord-Light/cursors/right_tee new file mode 100644 index 0000000..6821bf7 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/right_tee differ diff --git a/.icons/Simp1e-Nord-Light/cursors/row-resize b/.icons/Simp1e-Nord-Light/cursors/row-resize new file mode 100644 index 0000000..1973e13 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/row-resize differ diff --git a/.icons/Simp1e-Nord-Light/cursors/s-resize b/.icons/Simp1e-Nord-Light/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/sb_down_arrow b/.icons/Simp1e-Nord-Light/cursors/sb_down_arrow new file mode 100644 index 0000000..6487ae7 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/sb_h_double_arrow b/.icons/Simp1e-Nord-Light/cursors/sb_h_double_arrow new file mode 100644 index 0000000..c2a129e Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/sb_left_arrow b/.icons/Simp1e-Nord-Light/cursors/sb_left_arrow new file mode 100644 index 0000000..5b765fa Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/sb_right_arrow b/.icons/Simp1e-Nord-Light/cursors/sb_right_arrow new file mode 100644 index 0000000..dd5e2df Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/sb_up_arrow b/.icons/Simp1e-Nord-Light/cursors/sb_up_arrow new file mode 100644 index 0000000..519bf95 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/sb_v_double_arrow b/.icons/Simp1e-Nord-Light/cursors/sb_v_double_arrow new file mode 100644 index 0000000..e2760f0 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Nord-Light/cursors/se-resize b/.icons/Simp1e-Nord-Light/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size-bdiag b/.icons/Simp1e-Nord-Light/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size-fdiag b/.icons/Simp1e-Nord-Light/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size-hor b/.icons/Simp1e-Nord-Light/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size-ver b/.icons/Simp1e-Nord-Light/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size_all b/.icons/Simp1e-Nord-Light/cursors/size_all new file mode 100644 index 0000000..7783051 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/size_all differ diff --git a/.icons/Simp1e-Nord-Light/cursors/size_bdiag b/.icons/Simp1e-Nord-Light/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size_fdiag b/.icons/Simp1e-Nord-Light/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size_hor b/.icons/Simp1e-Nord-Light/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/size_ver b/.icons/Simp1e-Nord-Light/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/split_h b/.icons/Simp1e-Nord-Light/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/split_v b/.icons/Simp1e-Nord-Light/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/sw-resize b/.icons/Simp1e-Nord-Light/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/target b/.icons/Simp1e-Nord-Light/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/tcross b/.icons/Simp1e-Nord-Light/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/text b/.icons/Simp1e-Nord-Light/cursors/text new file mode 100644 index 0000000..3daff5e Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/text differ diff --git a/.icons/Simp1e-Nord-Light/cursors/top_left_arrow b/.icons/Simp1e-Nord-Light/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/top_left_corner b/.icons/Simp1e-Nord-Light/cursors/top_left_corner new file mode 100644 index 0000000..7461353 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Nord-Light/cursors/top_right_corner b/.icons/Simp1e-Nord-Light/cursors/top_right_corner new file mode 100644 index 0000000..2a7d375 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Nord-Light/cursors/top_side b/.icons/Simp1e-Nord-Light/cursors/top_side new file mode 100644 index 0000000..e3fba94 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/top_side differ diff --git a/.icons/Simp1e-Nord-Light/cursors/top_tee b/.icons/Simp1e-Nord-Light/cursors/top_tee new file mode 100644 index 0000000..314a80f Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/top_tee differ diff --git a/.icons/Simp1e-Nord-Light/cursors/ul_angle b/.icons/Simp1e-Nord-Light/cursors/ul_angle new file mode 100644 index 0000000..93cef0a Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/ul_angle differ diff --git a/.icons/Simp1e-Nord-Light/cursors/up-arrow b/.icons/Simp1e-Nord-Light/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/ur_angle b/.icons/Simp1e-Nord-Light/cursors/ur_angle new file mode 100644 index 0000000..46fba65 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/ur_angle differ diff --git a/.icons/Simp1e-Nord-Light/cursors/v_double_arrow b/.icons/Simp1e-Nord-Light/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/vertical-text b/.icons/Simp1e-Nord-Light/cursors/vertical-text new file mode 100644 index 0000000..ce77678 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/vertical-text differ diff --git a/.icons/Simp1e-Nord-Light/cursors/w-resize b/.icons/Simp1e-Nord-Light/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/wait b/.icons/Simp1e-Nord-Light/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/watch b/.icons/Simp1e-Nord-Light/cursors/watch new file mode 100644 index 0000000..d4d5b92 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/watch differ diff --git a/.icons/Simp1e-Nord-Light/cursors/wayland-cursor b/.icons/Simp1e-Nord-Light/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/whats_this b/.icons/Simp1e-Nord-Light/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/x-cursor b/.icons/Simp1e-Nord-Light/cursors/x-cursor new file mode 100644 index 0000000..86c274f Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/x-cursor differ diff --git a/.icons/Simp1e-Nord-Light/cursors/xterm b/.icons/Simp1e-Nord-Light/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/zoom-in b/.icons/Simp1e-Nord-Light/cursors/zoom-in new file mode 100644 index 0000000..851e542 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/zoom-in differ diff --git a/.icons/Simp1e-Nord-Light/cursors/zoom-out b/.icons/Simp1e-Nord-Light/cursors/zoom-out new file mode 100644 index 0000000..4bb6f25 Binary files /dev/null and b/.icons/Simp1e-Nord-Light/cursors/zoom-out differ diff --git a/.icons/Simp1e-Nord-Light/cursors/zoom_in b/.icons/Simp1e-Nord-Light/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/cursors/zoom_out b/.icons/Simp1e-Nord-Light/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Nord-Light/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Nord-Light/index.theme b/.icons/Simp1e-Nord-Light/index.theme new file mode 100644 index 0000000..baf21b7 --- /dev/null +++ b/.icons/Simp1e-Nord-Light/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Nord-Light" diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/X_cursor b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/alias b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/all-scroll b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/all-scroll new file mode 100644 index 0000000..35b0627 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/based_arrow_down b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/based_arrow_up b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bd_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..dc54162 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_left_corner b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..d8b8af5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_right_corner b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..f794a0d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_side b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_side new file mode 100644 index 0000000..6513e29 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_tee b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_tee new file mode 100644 index 0000000..b9c99ed Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cell b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cell new file mode 100644 index 0000000..06764a7 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cell differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/center_ptr b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/center_ptr new file mode 100644 index 0000000..12b7012 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/circle b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/circle new file mode 100644 index 0000000..685b2a5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/circle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/clock b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/closedhand b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/closedhand new file mode 100644 index 0000000..327341d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/col-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/col-resize new file mode 100644 index 0000000..addb4db Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/color-picker b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/color-picker new file mode 100644 index 0000000..ab568ed Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/context-menu b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/context-menu new file mode 100644 index 0000000..ae5bb23 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/copy b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/copy new file mode 100644 index 0000000..8e2530a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/copy differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cross b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cross new file mode 100644 index 0000000..9bda27f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cross differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cross_reverse b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/crossed_circle b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/crosshair b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/crosshair new file mode 100644 index 0000000..6dec22b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/default b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/diamond_cross b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-ask b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-ask new file mode 100644 index 0000000..e4a8436 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-copy b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-copy new file mode 100644 index 0000000..96e1b27 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-link b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-link new file mode 100644 index 0000000..52351e8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-move b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-move new file mode 100644 index 0000000..4805867 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-no-drop b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..786d54b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-none b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dot b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dot new file mode 100644 index 0000000..e52e049 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dot differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dot_box_mask b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dotbox b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dotbox new file mode 100644 index 0000000..6610f2e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/double_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/down-arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/draft b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/draft new file mode 100644 index 0000000..e695980 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/draft differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/draped_box b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/e-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ew-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fd_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..0f2b871 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fleur b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/forbidden b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/grab b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/grabbing b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/gumby b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/h_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/half-busy b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand new file mode 100644 index 0000000..b75aebf Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand1 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand2 b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/help b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/help new file mode 100644 index 0000000..24bb23c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/help differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ibeam b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/icon b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/kill b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left-arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_ptr b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_ptr new file mode 100644 index 0000000..2b269b1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_ptr_watch b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..dfd23fa Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_side b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_side new file mode 100644 index 0000000..b7e5aa5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_tee b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_tee new file mode 100644 index 0000000..a7789cb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/link b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/link new file mode 100644 index 0000000..cf056f0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/link differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ll_angle b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ll_angle new file mode 100644 index 0000000..0c9b581 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/lr_angle b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/lr_angle new file mode 100644 index 0000000..ef02963 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/move b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/n-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ne-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nesw-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/no-drop b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/not-allowed b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/not-allowed new file mode 100644 index 0000000..f0f1397 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ns-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nw-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nwse-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/openhand b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/openhand new file mode 100644 index 0000000..1441371 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pencil b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pencil new file mode 100644 index 0000000..282d48f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pirate b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pirate new file mode 100644 index 0000000..7451ee4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/plus b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointer b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointer-move b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointer-move new file mode 100644 index 0000000..df66a0f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointing_hand b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/progress b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/question_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right-arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_ptr b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_ptr new file mode 100644 index 0000000..bbb5627 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_side b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_side new file mode 100644 index 0000000..46f6db8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_tee b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_tee new file mode 100644 index 0000000..e283439 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/row-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/row-resize new file mode 100644 index 0000000..a55e15e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/s-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_down_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..cf519db Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..fc19b46 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_left_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..6cbbb2d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_right_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..1ec7aa0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_up_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..ebc1d23 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..fcd0e70 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/se-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-bdiag b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-fdiag b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-hor b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-ver b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_all b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_all new file mode 100644 index 0000000..3c5b86f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_bdiag b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_fdiag b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_hor b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_ver b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/split_h b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/split_v b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sw-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/target b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/tcross b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/text b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/text new file mode 100644 index 0000000..884670a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/text differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_left_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_left_corner b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_left_corner new file mode 100644 index 0000000..ac550c4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_right_corner b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_right_corner new file mode 100644 index 0000000..a40abf7 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_side b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_side new file mode 100644 index 0000000..67e2c32 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_tee b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_tee new file mode 100644 index 0000000..466ee45 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ul_angle b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ul_angle new file mode 100644 index 0000000..fa613fe Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/up-arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ur_angle b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ur_angle new file mode 100644 index 0000000..a57f02b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/v_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/vertical-text b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/vertical-text new file mode 100644 index 0000000..bd635d0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/w-resize b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/wait b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/watch b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/watch new file mode 100644 index 0000000..9ab202d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/watch differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/wayland-cursor b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/whats_this b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/x-cursor b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/x-cursor new file mode 100644 index 0000000..fdeda25 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/xterm b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom-in b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom-in new file mode 100644 index 0000000..87a5297 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom-out b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom-out new file mode 100644 index 0000000..d26cd6f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom_in b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom_out b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn-Left/index.theme b/.icons/Simp1e-Rose-Pine-Dawn-Left/index.theme new file mode 100644 index 0000000..bd908ca --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Rose-Pine-Dawn-Left" diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Rose-Pine-Dawn/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Rose-Pine-Dawn/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Rose-Pine-Dawn/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Rose-Pine-Dawn/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Rose-Pine-Dawn/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Rose-Pine-Dawn/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Rose-Pine-Dawn/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Rose-Pine-Dawn/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Rose-Pine-Dawn/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/X_cursor b/.icons/Simp1e-Rose-Pine-Dawn/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/alias b/.icons/Simp1e-Rose-Pine-Dawn/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/all-scroll b/.icons/Simp1e-Rose-Pine-Dawn/cursors/all-scroll new file mode 100644 index 0000000..8c4443b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/all-scroll differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/based_arrow_down b/.icons/Simp1e-Rose-Pine-Dawn/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/based_arrow_up b/.icons/Simp1e-Rose-Pine-Dawn/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/bd_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bd_double_arrow new file mode 100644 index 0000000..4281b89 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_left_corner b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_left_corner new file mode 100644 index 0000000..9bcd860 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_right_corner b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_right_corner new file mode 100644 index 0000000..fd2dcc1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_side b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_side new file mode 100644 index 0000000..fe54457 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_tee b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_tee new file mode 100644 index 0000000..3dbe0cf Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Rose-Pine-Dawn/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/cell b/.icons/Simp1e-Rose-Pine-Dawn/cursors/cell new file mode 100644 index 0000000..af202b7 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/cell differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/center_ptr b/.icons/Simp1e-Rose-Pine-Dawn/cursors/center_ptr new file mode 100644 index 0000000..d2d89d4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/center_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/circle b/.icons/Simp1e-Rose-Pine-Dawn/cursors/circle new file mode 100644 index 0000000..1fda05e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/circle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/clock b/.icons/Simp1e-Rose-Pine-Dawn/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/closedhand b/.icons/Simp1e-Rose-Pine-Dawn/cursors/closedhand new file mode 100644 index 0000000..1dc70df Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/closedhand differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/col-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/col-resize new file mode 100644 index 0000000..a100e5c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/col-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/color-picker b/.icons/Simp1e-Rose-Pine-Dawn/cursors/color-picker new file mode 100644 index 0000000..898a5c8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/color-picker differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/context-menu b/.icons/Simp1e-Rose-Pine-Dawn/cursors/context-menu new file mode 100644 index 0000000..785983f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/context-menu differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/copy b/.icons/Simp1e-Rose-Pine-Dawn/cursors/copy new file mode 100644 index 0000000..cbf5048 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/copy differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/cross b/.icons/Simp1e-Rose-Pine-Dawn/cursors/cross new file mode 100644 index 0000000..93c9409 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/cross differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/cross_reverse b/.icons/Simp1e-Rose-Pine-Dawn/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/crossed_circle b/.icons/Simp1e-Rose-Pine-Dawn/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/crosshair b/.icons/Simp1e-Rose-Pine-Dawn/cursors/crosshair new file mode 100644 index 0000000..ba42756 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/crosshair differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Rose-Pine-Dawn/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/default b/.icons/Simp1e-Rose-Pine-Dawn/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/diamond_cross b/.icons/Simp1e-Rose-Pine-Dawn/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-ask b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-ask new file mode 100644 index 0000000..01ac676 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-copy b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-copy new file mode 100644 index 0000000..3f55160 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-link b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-link new file mode 100644 index 0000000..9cd907d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-link differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-move b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-move new file mode 100644 index 0000000..1c08494 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-move differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-no-drop b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-no-drop new file mode 100644 index 0000000..0ed3380 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-none b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dot b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dot new file mode 100644 index 0000000..3e0bce1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dot differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dot_box_mask b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/dotbox b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dotbox new file mode 100644 index 0000000..cb7e374 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/dotbox differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/double_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/down-arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/draft b/.icons/Simp1e-Rose-Pine-Dawn/cursors/draft new file mode 100644 index 0000000..696cf1a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/draft differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/draped_box b/.icons/Simp1e-Rose-Pine-Dawn/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/e-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/ew-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/fd_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fd_double_arrow new file mode 100644 index 0000000..14d9e0a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/fleur b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/forbidden b/.icons/Simp1e-Rose-Pine-Dawn/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/grab b/.icons/Simp1e-Rose-Pine-Dawn/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/grabbing b/.icons/Simp1e-Rose-Pine-Dawn/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/gumby b/.icons/Simp1e-Rose-Pine-Dawn/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/h_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/half-busy b/.icons/Simp1e-Rose-Pine-Dawn/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand b/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand new file mode 100644 index 0000000..dba44f4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand1 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand2 b/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/help b/.icons/Simp1e-Rose-Pine-Dawn/cursors/help new file mode 100644 index 0000000..506f295 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/help differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/ibeam b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/icon b/.icons/Simp1e-Rose-Pine-Dawn/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/kill b/.icons/Simp1e-Rose-Pine-Dawn/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/left-arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_ptr b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_ptr new file mode 100644 index 0000000..d2a9500 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_ptr_watch b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_ptr_watch new file mode 100644 index 0000000..1f6f46c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_side b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_side new file mode 100644 index 0000000..92c74fc Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_tee b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_tee new file mode 100644 index 0000000..1b45b5e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/left_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/link b/.icons/Simp1e-Rose-Pine-Dawn/cursors/link new file mode 100644 index 0000000..4ccf863 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/link differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/ll_angle b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ll_angle new file mode 100644 index 0000000..1f8ba27 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ll_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/lr_angle b/.icons/Simp1e-Rose-Pine-Dawn/cursors/lr_angle new file mode 100644 index 0000000..a979905 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/lr_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/move b/.icons/Simp1e-Rose-Pine-Dawn/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/n-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/ne-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/nesw-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/no-drop b/.icons/Simp1e-Rose-Pine-Dawn/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/not-allowed b/.icons/Simp1e-Rose-Pine-Dawn/cursors/not-allowed new file mode 100644 index 0000000..db0edb6 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/not-allowed differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/ns-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/nw-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/nwse-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/openhand b/.icons/Simp1e-Rose-Pine-Dawn/cursors/openhand new file mode 100644 index 0000000..d9908c2 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/openhand differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/pencil b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pencil new file mode 100644 index 0000000..d81a4f3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pencil differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/pirate b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pirate new file mode 100644 index 0000000..07123f3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pirate differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/plus b/.icons/Simp1e-Rose-Pine-Dawn/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointer b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointer-move b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointer-move new file mode 100644 index 0000000..6dcd309 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointer-move differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointing_hand b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/progress b/.icons/Simp1e-Rose-Pine-Dawn/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/question_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/right-arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_ptr b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_ptr new file mode 100644 index 0000000..cbc42b8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_side b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_side new file mode 100644 index 0000000..1704eae Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_tee b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_tee new file mode 100644 index 0000000..30be4f1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/right_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/row-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/row-resize new file mode 100644 index 0000000..1b8bf67 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/row-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/s-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_down_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_down_arrow new file mode 100644 index 0000000..17f103c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_h_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_h_double_arrow new file mode 100644 index 0000000..ed783a7 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_left_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_left_arrow new file mode 100644 index 0000000..68d3ffa Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_right_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_right_arrow new file mode 100644 index 0000000..e6eda2c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_up_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_up_arrow new file mode 100644 index 0000000..9c87ea0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_v_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_v_double_arrow new file mode 100644 index 0000000..db0fb0e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/se-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-bdiag b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-fdiag b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-hor b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-ver b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_all b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_all new file mode 100644 index 0000000..c42cf25 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_all differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_bdiag b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_fdiag b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_hor b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_ver b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/split_h b/.icons/Simp1e-Rose-Pine-Dawn/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/split_v b/.icons/Simp1e-Rose-Pine-Dawn/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/sw-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/target b/.icons/Simp1e-Rose-Pine-Dawn/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/tcross b/.icons/Simp1e-Rose-Pine-Dawn/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/text b/.icons/Simp1e-Rose-Pine-Dawn/cursors/text new file mode 100644 index 0000000..d6aa0ae Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/text differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_left_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_left_corner b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_left_corner new file mode 100644 index 0000000..a8481b0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_right_corner b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_right_corner new file mode 100644 index 0000000..245037a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_side b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_side new file mode 100644 index 0000000..187cabd Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_side differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_tee b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_tee new file mode 100644 index 0000000..4723d64 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/top_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/ul_angle b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ul_angle new file mode 100644 index 0000000..2ddb0e9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ul_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/up-arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/ur_angle b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ur_angle new file mode 100644 index 0000000..a826a5a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/ur_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/v_double_arrow b/.icons/Simp1e-Rose-Pine-Dawn/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/vertical-text b/.icons/Simp1e-Rose-Pine-Dawn/cursors/vertical-text new file mode 100644 index 0000000..e8b5072 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/vertical-text differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/w-resize b/.icons/Simp1e-Rose-Pine-Dawn/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/wait b/.icons/Simp1e-Rose-Pine-Dawn/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/watch b/.icons/Simp1e-Rose-Pine-Dawn/cursors/watch new file mode 100644 index 0000000..d987bf4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/watch differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/wayland-cursor b/.icons/Simp1e-Rose-Pine-Dawn/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/whats_this b/.icons/Simp1e-Rose-Pine-Dawn/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/x-cursor b/.icons/Simp1e-Rose-Pine-Dawn/cursors/x-cursor new file mode 100644 index 0000000..c4e61c5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/x-cursor differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/xterm b/.icons/Simp1e-Rose-Pine-Dawn/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom-in b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom-in new file mode 100644 index 0000000..ad39689 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom-in differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom-out b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom-out new file mode 100644 index 0000000..c6ca01a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom-out differ diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom_in b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom_out b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Dawn/index.theme b/.icons/Simp1e-Rose-Pine-Dawn/index.theme new file mode 100644 index 0000000..57135bf --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Dawn/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Rose-Pine-Dawn" diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Rose-Pine-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Rose-Pine-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Rose-Pine-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Rose-Pine-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Rose-Pine-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Rose-Pine-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Rose-Pine-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Rose-Pine-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Rose-Pine-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Rose-Pine-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Rose-Pine-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Rose-Pine-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Rose-Pine-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Rose-Pine-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Rose-Pine-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Rose-Pine-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Rose-Pine-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Rose-Pine-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Rose-Pine-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Rose-Pine-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Rose-Pine-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Rose-Pine-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Rose-Pine-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Rose-Pine-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Rose-Pine-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Rose-Pine-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Rose-Pine-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Rose-Pine-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/X_cursor b/.icons/Simp1e-Rose-Pine-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Rose-Pine-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/alias b/.icons/Simp1e-Rose-Pine-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/all-scroll b/.icons/Simp1e-Rose-Pine-Left/cursors/all-scroll new file mode 100644 index 0000000..0578e9a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Rose-Pine-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/based_arrow_down b/.icons/Simp1e-Rose-Pine-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/based_arrow_up b/.icons/Simp1e-Rose-Pine-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/bd_double_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..9e8eb97 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_left_corner b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..d0fb01a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_right_corner b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..14d8588 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_side b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_side new file mode 100644 index 0000000..b2316cd Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_tee b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_tee new file mode 100644 index 0000000..376e318 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Rose-Pine-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Rose-Pine-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/cell b/.icons/Simp1e-Rose-Pine-Left/cursors/cell new file mode 100644 index 0000000..eeaab8d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/cell differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/center_ptr b/.icons/Simp1e-Rose-Pine-Left/cursors/center_ptr new file mode 100644 index 0000000..616e5b8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/circle b/.icons/Simp1e-Rose-Pine-Left/cursors/circle new file mode 100644 index 0000000..afc91dd Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/circle differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/clock b/.icons/Simp1e-Rose-Pine-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/closedhand b/.icons/Simp1e-Rose-Pine-Left/cursors/closedhand new file mode 100644 index 0000000..c310604 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/col-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/col-resize new file mode 100644 index 0000000..aa16f24 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/color-picker b/.icons/Simp1e-Rose-Pine-Left/cursors/color-picker new file mode 100644 index 0000000..fa645c3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/context-menu b/.icons/Simp1e-Rose-Pine-Left/cursors/context-menu new file mode 100644 index 0000000..9c6c06c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/copy b/.icons/Simp1e-Rose-Pine-Left/cursors/copy new file mode 100644 index 0000000..a3e1b49 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/copy differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/cross b/.icons/Simp1e-Rose-Pine-Left/cursors/cross new file mode 100644 index 0000000..017e1e5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/cross differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/cross_reverse b/.icons/Simp1e-Rose-Pine-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/crossed_circle b/.icons/Simp1e-Rose-Pine-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/crosshair b/.icons/Simp1e-Rose-Pine-Left/cursors/crosshair new file mode 100644 index 0000000..fc04ca3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Rose-Pine-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/default b/.icons/Simp1e-Rose-Pine-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/diamond_cross b/.icons/Simp1e-Rose-Pine-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-ask b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-ask new file mode 100644 index 0000000..99a86ec Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-copy b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-copy new file mode 100644 index 0000000..82dd7ae Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-link b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-link new file mode 100644 index 0000000..c0e1987 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-move b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-move new file mode 100644 index 0000000..bf3395a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-no-drop b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..8beff2d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-none b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dot b/.icons/Simp1e-Rose-Pine-Left/cursors/dot new file mode 100644 index 0000000..3f9351b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/dot differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dot_box_mask b/.icons/Simp1e-Rose-Pine-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/dotbox b/.icons/Simp1e-Rose-Pine-Left/cursors/dotbox new file mode 100644 index 0000000..8d27fbb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/double_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/down-arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/draft b/.icons/Simp1e-Rose-Pine-Left/cursors/draft new file mode 100644 index 0000000..bf3fe06 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/draft differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/draped_box b/.icons/Simp1e-Rose-Pine-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/e-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Rose-Pine-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/ew-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Rose-Pine-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Rose-Pine-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Rose-Pine-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Rose-Pine-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/fd_double_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..e14e3f4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/fleur b/.icons/Simp1e-Rose-Pine-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/forbidden b/.icons/Simp1e-Rose-Pine-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/grab b/.icons/Simp1e-Rose-Pine-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/grabbing b/.icons/Simp1e-Rose-Pine-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/gumby b/.icons/Simp1e-Rose-Pine-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/h_double_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/half-busy b/.icons/Simp1e-Rose-Pine-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/hand b/.icons/Simp1e-Rose-Pine-Left/cursors/hand new file mode 100644 index 0000000..b1198ef Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/hand differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/hand1 b/.icons/Simp1e-Rose-Pine-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/hand2 b/.icons/Simp1e-Rose-Pine-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/help b/.icons/Simp1e-Rose-Pine-Left/cursors/help new file mode 100644 index 0000000..9d8d675 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/help differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/ibeam b/.icons/Simp1e-Rose-Pine-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/icon b/.icons/Simp1e-Rose-Pine-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/kill b/.icons/Simp1e-Rose-Pine-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/left-arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/left_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/left_ptr b/.icons/Simp1e-Rose-Pine-Left/cursors/left_ptr new file mode 100644 index 0000000..7d2f900 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/left_ptr_watch b/.icons/Simp1e-Rose-Pine-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..8fb5d9b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/left_side b/.icons/Simp1e-Rose-Pine-Left/cursors/left_side new file mode 100644 index 0000000..eabad1b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/left_tee b/.icons/Simp1e-Rose-Pine-Left/cursors/left_tee new file mode 100644 index 0000000..05dcd8d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/link b/.icons/Simp1e-Rose-Pine-Left/cursors/link new file mode 100644 index 0000000..39508ed Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/link differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/ll_angle b/.icons/Simp1e-Rose-Pine-Left/cursors/ll_angle new file mode 100644 index 0000000..d2c6f54 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/lr_angle b/.icons/Simp1e-Rose-Pine-Left/cursors/lr_angle new file mode 100644 index 0000000..a56244a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/move b/.icons/Simp1e-Rose-Pine-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/n-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/ne-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/nesw-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/no-drop b/.icons/Simp1e-Rose-Pine-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/not-allowed b/.icons/Simp1e-Rose-Pine-Left/cursors/not-allowed new file mode 100644 index 0000000..3c4afc4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/ns-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/nw-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/nwse-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/openhand b/.icons/Simp1e-Rose-Pine-Left/cursors/openhand new file mode 100644 index 0000000..3ce67ba Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/pencil b/.icons/Simp1e-Rose-Pine-Left/cursors/pencil new file mode 100644 index 0000000..c30d31e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/pirate b/.icons/Simp1e-Rose-Pine-Left/cursors/pirate new file mode 100644 index 0000000..1310fcc Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/plus b/.icons/Simp1e-Rose-Pine-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/pointer b/.icons/Simp1e-Rose-Pine-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/pointer-move b/.icons/Simp1e-Rose-Pine-Left/cursors/pointer-move new file mode 100644 index 0000000..970d29c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/pointing_hand b/.icons/Simp1e-Rose-Pine-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/progress b/.icons/Simp1e-Rose-Pine-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/question_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/right-arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/right_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/right_ptr b/.icons/Simp1e-Rose-Pine-Left/cursors/right_ptr new file mode 100644 index 0000000..bebcd6a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/right_side b/.icons/Simp1e-Rose-Pine-Left/cursors/right_side new file mode 100644 index 0000000..2cc0393 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/right_tee b/.icons/Simp1e-Rose-Pine-Left/cursors/right_tee new file mode 100644 index 0000000..7ccd23a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/row-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/row-resize new file mode 100644 index 0000000..3e4ee8c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/s-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/sb_down_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..c174923 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..21d4699 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/sb_left_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..3016c64 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/sb_right_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..55b728a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/sb_up_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..8460f6e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..69a1682 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/se-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size-bdiag b/.icons/Simp1e-Rose-Pine-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size-fdiag b/.icons/Simp1e-Rose-Pine-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size-hor b/.icons/Simp1e-Rose-Pine-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size-ver b/.icons/Simp1e-Rose-Pine-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size_all b/.icons/Simp1e-Rose-Pine-Left/cursors/size_all new file mode 100644 index 0000000..13d0095 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size_bdiag b/.icons/Simp1e-Rose-Pine-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size_fdiag b/.icons/Simp1e-Rose-Pine-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size_hor b/.icons/Simp1e-Rose-Pine-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/size_ver b/.icons/Simp1e-Rose-Pine-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/split_h b/.icons/Simp1e-Rose-Pine-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/split_v b/.icons/Simp1e-Rose-Pine-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/sw-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/target b/.icons/Simp1e-Rose-Pine-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/tcross b/.icons/Simp1e-Rose-Pine-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/text b/.icons/Simp1e-Rose-Pine-Left/cursors/text new file mode 100644 index 0000000..d30aab8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/text differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/top_left_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/top_left_corner b/.icons/Simp1e-Rose-Pine-Left/cursors/top_left_corner new file mode 100644 index 0000000..f788a18 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/top_right_corner b/.icons/Simp1e-Rose-Pine-Left/cursors/top_right_corner new file mode 100644 index 0000000..6ab4b51 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/top_side b/.icons/Simp1e-Rose-Pine-Left/cursors/top_side new file mode 100644 index 0000000..2503716 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/top_tee b/.icons/Simp1e-Rose-Pine-Left/cursors/top_tee new file mode 100644 index 0000000..ce12ccb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/ul_angle b/.icons/Simp1e-Rose-Pine-Left/cursors/ul_angle new file mode 100644 index 0000000..2381ca3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/up-arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/ur_angle b/.icons/Simp1e-Rose-Pine-Left/cursors/ur_angle new file mode 100644 index 0000000..767f79a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/v_double_arrow b/.icons/Simp1e-Rose-Pine-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/vertical-text b/.icons/Simp1e-Rose-Pine-Left/cursors/vertical-text new file mode 100644 index 0000000..377eba8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/w-resize b/.icons/Simp1e-Rose-Pine-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/wait b/.icons/Simp1e-Rose-Pine-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/watch b/.icons/Simp1e-Rose-Pine-Left/cursors/watch new file mode 100644 index 0000000..517593e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/watch differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/wayland-cursor b/.icons/Simp1e-Rose-Pine-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/whats_this b/.icons/Simp1e-Rose-Pine-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/x-cursor b/.icons/Simp1e-Rose-Pine-Left/cursors/x-cursor new file mode 100644 index 0000000..fbe2c7d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/xterm b/.icons/Simp1e-Rose-Pine-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/zoom-in b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom-in new file mode 100644 index 0000000..251297c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/zoom-out b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom-out new file mode 100644 index 0000000..cd25fb6 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/zoom_in b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/cursors/zoom_out b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Left/index.theme b/.icons/Simp1e-Rose-Pine-Left/index.theme new file mode 100644 index 0000000..cf558cd --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Rose-Pine-Left" diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/X_cursor b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/alias b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/all-scroll b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/all-scroll new file mode 100644 index 0000000..7b9af44 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/based_arrow_down b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/based_arrow_up b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bd_double_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..820d215 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_left_corner b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..25b5aec Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_right_corner b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..e0d8e11 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_side b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_side new file mode 100644 index 0000000..19404e9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_tee b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_tee new file mode 100644 index 0000000..47e7c8e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cell b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cell new file mode 100644 index 0000000..895fc70 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cell differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/center_ptr b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/center_ptr new file mode 100644 index 0000000..bb98e62 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/circle b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/circle new file mode 100644 index 0000000..653a035 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/circle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/clock b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/closedhand b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/closedhand new file mode 100644 index 0000000..cda4e4a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/col-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/col-resize new file mode 100644 index 0000000..fae25eb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/color-picker b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/color-picker new file mode 100644 index 0000000..c2781ea Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/context-menu b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/context-menu new file mode 100644 index 0000000..c4ad26e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/copy b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/copy new file mode 100644 index 0000000..323c4d5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/copy differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cross b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cross new file mode 100644 index 0000000..551ec62 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cross differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cross_reverse b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/crossed_circle b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/crosshair b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/crosshair new file mode 100644 index 0000000..15178bb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/default b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/diamond_cross b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-ask b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-ask new file mode 100644 index 0000000..b1a87a9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-copy b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-copy new file mode 100644 index 0000000..d905ef2 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-link b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-link new file mode 100644 index 0000000..e23f537 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-move b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-move new file mode 100644 index 0000000..8e34a7c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-no-drop b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..a3c4d33 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-none b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dot b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dot new file mode 100644 index 0000000..f288406 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dot differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dot_box_mask b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dotbox b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dotbox new file mode 100644 index 0000000..367d80b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/double_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/down-arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/draft b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/draft new file mode 100644 index 0000000..cde369f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/draft differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/draped_box b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/e-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ew-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fd_double_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..352c29c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fleur b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/forbidden b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/grab b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/grabbing b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/gumby b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/h_double_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/half-busy b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand new file mode 100644 index 0000000..115e9fd Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand1 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand2 b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/help b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/help new file mode 100644 index 0000000..7b29eb5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/help differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ibeam b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/icon b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/kill b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left-arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_ptr b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_ptr new file mode 100644 index 0000000..8b0af02 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_ptr_watch b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..2b2307c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_side b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_side new file mode 100644 index 0000000..7eb1920 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_tee b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_tee new file mode 100644 index 0000000..b12b843 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/link b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/link new file mode 100644 index 0000000..06eca0d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/link differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ll_angle b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ll_angle new file mode 100644 index 0000000..c4a071d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/lr_angle b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/lr_angle new file mode 100644 index 0000000..bc233d6 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/move b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/n-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ne-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nesw-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/no-drop b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/not-allowed b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/not-allowed new file mode 100644 index 0000000..30be66c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ns-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nw-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nwse-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/openhand b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/openhand new file mode 100644 index 0000000..8d5f25e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pencil b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pencil new file mode 100644 index 0000000..7ea3d2f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pirate b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pirate new file mode 100644 index 0000000..6a8f161 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/plus b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointer b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointer-move b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointer-move new file mode 100644 index 0000000..1c759c2 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointing_hand b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/progress b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/question_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right-arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_ptr b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_ptr new file mode 100644 index 0000000..7dd69c5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_side b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_side new file mode 100644 index 0000000..d8245e3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_tee b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_tee new file mode 100644 index 0000000..98d3bb5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/row-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/row-resize new file mode 100644 index 0000000..6bc4e21 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/s-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_down_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..05ad00b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..f4a3dbf Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_left_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..e6a3e9d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_right_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..8b862a0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_up_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..08da30e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..bcdd4b1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/se-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-bdiag b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-fdiag b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-hor b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-ver b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_all b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_all new file mode 100644 index 0000000..a1232e6 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_bdiag b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_fdiag b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_hor b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_ver b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/split_h b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/split_v b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sw-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/target b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/tcross b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/text b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/text new file mode 100644 index 0000000..fe43643 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/text differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_left_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_left_corner b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_left_corner new file mode 100644 index 0000000..a105192 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_right_corner b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_right_corner new file mode 100644 index 0000000..6b987de Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_side b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_side new file mode 100644 index 0000000..9eb1f57 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_tee b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_tee new file mode 100644 index 0000000..1506c39 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ul_angle b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ul_angle new file mode 100644 index 0000000..206d1d1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/up-arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ur_angle b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ur_angle new file mode 100644 index 0000000..38dd972 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/v_double_arrow b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/vertical-text b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/vertical-text new file mode 100644 index 0000000..4760cbb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/w-resize b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/wait b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/watch b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/watch new file mode 100644 index 0000000..04d9bb7 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/watch differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/wayland-cursor b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/whats_this b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/x-cursor b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/x-cursor new file mode 100644 index 0000000..3cabc23 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/xterm b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom-in b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom-in new file mode 100644 index 0000000..64d50a4 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom-out b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom-out new file mode 100644 index 0000000..9c61ed3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom_in b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom_out b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon-Left/index.theme b/.icons/Simp1e-Rose-Pine-Moon-Left/index.theme new file mode 100644 index 0000000..83a597e --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Rose-Pine-Moon-Left" diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Rose-Pine-Moon/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Rose-Pine-Moon/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Rose-Pine-Moon/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Rose-Pine-Moon/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Rose-Pine-Moon/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Rose-Pine-Moon/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Rose-Pine-Moon/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Rose-Pine-Moon/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Rose-Pine-Moon/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Rose-Pine-Moon/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Rose-Pine-Moon/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Rose-Pine-Moon/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Rose-Pine-Moon/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Rose-Pine-Moon/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Rose-Pine-Moon/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Rose-Pine-Moon/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Rose-Pine-Moon/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Rose-Pine-Moon/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Rose-Pine-Moon/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Rose-Pine-Moon/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Rose-Pine-Moon/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Rose-Pine-Moon/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Rose-Pine-Moon/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Rose-Pine-Moon/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Rose-Pine-Moon/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Rose-Pine-Moon/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Rose-Pine-Moon/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Rose-Pine-Moon/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/X_cursor b/.icons/Simp1e-Rose-Pine-Moon/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Rose-Pine-Moon/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/alias b/.icons/Simp1e-Rose-Pine-Moon/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/all-scroll b/.icons/Simp1e-Rose-Pine-Moon/cursors/all-scroll new file mode 100644 index 0000000..208fa6b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/all-scroll differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Rose-Pine-Moon/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/based_arrow_down b/.icons/Simp1e-Rose-Pine-Moon/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/based_arrow_up b/.icons/Simp1e-Rose-Pine-Moon/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/bd_double_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/bd_double_arrow new file mode 100644 index 0000000..4635ae8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_left_corner b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_left_corner new file mode 100644 index 0000000..f7037cc Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_right_corner b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_right_corner new file mode 100644 index 0000000..8e54411 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_side b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_side new file mode 100644 index 0000000..b6aa9d0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_tee b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_tee new file mode 100644 index 0000000..3412681 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Rose-Pine-Moon/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Rose-Pine-Moon/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/cell b/.icons/Simp1e-Rose-Pine-Moon/cursors/cell new file mode 100644 index 0000000..637b764 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/cell differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/center_ptr b/.icons/Simp1e-Rose-Pine-Moon/cursors/center_ptr new file mode 100644 index 0000000..ede1ecc Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/center_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/circle b/.icons/Simp1e-Rose-Pine-Moon/cursors/circle new file mode 100644 index 0000000..75c4bb2 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/circle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/clock b/.icons/Simp1e-Rose-Pine-Moon/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/closedhand b/.icons/Simp1e-Rose-Pine-Moon/cursors/closedhand new file mode 100644 index 0000000..f2f1ff8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/closedhand differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/col-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/col-resize new file mode 100644 index 0000000..5cdaa5b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/col-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/color-picker b/.icons/Simp1e-Rose-Pine-Moon/cursors/color-picker new file mode 100644 index 0000000..884e984 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/color-picker differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/context-menu b/.icons/Simp1e-Rose-Pine-Moon/cursors/context-menu new file mode 100644 index 0000000..2fe5037 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/context-menu differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/copy b/.icons/Simp1e-Rose-Pine-Moon/cursors/copy new file mode 100644 index 0000000..ff14b03 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/copy differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/cross b/.icons/Simp1e-Rose-Pine-Moon/cursors/cross new file mode 100644 index 0000000..030c2e9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/cross differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/cross_reverse b/.icons/Simp1e-Rose-Pine-Moon/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/crossed_circle b/.icons/Simp1e-Rose-Pine-Moon/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/crosshair b/.icons/Simp1e-Rose-Pine-Moon/cursors/crosshair new file mode 100644 index 0000000..8385b3c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/crosshair differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Rose-Pine-Moon/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/default b/.icons/Simp1e-Rose-Pine-Moon/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/diamond_cross b/.icons/Simp1e-Rose-Pine-Moon/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-ask b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-ask new file mode 100644 index 0000000..24de541 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-copy b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-copy new file mode 100644 index 0000000..23ae3b2 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-link b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-link new file mode 100644 index 0000000..518c147 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-link differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-move b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-move new file mode 100644 index 0000000..4c24424 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-move differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-no-drop b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-no-drop new file mode 100644 index 0000000..3705b5c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-none b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dot b/.icons/Simp1e-Rose-Pine-Moon/cursors/dot new file mode 100644 index 0000000..f11b915 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/dot differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dot_box_mask b/.icons/Simp1e-Rose-Pine-Moon/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/dotbox b/.icons/Simp1e-Rose-Pine-Moon/cursors/dotbox new file mode 100644 index 0000000..ac4730a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/dotbox differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/double_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/down-arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/draft b/.icons/Simp1e-Rose-Pine-Moon/cursors/draft new file mode 100644 index 0000000..de9133f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/draft differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/draped_box b/.icons/Simp1e-Rose-Pine-Moon/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/e-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Rose-Pine-Moon/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/ew-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Rose-Pine-Moon/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Rose-Pine-Moon/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Rose-Pine-Moon/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Rose-Pine-Moon/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/fd_double_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/fd_double_arrow new file mode 100644 index 0000000..cbc1d32 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/fleur b/.icons/Simp1e-Rose-Pine-Moon/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/forbidden b/.icons/Simp1e-Rose-Pine-Moon/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/grab b/.icons/Simp1e-Rose-Pine-Moon/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/grabbing b/.icons/Simp1e-Rose-Pine-Moon/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/gumby b/.icons/Simp1e-Rose-Pine-Moon/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/h_double_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/half-busy b/.icons/Simp1e-Rose-Pine-Moon/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/hand b/.icons/Simp1e-Rose-Pine-Moon/cursors/hand new file mode 100644 index 0000000..b1993be Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/hand differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/hand1 b/.icons/Simp1e-Rose-Pine-Moon/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/hand2 b/.icons/Simp1e-Rose-Pine-Moon/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/help b/.icons/Simp1e-Rose-Pine-Moon/cursors/help new file mode 100644 index 0000000..a781425 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/help differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/ibeam b/.icons/Simp1e-Rose-Pine-Moon/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/icon b/.icons/Simp1e-Rose-Pine-Moon/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/kill b/.icons/Simp1e-Rose-Pine-Moon/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/left-arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/left_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/left_ptr b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_ptr new file mode 100644 index 0000000..951d657 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/left_ptr_watch b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_ptr_watch new file mode 100644 index 0000000..287ce67 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/left_side b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_side new file mode 100644 index 0000000..38dea6a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/left_tee b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_tee new file mode 100644 index 0000000..e1d49d8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/left_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/link b/.icons/Simp1e-Rose-Pine-Moon/cursors/link new file mode 100644 index 0000000..f7ea002 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/link differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/ll_angle b/.icons/Simp1e-Rose-Pine-Moon/cursors/ll_angle new file mode 100644 index 0000000..275eb6b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/ll_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/lr_angle b/.icons/Simp1e-Rose-Pine-Moon/cursors/lr_angle new file mode 100644 index 0000000..333806b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/lr_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/move b/.icons/Simp1e-Rose-Pine-Moon/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/n-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/ne-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/nesw-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/no-drop b/.icons/Simp1e-Rose-Pine-Moon/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/not-allowed b/.icons/Simp1e-Rose-Pine-Moon/cursors/not-allowed new file mode 100644 index 0000000..a6ca662 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/not-allowed differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/ns-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/nw-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/nwse-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/openhand b/.icons/Simp1e-Rose-Pine-Moon/cursors/openhand new file mode 100644 index 0000000..a84b460 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/openhand differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/pencil b/.icons/Simp1e-Rose-Pine-Moon/cursors/pencil new file mode 100644 index 0000000..36cf37b Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/pencil differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/pirate b/.icons/Simp1e-Rose-Pine-Moon/cursors/pirate new file mode 100644 index 0000000..bca1516 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/pirate differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/plus b/.icons/Simp1e-Rose-Pine-Moon/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/pointer b/.icons/Simp1e-Rose-Pine-Moon/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/pointer-move b/.icons/Simp1e-Rose-Pine-Moon/cursors/pointer-move new file mode 100644 index 0000000..a8de039 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/pointer-move differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/pointing_hand b/.icons/Simp1e-Rose-Pine-Moon/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/progress b/.icons/Simp1e-Rose-Pine-Moon/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/question_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/right-arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/right_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/right_ptr b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_ptr new file mode 100644 index 0000000..bb06e47 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_ptr differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/right_side b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_side new file mode 100644 index 0000000..0714138 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/right_tee b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_tee new file mode 100644 index 0000000..4a778f7 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/right_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/row-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/row-resize new file mode 100644 index 0000000..9ae6c38 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/row-resize differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/s-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_down_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_down_arrow new file mode 100644 index 0000000..e6d4123 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_h_double_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_h_double_arrow new file mode 100644 index 0000000..9cbedfe Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_left_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_left_arrow new file mode 100644 index 0000000..66ed3e1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_right_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_right_arrow new file mode 100644 index 0000000..d8e23e9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_up_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_up_arrow new file mode 100644 index 0000000..5986195 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_v_double_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_v_double_arrow new file mode 100644 index 0000000..af3dfbb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/se-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size-bdiag b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size-fdiag b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size-hor b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size-ver b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size_all b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_all new file mode 100644 index 0000000..7f9301a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_all differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size_bdiag b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size_fdiag b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size_hor b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/size_ver b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/split_h b/.icons/Simp1e-Rose-Pine-Moon/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/split_v b/.icons/Simp1e-Rose-Pine-Moon/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/sw-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/target b/.icons/Simp1e-Rose-Pine-Moon/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/tcross b/.icons/Simp1e-Rose-Pine-Moon/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/text b/.icons/Simp1e-Rose-Pine-Moon/cursors/text new file mode 100644 index 0000000..714799f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/text differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/top_left_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/top_left_corner b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_left_corner new file mode 100644 index 0000000..6147010 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/top_right_corner b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_right_corner new file mode 100644 index 0000000..5cc3173 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/top_side b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_side new file mode 100644 index 0000000..eee7740 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_side differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/top_tee b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_tee new file mode 100644 index 0000000..9a04506 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/top_tee differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/ul_angle b/.icons/Simp1e-Rose-Pine-Moon/cursors/ul_angle new file mode 100644 index 0000000..4a383b9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/ul_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/up-arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/ur_angle b/.icons/Simp1e-Rose-Pine-Moon/cursors/ur_angle new file mode 100644 index 0000000..aa3bf59 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/ur_angle differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/v_double_arrow b/.icons/Simp1e-Rose-Pine-Moon/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/vertical-text b/.icons/Simp1e-Rose-Pine-Moon/cursors/vertical-text new file mode 100644 index 0000000..8f5f222 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/vertical-text differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/w-resize b/.icons/Simp1e-Rose-Pine-Moon/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/wait b/.icons/Simp1e-Rose-Pine-Moon/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/watch b/.icons/Simp1e-Rose-Pine-Moon/cursors/watch new file mode 100644 index 0000000..2fd207e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/watch differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/wayland-cursor b/.icons/Simp1e-Rose-Pine-Moon/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/whats_this b/.icons/Simp1e-Rose-Pine-Moon/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/x-cursor b/.icons/Simp1e-Rose-Pine-Moon/cursors/x-cursor new file mode 100644 index 0000000..5421b13 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/x-cursor differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/xterm b/.icons/Simp1e-Rose-Pine-Moon/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom-in b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom-in new file mode 100644 index 0000000..b32395c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom-in differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom-out b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom-out new file mode 100644 index 0000000..f095e10 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom-out differ diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom_in b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom_out b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine-Moon/index.theme b/.icons/Simp1e-Rose-Pine-Moon/index.theme new file mode 100644 index 0000000..ac4936b --- /dev/null +++ b/.icons/Simp1e-Rose-Pine-Moon/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Rose-Pine-Moon" diff --git a/.icons/Simp1e-Rose-Pine/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Rose-Pine/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Rose-Pine/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Rose-Pine/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Rose-Pine/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Rose-Pine/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Rose-Pine/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Rose-Pine/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Rose-Pine/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Rose-Pine/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Rose-Pine/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Rose-Pine/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Rose-Pine/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Rose-Pine/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Rose-Pine/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Rose-Pine/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Rose-Pine/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Rose-Pine/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Rose-Pine/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Rose-Pine/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Rose-Pine/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Rose-Pine/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Rose-Pine/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Rose-Pine/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Rose-Pine/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Rose-Pine/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Rose-Pine/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Rose-Pine/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Rose-Pine/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/X_cursor b/.icons/Simp1e-Rose-Pine/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Rose-Pine/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/alias b/.icons/Simp1e-Rose-Pine/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/all-scroll b/.icons/Simp1e-Rose-Pine/cursors/all-scroll new file mode 100644 index 0000000..4c38738 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/all-scroll differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/arrow b/.icons/Simp1e-Rose-Pine/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Rose-Pine/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/based_arrow_down b/.icons/Simp1e-Rose-Pine/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/based_arrow_up b/.icons/Simp1e-Rose-Pine/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/bd_double_arrow b/.icons/Simp1e-Rose-Pine/cursors/bd_double_arrow new file mode 100644 index 0000000..5645e19 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/bottom_left_corner b/.icons/Simp1e-Rose-Pine/cursors/bottom_left_corner new file mode 100644 index 0000000..8f25929 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/bottom_right_corner b/.icons/Simp1e-Rose-Pine/cursors/bottom_right_corner new file mode 100644 index 0000000..d5c0a23 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/bottom_side b/.icons/Simp1e-Rose-Pine/cursors/bottom_side new file mode 100644 index 0000000..d00a7fb Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/bottom_side differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/bottom_tee b/.icons/Simp1e-Rose-Pine/cursors/bottom_tee new file mode 100644 index 0000000..6264310 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Rose-Pine/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Rose-Pine/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/cell b/.icons/Simp1e-Rose-Pine/cursors/cell new file mode 100644 index 0000000..6ced8f9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/cell differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/center_ptr b/.icons/Simp1e-Rose-Pine/cursors/center_ptr new file mode 100644 index 0000000..1c40943 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/center_ptr differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/circle b/.icons/Simp1e-Rose-Pine/cursors/circle new file mode 100644 index 0000000..68e96f9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/circle differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/clock b/.icons/Simp1e-Rose-Pine/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/closedhand b/.icons/Simp1e-Rose-Pine/cursors/closedhand new file mode 100644 index 0000000..9d5787c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/closedhand differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/col-resize b/.icons/Simp1e-Rose-Pine/cursors/col-resize new file mode 100644 index 0000000..0c4310c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/col-resize differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/color-picker b/.icons/Simp1e-Rose-Pine/cursors/color-picker new file mode 100644 index 0000000..04f4464 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/color-picker differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/context-menu b/.icons/Simp1e-Rose-Pine/cursors/context-menu new file mode 100644 index 0000000..d5d8ff0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/context-menu differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/copy b/.icons/Simp1e-Rose-Pine/cursors/copy new file mode 100644 index 0000000..981d3c9 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/copy differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/cross b/.icons/Simp1e-Rose-Pine/cursors/cross new file mode 100644 index 0000000..a60f4a0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/cross differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/cross_reverse b/.icons/Simp1e-Rose-Pine/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/crossed_circle b/.icons/Simp1e-Rose-Pine/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/crosshair b/.icons/Simp1e-Rose-Pine/cursors/crosshair new file mode 100644 index 0000000..10aea40 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/crosshair differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Rose-Pine/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/default b/.icons/Simp1e-Rose-Pine/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/diamond_cross b/.icons/Simp1e-Rose-Pine/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/dnd-ask b/.icons/Simp1e-Rose-Pine/cursors/dnd-ask new file mode 100644 index 0000000..e97bb93 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/dnd-copy b/.icons/Simp1e-Rose-Pine/cursors/dnd-copy new file mode 100644 index 0000000..59bc17f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/dnd-link b/.icons/Simp1e-Rose-Pine/cursors/dnd-link new file mode 100644 index 0000000..fca5958 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/dnd-link differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/dnd-move b/.icons/Simp1e-Rose-Pine/cursors/dnd-move new file mode 100644 index 0000000..d31e477 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/dnd-move differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/dnd-no-drop b/.icons/Simp1e-Rose-Pine/cursors/dnd-no-drop new file mode 100644 index 0000000..fcc4037 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/dnd-none b/.icons/Simp1e-Rose-Pine/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/dot b/.icons/Simp1e-Rose-Pine/cursors/dot new file mode 100644 index 0000000..52e1c40 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/dot differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/dot_box_mask b/.icons/Simp1e-Rose-Pine/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/dotbox b/.icons/Simp1e-Rose-Pine/cursors/dotbox new file mode 100644 index 0000000..93de45a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/dotbox differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/double_arrow b/.icons/Simp1e-Rose-Pine/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/down-arrow b/.icons/Simp1e-Rose-Pine/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/draft b/.icons/Simp1e-Rose-Pine/cursors/draft new file mode 100644 index 0000000..2910713 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/draft differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/draped_box b/.icons/Simp1e-Rose-Pine/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/e-resize b/.icons/Simp1e-Rose-Pine/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Rose-Pine/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/ew-resize b/.icons/Simp1e-Rose-Pine/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Rose-Pine/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Rose-Pine/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Rose-Pine/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Rose-Pine/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/fd_double_arrow b/.icons/Simp1e-Rose-Pine/cursors/fd_double_arrow new file mode 100644 index 0000000..1257c79 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/fleur b/.icons/Simp1e-Rose-Pine/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/forbidden b/.icons/Simp1e-Rose-Pine/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/grab b/.icons/Simp1e-Rose-Pine/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/grabbing b/.icons/Simp1e-Rose-Pine/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/gumby b/.icons/Simp1e-Rose-Pine/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/h_double_arrow b/.icons/Simp1e-Rose-Pine/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/half-busy b/.icons/Simp1e-Rose-Pine/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/hand b/.icons/Simp1e-Rose-Pine/cursors/hand new file mode 100644 index 0000000..ea9d291 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/hand differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/hand1 b/.icons/Simp1e-Rose-Pine/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/hand2 b/.icons/Simp1e-Rose-Pine/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/help b/.icons/Simp1e-Rose-Pine/cursors/help new file mode 100644 index 0000000..6bca8cd Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/help differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/ibeam b/.icons/Simp1e-Rose-Pine/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/icon b/.icons/Simp1e-Rose-Pine/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/kill b/.icons/Simp1e-Rose-Pine/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/left-arrow b/.icons/Simp1e-Rose-Pine/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/left_arrow b/.icons/Simp1e-Rose-Pine/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/left_ptr b/.icons/Simp1e-Rose-Pine/cursors/left_ptr new file mode 100644 index 0000000..76d0b83 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/left_ptr differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/left_ptr_watch b/.icons/Simp1e-Rose-Pine/cursors/left_ptr_watch new file mode 100644 index 0000000..388fbb2 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/left_side b/.icons/Simp1e-Rose-Pine/cursors/left_side new file mode 100644 index 0000000..1582605 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/left_side differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/left_tee b/.icons/Simp1e-Rose-Pine/cursors/left_tee new file mode 100644 index 0000000..ad12d5d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/left_tee differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/link b/.icons/Simp1e-Rose-Pine/cursors/link new file mode 100644 index 0000000..fb96a9f Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/link differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/ll_angle b/.icons/Simp1e-Rose-Pine/cursors/ll_angle new file mode 100644 index 0000000..e21e74d Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/ll_angle differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/lr_angle b/.icons/Simp1e-Rose-Pine/cursors/lr_angle new file mode 100644 index 0000000..4163444 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/lr_angle differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/move b/.icons/Simp1e-Rose-Pine/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/n-resize b/.icons/Simp1e-Rose-Pine/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/ne-resize b/.icons/Simp1e-Rose-Pine/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/nesw-resize b/.icons/Simp1e-Rose-Pine/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/no-drop b/.icons/Simp1e-Rose-Pine/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/not-allowed b/.icons/Simp1e-Rose-Pine/cursors/not-allowed new file mode 100644 index 0000000..a52f9b3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/not-allowed differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/ns-resize b/.icons/Simp1e-Rose-Pine/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/nw-resize b/.icons/Simp1e-Rose-Pine/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/nwse-resize b/.icons/Simp1e-Rose-Pine/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/openhand b/.icons/Simp1e-Rose-Pine/cursors/openhand new file mode 100644 index 0000000..670b7f5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/openhand differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/pencil b/.icons/Simp1e-Rose-Pine/cursors/pencil new file mode 100644 index 0000000..75d9a1c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/pencil differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/pirate b/.icons/Simp1e-Rose-Pine/cursors/pirate new file mode 100644 index 0000000..ebd01da Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/pirate differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/plus b/.icons/Simp1e-Rose-Pine/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/pointer b/.icons/Simp1e-Rose-Pine/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/pointer-move b/.icons/Simp1e-Rose-Pine/cursors/pointer-move new file mode 100644 index 0000000..b5bb875 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/pointer-move differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/pointing_hand b/.icons/Simp1e-Rose-Pine/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/progress b/.icons/Simp1e-Rose-Pine/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/question_arrow b/.icons/Simp1e-Rose-Pine/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/right-arrow b/.icons/Simp1e-Rose-Pine/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/right_arrow b/.icons/Simp1e-Rose-Pine/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/right_ptr b/.icons/Simp1e-Rose-Pine/cursors/right_ptr new file mode 100644 index 0000000..84016b8 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/right_ptr differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/right_side b/.icons/Simp1e-Rose-Pine/cursors/right_side new file mode 100644 index 0000000..d97e6b3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/right_side differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/right_tee b/.icons/Simp1e-Rose-Pine/cursors/right_tee new file mode 100644 index 0000000..e48b649 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/right_tee differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/row-resize b/.icons/Simp1e-Rose-Pine/cursors/row-resize new file mode 100644 index 0000000..e8d09c3 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/row-resize differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/s-resize b/.icons/Simp1e-Rose-Pine/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/sb_down_arrow b/.icons/Simp1e-Rose-Pine/cursors/sb_down_arrow new file mode 100644 index 0000000..8a43912 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/sb_h_double_arrow b/.icons/Simp1e-Rose-Pine/cursors/sb_h_double_arrow new file mode 100644 index 0000000..5ab82ce Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/sb_left_arrow b/.icons/Simp1e-Rose-Pine/cursors/sb_left_arrow new file mode 100644 index 0000000..68fb200 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/sb_right_arrow b/.icons/Simp1e-Rose-Pine/cursors/sb_right_arrow new file mode 100644 index 0000000..80dd2b7 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/sb_up_arrow b/.icons/Simp1e-Rose-Pine/cursors/sb_up_arrow new file mode 100644 index 0000000..fda44ea Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/sb_v_double_arrow b/.icons/Simp1e-Rose-Pine/cursors/sb_v_double_arrow new file mode 100644 index 0000000..895cfa6 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/se-resize b/.icons/Simp1e-Rose-Pine/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size-bdiag b/.icons/Simp1e-Rose-Pine/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size-fdiag b/.icons/Simp1e-Rose-Pine/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size-hor b/.icons/Simp1e-Rose-Pine/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size-ver b/.icons/Simp1e-Rose-Pine/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size_all b/.icons/Simp1e-Rose-Pine/cursors/size_all new file mode 100644 index 0000000..cc06f66 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/size_all differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/size_bdiag b/.icons/Simp1e-Rose-Pine/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size_fdiag b/.icons/Simp1e-Rose-Pine/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size_hor b/.icons/Simp1e-Rose-Pine/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/size_ver b/.icons/Simp1e-Rose-Pine/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/split_h b/.icons/Simp1e-Rose-Pine/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/split_v b/.icons/Simp1e-Rose-Pine/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/sw-resize b/.icons/Simp1e-Rose-Pine/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/target b/.icons/Simp1e-Rose-Pine/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/tcross b/.icons/Simp1e-Rose-Pine/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/text b/.icons/Simp1e-Rose-Pine/cursors/text new file mode 100644 index 0000000..d236132 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/text differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/top_left_arrow b/.icons/Simp1e-Rose-Pine/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/top_left_corner b/.icons/Simp1e-Rose-Pine/cursors/top_left_corner new file mode 100644 index 0000000..c7ba037 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/top_right_corner b/.icons/Simp1e-Rose-Pine/cursors/top_right_corner new file mode 100644 index 0000000..fe413e0 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/top_side b/.icons/Simp1e-Rose-Pine/cursors/top_side new file mode 100644 index 0000000..e4c4c42 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/top_side differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/top_tee b/.icons/Simp1e-Rose-Pine/cursors/top_tee new file mode 100644 index 0000000..6ee470a Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/top_tee differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/ul_angle b/.icons/Simp1e-Rose-Pine/cursors/ul_angle new file mode 100644 index 0000000..237cd11 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/ul_angle differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/up-arrow b/.icons/Simp1e-Rose-Pine/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/ur_angle b/.icons/Simp1e-Rose-Pine/cursors/ur_angle new file mode 100644 index 0000000..3269929 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/ur_angle differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/v_double_arrow b/.icons/Simp1e-Rose-Pine/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/vertical-text b/.icons/Simp1e-Rose-Pine/cursors/vertical-text new file mode 100644 index 0000000..f18a4f1 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/vertical-text differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/w-resize b/.icons/Simp1e-Rose-Pine/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/wait b/.icons/Simp1e-Rose-Pine/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/watch b/.icons/Simp1e-Rose-Pine/cursors/watch new file mode 100644 index 0000000..097b8c5 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/watch differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/wayland-cursor b/.icons/Simp1e-Rose-Pine/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/whats_this b/.icons/Simp1e-Rose-Pine/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/x-cursor b/.icons/Simp1e-Rose-Pine/cursors/x-cursor new file mode 100644 index 0000000..87cea93 Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/x-cursor differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/xterm b/.icons/Simp1e-Rose-Pine/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/zoom-in b/.icons/Simp1e-Rose-Pine/cursors/zoom-in new file mode 100644 index 0000000..d4ed74e Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/zoom-in differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/zoom-out b/.icons/Simp1e-Rose-Pine/cursors/zoom-out new file mode 100644 index 0000000..f62c33c Binary files /dev/null and b/.icons/Simp1e-Rose-Pine/cursors/zoom-out differ diff --git a/.icons/Simp1e-Rose-Pine/cursors/zoom_in b/.icons/Simp1e-Rose-Pine/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/cursors/zoom_out b/.icons/Simp1e-Rose-Pine/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Rose-Pine/index.theme b/.icons/Simp1e-Rose-Pine/index.theme new file mode 100644 index 0000000..0584c20 --- /dev/null +++ b/.icons/Simp1e-Rose-Pine/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Rose-Pine" diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Solarized-Dark-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Solarized-Dark-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Solarized-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Solarized-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Solarized-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Solarized-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Solarized-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Solarized-Dark-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Solarized-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Solarized-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Solarized-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Solarized-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Solarized-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Solarized-Dark-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Solarized-Dark-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Solarized-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Solarized-Dark-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Solarized-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Solarized-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Solarized-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Solarized-Dark-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Solarized-Dark-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Solarized-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Solarized-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Solarized-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Solarized-Dark-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Solarized-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Solarized-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/X_cursor b/.icons/Simp1e-Solarized-Dark-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Solarized-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/alias b/.icons/Simp1e-Solarized-Dark-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/all-scroll b/.icons/Simp1e-Solarized-Dark-Left/cursors/all-scroll new file mode 100644 index 0000000..dc27d3e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Solarized-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/based_arrow_down b/.icons/Simp1e-Solarized-Dark-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/based_arrow_up b/.icons/Simp1e-Solarized-Dark-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/bd_double_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..6cf656e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_left_corner b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..7b12b2d Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_right_corner b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..086ef38 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_side b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_side new file mode 100644 index 0000000..0e3c218 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_tee b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_tee new file mode 100644 index 0000000..e82d8ee Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Solarized-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Solarized-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/cell b/.icons/Simp1e-Solarized-Dark-Left/cursors/cell new file mode 100644 index 0000000..597c2a5 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/cell differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/center_ptr b/.icons/Simp1e-Solarized-Dark-Left/cursors/center_ptr new file mode 100644 index 0000000..7741e9a Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/circle b/.icons/Simp1e-Solarized-Dark-Left/cursors/circle new file mode 100644 index 0000000..29bdcce Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/circle differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/clock b/.icons/Simp1e-Solarized-Dark-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/closedhand b/.icons/Simp1e-Solarized-Dark-Left/cursors/closedhand new file mode 100644 index 0000000..b295ada Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/col-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/col-resize new file mode 100644 index 0000000..1eb187e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/color-picker b/.icons/Simp1e-Solarized-Dark-Left/cursors/color-picker new file mode 100644 index 0000000..2415dbd Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/context-menu b/.icons/Simp1e-Solarized-Dark-Left/cursors/context-menu new file mode 100644 index 0000000..919c593 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/copy b/.icons/Simp1e-Solarized-Dark-Left/cursors/copy new file mode 100644 index 0000000..2aab895 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/copy differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/cross b/.icons/Simp1e-Solarized-Dark-Left/cursors/cross new file mode 100644 index 0000000..cca4b35 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/cross differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/cross_reverse b/.icons/Simp1e-Solarized-Dark-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/crossed_circle b/.icons/Simp1e-Solarized-Dark-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/crosshair b/.icons/Simp1e-Solarized-Dark-Left/cursors/crosshair new file mode 100644 index 0000000..27de505 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Solarized-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/default b/.icons/Simp1e-Solarized-Dark-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/diamond_cross b/.icons/Simp1e-Solarized-Dark-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-ask b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-ask new file mode 100644 index 0000000..b6c57ca Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-copy b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-copy new file mode 100644 index 0000000..5ac2083 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-link b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-link new file mode 100644 index 0000000..4c63646 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-move b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-move new file mode 100644 index 0000000..bde10c4 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-no-drop b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..4d46eec Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-none b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dot b/.icons/Simp1e-Solarized-Dark-Left/cursors/dot new file mode 100644 index 0000000..2f9ec2a Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/dot differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dot_box_mask b/.icons/Simp1e-Solarized-Dark-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/dotbox b/.icons/Simp1e-Solarized-Dark-Left/cursors/dotbox new file mode 100644 index 0000000..1fdf7a3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/double_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/down-arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/draft b/.icons/Simp1e-Solarized-Dark-Left/cursors/draft new file mode 100644 index 0000000..f2d6dab Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/draft differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/draped_box b/.icons/Simp1e-Solarized-Dark-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/e-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Solarized-Dark-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/ew-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Solarized-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Solarized-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Solarized-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Solarized-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/fd_double_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..9185ba1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/fleur b/.icons/Simp1e-Solarized-Dark-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/forbidden b/.icons/Simp1e-Solarized-Dark-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/grab b/.icons/Simp1e-Solarized-Dark-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/grabbing b/.icons/Simp1e-Solarized-Dark-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/gumby b/.icons/Simp1e-Solarized-Dark-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/h_double_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/half-busy b/.icons/Simp1e-Solarized-Dark-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/hand b/.icons/Simp1e-Solarized-Dark-Left/cursors/hand new file mode 100644 index 0000000..85424bd Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/hand differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/hand1 b/.icons/Simp1e-Solarized-Dark-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/hand2 b/.icons/Simp1e-Solarized-Dark-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/help b/.icons/Simp1e-Solarized-Dark-Left/cursors/help new file mode 100644 index 0000000..74fc2a2 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/help differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/ibeam b/.icons/Simp1e-Solarized-Dark-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/icon b/.icons/Simp1e-Solarized-Dark-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/kill b/.icons/Simp1e-Solarized-Dark-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/left-arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/left_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/left_ptr b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_ptr new file mode 100644 index 0000000..0f10d6f Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/left_ptr_watch b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..4ad821f Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/left_side b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_side new file mode 100644 index 0000000..5584976 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/left_tee b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_tee new file mode 100644 index 0000000..dc83007 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/link b/.icons/Simp1e-Solarized-Dark-Left/cursors/link new file mode 100644 index 0000000..a35c604 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/link differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/ll_angle b/.icons/Simp1e-Solarized-Dark-Left/cursors/ll_angle new file mode 100644 index 0000000..4f63f52 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/lr_angle b/.icons/Simp1e-Solarized-Dark-Left/cursors/lr_angle new file mode 100644 index 0000000..4de95ec Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/move b/.icons/Simp1e-Solarized-Dark-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/n-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/ne-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/nesw-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/no-drop b/.icons/Simp1e-Solarized-Dark-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/not-allowed b/.icons/Simp1e-Solarized-Dark-Left/cursors/not-allowed new file mode 100644 index 0000000..c6bf312 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/ns-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/nw-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/nwse-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/openhand b/.icons/Simp1e-Solarized-Dark-Left/cursors/openhand new file mode 100644 index 0000000..61d0178 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/pencil b/.icons/Simp1e-Solarized-Dark-Left/cursors/pencil new file mode 100644 index 0000000..65d4722 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/pirate b/.icons/Simp1e-Solarized-Dark-Left/cursors/pirate new file mode 100644 index 0000000..ea2c128 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/plus b/.icons/Simp1e-Solarized-Dark-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/pointer b/.icons/Simp1e-Solarized-Dark-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/pointer-move b/.icons/Simp1e-Solarized-Dark-Left/cursors/pointer-move new file mode 100644 index 0000000..b0fe493 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/pointing_hand b/.icons/Simp1e-Solarized-Dark-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/progress b/.icons/Simp1e-Solarized-Dark-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/question_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/right-arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/right_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/right_ptr b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_ptr new file mode 100644 index 0000000..9ba3352 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/right_side b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_side new file mode 100644 index 0000000..18deb96 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/right_tee b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_tee new file mode 100644 index 0000000..4e27bc3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/row-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/row-resize new file mode 100644 index 0000000..cd7d31c Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/s-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_down_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..b02b27a Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..b6f2628 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_left_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..ab9d5e6 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_right_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..0941202 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_up_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..2e693ac Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..94ca80e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/se-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size-bdiag b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size-fdiag b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size-hor b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size-ver b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size_all b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_all new file mode 100644 index 0000000..e7681e7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size_bdiag b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size_fdiag b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size_hor b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/size_ver b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/split_h b/.icons/Simp1e-Solarized-Dark-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/split_v b/.icons/Simp1e-Solarized-Dark-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/sw-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/target b/.icons/Simp1e-Solarized-Dark-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/tcross b/.icons/Simp1e-Solarized-Dark-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/text b/.icons/Simp1e-Solarized-Dark-Left/cursors/text new file mode 100644 index 0000000..4a195c7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/text differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/top_left_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/top_left_corner b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_left_corner new file mode 100644 index 0000000..2420c6a Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/top_right_corner b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_right_corner new file mode 100644 index 0000000..135bbc9 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/top_side b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_side new file mode 100644 index 0000000..d16c136 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/top_tee b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_tee new file mode 100644 index 0000000..cc6503e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/ul_angle b/.icons/Simp1e-Solarized-Dark-Left/cursors/ul_angle new file mode 100644 index 0000000..9da047a Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/up-arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/ur_angle b/.icons/Simp1e-Solarized-Dark-Left/cursors/ur_angle new file mode 100644 index 0000000..e641802 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/v_double_arrow b/.icons/Simp1e-Solarized-Dark-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/vertical-text b/.icons/Simp1e-Solarized-Dark-Left/cursors/vertical-text new file mode 100644 index 0000000..5c2813c Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/w-resize b/.icons/Simp1e-Solarized-Dark-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/wait b/.icons/Simp1e-Solarized-Dark-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/watch b/.icons/Simp1e-Solarized-Dark-Left/cursors/watch new file mode 100644 index 0000000..73c7280 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/watch differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/wayland-cursor b/.icons/Simp1e-Solarized-Dark-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/whats_this b/.icons/Simp1e-Solarized-Dark-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/x-cursor b/.icons/Simp1e-Solarized-Dark-Left/cursors/x-cursor new file mode 100644 index 0000000..e12d0de Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/xterm b/.icons/Simp1e-Solarized-Dark-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom-in b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom-in new file mode 100644 index 0000000..5929125 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom-out b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom-out new file mode 100644 index 0000000..e6da25a Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom_in b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom_out b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark-Left/index.theme b/.icons/Simp1e-Solarized-Dark-Left/index.theme new file mode 100644 index 0000000..f29dde6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Solarized-Dark-Left" diff --git a/.icons/Simp1e-Solarized-Dark/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Solarized-Dark/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Solarized-Dark/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Solarized-Dark/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Solarized-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Solarized-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Solarized-Dark/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Solarized-Dark/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Solarized-Dark/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Solarized-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Solarized-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Solarized-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Solarized-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Solarized-Dark/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Solarized-Dark/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Solarized-Dark/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Solarized-Dark/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Solarized-Dark/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Solarized-Dark/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Solarized-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Solarized-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Solarized-Dark/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Solarized-Dark/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Solarized-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Solarized-Dark/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Solarized-Dark/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Solarized-Dark/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Solarized-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Solarized-Dark/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/X_cursor b/.icons/Simp1e-Solarized-Dark/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Solarized-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/alias b/.icons/Simp1e-Solarized-Dark/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/all-scroll b/.icons/Simp1e-Solarized-Dark/cursors/all-scroll new file mode 100644 index 0000000..0c23970 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/all-scroll differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/arrow b/.icons/Simp1e-Solarized-Dark/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Solarized-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/based_arrow_down b/.icons/Simp1e-Solarized-Dark/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/based_arrow_up b/.icons/Simp1e-Solarized-Dark/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/bd_double_arrow b/.icons/Simp1e-Solarized-Dark/cursors/bd_double_arrow new file mode 100644 index 0000000..04c2af4 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/bottom_left_corner b/.icons/Simp1e-Solarized-Dark/cursors/bottom_left_corner new file mode 100644 index 0000000..8e85d35 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/bottom_right_corner b/.icons/Simp1e-Solarized-Dark/cursors/bottom_right_corner new file mode 100644 index 0000000..a8d21ab Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/bottom_side b/.icons/Simp1e-Solarized-Dark/cursors/bottom_side new file mode 100644 index 0000000..f8ab835 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/bottom_side differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/bottom_tee b/.icons/Simp1e-Solarized-Dark/cursors/bottom_tee new file mode 100644 index 0000000..14e5849 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Solarized-Dark/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Solarized-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/cell b/.icons/Simp1e-Solarized-Dark/cursors/cell new file mode 100644 index 0000000..41ca585 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/cell differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/center_ptr b/.icons/Simp1e-Solarized-Dark/cursors/center_ptr new file mode 100644 index 0000000..9e49da2 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/center_ptr differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/circle b/.icons/Simp1e-Solarized-Dark/cursors/circle new file mode 100644 index 0000000..b3c627c Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/circle differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/clock b/.icons/Simp1e-Solarized-Dark/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/closedhand b/.icons/Simp1e-Solarized-Dark/cursors/closedhand new file mode 100644 index 0000000..784e6ef Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/closedhand differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/col-resize b/.icons/Simp1e-Solarized-Dark/cursors/col-resize new file mode 100644 index 0000000..6cc90a4 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/col-resize differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/color-picker b/.icons/Simp1e-Solarized-Dark/cursors/color-picker new file mode 100644 index 0000000..218ac1e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/color-picker differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/context-menu b/.icons/Simp1e-Solarized-Dark/cursors/context-menu new file mode 100644 index 0000000..8ae59d6 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/context-menu differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/copy b/.icons/Simp1e-Solarized-Dark/cursors/copy new file mode 100644 index 0000000..027593f Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/copy differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/cross b/.icons/Simp1e-Solarized-Dark/cursors/cross new file mode 100644 index 0000000..b43eece Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/cross differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/cross_reverse b/.icons/Simp1e-Solarized-Dark/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/crossed_circle b/.icons/Simp1e-Solarized-Dark/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/crosshair b/.icons/Simp1e-Solarized-Dark/cursors/crosshair new file mode 100644 index 0000000..d28e073 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/crosshair differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Solarized-Dark/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/default b/.icons/Simp1e-Solarized-Dark/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/diamond_cross b/.icons/Simp1e-Solarized-Dark/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dnd-ask b/.icons/Simp1e-Solarized-Dark/cursors/dnd-ask new file mode 100644 index 0000000..c43af06 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dnd-copy b/.icons/Simp1e-Solarized-Dark/cursors/dnd-copy new file mode 100644 index 0000000..90339da Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dnd-link b/.icons/Simp1e-Solarized-Dark/cursors/dnd-link new file mode 100644 index 0000000..4de7ac1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/dnd-link differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dnd-move b/.icons/Simp1e-Solarized-Dark/cursors/dnd-move new file mode 100644 index 0000000..2bfdb64 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/dnd-move differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dnd-no-drop b/.icons/Simp1e-Solarized-Dark/cursors/dnd-no-drop new file mode 100644 index 0000000..2e08810 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dnd-none b/.icons/Simp1e-Solarized-Dark/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dot b/.icons/Simp1e-Solarized-Dark/cursors/dot new file mode 100644 index 0000000..5a063b7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/dot differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dot_box_mask b/.icons/Simp1e-Solarized-Dark/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/dotbox b/.icons/Simp1e-Solarized-Dark/cursors/dotbox new file mode 100644 index 0000000..d0ffbb4 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/dotbox differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/double_arrow b/.icons/Simp1e-Solarized-Dark/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/down-arrow b/.icons/Simp1e-Solarized-Dark/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/draft b/.icons/Simp1e-Solarized-Dark/cursors/draft new file mode 100644 index 0000000..2a7221e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/draft differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/draped_box b/.icons/Simp1e-Solarized-Dark/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/e-resize b/.icons/Simp1e-Solarized-Dark/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Solarized-Dark/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/ew-resize b/.icons/Simp1e-Solarized-Dark/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Solarized-Dark/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Solarized-Dark/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Solarized-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Solarized-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/fd_double_arrow b/.icons/Simp1e-Solarized-Dark/cursors/fd_double_arrow new file mode 100644 index 0000000..8e3dd44 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/fleur b/.icons/Simp1e-Solarized-Dark/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/forbidden b/.icons/Simp1e-Solarized-Dark/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/grab b/.icons/Simp1e-Solarized-Dark/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/grabbing b/.icons/Simp1e-Solarized-Dark/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/gumby b/.icons/Simp1e-Solarized-Dark/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/h_double_arrow b/.icons/Simp1e-Solarized-Dark/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/half-busy b/.icons/Simp1e-Solarized-Dark/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/hand b/.icons/Simp1e-Solarized-Dark/cursors/hand new file mode 100644 index 0000000..86f5070 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/hand differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/hand1 b/.icons/Simp1e-Solarized-Dark/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/hand2 b/.icons/Simp1e-Solarized-Dark/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/help b/.icons/Simp1e-Solarized-Dark/cursors/help new file mode 100644 index 0000000..85b7f77 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/help differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/ibeam b/.icons/Simp1e-Solarized-Dark/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/icon b/.icons/Simp1e-Solarized-Dark/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/kill b/.icons/Simp1e-Solarized-Dark/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/left-arrow b/.icons/Simp1e-Solarized-Dark/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/left_arrow b/.icons/Simp1e-Solarized-Dark/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/left_ptr b/.icons/Simp1e-Solarized-Dark/cursors/left_ptr new file mode 100644 index 0000000..202afb9 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/left_ptr differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/left_ptr_watch b/.icons/Simp1e-Solarized-Dark/cursors/left_ptr_watch new file mode 100644 index 0000000..47ab379 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/left_side b/.icons/Simp1e-Solarized-Dark/cursors/left_side new file mode 100644 index 0000000..b9ac66c Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/left_side differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/left_tee b/.icons/Simp1e-Solarized-Dark/cursors/left_tee new file mode 100644 index 0000000..d7b8df0 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/left_tee differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/link b/.icons/Simp1e-Solarized-Dark/cursors/link new file mode 100644 index 0000000..dc0b1eb Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/link differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/ll_angle b/.icons/Simp1e-Solarized-Dark/cursors/ll_angle new file mode 100644 index 0000000..ffd43be Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/ll_angle differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/lr_angle b/.icons/Simp1e-Solarized-Dark/cursors/lr_angle new file mode 100644 index 0000000..5b102d5 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/lr_angle differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/move b/.icons/Simp1e-Solarized-Dark/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/n-resize b/.icons/Simp1e-Solarized-Dark/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/ne-resize b/.icons/Simp1e-Solarized-Dark/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/nesw-resize b/.icons/Simp1e-Solarized-Dark/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/no-drop b/.icons/Simp1e-Solarized-Dark/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/not-allowed b/.icons/Simp1e-Solarized-Dark/cursors/not-allowed new file mode 100644 index 0000000..af367a8 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/not-allowed differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/ns-resize b/.icons/Simp1e-Solarized-Dark/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/nw-resize b/.icons/Simp1e-Solarized-Dark/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/nwse-resize b/.icons/Simp1e-Solarized-Dark/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/openhand b/.icons/Simp1e-Solarized-Dark/cursors/openhand new file mode 100644 index 0000000..e3b7317 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/openhand differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/pencil b/.icons/Simp1e-Solarized-Dark/cursors/pencil new file mode 100644 index 0000000..3bc470b Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/pencil differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/pirate b/.icons/Simp1e-Solarized-Dark/cursors/pirate new file mode 100644 index 0000000..c5b9515 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/pirate differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/plus b/.icons/Simp1e-Solarized-Dark/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/pointer b/.icons/Simp1e-Solarized-Dark/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/pointer-move b/.icons/Simp1e-Solarized-Dark/cursors/pointer-move new file mode 100644 index 0000000..442311d Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/pointer-move differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/pointing_hand b/.icons/Simp1e-Solarized-Dark/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/progress b/.icons/Simp1e-Solarized-Dark/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/question_arrow b/.icons/Simp1e-Solarized-Dark/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/right-arrow b/.icons/Simp1e-Solarized-Dark/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/right_arrow b/.icons/Simp1e-Solarized-Dark/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/right_ptr b/.icons/Simp1e-Solarized-Dark/cursors/right_ptr new file mode 100644 index 0000000..e31f8e5 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/right_ptr differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/right_side b/.icons/Simp1e-Solarized-Dark/cursors/right_side new file mode 100644 index 0000000..a5e4beb Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/right_side differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/right_tee b/.icons/Simp1e-Solarized-Dark/cursors/right_tee new file mode 100644 index 0000000..7282f0e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/right_tee differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/row-resize b/.icons/Simp1e-Solarized-Dark/cursors/row-resize new file mode 100644 index 0000000..4a898d7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/row-resize differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/s-resize b/.icons/Simp1e-Solarized-Dark/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/sb_down_arrow b/.icons/Simp1e-Solarized-Dark/cursors/sb_down_arrow new file mode 100644 index 0000000..0e97898 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/sb_h_double_arrow b/.icons/Simp1e-Solarized-Dark/cursors/sb_h_double_arrow new file mode 100644 index 0000000..730b587 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/sb_left_arrow b/.icons/Simp1e-Solarized-Dark/cursors/sb_left_arrow new file mode 100644 index 0000000..ca3a9b3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/sb_right_arrow b/.icons/Simp1e-Solarized-Dark/cursors/sb_right_arrow new file mode 100644 index 0000000..4111c7c Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/sb_up_arrow b/.icons/Simp1e-Solarized-Dark/cursors/sb_up_arrow new file mode 100644 index 0000000..5181636 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/sb_v_double_arrow b/.icons/Simp1e-Solarized-Dark/cursors/sb_v_double_arrow new file mode 100644 index 0000000..9dd8e96 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/se-resize b/.icons/Simp1e-Solarized-Dark/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size-bdiag b/.icons/Simp1e-Solarized-Dark/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size-fdiag b/.icons/Simp1e-Solarized-Dark/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size-hor b/.icons/Simp1e-Solarized-Dark/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size-ver b/.icons/Simp1e-Solarized-Dark/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size_all b/.icons/Simp1e-Solarized-Dark/cursors/size_all new file mode 100644 index 0000000..ea9d3f2 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/size_all differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size_bdiag b/.icons/Simp1e-Solarized-Dark/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size_fdiag b/.icons/Simp1e-Solarized-Dark/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size_hor b/.icons/Simp1e-Solarized-Dark/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/size_ver b/.icons/Simp1e-Solarized-Dark/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/split_h b/.icons/Simp1e-Solarized-Dark/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/split_v b/.icons/Simp1e-Solarized-Dark/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/sw-resize b/.icons/Simp1e-Solarized-Dark/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/target b/.icons/Simp1e-Solarized-Dark/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/tcross b/.icons/Simp1e-Solarized-Dark/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/text b/.icons/Simp1e-Solarized-Dark/cursors/text new file mode 100644 index 0000000..c4f8828 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/text differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/top_left_arrow b/.icons/Simp1e-Solarized-Dark/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/top_left_corner b/.icons/Simp1e-Solarized-Dark/cursors/top_left_corner new file mode 100644 index 0000000..6a0e39c Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/top_right_corner b/.icons/Simp1e-Solarized-Dark/cursors/top_right_corner new file mode 100644 index 0000000..b726d23 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/top_side b/.icons/Simp1e-Solarized-Dark/cursors/top_side new file mode 100644 index 0000000..efaea18 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/top_side differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/top_tee b/.icons/Simp1e-Solarized-Dark/cursors/top_tee new file mode 100644 index 0000000..0375a6d Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/top_tee differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/ul_angle b/.icons/Simp1e-Solarized-Dark/cursors/ul_angle new file mode 100644 index 0000000..b4d8a5c Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/ul_angle differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/up-arrow b/.icons/Simp1e-Solarized-Dark/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/ur_angle b/.icons/Simp1e-Solarized-Dark/cursors/ur_angle new file mode 100644 index 0000000..c126677 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/ur_angle differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/v_double_arrow b/.icons/Simp1e-Solarized-Dark/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/vertical-text b/.icons/Simp1e-Solarized-Dark/cursors/vertical-text new file mode 100644 index 0000000..ee470d7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/vertical-text differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/w-resize b/.icons/Simp1e-Solarized-Dark/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/wait b/.icons/Simp1e-Solarized-Dark/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/watch b/.icons/Simp1e-Solarized-Dark/cursors/watch new file mode 100644 index 0000000..dc85fd4 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/watch differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/wayland-cursor b/.icons/Simp1e-Solarized-Dark/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/whats_this b/.icons/Simp1e-Solarized-Dark/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/x-cursor b/.icons/Simp1e-Solarized-Dark/cursors/x-cursor new file mode 100644 index 0000000..3c2f05e Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/x-cursor differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/xterm b/.icons/Simp1e-Solarized-Dark/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/zoom-in b/.icons/Simp1e-Solarized-Dark/cursors/zoom-in new file mode 100644 index 0000000..f60adec Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/zoom-in differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/zoom-out b/.icons/Simp1e-Solarized-Dark/cursors/zoom-out new file mode 100644 index 0000000..1191779 Binary files /dev/null and b/.icons/Simp1e-Solarized-Dark/cursors/zoom-out differ diff --git a/.icons/Simp1e-Solarized-Dark/cursors/zoom_in b/.icons/Simp1e-Solarized-Dark/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/cursors/zoom_out b/.icons/Simp1e-Solarized-Dark/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Dark/index.theme b/.icons/Simp1e-Solarized-Dark/index.theme new file mode 100644 index 0000000..55d6254 --- /dev/null +++ b/.icons/Simp1e-Solarized-Dark/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Solarized-Dark" diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Solarized-Light-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Solarized-Light-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Solarized-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Solarized-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Solarized-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Solarized-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Solarized-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Solarized-Light-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Solarized-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Solarized-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Solarized-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Solarized-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Solarized-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Solarized-Light-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Solarized-Light-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Solarized-Light-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Solarized-Light-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Solarized-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Solarized-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Solarized-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Solarized-Light-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Solarized-Light-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Solarized-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Solarized-Light-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Solarized-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Solarized-Light-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Solarized-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Solarized-Light-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/X_cursor b/.icons/Simp1e-Solarized-Light-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Solarized-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/alias b/.icons/Simp1e-Solarized-Light-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/all-scroll b/.icons/Simp1e-Solarized-Light-Left/cursors/all-scroll new file mode 100644 index 0000000..c2d6bf3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Solarized-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/based_arrow_down b/.icons/Simp1e-Solarized-Light-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/based_arrow_up b/.icons/Simp1e-Solarized-Light-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/bd_double_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..e8f7745 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_left_corner b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..2d59d8d Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_right_corner b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..9b5298a Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_side b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_side new file mode 100644 index 0000000..cfef121 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_tee b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_tee new file mode 100644 index 0000000..4dd7d45 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Solarized-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Solarized-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/cell b/.icons/Simp1e-Solarized-Light-Left/cursors/cell new file mode 100644 index 0000000..7be3b41 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/cell differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/center_ptr b/.icons/Simp1e-Solarized-Light-Left/cursors/center_ptr new file mode 100644 index 0000000..d718214 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/circle b/.icons/Simp1e-Solarized-Light-Left/cursors/circle new file mode 100644 index 0000000..7a4998b Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/circle differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/clock b/.icons/Simp1e-Solarized-Light-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/closedhand b/.icons/Simp1e-Solarized-Light-Left/cursors/closedhand new file mode 100644 index 0000000..28478af Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/col-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/col-resize new file mode 100644 index 0000000..17a877f Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/color-picker b/.icons/Simp1e-Solarized-Light-Left/cursors/color-picker new file mode 100644 index 0000000..35ab4c2 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/context-menu b/.icons/Simp1e-Solarized-Light-Left/cursors/context-menu new file mode 100644 index 0000000..20b0eab Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/copy b/.icons/Simp1e-Solarized-Light-Left/cursors/copy new file mode 100644 index 0000000..8d67e74 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/copy differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/cross b/.icons/Simp1e-Solarized-Light-Left/cursors/cross new file mode 100644 index 0000000..442895e Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/cross differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/cross_reverse b/.icons/Simp1e-Solarized-Light-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/crossed_circle b/.icons/Simp1e-Solarized-Light-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/crosshair b/.icons/Simp1e-Solarized-Light-Left/cursors/crosshair new file mode 100644 index 0000000..9d408e0 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Solarized-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/default b/.icons/Simp1e-Solarized-Light-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/diamond_cross b/.icons/Simp1e-Solarized-Light-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-ask b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-ask new file mode 100644 index 0000000..f7cb841 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-copy b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-copy new file mode 100644 index 0000000..da98a10 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-link b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-link new file mode 100644 index 0000000..f5bdb14 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-move b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-move new file mode 100644 index 0000000..78cccf4 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-no-drop b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..c388d05 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-none b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dot b/.icons/Simp1e-Solarized-Light-Left/cursors/dot new file mode 100644 index 0000000..61898b0 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/dot differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dot_box_mask b/.icons/Simp1e-Solarized-Light-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/dotbox b/.icons/Simp1e-Solarized-Light-Left/cursors/dotbox new file mode 100644 index 0000000..2bc2763 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/double_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/down-arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/draft b/.icons/Simp1e-Solarized-Light-Left/cursors/draft new file mode 100644 index 0000000..3eef493 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/draft differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/draped_box b/.icons/Simp1e-Solarized-Light-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/e-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Solarized-Light-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/ew-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Solarized-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Solarized-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Solarized-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Solarized-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/fd_double_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..d884215 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/fleur b/.icons/Simp1e-Solarized-Light-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/forbidden b/.icons/Simp1e-Solarized-Light-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/grab b/.icons/Simp1e-Solarized-Light-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/grabbing b/.icons/Simp1e-Solarized-Light-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/gumby b/.icons/Simp1e-Solarized-Light-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/h_double_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/half-busy b/.icons/Simp1e-Solarized-Light-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/hand b/.icons/Simp1e-Solarized-Light-Left/cursors/hand new file mode 100644 index 0000000..0cf9e91 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/hand differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/hand1 b/.icons/Simp1e-Solarized-Light-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/hand2 b/.icons/Simp1e-Solarized-Light-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/help b/.icons/Simp1e-Solarized-Light-Left/cursors/help new file mode 100644 index 0000000..3260381 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/help differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/ibeam b/.icons/Simp1e-Solarized-Light-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/icon b/.icons/Simp1e-Solarized-Light-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/kill b/.icons/Simp1e-Solarized-Light-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/left-arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/left_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/left_ptr b/.icons/Simp1e-Solarized-Light-Left/cursors/left_ptr new file mode 100644 index 0000000..7cb1d1f Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/left_ptr_watch b/.icons/Simp1e-Solarized-Light-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..f0950cf Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/left_side b/.icons/Simp1e-Solarized-Light-Left/cursors/left_side new file mode 100644 index 0000000..3840b1d Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/left_tee b/.icons/Simp1e-Solarized-Light-Left/cursors/left_tee new file mode 100644 index 0000000..52e7836 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/link b/.icons/Simp1e-Solarized-Light-Left/cursors/link new file mode 100644 index 0000000..8d8c0d2 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/link differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/ll_angle b/.icons/Simp1e-Solarized-Light-Left/cursors/ll_angle new file mode 100644 index 0000000..e790998 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/lr_angle b/.icons/Simp1e-Solarized-Light-Left/cursors/lr_angle new file mode 100644 index 0000000..b5dedf6 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/move b/.icons/Simp1e-Solarized-Light-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/n-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/ne-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/nesw-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/no-drop b/.icons/Simp1e-Solarized-Light-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/not-allowed b/.icons/Simp1e-Solarized-Light-Left/cursors/not-allowed new file mode 100644 index 0000000..3f89cd7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/ns-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/nw-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/nwse-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/openhand b/.icons/Simp1e-Solarized-Light-Left/cursors/openhand new file mode 100644 index 0000000..27b2bab Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/pencil b/.icons/Simp1e-Solarized-Light-Left/cursors/pencil new file mode 100644 index 0000000..7a4f3d9 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/pirate b/.icons/Simp1e-Solarized-Light-Left/cursors/pirate new file mode 100644 index 0000000..124fce9 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/plus b/.icons/Simp1e-Solarized-Light-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/pointer b/.icons/Simp1e-Solarized-Light-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/pointer-move b/.icons/Simp1e-Solarized-Light-Left/cursors/pointer-move new file mode 100644 index 0000000..b4d66c8 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/pointing_hand b/.icons/Simp1e-Solarized-Light-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/progress b/.icons/Simp1e-Solarized-Light-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/question_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/right-arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/right_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/right_ptr b/.icons/Simp1e-Solarized-Light-Left/cursors/right_ptr new file mode 100644 index 0000000..702b123 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/right_side b/.icons/Simp1e-Solarized-Light-Left/cursors/right_side new file mode 100644 index 0000000..70db7bd Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/right_tee b/.icons/Simp1e-Solarized-Light-Left/cursors/right_tee new file mode 100644 index 0000000..f5cedbd Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/row-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/row-resize new file mode 100644 index 0000000..bed5729 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/s-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/sb_down_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..4c10447 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..4effbca Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/sb_left_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..ee4a3b9 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/sb_right_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..e782aa3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/sb_up_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..93f4eed Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..175a8d3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/se-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size-bdiag b/.icons/Simp1e-Solarized-Light-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size-fdiag b/.icons/Simp1e-Solarized-Light-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size-hor b/.icons/Simp1e-Solarized-Light-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size-ver b/.icons/Simp1e-Solarized-Light-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size_all b/.icons/Simp1e-Solarized-Light-Left/cursors/size_all new file mode 100644 index 0000000..2c37ccf Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size_bdiag b/.icons/Simp1e-Solarized-Light-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size_fdiag b/.icons/Simp1e-Solarized-Light-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size_hor b/.icons/Simp1e-Solarized-Light-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/size_ver b/.icons/Simp1e-Solarized-Light-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/split_h b/.icons/Simp1e-Solarized-Light-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/split_v b/.icons/Simp1e-Solarized-Light-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/sw-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/target b/.icons/Simp1e-Solarized-Light-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/tcross b/.icons/Simp1e-Solarized-Light-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/text b/.icons/Simp1e-Solarized-Light-Left/cursors/text new file mode 100644 index 0000000..b27a8e3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/text differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/top_left_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/top_left_corner b/.icons/Simp1e-Solarized-Light-Left/cursors/top_left_corner new file mode 100644 index 0000000..beabeff Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/top_right_corner b/.icons/Simp1e-Solarized-Light-Left/cursors/top_right_corner new file mode 100644 index 0000000..f03fbe7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/top_side b/.icons/Simp1e-Solarized-Light-Left/cursors/top_side new file mode 100644 index 0000000..c263a0d Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/top_tee b/.icons/Simp1e-Solarized-Light-Left/cursors/top_tee new file mode 100644 index 0000000..53bf574 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/ul_angle b/.icons/Simp1e-Solarized-Light-Left/cursors/ul_angle new file mode 100644 index 0000000..859bdb2 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/up-arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/ur_angle b/.icons/Simp1e-Solarized-Light-Left/cursors/ur_angle new file mode 100644 index 0000000..121db18 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/v_double_arrow b/.icons/Simp1e-Solarized-Light-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/vertical-text b/.icons/Simp1e-Solarized-Light-Left/cursors/vertical-text new file mode 100644 index 0000000..0294e71 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/w-resize b/.icons/Simp1e-Solarized-Light-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/wait b/.icons/Simp1e-Solarized-Light-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/watch b/.icons/Simp1e-Solarized-Light-Left/cursors/watch new file mode 100644 index 0000000..688154e Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/watch differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/wayland-cursor b/.icons/Simp1e-Solarized-Light-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/whats_this b/.icons/Simp1e-Solarized-Light-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/x-cursor b/.icons/Simp1e-Solarized-Light-Left/cursors/x-cursor new file mode 100644 index 0000000..ccbe37e Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/xterm b/.icons/Simp1e-Solarized-Light-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/zoom-in b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom-in new file mode 100644 index 0000000..5c31774 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/zoom-out b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom-out new file mode 100644 index 0000000..10b39d6 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/zoom_in b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/cursors/zoom_out b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light-Left/index.theme b/.icons/Simp1e-Solarized-Light-Left/index.theme new file mode 100644 index 0000000..b53a82c --- /dev/null +++ b/.icons/Simp1e-Solarized-Light-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Solarized-Light-Left" diff --git a/.icons/Simp1e-Solarized-Light/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Solarized-Light/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Solarized-Light/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Solarized-Light/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Solarized-Light/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Solarized-Light/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Solarized-Light/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Solarized-Light/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Solarized-Light/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Solarized-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Solarized-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Solarized-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Solarized-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Solarized-Light/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Solarized-Light/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Solarized-Light/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Solarized-Light/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Solarized-Light/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Solarized-Light/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Solarized-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Solarized-Light/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Solarized-Light/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Solarized-Light/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Solarized-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Solarized-Light/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Solarized-Light/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Solarized-Light/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Solarized-Light/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Solarized-Light/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/X_cursor b/.icons/Simp1e-Solarized-Light/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Solarized-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/alias b/.icons/Simp1e-Solarized-Light/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/all-scroll b/.icons/Simp1e-Solarized-Light/cursors/all-scroll new file mode 100644 index 0000000..8063625 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/all-scroll differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/arrow b/.icons/Simp1e-Solarized-Light/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Solarized-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/based_arrow_down b/.icons/Simp1e-Solarized-Light/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/based_arrow_up b/.icons/Simp1e-Solarized-Light/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/bd_double_arrow b/.icons/Simp1e-Solarized-Light/cursors/bd_double_arrow new file mode 100644 index 0000000..e1765e1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/bottom_left_corner b/.icons/Simp1e-Solarized-Light/cursors/bottom_left_corner new file mode 100644 index 0000000..8711ab2 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/bottom_right_corner b/.icons/Simp1e-Solarized-Light/cursors/bottom_right_corner new file mode 100644 index 0000000..dae8044 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/bottom_side b/.icons/Simp1e-Solarized-Light/cursors/bottom_side new file mode 100644 index 0000000..7194927 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/bottom_side differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/bottom_tee b/.icons/Simp1e-Solarized-Light/cursors/bottom_tee new file mode 100644 index 0000000..f5ae180 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Solarized-Light/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Solarized-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/cell b/.icons/Simp1e-Solarized-Light/cursors/cell new file mode 100644 index 0000000..836f7c7 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/cell differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/center_ptr b/.icons/Simp1e-Solarized-Light/cursors/center_ptr new file mode 100644 index 0000000..d48b6b3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/center_ptr differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/circle b/.icons/Simp1e-Solarized-Light/cursors/circle new file mode 100644 index 0000000..c09cedd Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/circle differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/clock b/.icons/Simp1e-Solarized-Light/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/closedhand b/.icons/Simp1e-Solarized-Light/cursors/closedhand new file mode 100644 index 0000000..8a965ac Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/closedhand differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/col-resize b/.icons/Simp1e-Solarized-Light/cursors/col-resize new file mode 100644 index 0000000..ee12965 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/col-resize differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/color-picker b/.icons/Simp1e-Solarized-Light/cursors/color-picker new file mode 100644 index 0000000..3e5e512 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/color-picker differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/context-menu b/.icons/Simp1e-Solarized-Light/cursors/context-menu new file mode 100644 index 0000000..9c189fb Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/context-menu differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/copy b/.icons/Simp1e-Solarized-Light/cursors/copy new file mode 100644 index 0000000..e4b2d3c Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/copy differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/cross b/.icons/Simp1e-Solarized-Light/cursors/cross new file mode 100644 index 0000000..c8b3b0d Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/cross differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/cross_reverse b/.icons/Simp1e-Solarized-Light/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/crossed_circle b/.icons/Simp1e-Solarized-Light/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/crosshair b/.icons/Simp1e-Solarized-Light/cursors/crosshair new file mode 100644 index 0000000..ada483e Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/crosshair differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Solarized-Light/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/default b/.icons/Simp1e-Solarized-Light/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/diamond_cross b/.icons/Simp1e-Solarized-Light/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/dnd-ask b/.icons/Simp1e-Solarized-Light/cursors/dnd-ask new file mode 100644 index 0000000..fefbf49 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/dnd-copy b/.icons/Simp1e-Solarized-Light/cursors/dnd-copy new file mode 100644 index 0000000..3d1b0e1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/dnd-link b/.icons/Simp1e-Solarized-Light/cursors/dnd-link new file mode 100644 index 0000000..f078989 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/dnd-link differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/dnd-move b/.icons/Simp1e-Solarized-Light/cursors/dnd-move new file mode 100644 index 0000000..b1e67e5 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/dnd-move differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/dnd-no-drop b/.icons/Simp1e-Solarized-Light/cursors/dnd-no-drop new file mode 100644 index 0000000..2815f60 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/dnd-none b/.icons/Simp1e-Solarized-Light/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/dot b/.icons/Simp1e-Solarized-Light/cursors/dot new file mode 100644 index 0000000..9a84520 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/dot differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/dot_box_mask b/.icons/Simp1e-Solarized-Light/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/dotbox b/.icons/Simp1e-Solarized-Light/cursors/dotbox new file mode 100644 index 0000000..e7723ff Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/dotbox differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/double_arrow b/.icons/Simp1e-Solarized-Light/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/down-arrow b/.icons/Simp1e-Solarized-Light/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/draft b/.icons/Simp1e-Solarized-Light/cursors/draft new file mode 100644 index 0000000..aa8ee30 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/draft differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/draped_box b/.icons/Simp1e-Solarized-Light/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/e-resize b/.icons/Simp1e-Solarized-Light/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Solarized-Light/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/ew-resize b/.icons/Simp1e-Solarized-Light/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Solarized-Light/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Solarized-Light/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Solarized-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Solarized-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/fd_double_arrow b/.icons/Simp1e-Solarized-Light/cursors/fd_double_arrow new file mode 100644 index 0000000..c9065ba Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/fleur b/.icons/Simp1e-Solarized-Light/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/forbidden b/.icons/Simp1e-Solarized-Light/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/grab b/.icons/Simp1e-Solarized-Light/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/grabbing b/.icons/Simp1e-Solarized-Light/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/gumby b/.icons/Simp1e-Solarized-Light/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/h_double_arrow b/.icons/Simp1e-Solarized-Light/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/half-busy b/.icons/Simp1e-Solarized-Light/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/hand b/.icons/Simp1e-Solarized-Light/cursors/hand new file mode 100644 index 0000000..4593812 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/hand differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/hand1 b/.icons/Simp1e-Solarized-Light/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/hand2 b/.icons/Simp1e-Solarized-Light/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/help b/.icons/Simp1e-Solarized-Light/cursors/help new file mode 100644 index 0000000..7a08c07 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/help differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/ibeam b/.icons/Simp1e-Solarized-Light/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/icon b/.icons/Simp1e-Solarized-Light/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/kill b/.icons/Simp1e-Solarized-Light/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/left-arrow b/.icons/Simp1e-Solarized-Light/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/left_arrow b/.icons/Simp1e-Solarized-Light/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/left_ptr b/.icons/Simp1e-Solarized-Light/cursors/left_ptr new file mode 100644 index 0000000..4bb81d1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/left_ptr differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/left_ptr_watch b/.icons/Simp1e-Solarized-Light/cursors/left_ptr_watch new file mode 100644 index 0000000..6e518b3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/left_side b/.icons/Simp1e-Solarized-Light/cursors/left_side new file mode 100644 index 0000000..dd6413c Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/left_side differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/left_tee b/.icons/Simp1e-Solarized-Light/cursors/left_tee new file mode 100644 index 0000000..08c25cc Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/left_tee differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/link b/.icons/Simp1e-Solarized-Light/cursors/link new file mode 100644 index 0000000..ee83e03 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/link differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/ll_angle b/.icons/Simp1e-Solarized-Light/cursors/ll_angle new file mode 100644 index 0000000..60e9826 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/ll_angle differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/lr_angle b/.icons/Simp1e-Solarized-Light/cursors/lr_angle new file mode 100644 index 0000000..4b15f59 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/lr_angle differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/move b/.icons/Simp1e-Solarized-Light/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/n-resize b/.icons/Simp1e-Solarized-Light/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/ne-resize b/.icons/Simp1e-Solarized-Light/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/nesw-resize b/.icons/Simp1e-Solarized-Light/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/no-drop b/.icons/Simp1e-Solarized-Light/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/not-allowed b/.icons/Simp1e-Solarized-Light/cursors/not-allowed new file mode 100644 index 0000000..d987c0c Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/not-allowed differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/ns-resize b/.icons/Simp1e-Solarized-Light/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/nw-resize b/.icons/Simp1e-Solarized-Light/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/nwse-resize b/.icons/Simp1e-Solarized-Light/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/openhand b/.icons/Simp1e-Solarized-Light/cursors/openhand new file mode 100644 index 0000000..70307fc Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/openhand differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/pencil b/.icons/Simp1e-Solarized-Light/cursors/pencil new file mode 100644 index 0000000..387ef60 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/pencil differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/pirate b/.icons/Simp1e-Solarized-Light/cursors/pirate new file mode 100644 index 0000000..f66aee5 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/pirate differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/plus b/.icons/Simp1e-Solarized-Light/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/pointer b/.icons/Simp1e-Solarized-Light/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/pointer-move b/.icons/Simp1e-Solarized-Light/cursors/pointer-move new file mode 100644 index 0000000..95f60e9 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/pointer-move differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/pointing_hand b/.icons/Simp1e-Solarized-Light/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/progress b/.icons/Simp1e-Solarized-Light/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/question_arrow b/.icons/Simp1e-Solarized-Light/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/right-arrow b/.icons/Simp1e-Solarized-Light/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/right_arrow b/.icons/Simp1e-Solarized-Light/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/right_ptr b/.icons/Simp1e-Solarized-Light/cursors/right_ptr new file mode 100644 index 0000000..5e76de8 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/right_ptr differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/right_side b/.icons/Simp1e-Solarized-Light/cursors/right_side new file mode 100644 index 0000000..bac97bd Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/right_side differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/right_tee b/.icons/Simp1e-Solarized-Light/cursors/right_tee new file mode 100644 index 0000000..6497852 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/right_tee differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/row-resize b/.icons/Simp1e-Solarized-Light/cursors/row-resize new file mode 100644 index 0000000..10d2fe3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/row-resize differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/s-resize b/.icons/Simp1e-Solarized-Light/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/sb_down_arrow b/.icons/Simp1e-Solarized-Light/cursors/sb_down_arrow new file mode 100644 index 0000000..51a436a Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/sb_h_double_arrow b/.icons/Simp1e-Solarized-Light/cursors/sb_h_double_arrow new file mode 100644 index 0000000..bf230a8 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/sb_left_arrow b/.icons/Simp1e-Solarized-Light/cursors/sb_left_arrow new file mode 100644 index 0000000..e3dedf9 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/sb_right_arrow b/.icons/Simp1e-Solarized-Light/cursors/sb_right_arrow new file mode 100644 index 0000000..07cb211 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/sb_up_arrow b/.icons/Simp1e-Solarized-Light/cursors/sb_up_arrow new file mode 100644 index 0000000..987e9ad Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/sb_v_double_arrow b/.icons/Simp1e-Solarized-Light/cursors/sb_v_double_arrow new file mode 100644 index 0000000..3df13e3 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/se-resize b/.icons/Simp1e-Solarized-Light/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size-bdiag b/.icons/Simp1e-Solarized-Light/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size-fdiag b/.icons/Simp1e-Solarized-Light/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size-hor b/.icons/Simp1e-Solarized-Light/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size-ver b/.icons/Simp1e-Solarized-Light/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size_all b/.icons/Simp1e-Solarized-Light/cursors/size_all new file mode 100644 index 0000000..9d5618a Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/size_all differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/size_bdiag b/.icons/Simp1e-Solarized-Light/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size_fdiag b/.icons/Simp1e-Solarized-Light/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size_hor b/.icons/Simp1e-Solarized-Light/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/size_ver b/.icons/Simp1e-Solarized-Light/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/split_h b/.icons/Simp1e-Solarized-Light/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/split_v b/.icons/Simp1e-Solarized-Light/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/sw-resize b/.icons/Simp1e-Solarized-Light/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/target b/.icons/Simp1e-Solarized-Light/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/tcross b/.icons/Simp1e-Solarized-Light/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/text b/.icons/Simp1e-Solarized-Light/cursors/text new file mode 100644 index 0000000..25befa1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/text differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/top_left_arrow b/.icons/Simp1e-Solarized-Light/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/top_left_corner b/.icons/Simp1e-Solarized-Light/cursors/top_left_corner new file mode 100644 index 0000000..f8adf7f Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/top_right_corner b/.icons/Simp1e-Solarized-Light/cursors/top_right_corner new file mode 100644 index 0000000..c508546 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/top_side b/.icons/Simp1e-Solarized-Light/cursors/top_side new file mode 100644 index 0000000..112ecb1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/top_side differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/top_tee b/.icons/Simp1e-Solarized-Light/cursors/top_tee new file mode 100644 index 0000000..d95c8ed Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/top_tee differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/ul_angle b/.icons/Simp1e-Solarized-Light/cursors/ul_angle new file mode 100644 index 0000000..dd2b4d1 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/ul_angle differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/up-arrow b/.icons/Simp1e-Solarized-Light/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/ur_angle b/.icons/Simp1e-Solarized-Light/cursors/ur_angle new file mode 100644 index 0000000..2626032 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/ur_angle differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/v_double_arrow b/.icons/Simp1e-Solarized-Light/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/vertical-text b/.icons/Simp1e-Solarized-Light/cursors/vertical-text new file mode 100644 index 0000000..9d07864 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/vertical-text differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/w-resize b/.icons/Simp1e-Solarized-Light/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/wait b/.icons/Simp1e-Solarized-Light/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/watch b/.icons/Simp1e-Solarized-Light/cursors/watch new file mode 100644 index 0000000..41495ab Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/watch differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/wayland-cursor b/.icons/Simp1e-Solarized-Light/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/whats_this b/.icons/Simp1e-Solarized-Light/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/x-cursor b/.icons/Simp1e-Solarized-Light/cursors/x-cursor new file mode 100644 index 0000000..c66a400 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/x-cursor differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/xterm b/.icons/Simp1e-Solarized-Light/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/zoom-in b/.icons/Simp1e-Solarized-Light/cursors/zoom-in new file mode 100644 index 0000000..e12729a Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/zoom-in differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/zoom-out b/.icons/Simp1e-Solarized-Light/cursors/zoom-out new file mode 100644 index 0000000..1369dc4 Binary files /dev/null and b/.icons/Simp1e-Solarized-Light/cursors/zoom-out differ diff --git a/.icons/Simp1e-Solarized-Light/cursors/zoom_in b/.icons/Simp1e-Solarized-Light/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/cursors/zoom_out b/.icons/Simp1e-Solarized-Light/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Solarized-Light/index.theme b/.icons/Simp1e-Solarized-Light/index.theme new file mode 100644 index 0000000..edeea6b --- /dev/null +++ b/.icons/Simp1e-Solarized-Light/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Solarized-Light" diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Tokyo-Night-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Tokyo-Night-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Tokyo-Night-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Tokyo-Night-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Tokyo-Night-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Tokyo-Night-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Tokyo-Night-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Tokyo-Night-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Tokyo-Night-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Tokyo-Night-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Tokyo-Night-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Tokyo-Night-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Tokyo-Night-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Tokyo-Night-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Tokyo-Night-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Tokyo-Night-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Tokyo-Night-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Tokyo-Night-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Tokyo-Night-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Tokyo-Night-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Tokyo-Night-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Tokyo-Night-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Tokyo-Night-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Tokyo-Night-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Tokyo-Night-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Tokyo-Night-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Tokyo-Night-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Tokyo-Night-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/X_cursor b/.icons/Simp1e-Tokyo-Night-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Tokyo-Night-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/alias b/.icons/Simp1e-Tokyo-Night-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/all-scroll b/.icons/Simp1e-Tokyo-Night-Left/cursors/all-scroll new file mode 100644 index 0000000..169bca6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Tokyo-Night-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/based_arrow_down b/.icons/Simp1e-Tokyo-Night-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/based_arrow_up b/.icons/Simp1e-Tokyo-Night-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/bd_double_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..d4a2eb0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_left_corner b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..9e9a732 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_right_corner b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..6ec2276 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_side b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_side new file mode 100644 index 0000000..dca5be7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_tee b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_tee new file mode 100644 index 0000000..194760a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Tokyo-Night-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Tokyo-Night-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/cell b/.icons/Simp1e-Tokyo-Night-Left/cursors/cell new file mode 100644 index 0000000..b5693e6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/cell differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/center_ptr b/.icons/Simp1e-Tokyo-Night-Left/cursors/center_ptr new file mode 100644 index 0000000..36d73cd Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/circle b/.icons/Simp1e-Tokyo-Night-Left/cursors/circle new file mode 100644 index 0000000..d167ffb Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/circle differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/clock b/.icons/Simp1e-Tokyo-Night-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/closedhand b/.icons/Simp1e-Tokyo-Night-Left/cursors/closedhand new file mode 100644 index 0000000..633692e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/col-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/col-resize new file mode 100644 index 0000000..78d8e6c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/color-picker b/.icons/Simp1e-Tokyo-Night-Left/cursors/color-picker new file mode 100644 index 0000000..1558ec1 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/context-menu b/.icons/Simp1e-Tokyo-Night-Left/cursors/context-menu new file mode 100644 index 0000000..2f744fc Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/copy b/.icons/Simp1e-Tokyo-Night-Left/cursors/copy new file mode 100644 index 0000000..b1959cf Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/cross b/.icons/Simp1e-Tokyo-Night-Left/cursors/cross new file mode 100644 index 0000000..3b8539b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/cross differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/cross_reverse b/.icons/Simp1e-Tokyo-Night-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/crossed_circle b/.icons/Simp1e-Tokyo-Night-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/crosshair b/.icons/Simp1e-Tokyo-Night-Left/cursors/crosshair new file mode 100644 index 0000000..ac5eb50 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Tokyo-Night-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/default b/.icons/Simp1e-Tokyo-Night-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/diamond_cross b/.icons/Simp1e-Tokyo-Night-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-ask b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-ask new file mode 100644 index 0000000..74cb83c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-copy b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-copy new file mode 100644 index 0000000..d78fec6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-link b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-link new file mode 100644 index 0000000..c06af43 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-move b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-move new file mode 100644 index 0000000..03c7a1f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-no-drop b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..a6392fa Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-none b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dot b/.icons/Simp1e-Tokyo-Night-Left/cursors/dot new file mode 100644 index 0000000..1403eeb Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/dot differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dot_box_mask b/.icons/Simp1e-Tokyo-Night-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/dotbox b/.icons/Simp1e-Tokyo-Night-Left/cursors/dotbox new file mode 100644 index 0000000..d04409d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/double_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/down-arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/draft b/.icons/Simp1e-Tokyo-Night-Left/cursors/draft new file mode 100644 index 0000000..1045dcb Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/draft differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/draped_box b/.icons/Simp1e-Tokyo-Night-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/e-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Tokyo-Night-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/ew-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Tokyo-Night-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Tokyo-Night-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Tokyo-Night-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Tokyo-Night-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/fd_double_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..a630c94 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/fleur b/.icons/Simp1e-Tokyo-Night-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/forbidden b/.icons/Simp1e-Tokyo-Night-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/grab b/.icons/Simp1e-Tokyo-Night-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/grabbing b/.icons/Simp1e-Tokyo-Night-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/gumby b/.icons/Simp1e-Tokyo-Night-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/h_double_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/half-busy b/.icons/Simp1e-Tokyo-Night-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/hand b/.icons/Simp1e-Tokyo-Night-Left/cursors/hand new file mode 100644 index 0000000..397f2e4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/hand differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/hand1 b/.icons/Simp1e-Tokyo-Night-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/hand2 b/.icons/Simp1e-Tokyo-Night-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/help b/.icons/Simp1e-Tokyo-Night-Left/cursors/help new file mode 100644 index 0000000..f6c36c5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/help differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/ibeam b/.icons/Simp1e-Tokyo-Night-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/icon b/.icons/Simp1e-Tokyo-Night-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/kill b/.icons/Simp1e-Tokyo-Night-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/left-arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/left_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/left_ptr b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_ptr new file mode 100644 index 0000000..18575d3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/left_ptr_watch b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..a9ada88 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/left_side b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_side new file mode 100644 index 0000000..7426bbf Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/left_tee b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_tee new file mode 100644 index 0000000..d733ca8 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/link b/.icons/Simp1e-Tokyo-Night-Left/cursors/link new file mode 100644 index 0000000..4afdad0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/link differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/ll_angle b/.icons/Simp1e-Tokyo-Night-Left/cursors/ll_angle new file mode 100644 index 0000000..846aa7e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/lr_angle b/.icons/Simp1e-Tokyo-Night-Left/cursors/lr_angle new file mode 100644 index 0000000..27e0d54 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/move b/.icons/Simp1e-Tokyo-Night-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/n-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/ne-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/nesw-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/no-drop b/.icons/Simp1e-Tokyo-Night-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/not-allowed b/.icons/Simp1e-Tokyo-Night-Left/cursors/not-allowed new file mode 100644 index 0000000..7494f45 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/ns-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/nw-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/nwse-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/openhand b/.icons/Simp1e-Tokyo-Night-Left/cursors/openhand new file mode 100644 index 0000000..ca404af Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/pencil b/.icons/Simp1e-Tokyo-Night-Left/cursors/pencil new file mode 100644 index 0000000..a10e50e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/pirate b/.icons/Simp1e-Tokyo-Night-Left/cursors/pirate new file mode 100644 index 0000000..a49feb0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/plus b/.icons/Simp1e-Tokyo-Night-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/pointer b/.icons/Simp1e-Tokyo-Night-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/pointer-move b/.icons/Simp1e-Tokyo-Night-Left/cursors/pointer-move new file mode 100644 index 0000000..7ffd444 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/pointing_hand b/.icons/Simp1e-Tokyo-Night-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/progress b/.icons/Simp1e-Tokyo-Night-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/question_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/right-arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/right_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/right_ptr b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_ptr new file mode 100644 index 0000000..523c3e9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/right_side b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_side new file mode 100644 index 0000000..40d02c2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/right_tee b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_tee new file mode 100644 index 0000000..a50eaf9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/row-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/row-resize new file mode 100644 index 0000000..7c55c58 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/s-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_down_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..2d2f621 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..dd34138 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_left_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..40de2a6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_right_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..f14bcb3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_up_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..6c32f56 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..0ef8c22 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/se-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size-bdiag b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size-fdiag b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size-hor b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size-ver b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size_all b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_all new file mode 100644 index 0000000..6acc17a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size_bdiag b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size_fdiag b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size_hor b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/size_ver b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/split_h b/.icons/Simp1e-Tokyo-Night-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/split_v b/.icons/Simp1e-Tokyo-Night-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/sw-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/target b/.icons/Simp1e-Tokyo-Night-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/tcross b/.icons/Simp1e-Tokyo-Night-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/text b/.icons/Simp1e-Tokyo-Night-Left/cursors/text new file mode 100644 index 0000000..72c07d2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/text differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/top_left_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/top_left_corner b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_left_corner new file mode 100644 index 0000000..075d25a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/top_right_corner b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_right_corner new file mode 100644 index 0000000..727b3b7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/top_side b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_side new file mode 100644 index 0000000..c7f80f5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/top_tee b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_tee new file mode 100644 index 0000000..84448e6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/ul_angle b/.icons/Simp1e-Tokyo-Night-Left/cursors/ul_angle new file mode 100644 index 0000000..097920a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/up-arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/ur_angle b/.icons/Simp1e-Tokyo-Night-Left/cursors/ur_angle new file mode 100644 index 0000000..c6d37e9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/v_double_arrow b/.icons/Simp1e-Tokyo-Night-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/vertical-text b/.icons/Simp1e-Tokyo-Night-Left/cursors/vertical-text new file mode 100644 index 0000000..35f84ed Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/w-resize b/.icons/Simp1e-Tokyo-Night-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/wait b/.icons/Simp1e-Tokyo-Night-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/watch b/.icons/Simp1e-Tokyo-Night-Left/cursors/watch new file mode 100644 index 0000000..13b17e7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/wayland-cursor b/.icons/Simp1e-Tokyo-Night-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/whats_this b/.icons/Simp1e-Tokyo-Night-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/x-cursor b/.icons/Simp1e-Tokyo-Night-Left/cursors/x-cursor new file mode 100644 index 0000000..30350da Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/xterm b/.icons/Simp1e-Tokyo-Night-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom-in b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom-in new file mode 100644 index 0000000..1e24eae Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom-out b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom-out new file mode 100644 index 0000000..da57e9f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom_in b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom_out b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Left/index.theme b/.icons/Simp1e-Tokyo-Night-Left/index.theme new file mode 100644 index 0000000..e0e3135 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Tokyo-Night-Left" diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/X_cursor b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/alias b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/all-scroll b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/all-scroll new file mode 100644 index 0000000..30c2f45 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/based_arrow_down b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/based_arrow_up b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bd_double_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..d183c42 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_left_corner b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..02c45db Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_right_corner b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..3445ed4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_side b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_side new file mode 100644 index 0000000..b81ccdf Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_tee b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_tee new file mode 100644 index 0000000..b0de53e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cell b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cell new file mode 100644 index 0000000..0532fe7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cell differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/center_ptr b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/center_ptr new file mode 100644 index 0000000..e580f86 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/circle b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/circle new file mode 100644 index 0000000..9784ee0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/circle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/clock b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/closedhand b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/closedhand new file mode 100644 index 0000000..56d6fd6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/col-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/col-resize new file mode 100644 index 0000000..ba4904b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/color-picker b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/color-picker new file mode 100644 index 0000000..939ecfb Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/context-menu b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/context-menu new file mode 100644 index 0000000..c427323 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/copy b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/copy new file mode 100644 index 0000000..ea65fd3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cross b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cross new file mode 100644 index 0000000..001b75d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cross differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cross_reverse b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/crossed_circle b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/crosshair b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/crosshair new file mode 100644 index 0000000..5e9b0aa Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/default b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/diamond_cross b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-ask b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-ask new file mode 100644 index 0000000..0d3d157 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-copy b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-copy new file mode 100644 index 0000000..0a9f6e4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-link b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-link new file mode 100644 index 0000000..385367a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-move b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-move new file mode 100644 index 0000000..f346de3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-no-drop b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..635c3ad Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-none b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dot b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dot new file mode 100644 index 0000000..1e2b795 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dot differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dot_box_mask b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dotbox b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dotbox new file mode 100644 index 0000000..e35db81 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/double_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/down-arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/draft b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/draft new file mode 100644 index 0000000..d684c71 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/draft differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/draped_box b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/e-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ew-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fd_double_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..4d89e64 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fleur b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/forbidden b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/grab b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/grabbing b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/gumby b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/h_double_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/half-busy b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand new file mode 100644 index 0000000..7dc3358 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand1 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand2 b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/help b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/help new file mode 100644 index 0000000..824ad20 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/help differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ibeam b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/icon b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/kill b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left-arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_ptr b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_ptr new file mode 100644 index 0000000..8a9df0b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_ptr_watch b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..0c8ba94 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_side b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_side new file mode 100644 index 0000000..5683643 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_tee b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_tee new file mode 100644 index 0000000..71e39f6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/link b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/link new file mode 100644 index 0000000..6b7bac8 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/link differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ll_angle b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ll_angle new file mode 100644 index 0000000..cfe4dfa Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/lr_angle b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/lr_angle new file mode 100644 index 0000000..11a294b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/move b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/n-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ne-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nesw-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/no-drop b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/not-allowed b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/not-allowed new file mode 100644 index 0000000..7c56749 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ns-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nw-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nwse-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/openhand b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/openhand new file mode 100644 index 0000000..e293c61 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pencil b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pencil new file mode 100644 index 0000000..7076f24 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pirate b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pirate new file mode 100644 index 0000000..9a59951 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/plus b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointer b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointer-move b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointer-move new file mode 100644 index 0000000..6f583d2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointing_hand b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/progress b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/question_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right-arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_ptr b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_ptr new file mode 100644 index 0000000..71f9485 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_side b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_side new file mode 100644 index 0000000..f0f561b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_tee b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_tee new file mode 100644 index 0000000..2c5a572 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/row-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/row-resize new file mode 100644 index 0000000..f0c82ee Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/s-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_down_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..8b1f0de Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..608d585 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_left_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..064c0ad Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_right_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..8f58438 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_up_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..4a6c5c8 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..e78fee4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/se-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-bdiag b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-fdiag b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-hor b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-ver b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_all b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_all new file mode 100644 index 0000000..1c18049 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_bdiag b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_fdiag b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_hor b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_ver b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/split_h b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/split_v b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sw-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/target b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/tcross b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/text b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/text new file mode 100644 index 0000000..a157ea3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/text differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_left_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_left_corner b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_left_corner new file mode 100644 index 0000000..e3d5b2a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_right_corner b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_right_corner new file mode 100644 index 0000000..4532937 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_side b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_side new file mode 100644 index 0000000..4ec9a01 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_tee b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_tee new file mode 100644 index 0000000..d83c079 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ul_angle b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ul_angle new file mode 100644 index 0000000..a4ed70d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/up-arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ur_angle b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ur_angle new file mode 100644 index 0000000..2a7183b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/v_double_arrow b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/vertical-text b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/vertical-text new file mode 100644 index 0000000..7e0191b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/w-resize b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/wait b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/watch b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/watch new file mode 100644 index 0000000..64e579b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/wayland-cursor b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/whats_this b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/x-cursor b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/x-cursor new file mode 100644 index 0000000..8cb6814 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/xterm b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom-in b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom-in new file mode 100644 index 0000000..6d03912 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom-out b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom-out new file mode 100644 index 0000000..b3a15dd Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom_in b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom_out b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light-Left/index.theme b/.icons/Simp1e-Tokyo-Night-Light-Left/index.theme new file mode 100644 index 0000000..257c784 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Tokyo-Night-Light-Left" diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Tokyo-Night-Light/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Tokyo-Night-Light/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Tokyo-Night-Light/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Tokyo-Night-Light/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Tokyo-Night-Light/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Tokyo-Night-Light/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Tokyo-Night-Light/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Tokyo-Night-Light/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Tokyo-Night-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Tokyo-Night-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Tokyo-Night-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Tokyo-Night-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Tokyo-Night-Light/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Tokyo-Night-Light/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Tokyo-Night-Light/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Tokyo-Night-Light/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Tokyo-Night-Light/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Tokyo-Night-Light/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Tokyo-Night-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Tokyo-Night-Light/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Tokyo-Night-Light/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Tokyo-Night-Light/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Tokyo-Night-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Tokyo-Night-Light/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Tokyo-Night-Light/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Tokyo-Night-Light/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Tokyo-Night-Light/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Tokyo-Night-Light/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/X_cursor b/.icons/Simp1e-Tokyo-Night-Light/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Tokyo-Night-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/alias b/.icons/Simp1e-Tokyo-Night-Light/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/all-scroll b/.icons/Simp1e-Tokyo-Night-Light/cursors/all-scroll new file mode 100644 index 0000000..ed85dab Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/all-scroll differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Tokyo-Night-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/based_arrow_down b/.icons/Simp1e-Tokyo-Night-Light/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/based_arrow_up b/.icons/Simp1e-Tokyo-Night-Light/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/bd_double_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/bd_double_arrow new file mode 100644 index 0000000..8c72f21 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_left_corner b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_left_corner new file mode 100644 index 0000000..6d77761 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_right_corner b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_right_corner new file mode 100644 index 0000000..af330fc Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_side b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_side new file mode 100644 index 0000000..92ef6ca Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_tee b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_tee new file mode 100644 index 0000000..7cc1fc2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Tokyo-Night-Light/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Tokyo-Night-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/cell b/.icons/Simp1e-Tokyo-Night-Light/cursors/cell new file mode 100644 index 0000000..6a7398e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/cell differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/center_ptr b/.icons/Simp1e-Tokyo-Night-Light/cursors/center_ptr new file mode 100644 index 0000000..0ad19ab Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/center_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/circle b/.icons/Simp1e-Tokyo-Night-Light/cursors/circle new file mode 100644 index 0000000..3871c78 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/circle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/clock b/.icons/Simp1e-Tokyo-Night-Light/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/closedhand b/.icons/Simp1e-Tokyo-Night-Light/cursors/closedhand new file mode 100644 index 0000000..ce9d6e7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/closedhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/col-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/col-resize new file mode 100644 index 0000000..d4de874 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/col-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/color-picker b/.icons/Simp1e-Tokyo-Night-Light/cursors/color-picker new file mode 100644 index 0000000..683b78b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/color-picker differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/context-menu b/.icons/Simp1e-Tokyo-Night-Light/cursors/context-menu new file mode 100644 index 0000000..051f0ae Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/context-menu differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/copy b/.icons/Simp1e-Tokyo-Night-Light/cursors/copy new file mode 100644 index 0000000..5cd94f0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/cross b/.icons/Simp1e-Tokyo-Night-Light/cursors/cross new file mode 100644 index 0000000..c2eb286 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/cross differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/cross_reverse b/.icons/Simp1e-Tokyo-Night-Light/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/crossed_circle b/.icons/Simp1e-Tokyo-Night-Light/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/crosshair b/.icons/Simp1e-Tokyo-Night-Light/cursors/crosshair new file mode 100644 index 0000000..819240b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/crosshair differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Tokyo-Night-Light/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/default b/.icons/Simp1e-Tokyo-Night-Light/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/diamond_cross b/.icons/Simp1e-Tokyo-Night-Light/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-ask b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-ask new file mode 100644 index 0000000..e9431c1 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-copy b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-copy new file mode 100644 index 0000000..ee04911 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-link b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-link new file mode 100644 index 0000000..2930436 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-link differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-move b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-move new file mode 100644 index 0000000..f899f02 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-no-drop b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-no-drop new file mode 100644 index 0000000..39e5dc6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-none b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dot b/.icons/Simp1e-Tokyo-Night-Light/cursors/dot new file mode 100644 index 0000000..2ebed57 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/dot differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dot_box_mask b/.icons/Simp1e-Tokyo-Night-Light/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/dotbox b/.icons/Simp1e-Tokyo-Night-Light/cursors/dotbox new file mode 100644 index 0000000..db4760b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/dotbox differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/double_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/down-arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/draft b/.icons/Simp1e-Tokyo-Night-Light/cursors/draft new file mode 100644 index 0000000..9ec4b98 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/draft differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/draped_box b/.icons/Simp1e-Tokyo-Night-Light/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/e-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Tokyo-Night-Light/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/ew-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Tokyo-Night-Light/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Tokyo-Night-Light/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Tokyo-Night-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Tokyo-Night-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/fd_double_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/fd_double_arrow new file mode 100644 index 0000000..523419b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/fleur b/.icons/Simp1e-Tokyo-Night-Light/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/forbidden b/.icons/Simp1e-Tokyo-Night-Light/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/grab b/.icons/Simp1e-Tokyo-Night-Light/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/grabbing b/.icons/Simp1e-Tokyo-Night-Light/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/gumby b/.icons/Simp1e-Tokyo-Night-Light/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/h_double_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/half-busy b/.icons/Simp1e-Tokyo-Night-Light/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/hand b/.icons/Simp1e-Tokyo-Night-Light/cursors/hand new file mode 100644 index 0000000..6dd8918 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/hand differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/hand1 b/.icons/Simp1e-Tokyo-Night-Light/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/hand2 b/.icons/Simp1e-Tokyo-Night-Light/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/help b/.icons/Simp1e-Tokyo-Night-Light/cursors/help new file mode 100644 index 0000000..0802d3f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/help differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/ibeam b/.icons/Simp1e-Tokyo-Night-Light/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/icon b/.icons/Simp1e-Tokyo-Night-Light/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/kill b/.icons/Simp1e-Tokyo-Night-Light/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/left-arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/left_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/left_ptr b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_ptr new file mode 100644 index 0000000..a93fb10 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/left_ptr_watch b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_ptr_watch new file mode 100644 index 0000000..e6f3fad Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/left_side b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_side new file mode 100644 index 0000000..6fcd3c5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/left_tee b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_tee new file mode 100644 index 0000000..b189392 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/left_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/link b/.icons/Simp1e-Tokyo-Night-Light/cursors/link new file mode 100644 index 0000000..24bcc60 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/link differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/ll_angle b/.icons/Simp1e-Tokyo-Night-Light/cursors/ll_angle new file mode 100644 index 0000000..cea4d5f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/ll_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/lr_angle b/.icons/Simp1e-Tokyo-Night-Light/cursors/lr_angle new file mode 100644 index 0000000..7da8009 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/lr_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/move b/.icons/Simp1e-Tokyo-Night-Light/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/n-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/ne-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/nesw-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/no-drop b/.icons/Simp1e-Tokyo-Night-Light/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/not-allowed b/.icons/Simp1e-Tokyo-Night-Light/cursors/not-allowed new file mode 100644 index 0000000..34e12d6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/not-allowed differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/ns-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/nw-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/nwse-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/openhand b/.icons/Simp1e-Tokyo-Night-Light/cursors/openhand new file mode 100644 index 0000000..61a6279 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/openhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/pencil b/.icons/Simp1e-Tokyo-Night-Light/cursors/pencil new file mode 100644 index 0000000..dc204d2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/pencil differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/pirate b/.icons/Simp1e-Tokyo-Night-Light/cursors/pirate new file mode 100644 index 0000000..0cd33a9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/pirate differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/plus b/.icons/Simp1e-Tokyo-Night-Light/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/pointer b/.icons/Simp1e-Tokyo-Night-Light/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/pointer-move b/.icons/Simp1e-Tokyo-Night-Light/cursors/pointer-move new file mode 100644 index 0000000..5dd10de Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/pointer-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/pointing_hand b/.icons/Simp1e-Tokyo-Night-Light/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/progress b/.icons/Simp1e-Tokyo-Night-Light/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/question_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/right-arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/right_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/right_ptr b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_ptr new file mode 100644 index 0000000..6c1f885 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/right_side b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_side new file mode 100644 index 0000000..e6e87b0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/right_tee b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_tee new file mode 100644 index 0000000..91f0283 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/right_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/row-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/row-resize new file mode 100644 index 0000000..c4657ab Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/row-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/s-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_down_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_down_arrow new file mode 100644 index 0000000..290bfab Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_h_double_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_h_double_arrow new file mode 100644 index 0000000..b9ec014 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_left_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_left_arrow new file mode 100644 index 0000000..77317ad Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_right_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_right_arrow new file mode 100644 index 0000000..a9110ae Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_up_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_up_arrow new file mode 100644 index 0000000..09e181c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_v_double_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_v_double_arrow new file mode 100644 index 0000000..b5aa52d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/se-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size-bdiag b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size-fdiag b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size-hor b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size-ver b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size_all b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_all new file mode 100644 index 0000000..421f54f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_all differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size_bdiag b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size_fdiag b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size_hor b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/size_ver b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/split_h b/.icons/Simp1e-Tokyo-Night-Light/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/split_v b/.icons/Simp1e-Tokyo-Night-Light/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/sw-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/target b/.icons/Simp1e-Tokyo-Night-Light/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/tcross b/.icons/Simp1e-Tokyo-Night-Light/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/text b/.icons/Simp1e-Tokyo-Night-Light/cursors/text new file mode 100644 index 0000000..0737213 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/text differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/top_left_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/top_left_corner b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_left_corner new file mode 100644 index 0000000..b27e18f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/top_right_corner b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_right_corner new file mode 100644 index 0000000..12443ed Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/top_side b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_side new file mode 100644 index 0000000..89a9181 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/top_tee b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_tee new file mode 100644 index 0000000..20f0f78 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/top_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/ul_angle b/.icons/Simp1e-Tokyo-Night-Light/cursors/ul_angle new file mode 100644 index 0000000..38945e3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/ul_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/up-arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/ur_angle b/.icons/Simp1e-Tokyo-Night-Light/cursors/ur_angle new file mode 100644 index 0000000..c7e3bad Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/ur_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/v_double_arrow b/.icons/Simp1e-Tokyo-Night-Light/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/vertical-text b/.icons/Simp1e-Tokyo-Night-Light/cursors/vertical-text new file mode 100644 index 0000000..2f50c71 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/vertical-text differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/w-resize b/.icons/Simp1e-Tokyo-Night-Light/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/wait b/.icons/Simp1e-Tokyo-Night-Light/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/watch b/.icons/Simp1e-Tokyo-Night-Light/cursors/watch new file mode 100644 index 0000000..808cda7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/wayland-cursor b/.icons/Simp1e-Tokyo-Night-Light/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/whats_this b/.icons/Simp1e-Tokyo-Night-Light/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/x-cursor b/.icons/Simp1e-Tokyo-Night-Light/cursors/x-cursor new file mode 100644 index 0000000..1952b8e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/x-cursor differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/xterm b/.icons/Simp1e-Tokyo-Night-Light/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom-in b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom-in new file mode 100644 index 0000000..2e81bc4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom-in differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom-out b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom-out new file mode 100644 index 0000000..28d262d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom-out differ diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom_in b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom_out b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Light/index.theme b/.icons/Simp1e-Tokyo-Night-Light/index.theme new file mode 100644 index 0000000..61a534d --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Light/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Tokyo-Night-Light" diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/X_cursor b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/alias b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/all-scroll b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/all-scroll new file mode 100644 index 0000000..d099a06 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/all-scroll differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/based_arrow_down b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/based_arrow_up b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bd_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bd_double_arrow new file mode 100644 index 0000000..8372a7f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_left_corner b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_left_corner new file mode 100644 index 0000000..7e55e90 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_right_corner b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_right_corner new file mode 100644 index 0000000..e73cb7e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_side b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_side new file mode 100644 index 0000000..96c4558 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_tee b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_tee new file mode 100644 index 0000000..18d8f4d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cell b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cell new file mode 100644 index 0000000..fe80f12 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cell differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/center_ptr b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/center_ptr new file mode 100644 index 0000000..2f88585 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/center_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/circle b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/circle new file mode 100644 index 0000000..fbcd30d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/circle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/clock b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/closedhand b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/closedhand new file mode 100644 index 0000000..df7d2e2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/closedhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/col-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/col-resize new file mode 100644 index 0000000..547bdd1 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/col-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/color-picker b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/color-picker new file mode 100644 index 0000000..a32a8bc Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/color-picker differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/context-menu b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/context-menu new file mode 100644 index 0000000..ecf08df Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/context-menu differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/copy b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/copy new file mode 100644 index 0000000..7f56cf6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cross b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cross new file mode 100644 index 0000000..f7448a2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cross differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cross_reverse b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/crossed_circle b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/crosshair b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/crosshair new file mode 100644 index 0000000..fc28465 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/crosshair differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/default b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/diamond_cross b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-ask b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-ask new file mode 100644 index 0000000..2cdb183 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-copy b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-copy new file mode 100644 index 0000000..cdce26a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-link b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-link new file mode 100644 index 0000000..8eb7968 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-link differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-move b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-move new file mode 100644 index 0000000..16e7590 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-no-drop b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-no-drop new file mode 100644 index 0000000..b0e5931 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-none b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dot b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dot new file mode 100644 index 0000000..6a4e067 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dot differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dot_box_mask b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dotbox b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dotbox new file mode 100644 index 0000000..4b14ea3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/dotbox differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/double_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/down-arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/draft b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/draft new file mode 100644 index 0000000..75d2890 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/draft differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/draped_box b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/e-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ew-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fd_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fd_double_arrow new file mode 100644 index 0000000..e571e4f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fleur b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/forbidden b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/grab b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/grabbing b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/gumby b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/h_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/half-busy b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand new file mode 100644 index 0000000..adefe46 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand1 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand2 b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/help b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/help new file mode 100644 index 0000000..60fda44 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/help differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ibeam b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/icon b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/kill b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left-arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_ptr b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_ptr new file mode 100644 index 0000000..f4a4d87 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_ptr_watch b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_ptr_watch new file mode 100644 index 0000000..8716d5b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_side b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_side new file mode 100644 index 0000000..29dfa22 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_tee b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_tee new file mode 100644 index 0000000..7cbc06a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/left_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/link b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/link new file mode 100644 index 0000000..d211cb9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/link differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ll_angle b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ll_angle new file mode 100644 index 0000000..1f6f7ef Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ll_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/lr_angle b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/lr_angle new file mode 100644 index 0000000..9929e62 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/lr_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/move b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/n-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ne-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nesw-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/no-drop b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/not-allowed b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/not-allowed new file mode 100644 index 0000000..f47cebd Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/not-allowed differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ns-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nw-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nwse-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/openhand b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/openhand new file mode 100644 index 0000000..9e1c965 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/openhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pencil b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pencil new file mode 100644 index 0000000..615b86c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pencil differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pirate b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pirate new file mode 100644 index 0000000..be73d69 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pirate differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/plus b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointer b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointer-move b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointer-move new file mode 100644 index 0000000..04cfc02 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointer-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointing_hand b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/progress b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/question_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right-arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_ptr b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_ptr new file mode 100644 index 0000000..760a9d1 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_side b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_side new file mode 100644 index 0000000..634688f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_tee b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_tee new file mode 100644 index 0000000..a162a92 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/right_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/row-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/row-resize new file mode 100644 index 0000000..2d815a2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/row-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/s-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_down_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_down_arrow new file mode 100644 index 0000000..18b4c0a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_h_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_h_double_arrow new file mode 100644 index 0000000..54e9fc9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_left_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_left_arrow new file mode 100644 index 0000000..25a9eb7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_right_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_right_arrow new file mode 100644 index 0000000..3479519 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_up_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_up_arrow new file mode 100644 index 0000000..ac63566 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_v_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_v_double_arrow new file mode 100644 index 0000000..d475688 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/se-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-bdiag b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-fdiag b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-hor b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-ver b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_all b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_all new file mode 100644 index 0000000..defb5d9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_all differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_bdiag b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_fdiag b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_hor b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_ver b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/split_h b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/split_v b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sw-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/target b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/tcross b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/text b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/text new file mode 100644 index 0000000..eee20eb Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/text differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_left_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_left_corner b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_left_corner new file mode 100644 index 0000000..1c8f67e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_right_corner b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_right_corner new file mode 100644 index 0000000..4f0fbdc Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_side b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_side new file mode 100644 index 0000000..69a7096 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_tee b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_tee new file mode 100644 index 0000000..f244453 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/top_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ul_angle b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ul_angle new file mode 100644 index 0000000..eeb2a60 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ul_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/up-arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ur_angle b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ur_angle new file mode 100644 index 0000000..8e9099f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/ur_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/v_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/vertical-text b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/vertical-text new file mode 100644 index 0000000..dcc99ff Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/vertical-text differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/w-resize b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/wait b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/watch b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/watch new file mode 100644 index 0000000..61a68fe Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/wayland-cursor b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/whats_this b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/x-cursor b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/x-cursor new file mode 100644 index 0000000..09af12f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/x-cursor differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/xterm b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom-in b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom-in new file mode 100644 index 0000000..ca7e3b2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom-in differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom-out b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom-out new file mode 100644 index 0000000..1f34164 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom-out differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom_in b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom_out b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm-Left/index.theme b/.icons/Simp1e-Tokyo-Night-Storm-Left/index.theme new file mode 100644 index 0000000..318c26a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm-Left/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Tokyo-Night-Storm-Left" diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Tokyo-Night-Storm/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Tokyo-Night-Storm/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Tokyo-Night-Storm/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Tokyo-Night-Storm/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Tokyo-Night-Storm/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Tokyo-Night-Storm/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Tokyo-Night-Storm/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Tokyo-Night-Storm/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Tokyo-Night-Storm/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/X_cursor b/.icons/Simp1e-Tokyo-Night-Storm/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/alias b/.icons/Simp1e-Tokyo-Night-Storm/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/all-scroll b/.icons/Simp1e-Tokyo-Night-Storm/cursors/all-scroll new file mode 100644 index 0000000..845e765 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/all-scroll differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/based_arrow_down b/.icons/Simp1e-Tokyo-Night-Storm/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/based_arrow_up b/.icons/Simp1e-Tokyo-Night-Storm/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/bd_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bd_double_arrow new file mode 100644 index 0000000..08ef119 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_left_corner b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_left_corner new file mode 100644 index 0000000..1dc410f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_right_corner b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_right_corner new file mode 100644 index 0000000..7a95702 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_side b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_side new file mode 100644 index 0000000..5158f8e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_tee b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_tee new file mode 100644 index 0000000..03b2c75 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Tokyo-Night-Storm/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/cell b/.icons/Simp1e-Tokyo-Night-Storm/cursors/cell new file mode 100644 index 0000000..76c5b3a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/cell differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/center_ptr b/.icons/Simp1e-Tokyo-Night-Storm/cursors/center_ptr new file mode 100644 index 0000000..08aeef7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/center_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/circle b/.icons/Simp1e-Tokyo-Night-Storm/cursors/circle new file mode 100644 index 0000000..a480cad Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/circle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/clock b/.icons/Simp1e-Tokyo-Night-Storm/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/closedhand b/.icons/Simp1e-Tokyo-Night-Storm/cursors/closedhand new file mode 100644 index 0000000..ffae6bd Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/closedhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/col-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/col-resize new file mode 100644 index 0000000..2985f19 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/col-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/color-picker b/.icons/Simp1e-Tokyo-Night-Storm/cursors/color-picker new file mode 100644 index 0000000..bb8aea7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/color-picker differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/context-menu b/.icons/Simp1e-Tokyo-Night-Storm/cursors/context-menu new file mode 100644 index 0000000..8c0b0e3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/context-menu differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/copy b/.icons/Simp1e-Tokyo-Night-Storm/cursors/copy new file mode 100644 index 0000000..27449a7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/cross b/.icons/Simp1e-Tokyo-Night-Storm/cursors/cross new file mode 100644 index 0000000..0d35c0c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/cross differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/cross_reverse b/.icons/Simp1e-Tokyo-Night-Storm/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/crossed_circle b/.icons/Simp1e-Tokyo-Night-Storm/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/crosshair b/.icons/Simp1e-Tokyo-Night-Storm/cursors/crosshair new file mode 100644 index 0000000..1462aa2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/crosshair differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Tokyo-Night-Storm/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/default b/.icons/Simp1e-Tokyo-Night-Storm/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/diamond_cross b/.icons/Simp1e-Tokyo-Night-Storm/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-ask b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-ask new file mode 100644 index 0000000..58953f5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-copy b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-copy new file mode 100644 index 0000000..24e263d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-link b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-link new file mode 100644 index 0000000..7da3a50 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-link differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-move b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-move new file mode 100644 index 0000000..7a64e3e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-no-drop b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-no-drop new file mode 100644 index 0000000..133d48e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-none b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dot b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dot new file mode 100644 index 0000000..4240dfe Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dot differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dot_box_mask b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/dotbox b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dotbox new file mode 100644 index 0000000..144388b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/dotbox differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/double_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/down-arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/draft b/.icons/Simp1e-Tokyo-Night-Storm/cursors/draft new file mode 100644 index 0000000..b5c9483 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/draft differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/draped_box b/.icons/Simp1e-Tokyo-Night-Storm/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/e-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/ew-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/fd_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fd_double_arrow new file mode 100644 index 0000000..9c7e869 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/fleur b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/forbidden b/.icons/Simp1e-Tokyo-Night-Storm/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/grab b/.icons/Simp1e-Tokyo-Night-Storm/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/grabbing b/.icons/Simp1e-Tokyo-Night-Storm/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/gumby b/.icons/Simp1e-Tokyo-Night-Storm/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/h_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/half-busy b/.icons/Simp1e-Tokyo-Night-Storm/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand b/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand new file mode 100644 index 0000000..1299f5f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand1 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand2 b/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/help b/.icons/Simp1e-Tokyo-Night-Storm/cursors/help new file mode 100644 index 0000000..a977235 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/help differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/ibeam b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/icon b/.icons/Simp1e-Tokyo-Night-Storm/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/kill b/.icons/Simp1e-Tokyo-Night-Storm/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/left-arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_ptr b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_ptr new file mode 100644 index 0000000..00d1634 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_ptr_watch b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_ptr_watch new file mode 100644 index 0000000..08c83e2 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_side b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_side new file mode 100644 index 0000000..8b1f24e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_tee b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_tee new file mode 100644 index 0000000..d6e764e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/left_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/link b/.icons/Simp1e-Tokyo-Night-Storm/cursors/link new file mode 100644 index 0000000..8383506 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/link differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/ll_angle b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ll_angle new file mode 100644 index 0000000..2fe5cbe Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ll_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/lr_angle b/.icons/Simp1e-Tokyo-Night-Storm/cursors/lr_angle new file mode 100644 index 0000000..4c66b02 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/lr_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/move b/.icons/Simp1e-Tokyo-Night-Storm/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/n-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/ne-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/nesw-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/no-drop b/.icons/Simp1e-Tokyo-Night-Storm/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/not-allowed b/.icons/Simp1e-Tokyo-Night-Storm/cursors/not-allowed new file mode 100644 index 0000000..81b2fea Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/not-allowed differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/ns-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/nw-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/nwse-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/openhand b/.icons/Simp1e-Tokyo-Night-Storm/cursors/openhand new file mode 100644 index 0000000..cc4a0a7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/openhand differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/pencil b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pencil new file mode 100644 index 0000000..6de5995 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pencil differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/pirate b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pirate new file mode 100644 index 0000000..c838869 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pirate differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/plus b/.icons/Simp1e-Tokyo-Night-Storm/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointer b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointer-move b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointer-move new file mode 100644 index 0000000..a0df91c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointer-move differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointing_hand b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/progress b/.icons/Simp1e-Tokyo-Night-Storm/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/question_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/right-arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_ptr b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_ptr new file mode 100644 index 0000000..ee45f4b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_side b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_side new file mode 100644 index 0000000..249a895 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_tee b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_tee new file mode 100644 index 0000000..2de2e11 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/right_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/row-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/row-resize new file mode 100644 index 0000000..1627d6f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/row-resize differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/s-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_down_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_down_arrow new file mode 100644 index 0000000..4a7cd5e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_h_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_h_double_arrow new file mode 100644 index 0000000..a3e8908 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_left_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_left_arrow new file mode 100644 index 0000000..49f0446 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_right_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_right_arrow new file mode 100644 index 0000000..5c99db1 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_up_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_up_arrow new file mode 100644 index 0000000..d74842c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_v_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_v_double_arrow new file mode 100644 index 0000000..62c0aed Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/se-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-bdiag b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-fdiag b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-hor b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-ver b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_all b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_all new file mode 100644 index 0000000..bf5bb4f Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_all differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_bdiag b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_fdiag b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_hor b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_ver b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/split_h b/.icons/Simp1e-Tokyo-Night-Storm/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/split_v b/.icons/Simp1e-Tokyo-Night-Storm/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/sw-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/target b/.icons/Simp1e-Tokyo-Night-Storm/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/tcross b/.icons/Simp1e-Tokyo-Night-Storm/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/text b/.icons/Simp1e-Tokyo-Night-Storm/cursors/text new file mode 100644 index 0000000..d168276 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/text differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_left_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_left_corner b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_left_corner new file mode 100644 index 0000000..00665a5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_right_corner b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_right_corner new file mode 100644 index 0000000..f2bd422 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_side b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_side new file mode 100644 index 0000000..b052ac0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_side differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_tee b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_tee new file mode 100644 index 0000000..6ed1e2d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/top_tee differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/ul_angle b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ul_angle new file mode 100644 index 0000000..404cc0b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ul_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/up-arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/ur_angle b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ur_angle new file mode 100644 index 0000000..86881c3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/ur_angle differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/v_double_arrow b/.icons/Simp1e-Tokyo-Night-Storm/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/vertical-text b/.icons/Simp1e-Tokyo-Night-Storm/cursors/vertical-text new file mode 100644 index 0000000..132f214 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/vertical-text differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/w-resize b/.icons/Simp1e-Tokyo-Night-Storm/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/wait b/.icons/Simp1e-Tokyo-Night-Storm/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/watch b/.icons/Simp1e-Tokyo-Night-Storm/cursors/watch new file mode 100644 index 0000000..012a8a4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/watch differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/wayland-cursor b/.icons/Simp1e-Tokyo-Night-Storm/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/whats_this b/.icons/Simp1e-Tokyo-Night-Storm/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/x-cursor b/.icons/Simp1e-Tokyo-Night-Storm/cursors/x-cursor new file mode 100644 index 0000000..e9d0b95 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/x-cursor differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/xterm b/.icons/Simp1e-Tokyo-Night-Storm/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom-in b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom-in new file mode 100644 index 0000000..39e48ef Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom-in differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom-out b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom-out new file mode 100644 index 0000000..15385b5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom-out differ diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom_in b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom_out b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night-Storm/index.theme b/.icons/Simp1e-Tokyo-Night-Storm/index.theme new file mode 100644 index 0000000..4156659 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night-Storm/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Tokyo-Night-Storm" diff --git a/.icons/Simp1e-Tokyo-Night/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e-Tokyo-Night/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/00008160000006810000408080010102 b/.icons/Simp1e-Tokyo-Night/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e-Tokyo-Night/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e-Tokyo-Night/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e-Tokyo-Night/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e-Tokyo-Night/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e-Tokyo-Night/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e-Tokyo-Night/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e-Tokyo-Night/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e-Tokyo-Night/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e-Tokyo-Night/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e-Tokyo-Night/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e-Tokyo-Night/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e-Tokyo-Night/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/208530c400c041818281048008011002 b/.icons/Simp1e-Tokyo-Night/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e-Tokyo-Night/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e-Tokyo-Night/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e-Tokyo-Night/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e-Tokyo-Night/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e-Tokyo-Night/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e-Tokyo-Night/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e-Tokyo-Night/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e-Tokyo-Night/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e-Tokyo-Night/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e-Tokyo-Night/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e-Tokyo-Night/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e-Tokyo-Night/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e-Tokyo-Night/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/X_cursor b/.icons/Simp1e-Tokyo-Night/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e-Tokyo-Night/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/alias b/.icons/Simp1e-Tokyo-Night/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/all-scroll b/.icons/Simp1e-Tokyo-Night/cursors/all-scroll new file mode 100644 index 0000000..dcce148 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/all-scroll differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/arrow b/.icons/Simp1e-Tokyo-Night/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e-Tokyo-Night/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/based_arrow_down b/.icons/Simp1e-Tokyo-Night/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/based_arrow_up b/.icons/Simp1e-Tokyo-Night/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/bd_double_arrow b/.icons/Simp1e-Tokyo-Night/cursors/bd_double_arrow new file mode 100644 index 0000000..bf30de7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/bottom_left_corner b/.icons/Simp1e-Tokyo-Night/cursors/bottom_left_corner new file mode 100644 index 0000000..2305ca7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/bottom_right_corner b/.icons/Simp1e-Tokyo-Night/cursors/bottom_right_corner new file mode 100644 index 0000000..2578feb Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/bottom_side b/.icons/Simp1e-Tokyo-Night/cursors/bottom_side new file mode 100644 index 0000000..aab0216 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/bottom_side differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/bottom_tee b/.icons/Simp1e-Tokyo-Night/cursors/bottom_tee new file mode 100644 index 0000000..65d1b5c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/bottom_tee differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e-Tokyo-Night/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e-Tokyo-Night/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/cell b/.icons/Simp1e-Tokyo-Night/cursors/cell new file mode 100644 index 0000000..96b9c47 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/cell differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/center_ptr b/.icons/Simp1e-Tokyo-Night/cursors/center_ptr new file mode 100644 index 0000000..37d4106 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/center_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/circle b/.icons/Simp1e-Tokyo-Night/cursors/circle new file mode 100644 index 0000000..8762bd7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/circle differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/clock b/.icons/Simp1e-Tokyo-Night/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/closedhand b/.icons/Simp1e-Tokyo-Night/cursors/closedhand new file mode 100644 index 0000000..af30cc6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/closedhand differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/col-resize b/.icons/Simp1e-Tokyo-Night/cursors/col-resize new file mode 100644 index 0000000..0bc83a0 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/col-resize differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/color-picker b/.icons/Simp1e-Tokyo-Night/cursors/color-picker new file mode 100644 index 0000000..5f27e0c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/color-picker differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/context-menu b/.icons/Simp1e-Tokyo-Night/cursors/context-menu new file mode 100644 index 0000000..ed5fe67 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/context-menu differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/copy b/.icons/Simp1e-Tokyo-Night/cursors/copy new file mode 100644 index 0000000..2ced115 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/copy differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/cross b/.icons/Simp1e-Tokyo-Night/cursors/cross new file mode 100644 index 0000000..8c18c42 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/cross differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/cross_reverse b/.icons/Simp1e-Tokyo-Night/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/crossed_circle b/.icons/Simp1e-Tokyo-Night/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/crosshair b/.icons/Simp1e-Tokyo-Night/cursors/crosshair new file mode 100644 index 0000000..b76d96d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/crosshair differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e-Tokyo-Night/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/default b/.icons/Simp1e-Tokyo-Night/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/diamond_cross b/.icons/Simp1e-Tokyo-Night/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dnd-ask b/.icons/Simp1e-Tokyo-Night/cursors/dnd-ask new file mode 100644 index 0000000..9c787ad Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/dnd-ask differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dnd-copy b/.icons/Simp1e-Tokyo-Night/cursors/dnd-copy new file mode 100644 index 0000000..19d9a6a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/dnd-copy differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dnd-link b/.icons/Simp1e-Tokyo-Night/cursors/dnd-link new file mode 100644 index 0000000..5aaee08 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/dnd-link differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dnd-move b/.icons/Simp1e-Tokyo-Night/cursors/dnd-move new file mode 100644 index 0000000..43941e1 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/dnd-move differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dnd-no-drop b/.icons/Simp1e-Tokyo-Night/cursors/dnd-no-drop new file mode 100644 index 0000000..4395e6a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dnd-none b/.icons/Simp1e-Tokyo-Night/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dot b/.icons/Simp1e-Tokyo-Night/cursors/dot new file mode 100644 index 0000000..737636c Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/dot differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dot_box_mask b/.icons/Simp1e-Tokyo-Night/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/dotbox b/.icons/Simp1e-Tokyo-Night/cursors/dotbox new file mode 100644 index 0000000..18d6bd1 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/dotbox differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/double_arrow b/.icons/Simp1e-Tokyo-Night/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/down-arrow b/.icons/Simp1e-Tokyo-Night/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/draft b/.icons/Simp1e-Tokyo-Night/cursors/draft new file mode 100644 index 0000000..ba0e177 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/draft differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/draped_box b/.icons/Simp1e-Tokyo-Night/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/e-resize b/.icons/Simp1e-Tokyo-Night/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e-Tokyo-Night/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/ew-resize b/.icons/Simp1e-Tokyo-Night/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e-Tokyo-Night/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e-Tokyo-Night/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e-Tokyo-Night/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e-Tokyo-Night/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/fd_double_arrow b/.icons/Simp1e-Tokyo-Night/cursors/fd_double_arrow new file mode 100644 index 0000000..10c336d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/fleur b/.icons/Simp1e-Tokyo-Night/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/forbidden b/.icons/Simp1e-Tokyo-Night/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/grab b/.icons/Simp1e-Tokyo-Night/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/grabbing b/.icons/Simp1e-Tokyo-Night/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/gumby b/.icons/Simp1e-Tokyo-Night/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/h_double_arrow b/.icons/Simp1e-Tokyo-Night/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/half-busy b/.icons/Simp1e-Tokyo-Night/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/hand b/.icons/Simp1e-Tokyo-Night/cursors/hand new file mode 100644 index 0000000..3d60b15 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/hand differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/hand1 b/.icons/Simp1e-Tokyo-Night/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/hand2 b/.icons/Simp1e-Tokyo-Night/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/help b/.icons/Simp1e-Tokyo-Night/cursors/help new file mode 100644 index 0000000..6474389 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/help differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/ibeam b/.icons/Simp1e-Tokyo-Night/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/icon b/.icons/Simp1e-Tokyo-Night/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/kill b/.icons/Simp1e-Tokyo-Night/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/left-arrow b/.icons/Simp1e-Tokyo-Night/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/left_arrow b/.icons/Simp1e-Tokyo-Night/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/left_ptr b/.icons/Simp1e-Tokyo-Night/cursors/left_ptr new file mode 100644 index 0000000..8d1bc7e Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/left_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/left_ptr_watch b/.icons/Simp1e-Tokyo-Night/cursors/left_ptr_watch new file mode 100644 index 0000000..d0f1f23 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/left_side b/.icons/Simp1e-Tokyo-Night/cursors/left_side new file mode 100644 index 0000000..6f74e2d Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/left_side differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/left_tee b/.icons/Simp1e-Tokyo-Night/cursors/left_tee new file mode 100644 index 0000000..828593b Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/left_tee differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/link b/.icons/Simp1e-Tokyo-Night/cursors/link new file mode 100644 index 0000000..49aab8a Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/link differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/ll_angle b/.icons/Simp1e-Tokyo-Night/cursors/ll_angle new file mode 100644 index 0000000..d29f9d3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/ll_angle differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/lr_angle b/.icons/Simp1e-Tokyo-Night/cursors/lr_angle new file mode 100644 index 0000000..0e896c6 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/lr_angle differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/move b/.icons/Simp1e-Tokyo-Night/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/n-resize b/.icons/Simp1e-Tokyo-Night/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/ne-resize b/.icons/Simp1e-Tokyo-Night/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/nesw-resize b/.icons/Simp1e-Tokyo-Night/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/no-drop b/.icons/Simp1e-Tokyo-Night/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/not-allowed b/.icons/Simp1e-Tokyo-Night/cursors/not-allowed new file mode 100644 index 0000000..71c5573 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/not-allowed differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/ns-resize b/.icons/Simp1e-Tokyo-Night/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/nw-resize b/.icons/Simp1e-Tokyo-Night/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/nwse-resize b/.icons/Simp1e-Tokyo-Night/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/openhand b/.icons/Simp1e-Tokyo-Night/cursors/openhand new file mode 100644 index 0000000..fd9fe62 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/openhand differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/pencil b/.icons/Simp1e-Tokyo-Night/cursors/pencil new file mode 100644 index 0000000..abf7a01 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/pencil differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/pirate b/.icons/Simp1e-Tokyo-Night/cursors/pirate new file mode 100644 index 0000000..da133d7 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/pirate differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/plus b/.icons/Simp1e-Tokyo-Night/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/pointer b/.icons/Simp1e-Tokyo-Night/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/pointer-move b/.icons/Simp1e-Tokyo-Night/cursors/pointer-move new file mode 100644 index 0000000..0e824f3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/pointer-move differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/pointing_hand b/.icons/Simp1e-Tokyo-Night/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/progress b/.icons/Simp1e-Tokyo-Night/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/question_arrow b/.icons/Simp1e-Tokyo-Night/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/right-arrow b/.icons/Simp1e-Tokyo-Night/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/right_arrow b/.icons/Simp1e-Tokyo-Night/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/right_ptr b/.icons/Simp1e-Tokyo-Night/cursors/right_ptr new file mode 100644 index 0000000..e6a9b08 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/right_ptr differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/right_side b/.icons/Simp1e-Tokyo-Night/cursors/right_side new file mode 100644 index 0000000..46d0038 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/right_side differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/right_tee b/.icons/Simp1e-Tokyo-Night/cursors/right_tee new file mode 100644 index 0000000..fd62cc4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/right_tee differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/row-resize b/.icons/Simp1e-Tokyo-Night/cursors/row-resize new file mode 100644 index 0000000..946b9b8 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/row-resize differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/s-resize b/.icons/Simp1e-Tokyo-Night/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/sb_down_arrow b/.icons/Simp1e-Tokyo-Night/cursors/sb_down_arrow new file mode 100644 index 0000000..4fe5c08 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/sb_h_double_arrow b/.icons/Simp1e-Tokyo-Night/cursors/sb_h_double_arrow new file mode 100644 index 0000000..d5d7768 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/sb_left_arrow b/.icons/Simp1e-Tokyo-Night/cursors/sb_left_arrow new file mode 100644 index 0000000..d9effb5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/sb_right_arrow b/.icons/Simp1e-Tokyo-Night/cursors/sb_right_arrow new file mode 100644 index 0000000..e7e74c3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/sb_up_arrow b/.icons/Simp1e-Tokyo-Night/cursors/sb_up_arrow new file mode 100644 index 0000000..9b8cf66 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/sb_v_double_arrow b/.icons/Simp1e-Tokyo-Night/cursors/sb_v_double_arrow new file mode 100644 index 0000000..bf8d4a3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/se-resize b/.icons/Simp1e-Tokyo-Night/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size-bdiag b/.icons/Simp1e-Tokyo-Night/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size-fdiag b/.icons/Simp1e-Tokyo-Night/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size-hor b/.icons/Simp1e-Tokyo-Night/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size-ver b/.icons/Simp1e-Tokyo-Night/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size_all b/.icons/Simp1e-Tokyo-Night/cursors/size_all new file mode 100644 index 0000000..a92c523 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/size_all differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size_bdiag b/.icons/Simp1e-Tokyo-Night/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size_fdiag b/.icons/Simp1e-Tokyo-Night/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size_hor b/.icons/Simp1e-Tokyo-Night/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/size_ver b/.icons/Simp1e-Tokyo-Night/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/split_h b/.icons/Simp1e-Tokyo-Night/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/split_v b/.icons/Simp1e-Tokyo-Night/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/sw-resize b/.icons/Simp1e-Tokyo-Night/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/target b/.icons/Simp1e-Tokyo-Night/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/tcross b/.icons/Simp1e-Tokyo-Night/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/text b/.icons/Simp1e-Tokyo-Night/cursors/text new file mode 100644 index 0000000..a21deb5 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/text differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/top_left_arrow b/.icons/Simp1e-Tokyo-Night/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/top_left_corner b/.icons/Simp1e-Tokyo-Night/cursors/top_left_corner new file mode 100644 index 0000000..5331ae4 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/top_left_corner differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/top_right_corner b/.icons/Simp1e-Tokyo-Night/cursors/top_right_corner new file mode 100644 index 0000000..0371866 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/top_right_corner differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/top_side b/.icons/Simp1e-Tokyo-Night/cursors/top_side new file mode 100644 index 0000000..bfc83a3 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/top_side differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/top_tee b/.icons/Simp1e-Tokyo-Night/cursors/top_tee new file mode 100644 index 0000000..13a32a8 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/top_tee differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/ul_angle b/.icons/Simp1e-Tokyo-Night/cursors/ul_angle new file mode 100644 index 0000000..e63c878 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/ul_angle differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/up-arrow b/.icons/Simp1e-Tokyo-Night/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/ur_angle b/.icons/Simp1e-Tokyo-Night/cursors/ur_angle new file mode 100644 index 0000000..f104cd9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/ur_angle differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/v_double_arrow b/.icons/Simp1e-Tokyo-Night/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/vertical-text b/.icons/Simp1e-Tokyo-Night/cursors/vertical-text new file mode 100644 index 0000000..4d0cc36 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/vertical-text differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/w-resize b/.icons/Simp1e-Tokyo-Night/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/wait b/.icons/Simp1e-Tokyo-Night/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/watch b/.icons/Simp1e-Tokyo-Night/cursors/watch new file mode 100644 index 0000000..f3516f9 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/watch differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/wayland-cursor b/.icons/Simp1e-Tokyo-Night/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/whats_this b/.icons/Simp1e-Tokyo-Night/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/x-cursor b/.icons/Simp1e-Tokyo-Night/cursors/x-cursor new file mode 100644 index 0000000..ea886cd Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/x-cursor differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/xterm b/.icons/Simp1e-Tokyo-Night/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/zoom-in b/.icons/Simp1e-Tokyo-Night/cursors/zoom-in new file mode 100644 index 0000000..52cde03 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/zoom-in differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/zoom-out b/.icons/Simp1e-Tokyo-Night/cursors/zoom-out new file mode 100644 index 0000000..70e0596 Binary files /dev/null and b/.icons/Simp1e-Tokyo-Night/cursors/zoom-out differ diff --git a/.icons/Simp1e-Tokyo-Night/cursors/zoom_in b/.icons/Simp1e-Tokyo-Night/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/cursors/zoom_out b/.icons/Simp1e-Tokyo-Night/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e-Tokyo-Night/index.theme b/.icons/Simp1e-Tokyo-Night/index.theme new file mode 100644 index 0000000..308993f --- /dev/null +++ b/.icons/Simp1e-Tokyo-Night/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e-Tokyo-Night" diff --git a/.icons/Simp1e/cursors/00000000000000020006000e7e9ffc3f b/.icons/Simp1e/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/00008160000006810000408080010102 b/.icons/Simp1e/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/028006030e0e7ebffc7f7070c0600140 b/.icons/Simp1e/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/03b6e0fcb3499374a867c041f52298f0 b/.icons/Simp1e/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e/cursors/03b6e0fcb3499374a867d041f52298f0 b/.icons/Simp1e/cursors/03b6e0fcb3499374a867d041f52298f0 new file mode 120000 index 0000000..9578876 --- /dev/null +++ b/.icons/Simp1e/cursors/03b6e0fcb3499374a867d041f52298f0 @@ -0,0 +1 @@ +dnd-no-drop \ No newline at end of file diff --git a/.icons/Simp1e/cursors/0426c94ea35c87780ff01dc239897213 b/.icons/Simp1e/cursors/0426c94ea35c87780ff01dc239897213 new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e/cursors/0426c94ea35c87780ff01dc239897213 @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/043a9f68147c53184671403ffa811cc5 b/.icons/Simp1e/cursors/043a9f68147c53184671403ffa811cc5 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e/cursors/043a9f68147c53184671403ffa811cc5 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e/cursors/048008013003cff3c00c801001200000 b/.icons/Simp1e/cursors/048008013003cff3c00c801001200000 new file mode 120000 index 0000000..725097f --- /dev/null +++ b/.icons/Simp1e/cursors/048008013003cff3c00c801001200000 @@ -0,0 +1 @@ +vertical-text \ No newline at end of file diff --git a/.icons/Simp1e/cursors/0876e1c15ff2fc01f906f1c363074c0f b/.icons/Simp1e/cursors/0876e1c15ff2fc01f906f1c363074c0f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e/cursors/0876e1c15ff2fc01f906f1c363074c0f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.icons/Simp1e/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/.icons/Simp1e/cursors/08ffe1cb5fe6fc01f906f1c063814ccf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e/cursors/08ffe1cb5fe6fc01f906f1c063814ccf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/.icons/Simp1e/cursors/08ffe1e65f80fcfdf9fff11263e74c48 new file mode 120000 index 0000000..db1a4e4 --- /dev/null +++ b/.icons/Simp1e/cursors/08ffe1e65f80fcfdf9fff11263e74c48 @@ -0,0 +1 @@ +context-menu \ No newline at end of file diff --git a/.icons/Simp1e/cursors/1081e37283d90000800003c07f3ef6bf b/.icons/Simp1e/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e/cursors/14fef782d02440884392942c11205230 b/.icons/Simp1e/cursors/14fef782d02440884392942c11205230 new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/.icons/Simp1e/cursors/14fef782d02440884392942c11205230 @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/.icons/Simp1e/cursors/208530c400c041818281048008011002 b/.icons/Simp1e/cursors/208530c400c041818281048008011002 new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e/cursors/208530c400c041818281048008011002 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/2870a09082c103050810ffdffffe0204 b/.icons/Simp1e/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e/cursors/3085a0e285430894940527032f8b26df b/.icons/Simp1e/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e/cursors/38c5dff7c7b8962045400281044508d2 b/.icons/Simp1e/cursors/38c5dff7c7b8962045400281044508d2 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e/cursors/38c5dff7c7b8962045400281044508d2 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.icons/Simp1e/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/4498f0e0c1937ffe01fd06f973665830 b/.icons/Simp1e/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e/cursors/50585d75b494802d0151028115016902 b/.icons/Simp1e/cursors/50585d75b494802d0151028115016902 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e/cursors/50585d75b494802d0151028115016902 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/5aca4d189052212118709018842178c0 b/.icons/Simp1e/cursors/5aca4d189052212118709018842178c0 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e/cursors/5aca4d189052212118709018842178c0 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.icons/Simp1e/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e/cursors/6407b0e94181790501fd1e167b474872 b/.icons/Simp1e/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e/cursors/640fb0e74195791501fd1ed57b41487f b/.icons/Simp1e/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e/cursors/9081237383d90e509aa00f00170e968f b/.icons/Simp1e/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e/cursors/9116a3ea924ed2162ecab71ba103b17f b/.icons/Simp1e/cursors/9116a3ea924ed2162ecab71ba103b17f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e/cursors/9116a3ea924ed2162ecab71ba103b17f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/9d800788f1b08800ae810202380a0822 b/.icons/Simp1e/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/X_cursor b/.icons/Simp1e/cursors/X_cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e/cursors/X_cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.icons/Simp1e/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e/cursors/alias b/.icons/Simp1e/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.icons/Simp1e/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.icons/Simp1e/cursors/all-scroll b/.icons/Simp1e/cursors/all-scroll new file mode 100644 index 0000000..67db1ad Binary files /dev/null and b/.icons/Simp1e/cursors/all-scroll differ diff --git a/.icons/Simp1e/cursors/arrow b/.icons/Simp1e/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.icons/Simp1e/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.icons/Simp1e/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.icons/Simp1e/cursors/based_arrow_down b/.icons/Simp1e/cursors/based_arrow_down new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/based_arrow_down @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/based_arrow_up b/.icons/Simp1e/cursors/based_arrow_up new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/based_arrow_up @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/bd_double_arrow b/.icons/Simp1e/cursors/bd_double_arrow new file mode 100644 index 0000000..a34b86b Binary files /dev/null and b/.icons/Simp1e/cursors/bd_double_arrow differ diff --git a/.icons/Simp1e/cursors/bottom_left_corner b/.icons/Simp1e/cursors/bottom_left_corner new file mode 100644 index 0000000..c2358a5 Binary files /dev/null and b/.icons/Simp1e/cursors/bottom_left_corner differ diff --git a/.icons/Simp1e/cursors/bottom_right_corner b/.icons/Simp1e/cursors/bottom_right_corner new file mode 100644 index 0000000..1b96755 Binary files /dev/null and b/.icons/Simp1e/cursors/bottom_right_corner differ diff --git a/.icons/Simp1e/cursors/bottom_side b/.icons/Simp1e/cursors/bottom_side new file mode 100644 index 0000000..a2f0865 Binary files /dev/null and b/.icons/Simp1e/cursors/bottom_side differ diff --git a/.icons/Simp1e/cursors/bottom_tee b/.icons/Simp1e/cursors/bottom_tee new file mode 100644 index 0000000..1bd1310 Binary files /dev/null and b/.icons/Simp1e/cursors/bottom_tee differ diff --git a/.icons/Simp1e/cursors/c07385c7190e701020ff7ffffd08103c b/.icons/Simp1e/cursors/c07385c7190e701020ff7ffffd08103c new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/.icons/Simp1e/cursors/c07385c7190e701020ff7ffffd08103c @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/.icons/Simp1e/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.icons/Simp1e/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/cell b/.icons/Simp1e/cursors/cell new file mode 100644 index 0000000..ec9e260 Binary files /dev/null and b/.icons/Simp1e/cursors/cell differ diff --git a/.icons/Simp1e/cursors/center_ptr b/.icons/Simp1e/cursors/center_ptr new file mode 100644 index 0000000..62897f7 Binary files /dev/null and b/.icons/Simp1e/cursors/center_ptr differ diff --git a/.icons/Simp1e/cursors/circle b/.icons/Simp1e/cursors/circle new file mode 100644 index 0000000..cf00bb7 Binary files /dev/null and b/.icons/Simp1e/cursors/circle differ diff --git a/.icons/Simp1e/cursors/clock b/.icons/Simp1e/cursors/clock new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e/cursors/clock @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/closedhand b/.icons/Simp1e/cursors/closedhand new file mode 100644 index 0000000..292e33c Binary files /dev/null and b/.icons/Simp1e/cursors/closedhand differ diff --git a/.icons/Simp1e/cursors/col-resize b/.icons/Simp1e/cursors/col-resize new file mode 100644 index 0000000..ece2e15 Binary files /dev/null and b/.icons/Simp1e/cursors/col-resize differ diff --git a/.icons/Simp1e/cursors/color-picker b/.icons/Simp1e/cursors/color-picker new file mode 100644 index 0000000..ae6f285 Binary files /dev/null and b/.icons/Simp1e/cursors/color-picker differ diff --git a/.icons/Simp1e/cursors/context-menu b/.icons/Simp1e/cursors/context-menu new file mode 100644 index 0000000..1b41546 Binary files /dev/null and b/.icons/Simp1e/cursors/context-menu differ diff --git a/.icons/Simp1e/cursors/copy b/.icons/Simp1e/cursors/copy new file mode 100644 index 0000000..dbf8e79 Binary files /dev/null and b/.icons/Simp1e/cursors/copy differ diff --git a/.icons/Simp1e/cursors/cross b/.icons/Simp1e/cursors/cross new file mode 100644 index 0000000..6db6052 Binary files /dev/null and b/.icons/Simp1e/cursors/cross differ diff --git a/.icons/Simp1e/cursors/cross_reverse b/.icons/Simp1e/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e/cursors/crossed_circle b/.icons/Simp1e/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e/cursors/crosshair b/.icons/Simp1e/cursors/crosshair new file mode 100644 index 0000000..14cf8bc Binary files /dev/null and b/.icons/Simp1e/cursors/crosshair differ diff --git a/.icons/Simp1e/cursors/d9ce0ab605698f320427677b458ad60b b/.icons/Simp1e/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e/cursors/default b/.icons/Simp1e/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e/cursors/diamond_cross b/.icons/Simp1e/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e/cursors/dnd-ask b/.icons/Simp1e/cursors/dnd-ask new file mode 100644 index 0000000..92c5999 Binary files /dev/null and b/.icons/Simp1e/cursors/dnd-ask differ diff --git a/.icons/Simp1e/cursors/dnd-copy b/.icons/Simp1e/cursors/dnd-copy new file mode 100644 index 0000000..d1827df Binary files /dev/null and b/.icons/Simp1e/cursors/dnd-copy differ diff --git a/.icons/Simp1e/cursors/dnd-link b/.icons/Simp1e/cursors/dnd-link new file mode 100644 index 0000000..ae60770 Binary files /dev/null and b/.icons/Simp1e/cursors/dnd-link differ diff --git a/.icons/Simp1e/cursors/dnd-move b/.icons/Simp1e/cursors/dnd-move new file mode 100644 index 0000000..38154f2 Binary files /dev/null and b/.icons/Simp1e/cursors/dnd-move differ diff --git a/.icons/Simp1e/cursors/dnd-no-drop b/.icons/Simp1e/cursors/dnd-no-drop new file mode 100644 index 0000000..f518aee Binary files /dev/null and b/.icons/Simp1e/cursors/dnd-no-drop differ diff --git a/.icons/Simp1e/cursors/dnd-none b/.icons/Simp1e/cursors/dnd-none new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/dot b/.icons/Simp1e/cursors/dot new file mode 100644 index 0000000..3bac34f Binary files /dev/null and b/.icons/Simp1e/cursors/dot differ diff --git a/.icons/Simp1e/cursors/dot_box_mask b/.icons/Simp1e/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e/cursors/dotbox b/.icons/Simp1e/cursors/dotbox new file mode 100644 index 0000000..99995d2 Binary files /dev/null and b/.icons/Simp1e/cursors/dotbox differ diff --git a/.icons/Simp1e/cursors/double_arrow b/.icons/Simp1e/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/down-arrow b/.icons/Simp1e/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.icons/Simp1e/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/draft b/.icons/Simp1e/cursors/draft new file mode 100644 index 0000000..575f1ff Binary files /dev/null and b/.icons/Simp1e/cursors/draft differ diff --git a/.icons/Simp1e/cursors/draped_box b/.icons/Simp1e/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e/cursors/e-resize b/.icons/Simp1e/cursors/e-resize new file mode 120000 index 0000000..acbf1f9 --- /dev/null +++ b/.icons/Simp1e/cursors/e-resize @@ -0,0 +1 @@ +right_side \ No newline at end of file diff --git a/.icons/Simp1e/cursors/e29285e634086352946a0e7090d73106 b/.icons/Simp1e/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/ew-resize b/.icons/Simp1e/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/f41c0e382c94c0958e07017e42b00462 b/.icons/Simp1e/cursors/f41c0e382c94c0958e07017e42b00462 new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e/cursors/f41c0e382c94c0958e07017e42b00462 @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e/cursors/f41c0e382c97c0938e07017e42800402 b/.icons/Simp1e/cursors/f41c0e382c97c0938e07017e42800402 new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e/cursors/f41c0e382c97c0938e07017e42800402 @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.icons/Simp1e/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.icons/Simp1e/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..82f0f7f --- /dev/null +++ b/.icons/Simp1e/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +pointer-move \ No newline at end of file diff --git a/.icons/Simp1e/cursors/fd_double_arrow b/.icons/Simp1e/cursors/fd_double_arrow new file mode 100644 index 0000000..99e1632 Binary files /dev/null and b/.icons/Simp1e/cursors/fd_double_arrow differ diff --git a/.icons/Simp1e/cursors/fleur b/.icons/Simp1e/cursors/fleur new file mode 120000 index 0000000..9c0fd28 --- /dev/null +++ b/.icons/Simp1e/cursors/fleur @@ -0,0 +1 @@ +size_all \ No newline at end of file diff --git a/.icons/Simp1e/cursors/forbidden b/.icons/Simp1e/cursors/forbidden new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/.icons/Simp1e/cursors/forbidden @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/.icons/Simp1e/cursors/grab b/.icons/Simp1e/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/.icons/Simp1e/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/grabbing b/.icons/Simp1e/cursors/grabbing new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e/cursors/grabbing @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/gumby b/.icons/Simp1e/cursors/gumby new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e/cursors/gumby @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e/cursors/h_double_arrow b/.icons/Simp1e/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/half-busy b/.icons/Simp1e/cursors/half-busy new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e/cursors/half-busy @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/hand b/.icons/Simp1e/cursors/hand new file mode 100644 index 0000000..36d6011 Binary files /dev/null and b/.icons/Simp1e/cursors/hand differ diff --git a/.icons/Simp1e/cursors/hand1 b/.icons/Simp1e/cursors/hand1 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e/cursors/hand1 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/hand2 b/.icons/Simp1e/cursors/hand2 new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e/cursors/hand2 @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/help b/.icons/Simp1e/cursors/help new file mode 100644 index 0000000..91b4bc2 Binary files /dev/null and b/.icons/Simp1e/cursors/help differ diff --git a/.icons/Simp1e/cursors/ibeam b/.icons/Simp1e/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e/cursors/icon b/.icons/Simp1e/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.icons/Simp1e/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.icons/Simp1e/cursors/kill b/.icons/Simp1e/cursors/kill new file mode 120000 index 0000000..8d6494d --- /dev/null +++ b/.icons/Simp1e/cursors/kill @@ -0,0 +1 @@ +pirate \ No newline at end of file diff --git a/.icons/Simp1e/cursors/left-arrow b/.icons/Simp1e/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.icons/Simp1e/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/left_arrow b/.icons/Simp1e/cursors/left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e/cursors/left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e/cursors/left_ptr b/.icons/Simp1e/cursors/left_ptr new file mode 100644 index 0000000..e5a52d3 Binary files /dev/null and b/.icons/Simp1e/cursors/left_ptr differ diff --git a/.icons/Simp1e/cursors/left_ptr_watch b/.icons/Simp1e/cursors/left_ptr_watch new file mode 100644 index 0000000..f0f5aab Binary files /dev/null and b/.icons/Simp1e/cursors/left_ptr_watch differ diff --git a/.icons/Simp1e/cursors/left_side b/.icons/Simp1e/cursors/left_side new file mode 100644 index 0000000..0e66858 Binary files /dev/null and b/.icons/Simp1e/cursors/left_side differ diff --git a/.icons/Simp1e/cursors/left_tee b/.icons/Simp1e/cursors/left_tee new file mode 100644 index 0000000..0463b3e Binary files /dev/null and b/.icons/Simp1e/cursors/left_tee differ diff --git a/.icons/Simp1e/cursors/link b/.icons/Simp1e/cursors/link new file mode 100644 index 0000000..2a21402 Binary files /dev/null and b/.icons/Simp1e/cursors/link differ diff --git a/.icons/Simp1e/cursors/ll_angle b/.icons/Simp1e/cursors/ll_angle new file mode 100644 index 0000000..85a6643 Binary files /dev/null and b/.icons/Simp1e/cursors/ll_angle differ diff --git a/.icons/Simp1e/cursors/lr_angle b/.icons/Simp1e/cursors/lr_angle new file mode 100644 index 0000000..c0d1995 Binary files /dev/null and b/.icons/Simp1e/cursors/lr_angle differ diff --git a/.icons/Simp1e/cursors/move b/.icons/Simp1e/cursors/move new file mode 120000 index 0000000..3e94178 --- /dev/null +++ b/.icons/Simp1e/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/n-resize b/.icons/Simp1e/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.icons/Simp1e/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.icons/Simp1e/cursors/ne-resize b/.icons/Simp1e/cursors/ne-resize new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/.icons/Simp1e/cursors/ne-resize @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/.icons/Simp1e/cursors/nesw-resize b/.icons/Simp1e/cursors/nesw-resize new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e/cursors/nesw-resize @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/no-drop b/.icons/Simp1e/cursors/no-drop new file mode 120000 index 0000000..031757c --- /dev/null +++ b/.icons/Simp1e/cursors/no-drop @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/.icons/Simp1e/cursors/not-allowed b/.icons/Simp1e/cursors/not-allowed new file mode 100644 index 0000000..c38a715 Binary files /dev/null and b/.icons/Simp1e/cursors/not-allowed differ diff --git a/.icons/Simp1e/cursors/ns-resize b/.icons/Simp1e/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/nw-resize b/.icons/Simp1e/cursors/nw-resize new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/.icons/Simp1e/cursors/nw-resize @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/.icons/Simp1e/cursors/nwse-resize b/.icons/Simp1e/cursors/nwse-resize new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e/cursors/nwse-resize @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/openhand b/.icons/Simp1e/cursors/openhand new file mode 100644 index 0000000..0cb3726 Binary files /dev/null and b/.icons/Simp1e/cursors/openhand differ diff --git a/.icons/Simp1e/cursors/pencil b/.icons/Simp1e/cursors/pencil new file mode 100644 index 0000000..61ff5a0 Binary files /dev/null and b/.icons/Simp1e/cursors/pencil differ diff --git a/.icons/Simp1e/cursors/pirate b/.icons/Simp1e/cursors/pirate new file mode 100644 index 0000000..7a7253f Binary files /dev/null and b/.icons/Simp1e/cursors/pirate differ diff --git a/.icons/Simp1e/cursors/plus b/.icons/Simp1e/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/.icons/Simp1e/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/.icons/Simp1e/cursors/pointer b/.icons/Simp1e/cursors/pointer new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e/cursors/pointer @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/pointer-move b/.icons/Simp1e/cursors/pointer-move new file mode 100644 index 0000000..68afb51 Binary files /dev/null and b/.icons/Simp1e/cursors/pointer-move differ diff --git a/.icons/Simp1e/cursors/pointing_hand b/.icons/Simp1e/cursors/pointing_hand new file mode 120000 index 0000000..9bf91a1 --- /dev/null +++ b/.icons/Simp1e/cursors/pointing_hand @@ -0,0 +1 @@ +hand \ No newline at end of file diff --git a/.icons/Simp1e/cursors/progress b/.icons/Simp1e/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.icons/Simp1e/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/question_arrow b/.icons/Simp1e/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e/cursors/right-arrow b/.icons/Simp1e/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.icons/Simp1e/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/right_arrow b/.icons/Simp1e/cursors/right_arrow new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.icons/Simp1e/cursors/right_arrow @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.icons/Simp1e/cursors/right_ptr b/.icons/Simp1e/cursors/right_ptr new file mode 100644 index 0000000..dbe961b Binary files /dev/null and b/.icons/Simp1e/cursors/right_ptr differ diff --git a/.icons/Simp1e/cursors/right_side b/.icons/Simp1e/cursors/right_side new file mode 100644 index 0000000..c20a311 Binary files /dev/null and b/.icons/Simp1e/cursors/right_side differ diff --git a/.icons/Simp1e/cursors/right_tee b/.icons/Simp1e/cursors/right_tee new file mode 100644 index 0000000..708410e Binary files /dev/null and b/.icons/Simp1e/cursors/right_tee differ diff --git a/.icons/Simp1e/cursors/row-resize b/.icons/Simp1e/cursors/row-resize new file mode 100644 index 0000000..889867c Binary files /dev/null and b/.icons/Simp1e/cursors/row-resize differ diff --git a/.icons/Simp1e/cursors/s-resize b/.icons/Simp1e/cursors/s-resize new file mode 120000 index 0000000..b9cca67 --- /dev/null +++ b/.icons/Simp1e/cursors/s-resize @@ -0,0 +1 @@ +bottom_side \ No newline at end of file diff --git a/.icons/Simp1e/cursors/sb_down_arrow b/.icons/Simp1e/cursors/sb_down_arrow new file mode 100644 index 0000000..141f342 Binary files /dev/null and b/.icons/Simp1e/cursors/sb_down_arrow differ diff --git a/.icons/Simp1e/cursors/sb_h_double_arrow b/.icons/Simp1e/cursors/sb_h_double_arrow new file mode 100644 index 0000000..9736ff7 Binary files /dev/null and b/.icons/Simp1e/cursors/sb_h_double_arrow differ diff --git a/.icons/Simp1e/cursors/sb_left_arrow b/.icons/Simp1e/cursors/sb_left_arrow new file mode 100644 index 0000000..bcbd1cd Binary files /dev/null and b/.icons/Simp1e/cursors/sb_left_arrow differ diff --git a/.icons/Simp1e/cursors/sb_right_arrow b/.icons/Simp1e/cursors/sb_right_arrow new file mode 100644 index 0000000..3c155d1 Binary files /dev/null and b/.icons/Simp1e/cursors/sb_right_arrow differ diff --git a/.icons/Simp1e/cursors/sb_up_arrow b/.icons/Simp1e/cursors/sb_up_arrow new file mode 100644 index 0000000..80121ca Binary files /dev/null and b/.icons/Simp1e/cursors/sb_up_arrow differ diff --git a/.icons/Simp1e/cursors/sb_v_double_arrow b/.icons/Simp1e/cursors/sb_v_double_arrow new file mode 100644 index 0000000..4955094 Binary files /dev/null and b/.icons/Simp1e/cursors/sb_v_double_arrow differ diff --git a/.icons/Simp1e/cursors/se-resize b/.icons/Simp1e/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.icons/Simp1e/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size-bdiag b/.icons/Simp1e/cursors/size-bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e/cursors/size-bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size-fdiag b/.icons/Simp1e/cursors/size-fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e/cursors/size-fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size-hor b/.icons/Simp1e/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size-ver b/.icons/Simp1e/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size_all b/.icons/Simp1e/cursors/size_all new file mode 100644 index 0000000..f6bc681 Binary files /dev/null and b/.icons/Simp1e/cursors/size_all differ diff --git a/.icons/Simp1e/cursors/size_bdiag b/.icons/Simp1e/cursors/size_bdiag new file mode 120000 index 0000000..3d249d7 --- /dev/null +++ b/.icons/Simp1e/cursors/size_bdiag @@ -0,0 +1 @@ +fd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size_fdiag b/.icons/Simp1e/cursors/size_fdiag new file mode 120000 index 0000000..a8afe37 --- /dev/null +++ b/.icons/Simp1e/cursors/size_fdiag @@ -0,0 +1 @@ +bd_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size_hor b/.icons/Simp1e/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/size_ver b/.icons/Simp1e/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/split_h b/.icons/Simp1e/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.icons/Simp1e/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/split_v b/.icons/Simp1e/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/sw-resize b/.icons/Simp1e/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.icons/Simp1e/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.icons/Simp1e/cursors/target b/.icons/Simp1e/cursors/target new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.icons/Simp1e/cursors/target @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.icons/Simp1e/cursors/tcross b/.icons/Simp1e/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/.icons/Simp1e/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/.icons/Simp1e/cursors/text b/.icons/Simp1e/cursors/text new file mode 100644 index 0000000..5063949 Binary files /dev/null and b/.icons/Simp1e/cursors/text differ diff --git a/.icons/Simp1e/cursors/top_left_arrow b/.icons/Simp1e/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.icons/Simp1e/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.icons/Simp1e/cursors/top_left_corner b/.icons/Simp1e/cursors/top_left_corner new file mode 100644 index 0000000..348c478 Binary files /dev/null and b/.icons/Simp1e/cursors/top_left_corner differ diff --git a/.icons/Simp1e/cursors/top_right_corner b/.icons/Simp1e/cursors/top_right_corner new file mode 100644 index 0000000..8e67e51 Binary files /dev/null and b/.icons/Simp1e/cursors/top_right_corner differ diff --git a/.icons/Simp1e/cursors/top_side b/.icons/Simp1e/cursors/top_side new file mode 100644 index 0000000..1cf7318 Binary files /dev/null and b/.icons/Simp1e/cursors/top_side differ diff --git a/.icons/Simp1e/cursors/top_tee b/.icons/Simp1e/cursors/top_tee new file mode 100644 index 0000000..f5bb134 Binary files /dev/null and b/.icons/Simp1e/cursors/top_tee differ diff --git a/.icons/Simp1e/cursors/ul_angle b/.icons/Simp1e/cursors/ul_angle new file mode 100644 index 0000000..0b460c9 Binary files /dev/null and b/.icons/Simp1e/cursors/ul_angle differ diff --git a/.icons/Simp1e/cursors/up-arrow b/.icons/Simp1e/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.icons/Simp1e/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/ur_angle b/.icons/Simp1e/cursors/ur_angle new file mode 100644 index 0000000..42a5432 Binary files /dev/null and b/.icons/Simp1e/cursors/ur_angle differ diff --git a/.icons/Simp1e/cursors/v_double_arrow b/.icons/Simp1e/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.icons/Simp1e/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.icons/Simp1e/cursors/vertical-text b/.icons/Simp1e/cursors/vertical-text new file mode 100644 index 0000000..5205f94 Binary files /dev/null and b/.icons/Simp1e/cursors/vertical-text differ diff --git a/.icons/Simp1e/cursors/w-resize b/.icons/Simp1e/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.icons/Simp1e/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.icons/Simp1e/cursors/wait b/.icons/Simp1e/cursors/wait new file mode 120000 index 0000000..1655a60 --- /dev/null +++ b/.icons/Simp1e/cursors/wait @@ -0,0 +1 @@ +watch \ No newline at end of file diff --git a/.icons/Simp1e/cursors/watch b/.icons/Simp1e/cursors/watch new file mode 100644 index 0000000..6fa1bf0 Binary files /dev/null and b/.icons/Simp1e/cursors/watch differ diff --git a/.icons/Simp1e/cursors/wayland-cursor b/.icons/Simp1e/cursors/wayland-cursor new file mode 120000 index 0000000..f4ba4db --- /dev/null +++ b/.icons/Simp1e/cursors/wayland-cursor @@ -0,0 +1 @@ +x-cursor \ No newline at end of file diff --git a/.icons/Simp1e/cursors/whats_this b/.icons/Simp1e/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/.icons/Simp1e/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/.icons/Simp1e/cursors/x-cursor b/.icons/Simp1e/cursors/x-cursor new file mode 100644 index 0000000..ee6ddc2 Binary files /dev/null and b/.icons/Simp1e/cursors/x-cursor differ diff --git a/.icons/Simp1e/cursors/xterm b/.icons/Simp1e/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/.icons/Simp1e/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/.icons/Simp1e/cursors/zoom-in b/.icons/Simp1e/cursors/zoom-in new file mode 100644 index 0000000..ef31f76 Binary files /dev/null and b/.icons/Simp1e/cursors/zoom-in differ diff --git a/.icons/Simp1e/cursors/zoom-out b/.icons/Simp1e/cursors/zoom-out new file mode 100644 index 0000000..df5e1bf Binary files /dev/null and b/.icons/Simp1e/cursors/zoom-out differ diff --git a/.icons/Simp1e/cursors/zoom_in b/.icons/Simp1e/cursors/zoom_in new file mode 120000 index 0000000..3be28ed --- /dev/null +++ b/.icons/Simp1e/cursors/zoom_in @@ -0,0 +1 @@ +zoom-in \ No newline at end of file diff --git a/.icons/Simp1e/cursors/zoom_out b/.icons/Simp1e/cursors/zoom_out new file mode 120000 index 0000000..9add89a --- /dev/null +++ b/.icons/Simp1e/cursors/zoom_out @@ -0,0 +1 @@ +zoom-out \ No newline at end of file diff --git a/.icons/Simp1e/index.theme b/.icons/Simp1e/index.theme new file mode 100644 index 0000000..d7bea47 --- /dev/null +++ b/.icons/Simp1e/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Name="Simp1e" diff --git a/.icons/default/index.theme b/.icons/default/index.theme new file mode 100644 index 0000000..5364ba9 --- /dev/null +++ b/.icons/default/index.theme @@ -0,0 +1,2 @@ +[icon theme] +Inherits=Notwaita-White diff --git a/.wallpapers/681355.jpg b/.wallpapers/681355.jpg new file mode 100644 index 0000000..c7b9cb9 Binary files /dev/null and b/.wallpapers/681355.jpg differ diff --git a/.wallpapers/898492.jpg b/.wallpapers/898492.jpg new file mode 100644 index 0000000..d269d55 Binary files /dev/null and b/.wallpapers/898492.jpg differ diff --git a/.wallpapers/duck.jpg b/.wallpapers/duck.jpg new file mode 100644 index 0000000..0950d92 Binary files /dev/null and b/.wallpapers/duck.jpg differ diff --git a/.wallpapers/kirby.png b/.wallpapers/kirby.png new file mode 100644 index 0000000..f0badd4 Binary files /dev/null and b/.wallpapers/kirby.png differ diff --git a/.wallpapers/kirby.webp b/.wallpapers/kirby.webp new file mode 100644 index 0000000..8c527a2 Binary files /dev/null and b/.wallpapers/kirby.webp differ diff --git a/.wallpapers/mountains-over-clouds.jpg b/.wallpapers/mountains-over-clouds.jpg new file mode 100644 index 0000000..a9af0d7 Binary files /dev/null and b/.wallpapers/mountains-over-clouds.jpg differ diff --git a/.wallpapers/nature-road.jpg b/.wallpapers/nature-road.jpg new file mode 100644 index 0000000..f8bff23 Binary files /dev/null and b/.wallpapers/nature-road.jpg differ diff --git a/.wallpapers/plains.jpg b/.wallpapers/plains.jpg new file mode 100644 index 0000000..11aef91 Binary files /dev/null and b/.wallpapers/plains.jpg differ diff --git a/.wallpapers/wallhaven-wy89jr.png b/.wallpapers/wallhaven-wy89jr.png new file mode 100644 index 0000000..b567425 Binary files /dev/null and b/.wallpapers/wallhaven-wy89jr.png differ diff --git a/.wallpapers/woman-leaning.jpg b/.wallpapers/woman-leaning.jpg new file mode 100644 index 0000000..efc4e8d Binary files /dev/null and b/.wallpapers/woman-leaning.jpg differ diff --git a/.wallpapers/woman-studying.jpg b/.wallpapers/woman-studying.jpg new file mode 100644 index 0000000..5f375aa Binary files /dev/null and b/.wallpapers/woman-studying.jpg differ