diff --git a/.config/bpytop/bpytop.conf b/.config/bpytop/bpytop.conf index edbe60b9c..b3ad8f26b 100644 --- a/.config/bpytop/bpytop.conf +++ b/.config/bpytop/bpytop.conf @@ -1,8 +1,8 @@ -#? Config file for bpytop v. 1.0.57 +#? Config file for bpytop v. 1.0.60 #* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme. #* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai" -color_theme="Default" +color_theme="+dracula" #* If the theme set background should be shown, set to False if you want terminal background transparency theme_background=False @@ -45,6 +45,25 @@ proc_per_core=False #* Show process memory as bytes instead of percent proc_mem_bytes=True +#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available, see: +#* https://psutil.readthedocs.io/en/latest/#psutil.cpu_times for attributes available on specific platforms. +#* Select from a list of detected attributes from the options menu +cpu_graph_upper="total" + +#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available, see: +#* https://psutil.readthedocs.io/en/latest/#psutil.cpu_times for attributes available on specific platforms. +#* Select from a list of detected attributes from the options menu +cpu_graph_lower="total" + +#* Toggles if the lower CPU graph should be inverted. +cpu_invert_lower=True + +#* Set to True to completely disable the lower CPU graph. +cpu_single_graph=False + +#* Shows the system uptime in the CPU box. +show_uptime=True + #* Check cpu temperature, needs "osx-cpu-temp" on MacOS X. check_temp=True @@ -85,6 +104,19 @@ only_physical=True #* Read disks list from /etc/fstab. This also disables only_physical. use_fstab=False +#* Toggles if io stats should be shown in regular disk usage view +show_io_stat=True + +#* Toggles io mode for disks, showing only big graphs for disk read/write speeds. +io_mode=False + +#* Set to True to show combined read/write io graphs in io mode. +io_graph_combined=False + +#* Set the top speed for the io graphs in MiB/s (10 by default), use format "device:speed" seperate disks with a comma ",". +#* Example: "/dev/sda:100, /dev/sdb:20" +io_graph_speeds="" + #* Set fixed values for network graphs, default "10M" = 10 Mibibytes, possible units "K", "M", "G", append with "bit" for bits instead of bytes, i.e "100mbit" net_download="10M" net_upload="10M" diff --git a/.config/bpytop/themes/dracula.theme b/.config/bpytop/themes/dracula.theme new file mode 100644 index 000000000..a0355f33d --- /dev/null +++ b/.config/bpytop/themes/dracula.theme @@ -0,0 +1,89 @@ +#Bashtop theme with nord palette (https://www.nordtheme.com) +#by Justin Zobel + +# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255" +# example for white: "#ffffff", "#ff" or "255 255 255". + +# All graphs and meters can be gradients +# For single color graphs leave "mid" and "end" variable empty. +# Use "start" and "end" variables for two color gradient +# Use "start", "mid" and "end" for three color gradient + +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#282A36" + +# Main text color +theme[main_fg]="#BD93F9" + +# Title color for boxes +theme[title]="#f8f8f2" + +# Higlight color for keyboard shortcuts +theme[hi_fg]="#ff79c6" + +# Background color of selected item in processes box +theme[selected_bg]="#44475A" + +# Foreground color of selected item in processes box +theme[selected_fg]="#ECEFF4" + +# Color of inactive/disabled text +theme[inactive_fg]="#6272a4" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#BD93F9" + +# Cpu box outline color +theme[cpu_box]="#ff79c6" + +# Memory/disks box outline color +theme[mem_box]="#ff79c6" + +# Net up/down box outline color +theme[net_box]="#ff79c6" + +# Processes box outline color +theme[proc_box]="#ff79c6" + +# Box divider line and small boxes line color +theme[div_line]="#ff79c6" + +# Temperature graph colors +theme[temp_start]="#bd93f9" +theme[temp_mid]="#bd93f9" +theme[temp_end]="#bd93f9" + +# CPU graph colors +theme[cpu_start]="#bd93f9" +theme[cpu_mid]="#bd93f9" +theme[cpu_end]="#bd93f9" + +# Mem/Disk free meter +theme[free_start]="#bd93f9" +theme[free_mid]="#bd93f9" +theme[free_end]="#bd93f9" + +# Mem/Disk cached meter +theme[cached_start]="#bd93f9" +theme[cached_mid]="#bd93f9" +theme[cached_end]="#bd93f9" + +# Mem/Disk available meter +theme[available_start]="#bd93f9" +theme[available_mid]="#bd93f9" +theme[available_end]="#bd93f9" + +# Mem/Disk used meter +theme[used_start]="#bd93f9" +theme[used_mid]="#bd93f9" +theme[used_end]="#bd93f9" + +# Download graph colors +theme[download_start]="#bd93f9" +theme[download_mid]="#bd93f9" +theme[download_end]="#bd93f9" + +# Upload graph colors +theme[upload_start]="#bd93f9" +theme[upload_mid]="#bd93f9" +theme[upload_end]="#bd93f9" diff --git a/.config/ckb-next/ckb-next.conf b/.config/ckb-next/ckb-next.conf index 0e46d9712..2d8fe3fc1 100644 --- a/.config/ckb-next/ckb-next.conf +++ b/.config/ckb-next/ckb-next.conf @@ -198,7 +198,7 @@ 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\y=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\z=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\UseRealNames=true -0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Modified=469a3f48 +0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Modified=bbbb2057 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Name=Rainbow 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\0=@Point(400 400) @@ -426,7 +426,7 @@ 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\y=#ff0000 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\z=#ff0000 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\UseRealNames=true -0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Modified=765833a5 +0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Modified=43fbd446 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Name=Breathing 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\0=@Point(400 400) @@ -676,7 +676,7 @@ 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\y=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\z=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\UseRealNames=true -0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Modified=57a097d0 +0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Modified=2a21e4b8 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Name=Trippy 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\0=@Point(400 400) @@ -734,7 +734,7 @@ 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\CurrentMode={11C11AE3-3195-4DFC-B8AC-2FEA703414E5} 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\HwModified=40b6f054 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\ModeCount=3 -0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Modified=79ac28cb +0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Modified=3ef72406 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Name=Demo [Popups] diff --git a/.config/dconf/user b/.config/dconf/user index 01ba89d4f..b68107a5a 100644 Binary files a/.config/dconf/user and b/.config/dconf/user differ diff --git a/.config/i3/backgrounds/manjaro.png b/.config/i3/backgrounds/manjaro.png new file mode 100644 index 000000000..3faf0934f Binary files /dev/null and b/.config/i3/backgrounds/manjaro.png differ diff --git a/.config/i3/backgrounds/wallpaper2.jpg b/.config/i3/backgrounds/wallpaper2.jpg deleted file mode 100644 index 0ddf9866b..000000000 Binary files a/.config/i3/backgrounds/wallpaper2.jpg and /dev/null differ diff --git a/.fehbg b/.fehbg index 3d6458c53..a174a1272 100755 --- a/.fehbg +++ b/.fehbg @@ -1,2 +1,2 @@ -#!/usr/bin/env bash -feh --no-fehbg --bg-fill '/home/dt/.config/i3/backgrounds/wallpaper.jpg' +#!/bin/sh +feh --no-fehbg --bg-scale '/home/dt/.config/i3/backgrounds/manjaro.png' diff --git a/.icons/Dracula/16/document-multiple.svg b/.icons/Dracula/16/document-multiple.svg deleted file mode 120000 index 6e0421ddf..000000000 --- a/.icons/Dracula/16/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/16/edit-copy.svg b/.icons/Dracula/16/edit-copy.svg deleted file mode 100644 index 5ae93b8a2..000000000 --- a/.icons/Dracula/16/edit-copy.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-activities.svg b/.icons/Dracula/16/folder-activities.svg deleted file mode 100644 index f54dd4fb8..000000000 --- a/.icons/Dracula/16/folder-activities.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-add.svg b/.icons/Dracula/16/folder-add.svg deleted file mode 100644 index c2b03f724..000000000 --- a/.icons/Dracula/16/folder-add.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-black.svg b/.icons/Dracula/16/folder-black.svg deleted file mode 100644 index d7de70e68..000000000 --- a/.icons/Dracula/16/folder-black.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-blue.svg b/.icons/Dracula/16/folder-blue.svg deleted file mode 100644 index e80a553f8..000000000 --- a/.icons/Dracula/16/folder-blue.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-bookmark.svg b/.icons/Dracula/16/folder-bookmark.svg deleted file mode 120000 index 65a18760f..000000000 --- a/.icons/Dracula/16/folder-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/16/folder-brown.svg b/.icons/Dracula/16/folder-brown.svg deleted file mode 100644 index 83e33bbcf..000000000 --- a/.icons/Dracula/16/folder-brown.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-cloud.svg b/.icons/Dracula/16/folder-cloud.svg deleted file mode 100644 index ad04389c6..000000000 --- a/.icons/Dracula/16/folder-cloud.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-cyan.svg b/.icons/Dracula/16/folder-cyan.svg deleted file mode 100644 index 834ae96bd..000000000 --- a/.icons/Dracula/16/folder-cyan.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-development.svg b/.icons/Dracula/16/folder-development.svg deleted file mode 100644 index e2c49d039..000000000 --- a/.icons/Dracula/16/folder-development.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-documents.svg b/.icons/Dracula/16/folder-documents.svg deleted file mode 120000 index 6e0421ddf..000000000 --- a/.icons/Dracula/16/folder-documents.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/16/folder-download.svg b/.icons/Dracula/16/folder-download.svg deleted file mode 100644 index dda006fa9..000000000 --- a/.icons/Dracula/16/folder-download.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-favorites.svg b/.icons/Dracula/16/folder-favorites.svg deleted file mode 100644 index 55edcc03c..000000000 --- a/.icons/Dracula/16/folder-favorites.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/16/folder-gdrive.svg b/.icons/Dracula/16/folder-gdrive.svg deleted file mode 100644 index 02dabb199..000000000 --- a/.icons/Dracula/16/folder-gdrive.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-green.svg b/.icons/Dracula/16/folder-green.svg deleted file mode 100644 index 83153d718..000000000 --- a/.icons/Dracula/16/folder-green.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-grey.svg b/.icons/Dracula/16/folder-grey.svg deleted file mode 100644 index cafcb35a4..000000000 --- a/.icons/Dracula/16/folder-grey.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-html.svg b/.icons/Dracula/16/folder-html.svg deleted file mode 120000 index 4e33bd8f2..000000000 --- a/.icons/Dracula/16/folder-html.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/globe.svg \ No newline at end of file diff --git a/.icons/Dracula/16/folder-image-people.svg b/.icons/Dracula/16/folder-image-people.svg deleted file mode 120000 index 3df8da68b..000000000 --- a/.icons/Dracula/16/folder-image-people.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/im-user.svg \ No newline at end of file diff --git a/.icons/Dracula/16/folder-important.svg b/.icons/Dracula/16/folder-important.svg deleted file mode 100644 index 1c765468e..000000000 --- a/.icons/Dracula/16/folder-important.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/.icons/Dracula/16/folder-locked.svg b/.icons/Dracula/16/folder-locked.svg deleted file mode 100644 index c1f2f3863..000000000 --- a/.icons/Dracula/16/folder-locked.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/16/folder-magenta.svg b/.icons/Dracula/16/folder-magenta.svg deleted file mode 100644 index 2910d69f0..000000000 --- a/.icons/Dracula/16/folder-magenta.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-mail.svg b/.icons/Dracula/16/folder-mail.svg deleted file mode 100644 index 8dbada71c..000000000 --- a/.icons/Dracula/16/folder-mail.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-network.svg b/.icons/Dracula/16/folder-network.svg deleted file mode 100644 index 28d3e93af..000000000 --- a/.icons/Dracula/16/folder-network.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-open.svg b/.icons/Dracula/16/folder-open.svg deleted file mode 100644 index 3b853d475..000000000 --- a/.icons/Dracula/16/folder-open.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/16/folder-orange.svg b/.icons/Dracula/16/folder-orange.svg deleted file mode 100644 index edf7f556d..000000000 --- a/.icons/Dracula/16/folder-orange.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-pictures.svg b/.icons/Dracula/16/folder-pictures.svg deleted file mode 100644 index 16ae66141..000000000 --- a/.icons/Dracula/16/folder-pictures.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-print.svg b/.icons/Dracula/16/folder-print.svg deleted file mode 100644 index 9d71583bd..000000000 --- a/.icons/Dracula/16/folder-print.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/16/folder-publicshare.svg b/.icons/Dracula/16/folder-publicshare.svg deleted file mode 100644 index 9e22bb25a..000000000 --- a/.icons/Dracula/16/folder-publicshare.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-red.svg b/.icons/Dracula/16/folder-red.svg deleted file mode 100644 index 8ad65bc5b..000000000 --- a/.icons/Dracula/16/folder-red.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-remote.svg b/.icons/Dracula/16/folder-remote.svg deleted file mode 120000 index 582eebfcd..000000000 --- a/.icons/Dracula/16/folder-remote.svg +++ /dev/null @@ -1 +0,0 @@ -folder-html.svg \ No newline at end of file diff --git a/.icons/Dracula/16/folder-script.svg b/.icons/Dracula/16/folder-script.svg deleted file mode 100644 index 5f582e1fa..000000000 --- a/.icons/Dracula/16/folder-script.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-sound.svg b/.icons/Dracula/16/folder-sound.svg deleted file mode 100644 index 58ca27b2f..000000000 --- a/.icons/Dracula/16/folder-sound.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-tar.svg b/.icons/Dracula/16/folder-tar.svg deleted file mode 100644 index f01626466..000000000 --- a/.icons/Dracula/16/folder-tar.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-temp.svg b/.icons/Dracula/16/folder-temp.svg deleted file mode 100644 index 2abde3d83..000000000 --- a/.icons/Dracula/16/folder-temp.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-templates.svg b/.icons/Dracula/16/folder-templates.svg deleted file mode 100644 index b7f157785..000000000 --- a/.icons/Dracula/16/folder-templates.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-text.svg b/.icons/Dracula/16/folder-text.svg deleted file mode 100644 index 1ba49e993..000000000 --- a/.icons/Dracula/16/folder-text.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-unlocked.svg b/.icons/Dracula/16/folder-unlocked.svg deleted file mode 120000 index a0081ac43..000000000 --- a/.icons/Dracula/16/folder-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/object-unlocked.svg \ No newline at end of file diff --git a/.icons/Dracula/16/folder-videos.svg b/.icons/Dracula/16/folder-videos.svg deleted file mode 100644 index 07d7db594..000000000 --- a/.icons/Dracula/16/folder-videos.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder-violet.svg b/.icons/Dracula/16/folder-violet.svg deleted file mode 100644 index 7ada657d8..000000000 --- a/.icons/Dracula/16/folder-violet.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder-yellow.svg b/.icons/Dracula/16/folder-yellow.svg deleted file mode 100644 index 61d9976cc..000000000 --- a/.icons/Dracula/16/folder-yellow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/16/folder.svg b/.icons/Dracula/16/folder.svg deleted file mode 100644 index caca0e172..000000000 --- a/.icons/Dracula/16/folder.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/folder_html.svg b/.icons/Dracula/16/folder_html.svg deleted file mode 120000 index 582eebfcd..000000000 --- a/.icons/Dracula/16/folder_html.svg +++ /dev/null @@ -1 +0,0 @@ -folder-html.svg \ No newline at end of file diff --git a/.icons/Dracula/16/globe.svg b/.icons/Dracula/16/globe.svg deleted file mode 100644 index a82a7a0c3..000000000 --- a/.icons/Dracula/16/globe.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/16/mail-folder-inbox.svg b/.icons/Dracula/16/mail-folder-inbox.svg deleted file mode 100644 index 374e8713b..000000000 --- a/.icons/Dracula/16/mail-folder-inbox.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/mail-folder-outbox.svg b/.icons/Dracula/16/mail-folder-outbox.svg deleted file mode 100644 index b0fbba269..000000000 --- a/.icons/Dracula/16/mail-folder-outbox.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/mail-folder-sent.svg b/.icons/Dracula/16/mail-folder-sent.svg deleted file mode 100644 index 663a92eb0..000000000 --- a/.icons/Dracula/16/mail-folder-sent.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/16/mail-message.svg b/.icons/Dracula/16/mail-message.svg deleted file mode 100644 index 9be07fc3e..000000000 --- a/.icons/Dracula/16/mail-message.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/network-server-database.svg b/.icons/Dracula/16/network-server-database.svg deleted file mode 100644 index 84bd870a0..000000000 --- a/.icons/Dracula/16/network-server-database.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/network-server.svg b/.icons/Dracula/16/network-server.svg deleted file mode 120000 index 0fb3d2e67..000000000 --- a/.icons/Dracula/16/network-server.svg +++ /dev/null @@ -1 +0,0 @@ -network-workgroup.svg \ No newline at end of file diff --git a/.icons/Dracula/16/network-workgroup.svg b/.icons/Dracula/16/network-workgroup.svg deleted file mode 100644 index e4f6d599f..000000000 --- a/.icons/Dracula/16/network-workgroup.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/start-here-kde.svg b/.icons/Dracula/16/start-here-kde.svg deleted file mode 120000 index 6c97f1851..000000000 --- a/.icons/Dracula/16/start-here-kde.svg +++ /dev/null @@ -1 +0,0 @@ -folder-activities.svg \ No newline at end of file diff --git a/.icons/Dracula/16/user-desktop.svg b/.icons/Dracula/16/user-desktop.svg deleted file mode 100644 index fb52f9249..000000000 --- a/.icons/Dracula/16/user-desktop.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/user-home.svg b/.icons/Dracula/16/user-home.svg deleted file mode 100644 index 7da35fa74..000000000 --- a/.icons/Dracula/16/user-home.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/16/user-identity.svg b/.icons/Dracula/16/user-identity.svg deleted file mode 120000 index cd92d1f1a..000000000 --- a/.icons/Dracula/16/user-identity.svg +++ /dev/null @@ -1 +0,0 @@ -folder-image-people.svg \ No newline at end of file diff --git a/.icons/Dracula/16/user-trash-full.svg b/.icons/Dracula/16/user-trash-full.svg deleted file mode 100644 index 54fdbcdc7..000000000 --- a/.icons/Dracula/16/user-trash-full.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - /> - diff --git a/.icons/Dracula/16/user-trash.svg b/.icons/Dracula/16/user-trash.svg deleted file mode 100644 index 5ab42447d..000000000 --- a/.icons/Dracula/16/user-trash.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/bookmarks.svg b/.icons/Dracula/Places/16/bookmarks.svg deleted file mode 120000 index 08070bdd5..000000000 --- a/.icons/Dracula/Places/16/bookmarks.svg +++ /dev/null @@ -1 +0,0 @@ -folder-favorites.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/document-multiple.svg b/.icons/Dracula/Places/16/document-multiple.svg deleted file mode 120000 index 6e0421ddf..000000000 --- a/.icons/Dracula/Places/16/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/edit-copy.svg b/.icons/Dracula/Places/16/edit-copy.svg deleted file mode 100644 index 8c75614b1..000000000 --- a/.icons/Dracula/Places/16/edit-copy.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-activities.svg b/.icons/Dracula/Places/16/folder-activities.svg deleted file mode 100644 index f54dd4fb8..000000000 --- a/.icons/Dracula/Places/16/folder-activities.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-add.svg b/.icons/Dracula/Places/16/folder-add.svg deleted file mode 100644 index c2b03f724..000000000 --- a/.icons/Dracula/Places/16/folder-add.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-black.svg b/.icons/Dracula/Places/16/folder-black.svg deleted file mode 100644 index d7de70e68..000000000 --- a/.icons/Dracula/Places/16/folder-black.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-blue.svg b/.icons/Dracula/Places/16/folder-blue.svg deleted file mode 100644 index e80a553f8..000000000 --- a/.icons/Dracula/Places/16/folder-blue.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-bookmark.svg b/.icons/Dracula/Places/16/folder-bookmark.svg deleted file mode 120000 index 08070bdd5..000000000 --- a/.icons/Dracula/Places/16/folder-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -folder-favorites.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-brown.svg b/.icons/Dracula/Places/16/folder-brown.svg deleted file mode 100644 index 83e33bbcf..000000000 --- a/.icons/Dracula/Places/16/folder-brown.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-cloud.svg b/.icons/Dracula/Places/16/folder-cloud.svg deleted file mode 100644 index ad04389c6..000000000 --- a/.icons/Dracula/Places/16/folder-cloud.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-cyan.svg b/.icons/Dracula/Places/16/folder-cyan.svg deleted file mode 100644 index 834ae96bd..000000000 --- a/.icons/Dracula/Places/16/folder-cyan.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-development.svg b/.icons/Dracula/Places/16/folder-development.svg deleted file mode 100644 index e2c49d039..000000000 --- a/.icons/Dracula/Places/16/folder-development.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-documents-symbolic.svg b/.icons/Dracula/Places/16/folder-documents-symbolic.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/Places/16/folder-documents-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-documents.svg b/.icons/Dracula/Places/16/folder-documents.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/Places/16/folder-documents.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-download-symbolic.svg b/.icons/Dracula/Places/16/folder-download-symbolic.svg deleted file mode 120000 index 8b7535787..000000000 --- a/.icons/Dracula/Places/16/folder-download-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-download.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-download.svg b/.icons/Dracula/Places/16/folder-download.svg deleted file mode 100644 index 06baadd6d..000000000 --- a/.icons/Dracula/Places/16/folder-download.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-downloads-symbolic.svg b/.icons/Dracula/Places/16/folder-downloads-symbolic.svg deleted file mode 120000 index 8b7535787..000000000 --- a/.icons/Dracula/Places/16/folder-downloads-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-download.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-downloads.svg b/.icons/Dracula/Places/16/folder-downloads.svg deleted file mode 120000 index 8b7535787..000000000 --- a/.icons/Dracula/Places/16/folder-downloads.svg +++ /dev/null @@ -1 +0,0 @@ -folder-download.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-favorites.svg b/.icons/Dracula/Places/16/folder-favorites.svg deleted file mode 100644 index 55edcc03c..000000000 --- a/.icons/Dracula/Places/16/folder-favorites.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-gdrive.svg b/.icons/Dracula/Places/16/folder-gdrive.svg deleted file mode 100644 index 02dabb199..000000000 --- a/.icons/Dracula/Places/16/folder-gdrive.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-green.svg b/.icons/Dracula/Places/16/folder-green.svg deleted file mode 100644 index 83153d718..000000000 --- a/.icons/Dracula/Places/16/folder-green.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-grey.svg b/.icons/Dracula/Places/16/folder-grey.svg deleted file mode 100644 index cafcb35a4..000000000 --- a/.icons/Dracula/Places/16/folder-grey.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-html.svg b/.icons/Dracula/Places/16/folder-html.svg deleted file mode 120000 index 4e33bd8f2..000000000 --- a/.icons/Dracula/Places/16/folder-html.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/globe.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-image-people.svg b/.icons/Dracula/Places/16/folder-image-people.svg deleted file mode 120000 index 3df8da68b..000000000 --- a/.icons/Dracula/Places/16/folder-image-people.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/im-user.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-important.svg b/.icons/Dracula/Places/16/folder-important.svg deleted file mode 100644 index 1c765468e..000000000 --- a/.icons/Dracula/Places/16/folder-important.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/.icons/Dracula/Places/16/folder-locked.svg b/.icons/Dracula/Places/16/folder-locked.svg deleted file mode 100644 index c1f2f3863..000000000 --- a/.icons/Dracula/Places/16/folder-locked.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-magenta.svg b/.icons/Dracula/Places/16/folder-magenta.svg deleted file mode 100644 index 2910d69f0..000000000 --- a/.icons/Dracula/Places/16/folder-magenta.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-mail.svg b/.icons/Dracula/Places/16/folder-mail.svg deleted file mode 100644 index 8dbada71c..000000000 --- a/.icons/Dracula/Places/16/folder-mail.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-music-symbolic.svg b/.icons/Dracula/Places/16/folder-music-symbolic.svg deleted file mode 120000 index 4d81fe09e..000000000 --- a/.icons/Dracula/Places/16/folder-music-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sound.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-music.svg b/.icons/Dracula/Places/16/folder-music.svg deleted file mode 120000 index 4d81fe09e..000000000 --- a/.icons/Dracula/Places/16/folder-music.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sound.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-network.svg b/.icons/Dracula/Places/16/folder-network.svg deleted file mode 100644 index f2c080de5..000000000 --- a/.icons/Dracula/Places/16/folder-network.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-open.svg b/.icons/Dracula/Places/16/folder-open.svg deleted file mode 100644 index 3b853d475..000000000 --- a/.icons/Dracula/Places/16/folder-open.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-orange.svg b/.icons/Dracula/Places/16/folder-orange.svg deleted file mode 100644 index edf7f556d..000000000 --- a/.icons/Dracula/Places/16/folder-orange.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-picture-symbolic.svg b/.icons/Dracula/Places/16/folder-picture-symbolic.svg deleted file mode 120000 index 273d2b9b3..000000000 --- a/.icons/Dracula/Places/16/folder-picture-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-pictures.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-picture.svg b/.icons/Dracula/Places/16/folder-picture.svg deleted file mode 120000 index 273d2b9b3..000000000 --- a/.icons/Dracula/Places/16/folder-picture.svg +++ /dev/null @@ -1 +0,0 @@ -folder-pictures.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-pictures-symbolic.svg b/.icons/Dracula/Places/16/folder-pictures-symbolic.svg deleted file mode 120000 index 273d2b9b3..000000000 --- a/.icons/Dracula/Places/16/folder-pictures-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-pictures.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-pictures.svg b/.icons/Dracula/Places/16/folder-pictures.svg deleted file mode 100644 index dc249a495..000000000 --- a/.icons/Dracula/Places/16/folder-pictures.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-print.svg b/.icons/Dracula/Places/16/folder-print.svg deleted file mode 100644 index 9d71583bd..000000000 --- a/.icons/Dracula/Places/16/folder-print.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-red.svg b/.icons/Dracula/Places/16/folder-red.svg deleted file mode 100644 index 8ad65bc5b..000000000 --- a/.icons/Dracula/Places/16/folder-red.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-remote-symbolic.svg b/.icons/Dracula/Places/16/folder-remote-symbolic.svg deleted file mode 120000 index d6db30567..000000000 --- a/.icons/Dracula/Places/16/folder-remote-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -globe.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-remote.svg b/.icons/Dracula/Places/16/folder-remote.svg deleted file mode 120000 index 582eebfcd..000000000 --- a/.icons/Dracula/Places/16/folder-remote.svg +++ /dev/null @@ -1 +0,0 @@ -folder-html.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-script.svg b/.icons/Dracula/Places/16/folder-script.svg deleted file mode 100644 index 5f582e1fa..000000000 --- a/.icons/Dracula/Places/16/folder-script.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-sound.svg b/.icons/Dracula/Places/16/folder-sound.svg deleted file mode 100644 index 6dbe7134d..000000000 --- a/.icons/Dracula/Places/16/folder-sound.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-symbolic.svg b/.icons/Dracula/Places/16/folder-symbolic.svg deleted file mode 120000 index 15062ce2d..000000000 --- a/.icons/Dracula/Places/16/folder-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-tar.svg b/.icons/Dracula/Places/16/folder-tar.svg deleted file mode 100644 index f01626466..000000000 --- a/.icons/Dracula/Places/16/folder-tar.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-temp.svg b/.icons/Dracula/Places/16/folder-temp.svg deleted file mode 100644 index 2abde3d83..000000000 --- a/.icons/Dracula/Places/16/folder-temp.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-templates-symbolic.svg b/.icons/Dracula/Places/16/folder-templates-symbolic.svg deleted file mode 120000 index c3847e094..000000000 --- a/.icons/Dracula/Places/16/folder-templates-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-templates.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-templates.svg b/.icons/Dracula/Places/16/folder-templates.svg deleted file mode 100644 index b7f157785..000000000 --- a/.icons/Dracula/Places/16/folder-templates.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/folder-text.svg b/.icons/Dracula/Places/16/folder-text.svg deleted file mode 100644 index 3f9c4204b..000000000 --- a/.icons/Dracula/Places/16/folder-text.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-unlocked.svg b/.icons/Dracula/Places/16/folder-unlocked.svg deleted file mode 120000 index a0081ac43..000000000 --- a/.icons/Dracula/Places/16/folder-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -../../actions/16/object-unlocked.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-videos-symbolic.svg b/.icons/Dracula/Places/16/folder-videos-symbolic.svg deleted file mode 120000 index fcc22b376..000000000 --- a/.icons/Dracula/Places/16/folder-videos-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-videos.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/folder-videos.svg b/.icons/Dracula/Places/16/folder-videos.svg deleted file mode 100644 index 296770722..000000000 --- a/.icons/Dracula/Places/16/folder-videos.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder-violet.svg b/.icons/Dracula/Places/16/folder-violet.svg deleted file mode 100644 index 7ada657d8..000000000 --- a/.icons/Dracula/Places/16/folder-violet.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder-yellow.svg b/.icons/Dracula/Places/16/folder-yellow.svg deleted file mode 100644 index 61d9976cc..000000000 --- a/.icons/Dracula/Places/16/folder-yellow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/.icons/Dracula/Places/16/folder.svg b/.icons/Dracula/Places/16/folder.svg deleted file mode 100644 index 38240905d..000000000 --- a/.icons/Dracula/Places/16/folder.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/folder_html.svg b/.icons/Dracula/Places/16/folder_html.svg deleted file mode 120000 index 582eebfcd..000000000 --- a/.icons/Dracula/Places/16/folder_html.svg +++ /dev/null @@ -1 +0,0 @@ -folder-html.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/globe.svg b/.icons/Dracula/Places/16/globe.svg deleted file mode 100644 index a82a7a0c3..000000000 --- a/.icons/Dracula/Places/16/globe.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/16/mail-folder-inbox.svg b/.icons/Dracula/Places/16/mail-folder-inbox.svg deleted file mode 100644 index 374e8713b..000000000 --- a/.icons/Dracula/Places/16/mail-folder-inbox.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/mail-folder-outbox.svg b/.icons/Dracula/Places/16/mail-folder-outbox.svg deleted file mode 100644 index b0fbba269..000000000 --- a/.icons/Dracula/Places/16/mail-folder-outbox.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/mail-folder-sent.svg b/.icons/Dracula/Places/16/mail-folder-sent.svg deleted file mode 100644 index 663a92eb0..000000000 --- a/.icons/Dracula/Places/16/mail-folder-sent.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/16/mail-message.svg b/.icons/Dracula/Places/16/mail-message.svg deleted file mode 100644 index 9be07fc3e..000000000 --- a/.icons/Dracula/Places/16/mail-message.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/network-server-database.svg b/.icons/Dracula/Places/16/network-server-database.svg deleted file mode 100644 index 84bd870a0..000000000 --- a/.icons/Dracula/Places/16/network-server-database.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/network-server-symbolic.svg b/.icons/Dracula/Places/16/network-server-symbolic.svg deleted file mode 120000 index 7fdd2d96f..000000000 --- a/.icons/Dracula/Places/16/network-server-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -network-server.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/network-server.svg b/.icons/Dracula/Places/16/network-server.svg deleted file mode 120000 index 0fb3d2e67..000000000 --- a/.icons/Dracula/Places/16/network-server.svg +++ /dev/null @@ -1 +0,0 @@ -network-workgroup.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/network-workgroup-symbolic.svg b/.icons/Dracula/Places/16/network-workgroup-symbolic.svg deleted file mode 120000 index 0fb3d2e67..000000000 --- a/.icons/Dracula/Places/16/network-workgroup-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -network-workgroup.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/network-workgroup.svg b/.icons/Dracula/Places/16/network-workgroup.svg deleted file mode 100644 index e4f6d599f..000000000 --- a/.icons/Dracula/Places/16/network-workgroup.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/16/start-here-kde.svg b/.icons/Dracula/Places/16/start-here-kde.svg deleted file mode 120000 index 6c97f1851..000000000 --- a/.icons/Dracula/Places/16/start-here-kde.svg +++ /dev/null @@ -1 +0,0 @@ -folder-activities.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/user-bookmarks-symbolic.svg b/.icons/Dracula/Places/16/user-bookmarks-symbolic.svg deleted file mode 120000 index 08070bdd5..000000000 --- a/.icons/Dracula/Places/16/user-bookmarks-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -folder-favorites.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/user-desktop-symbolic.svg b/.icons/Dracula/Places/16/user-desktop-symbolic.svg deleted file mode 120000 index 8f1a5a03b..000000000 --- a/.icons/Dracula/Places/16/user-desktop-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -user-desktop.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/user-desktop.svg b/.icons/Dracula/Places/16/user-desktop.svg deleted file mode 100644 index baca8a991..000000000 --- a/.icons/Dracula/Places/16/user-desktop.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/user-home-symbolic.svg b/.icons/Dracula/Places/16/user-home-symbolic.svg deleted file mode 120000 index 858de4c5d..000000000 --- a/.icons/Dracula/Places/16/user-home-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -user-home.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/user-home.svg b/.icons/Dracula/Places/16/user-home.svg deleted file mode 100644 index fd2a1c56b..000000000 --- a/.icons/Dracula/Places/16/user-home.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/16/user-identity.svg b/.icons/Dracula/Places/16/user-identity.svg deleted file mode 120000 index cd92d1f1a..000000000 --- a/.icons/Dracula/Places/16/user-identity.svg +++ /dev/null @@ -1 +0,0 @@ -folder-image-people.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/user-trash-full-symbolic.svg b/.icons/Dracula/Places/16/user-trash-full-symbolic.svg deleted file mode 120000 index 013ff8416..000000000 --- a/.icons/Dracula/Places/16/user-trash-full-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash-full.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/user-trash-full.svg b/.icons/Dracula/Places/16/user-trash-full.svg deleted file mode 100644 index a45ac81d0..000000000 --- a/.icons/Dracula/Places/16/user-trash-full.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - image/svg+xml - - - - - - - - - - - - - - - - /> - diff --git a/.icons/Dracula/Places/16/user-trash-symbolic.svg b/.icons/Dracula/Places/16/user-trash-symbolic.svg deleted file mode 120000 index a5a5bd854..000000000 --- a/.icons/Dracula/Places/16/user-trash-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/16/user-trash.svg b/.icons/Dracula/Places/16/user-trash.svg deleted file mode 100644 index 5ab42447d..000000000 --- a/.icons/Dracula/Places/16/user-trash.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/Places/48/cs-desktop.svg b/.icons/Dracula/Places/48/cs-desktop.svg deleted file mode 120000 index 1149ed520..000000000 --- a/.icons/Dracula/Places/48/cs-desktop.svg +++ /dev/null @@ -1 +0,0 @@ -folder-desktop.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-activities.svg b/.icons/Dracula/Places/48/folder-activities.svg deleted file mode 100644 index 2ad3a0660..000000000 --- a/.icons/Dracula/Places/48/folder-activities.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-apple.svg b/.icons/Dracula/Places/48/folder-apple.svg deleted file mode 100644 index cdf3e9923..000000000 --- a/.icons/Dracula/Places/48/folder-apple.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-black-image-people.svg b/.icons/Dracula/Places/48/folder-black-image-people.svg deleted file mode 100644 index 964d86ad9..000000000 --- a/.icons/Dracula/Places/48/folder-black-image-people.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-cd.svg b/.icons/Dracula/Places/48/folder-cd.svg deleted file mode 100644 index 8e06beb24..000000000 --- a/.icons/Dracula/Places/48/folder-cd.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-copy-cloud.svg b/.icons/Dracula/Places/48/folder-copy-cloud.svg deleted file mode 100644 index 453e790c2..000000000 --- a/.icons/Dracula/Places/48/folder-copy-cloud.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-desktop.svg b/.icons/Dracula/Places/48/folder-desktop.svg deleted file mode 120000 index 3e40567ae..000000000 --- a/.icons/Dracula/Places/48/folder-desktop.svg +++ /dev/null @@ -1 +0,0 @@ -user-bluegrey-desktop.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-development.svg b/.icons/Dracula/Places/48/folder-development.svg deleted file mode 100644 index 4a88ee5dd..000000000 --- a/.icons/Dracula/Places/48/folder-development.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-documents-open.svg b/.icons/Dracula/Places/48/folder-documents-open.svg deleted file mode 100644 index 92317bfe5..000000000 --- a/.icons/Dracula/Places/48/folder-documents-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-documents-symbolic.svg b/.icons/Dracula/Places/48/folder-documents-symbolic.svg deleted file mode 120000 index 6d5b9d5d8..000000000 --- a/.icons/Dracula/Places/48/folder-documents-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-documents.svg b/.icons/Dracula/Places/48/folder-documents.svg deleted file mode 100644 index 3d90fdd26..000000000 --- a/.icons/Dracula/Places/48/folder-documents.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-download-open.svg b/.icons/Dracula/Places/48/folder-download-open.svg deleted file mode 100644 index ae2a9c942..000000000 --- a/.icons/Dracula/Places/48/folder-download-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-download-symbolic.svg b/.icons/Dracula/Places/48/folder-download-symbolic.svg deleted file mode 120000 index 2dd855db3..000000000 --- a/.icons/Dracula/Places/48/folder-download-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-download.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-download.svg b/.icons/Dracula/Places/48/folder-download.svg deleted file mode 100644 index ba3eefb91..000000000 --- a/.icons/Dracula/Places/48/folder-download.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-downloads.svg b/.icons/Dracula/Places/48/folder-downloads.svg deleted file mode 120000 index 9d8448fff..000000000 --- a/.icons/Dracula/Places/48/folder-downloads.svg +++ /dev/null @@ -1 +0,0 @@ -folder-bluegrey-download.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-drag-accept.svg b/.icons/Dracula/Places/48/folder-drag-accept.svg deleted file mode 100644 index f8185f614..000000000 --- a/.icons/Dracula/Places/48/folder-drag-accept.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-dropbox.svg b/.icons/Dracula/Places/48/folder-dropbox.svg deleted file mode 100644 index 5886b8e41..000000000 --- a/.icons/Dracula/Places/48/folder-dropbox.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-favorites.svg b/.icons/Dracula/Places/48/folder-favorites.svg deleted file mode 100644 index 70dc45ef4..000000000 --- a/.icons/Dracula/Places/48/folder-favorites.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-games.svg b/.icons/Dracula/Places/48/folder-games.svg deleted file mode 100644 index ab8de7ae7..000000000 --- a/.icons/Dracula/Places/48/folder-games.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-git.svg b/.icons/Dracula/Places/48/folder-git.svg deleted file mode 100644 index f27f17746..000000000 --- a/.icons/Dracula/Places/48/folder-git.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-github.svg b/.icons/Dracula/Places/48/folder-github.svg deleted file mode 100644 index 73a5bf049..000000000 --- a/.icons/Dracula/Places/48/folder-github.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-gitlab.svg b/.icons/Dracula/Places/48/folder-gitlab.svg deleted file mode 100644 index 5dd3a2e29..000000000 --- a/.icons/Dracula/Places/48/folder-gitlab.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-gnome.svg b/.icons/Dracula/Places/48/folder-gnome.svg deleted file mode 100644 index 11e4ce333..000000000 --- a/.icons/Dracula/Places/48/folder-gnome.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-google-drive.svg b/.icons/Dracula/Places/48/folder-google-drive.svg deleted file mode 100644 index 876c34ba5..000000000 --- a/.icons/Dracula/Places/48/folder-google-drive.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-image-people.svg b/.icons/Dracula/Places/48/folder-image-people.svg deleted file mode 100644 index d932da5c8..000000000 --- a/.icons/Dracula/Places/48/folder-image-people.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-important.svg b/.icons/Dracula/Places/48/folder-important.svg deleted file mode 100644 index b4616abd9..000000000 --- a/.icons/Dracula/Places/48/folder-important.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-java.svg b/.icons/Dracula/Places/48/folder-java.svg deleted file mode 100644 index 54b6d8d0c..000000000 --- a/.icons/Dracula/Places/48/folder-java.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-linux.svg b/.icons/Dracula/Places/48/folder-linux.svg deleted file mode 100644 index 7375ca118..000000000 --- a/.icons/Dracula/Places/48/folder-linux.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-locked.svg b/.icons/Dracula/Places/48/folder-locked.svg deleted file mode 100644 index c6041608a..000000000 --- a/.icons/Dracula/Places/48/folder-locked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-mail-cloud.svg b/.icons/Dracula/Places/48/folder-mail-cloud.svg deleted file mode 100644 index 046c45152..000000000 --- a/.icons/Dracula/Places/48/folder-mail-cloud.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-mail.svg b/.icons/Dracula/Places/48/folder-mail.svg deleted file mode 100644 index 81f80b67e..000000000 --- a/.icons/Dracula/Places/48/folder-mail.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-mega.svg b/.icons/Dracula/Places/48/folder-mega.svg deleted file mode 100644 index 6bb9c5579..000000000 --- a/.icons/Dracula/Places/48/folder-mega.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-meocloud.svg b/.icons/Dracula/Places/48/folder-meocloud.svg deleted file mode 100644 index 3d4b6d8bf..000000000 --- a/.icons/Dracula/Places/48/folder-meocloud.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-music-open.svg b/.icons/Dracula/Places/48/folder-music-open.svg deleted file mode 100644 index ef51f2d5e..000000000 --- a/.icons/Dracula/Places/48/folder-music-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-music-symbolic.svg b/.icons/Dracula/Places/48/folder-music-symbolic.svg deleted file mode 120000 index 51c51cd47..000000000 --- a/.icons/Dracula/Places/48/folder-music-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-sound.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-music.svg b/.icons/Dracula/Places/48/folder-music.svg deleted file mode 100644 index 9bb25ccd1..000000000 --- a/.icons/Dracula/Places/48/folder-music.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-network.svg b/.icons/Dracula/Places/48/folder-network.svg deleted file mode 100644 index baec56f47..000000000 --- a/.icons/Dracula/Places/48/folder-network.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-open.svg b/.icons/Dracula/Places/48/folder-open.svg deleted file mode 100644 index ade9a817b..000000000 --- a/.icons/Dracula/Places/48/folder-open.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-owncloud.svg b/.icons/Dracula/Places/48/folder-owncloud.svg deleted file mode 100644 index 07f925c60..000000000 --- a/.icons/Dracula/Places/48/folder-owncloud.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-pcloud.svg b/.icons/Dracula/Places/48/folder-pcloud.svg deleted file mode 100644 index 9579a97bf..000000000 --- a/.icons/Dracula/Places/48/folder-pcloud.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-photo.svg b/.icons/Dracula/Places/48/folder-photo.svg deleted file mode 100644 index ed611a42e..000000000 --- a/.icons/Dracula/Places/48/folder-photo.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-pictures-open.svg b/.icons/Dracula/Places/48/folder-pictures-open.svg deleted file mode 100644 index 7f281f641..000000000 --- a/.icons/Dracula/Places/48/folder-pictures-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-pictures-symbolic.svg b/.icons/Dracula/Places/48/folder-pictures-symbolic.svg deleted file mode 120000 index 65567fa02..000000000 --- a/.icons/Dracula/Places/48/folder-pictures-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-pictures.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-pictures.svg b/.icons/Dracula/Places/48/folder-pictures.svg deleted file mode 100644 index 6472f8638..000000000 --- a/.icons/Dracula/Places/48/folder-pictures.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-print.svg b/.icons/Dracula/Places/48/folder-print.svg deleted file mode 100644 index 7b1ccf8e2..000000000 --- a/.icons/Dracula/Places/48/folder-print.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-private.svg b/.icons/Dracula/Places/48/folder-private.svg deleted file mode 100644 index 0252b8bff..000000000 --- a/.icons/Dracula/Places/48/folder-private.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-public.svg b/.icons/Dracula/Places/48/folder-public.svg deleted file mode 120000 index c6c907774..000000000 --- a/.icons/Dracula/Places/48/folder-public.svg +++ /dev/null @@ -1 +0,0 @@ -folder-bluegrey-image-people.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-publicshare-open.svg b/.icons/Dracula/Places/48/folder-publicshare-open.svg deleted file mode 100644 index 458778030..000000000 --- a/.icons/Dracula/Places/48/folder-publicshare-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-publicshare-symbolic.svg b/.icons/Dracula/Places/48/folder-publicshare-symbolic.svg deleted file mode 120000 index 7fd989c7e..000000000 --- a/.icons/Dracula/Places/48/folder-publicshare-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-publicshare.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-publicshare.svg b/.icons/Dracula/Places/48/folder-publicshare.svg deleted file mode 120000 index cd92d1f1a..000000000 --- a/.icons/Dracula/Places/48/folder-publicshare.svg +++ /dev/null @@ -1 +0,0 @@ -folder-image-people.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-recent.svg b/.icons/Dracula/Places/48/folder-recent.svg deleted file mode 100644 index a5a4be60b..000000000 --- a/.icons/Dracula/Places/48/folder-recent.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-remote-open.svg b/.icons/Dracula/Places/48/folder-remote-open.svg deleted file mode 100644 index e703e45dc..000000000 --- a/.icons/Dracula/Places/48/folder-remote-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-remote-symbolic.svg b/.icons/Dracula/Places/48/folder-remote-symbolic.svg deleted file mode 120000 index fe83ae967..000000000 --- a/.icons/Dracula/Places/48/folder-remote-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/globe.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-remote.svg b/.icons/Dracula/Places/48/folder-remote.svg deleted file mode 100644 index 2634ceb04..000000000 --- a/.icons/Dracula/Places/48/folder-remote.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-script.svg b/.icons/Dracula/Places/48/folder-script.svg deleted file mode 100644 index aa68e913d..000000000 --- a/.icons/Dracula/Places/48/folder-script.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-steam.svg b/.icons/Dracula/Places/48/folder-steam.svg deleted file mode 100644 index 3cb8d01be..000000000 --- a/.icons/Dracula/Places/48/folder-steam.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-symbolic.svg b/.icons/Dracula/Places/48/folder-symbolic.svg deleted file mode 120000 index 7860c9e4c..000000000 --- a/.icons/Dracula/Places/48/folder-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-tar.svg b/.icons/Dracula/Places/48/folder-tar.svg deleted file mode 100644 index d5e3503d3..000000000 --- a/.icons/Dracula/Places/48/folder-tar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-templates-open.svg b/.icons/Dracula/Places/48/folder-templates-open.svg deleted file mode 100644 index 5b4c30d65..000000000 --- a/.icons/Dracula/Places/48/folder-templates-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-templates-symbolic.svg b/.icons/Dracula/Places/48/folder-templates-symbolic.svg deleted file mode 120000 index a8ea6a63f..000000000 --- a/.icons/Dracula/Places/48/folder-templates-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-templates.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-templates.svg b/.icons/Dracula/Places/48/folder-templates.svg deleted file mode 100644 index fb0e95b4a..000000000 --- a/.icons/Dracula/Places/48/folder-templates.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-torrent.svg b/.icons/Dracula/Places/48/folder-torrent.svg deleted file mode 100644 index bffee625f..000000000 --- a/.icons/Dracula/Places/48/folder-torrent.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-unlocked.svg b/.icons/Dracula/Places/48/folder-unlocked.svg deleted file mode 100644 index c86752de7..000000000 --- a/.icons/Dracula/Places/48/folder-unlocked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-vbox.svg b/.icons/Dracula/Places/48/folder-vbox.svg deleted file mode 100644 index 40c78b984..000000000 --- a/.icons/Dracula/Places/48/folder-vbox.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-video.svg b/.icons/Dracula/Places/48/folder-video.svg deleted file mode 100644 index ded75ca96..000000000 --- a/.icons/Dracula/Places/48/folder-video.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-videos-open.svg b/.icons/Dracula/Places/48/folder-videos-open.svg deleted file mode 100644 index 980b20d94..000000000 --- a/.icons/Dracula/Places/48/folder-videos-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-videos-symbolic.svg b/.icons/Dracula/Places/48/folder-videos-symbolic.svg deleted file mode 120000 index 05b2ecb2f..000000000 --- a/.icons/Dracula/Places/48/folder-videos-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-videos.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-videos.svg b/.icons/Dracula/Places/48/folder-videos.svg deleted file mode 120000 index f3a4bd79d..000000000 --- a/.icons/Dracula/Places/48/folder-videos.svg +++ /dev/null @@ -1 +0,0 @@ -folder-video.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/folder-visiting.svg b/.icons/Dracula/Places/48/folder-visiting.svg deleted file mode 100644 index a38651544..000000000 --- a/.icons/Dracula/Places/48/folder-visiting.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-wifi.svg b/.icons/Dracula/Places/48/folder-wifi.svg deleted file mode 100644 index 54df849dc..000000000 --- a/.icons/Dracula/Places/48/folder-wifi.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-wine.svg b/.icons/Dracula/Places/48/folder-wine.svg deleted file mode 100644 index 37f827403..000000000 --- a/.icons/Dracula/Places/48/folder-wine.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder-yandex-disk.svg b/.icons/Dracula/Places/48/folder-yandex-disk.svg deleted file mode 100644 index 6b52871c9..000000000 --- a/.icons/Dracula/Places/48/folder-yandex-disk.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/folder.svg b/.icons/Dracula/Places/48/folder.svg deleted file mode 100644 index a9bcc5ab1..000000000 --- a/.icons/Dracula/Places/48/folder.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/Places/48/gtk-directory.svg b/.icons/Dracula/Places/48/gtk-directory.svg deleted file mode 120000 index 15062ce2d..000000000 --- a/.icons/Dracula/Places/48/gtk-directory.svg +++ /dev/null @@ -1 +0,0 @@ -folder.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/inode-directory.svg b/.icons/Dracula/Places/48/inode-directory.svg deleted file mode 120000 index 15062ce2d..000000000 --- a/.icons/Dracula/Places/48/inode-directory.svg +++ /dev/null @@ -1 +0,0 @@ -folder.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/network-server-symbolic.svg b/.icons/Dracula/Places/48/network-server-symbolic.svg deleted file mode 120000 index 404d7bb7e..000000000 --- a/.icons/Dracula/Places/48/network-server-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/network-server.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/network-workgroup-symbolic.svg b/.icons/Dracula/Places/48/network-workgroup-symbolic.svg deleted file mode 120000 index 279b85b4b..000000000 --- a/.icons/Dracula/Places/48/network-workgroup-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/network-workgroup.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/user-black-desktop.svg b/.icons/Dracula/Places/48/user-black-desktop.svg deleted file mode 100644 index 6c3c7922e..000000000 --- a/.icons/Dracula/Places/48/user-black-desktop.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.icons/Dracula/Places/48/user-bluegrey-desktop.svg b/.icons/Dracula/Places/48/user-bluegrey-desktop.svg deleted file mode 100644 index e69de29bb..000000000 diff --git a/.icons/Dracula/Places/48/user-bookmarks-symbolic.svg b/.icons/Dracula/Places/48/user-bookmarks-symbolic.svg deleted file mode 120000 index 05c0ada4d..000000000 --- a/.icons/Dracula/Places/48/user-bookmarks-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-favorites.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/user-desktop-symbolic.svg b/.icons/Dracula/Places/48/user-desktop-symbolic.svg deleted file mode 120000 index 6d5b9d5d8..000000000 --- a/.icons/Dracula/Places/48/user-desktop-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/user-desktop.svg b/.icons/Dracula/Places/48/user-desktop.svg deleted file mode 100644 index 8770b2e1d..000000000 --- a/.icons/Dracula/Places/48/user-desktop.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.icons/Dracula/Places/48/user-home-open.svg b/.icons/Dracula/Places/48/user-home-open.svg deleted file mode 100644 index 46555d06d..000000000 --- a/.icons/Dracula/Places/48/user-home-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/user-home-symbolic.svg b/.icons/Dracula/Places/48/user-home-symbolic.svg deleted file mode 120000 index 4e14d4803..000000000 --- a/.icons/Dracula/Places/48/user-home-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/user-home.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/user-home.svg b/.icons/Dracula/Places/48/user-home.svg deleted file mode 100644 index a7064c803..000000000 --- a/.icons/Dracula/Places/48/user-home.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/Places/48/user-trash-full-symbolic.svg b/.icons/Dracula/Places/48/user-trash-full-symbolic.svg deleted file mode 120000 index ffef9095e..000000000 --- a/.icons/Dracula/Places/48/user-trash-full-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/user-trash.svg \ No newline at end of file diff --git a/.icons/Dracula/Places/48/user-trash-symbolic.svg b/.icons/Dracula/Places/48/user-trash-symbolic.svg deleted file mode 120000 index ffef9095e..000000000 --- a/.icons/Dracula/Places/48/user-trash-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/user-trash.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/.directory b/.icons/Dracula/actions/.directory deleted file mode 100644 index 1e8630438..000000000 --- a/.icons/Dracula/actions/.directory +++ /dev/null @@ -1,3 +0,0 @@ -[Dolphin] -Timestamp=2020,1,18,17,45,8 -Version=4 diff --git a/.icons/Dracula/actions/16/.directory b/.icons/Dracula/actions/16/.directory deleted file mode 100644 index b0e81da91..000000000 --- a/.icons/Dracula/actions/16/.directory +++ /dev/null @@ -1,3 +0,0 @@ -[Dolphin] -Timestamp=2020,3,2,20,44,4 -Version=4 diff --git a/.icons/Dracula/actions/16/action-albumfolder-importdir2.svg b/.icons/Dracula/actions/16/action-albumfolder-importdir2.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/16/action-albumfolder-importdir2.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/action-rss_tag.svg b/.icons/Dracula/actions/16/action-rss_tag.svg deleted file mode 120000 index 2bb4152ca..000000000 --- a/.icons/Dracula/actions/16/action-rss_tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/address-book-new.svg b/.icons/Dracula/actions/16/address-book-new.svg deleted file mode 100644 index b2da3b358..000000000 --- a/.icons/Dracula/actions/16/address-book-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/adjustlevels.svg b/.icons/Dracula/actions/16/adjustlevels.svg deleted file mode 100644 index e2eb88831..000000000 --- a/.icons/Dracula/actions/16/adjustlevels.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/adjustrgb.svg b/.icons/Dracula/actions/16/adjustrgb.svg deleted file mode 100644 index 3a4c8e0d6..000000000 --- a/.icons/Dracula/actions/16/adjustrgb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/actions/16/akonadi-phone-home.svg b/.icons/Dracula/actions/16/akonadi-phone-home.svg deleted file mode 120000 index 5cbdae998..000000000 --- a/.icons/Dracula/actions/16/akonadi-phone-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/albumfolder-importdir.svg b/.icons/Dracula/actions/16/albumfolder-importdir.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/16/albumfolder-importdir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/albumfolder-importimages.svg b/.icons/Dracula/actions/16/albumfolder-importimages.svg deleted file mode 120000 index c7116c65c..000000000 --- a/.icons/Dracula/actions/16/albumfolder-importimages.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/albumfolder-new.svg b/.icons/Dracula/actions/16/albumfolder-new.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/16/albumfolder-new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/albumfolder-properties.svg b/.icons/Dracula/actions/16/albumfolder-properties.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/albumfolder-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/albumfolder-user-trash.svg b/.icons/Dracula/actions/16/albumfolder-user-trash.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/albumfolder-user-trash.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/amarok_cart_view.svg b/.icons/Dracula/actions/16/amarok_cart_view.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/16/amarok_cart_view.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/amarok_playcount.svg b/.icons/Dracula/actions/16/amarok_playcount.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/16/amarok_playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/amarok_playlist_refresh.svg b/.icons/Dracula/actions/16/amarok_playlist_refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/amarok_playlist_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/amarok_scripts.svg b/.icons/Dracula/actions/16/amarok_scripts.svg deleted file mode 120000 index b04844a45..000000000 --- a/.icons/Dracula/actions/16/amarok_scripts.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-scripts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/answer-correct.svg b/.icons/Dracula/actions/16/answer-correct.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/16/answer-correct.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/answer.svg b/.icons/Dracula/actions/16/answer.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/16/answer.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/application-exit.svg b/.icons/Dracula/actions/16/application-exit.svg deleted file mode 100644 index 608487e7a..000000000 --- a/.icons/Dracula/actions/16/application-exit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/application-menu.svg b/.icons/Dracula/actions/16/application-menu.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/application-menu.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/applications-other.svg b/.icons/Dracula/actions/16/applications-other.svg deleted file mode 120000 index ac2e5467d..000000000 --- a/.icons/Dracula/actions/16/applications-other.svg +++ /dev/null @@ -1 +0,0 @@ -application-menu.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/archive-extract.svg b/.icons/Dracula/actions/16/archive-extract.svg deleted file mode 100644 index 22added7e..000000000 --- a/.icons/Dracula/actions/16/archive-extract.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/archive-insert.svg b/.icons/Dracula/actions/16/archive-insert.svg deleted file mode 100644 index 375555679..000000000 --- a/.icons/Dracula/actions/16/archive-insert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/archive-remove.svg b/.icons/Dracula/actions/16/archive-remove.svg deleted file mode 100644 index b83b875a8..000000000 --- a/.icons/Dracula/actions/16/archive-remove.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/bonobo-component-browser.svg b/.icons/Dracula/actions/16/bonobo-component-browser.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/bonobo-component-browser.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/bookmark-add-folder.svg b/.icons/Dracula/actions/16/bookmark-add-folder.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/16/bookmark-add-folder.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/bookmark-edit.svg b/.icons/Dracula/actions/16/bookmark-edit.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/16/bookmark-edit.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/bookmark-new-list.svg b/.icons/Dracula/actions/16/bookmark-new-list.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/16/bookmark-new-list.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/bookmark-new.svg b/.icons/Dracula/actions/16/bookmark-new.svg deleted file mode 100644 index 41afbf9b3..000000000 --- a/.icons/Dracula/actions/16/bookmark-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/bookmark-remove.svg b/.icons/Dracula/actions/16/bookmark-remove.svg deleted file mode 100644 index c8dfc1cf2..000000000 --- a/.icons/Dracula/actions/16/bookmark-remove.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/bookmark-toolbar.svg b/.icons/Dracula/actions/16/bookmark-toolbar.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/16/bookmark-toolbar.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/bookmarks-organize.svg b/.icons/Dracula/actions/16/bookmarks-organize.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/16/bookmarks-organize.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/bookmarks.svg b/.icons/Dracula/actions/16/bookmarks.svg deleted file mode 120000 index a5f7d89ff..000000000 --- a/.icons/Dracula/actions/16/bookmarks.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/cell_edit.svg b/.icons/Dracula/actions/16/cell_edit.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/16/cell_edit.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/character-set.svg b/.icons/Dracula/actions/16/character-set.svg deleted file mode 100644 index 3924c43e1..000000000 --- a/.icons/Dracula/actions/16/character-set.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/chronometer-reset.svg b/.icons/Dracula/actions/16/chronometer-reset.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/chronometer-reset.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/cloud-download.svg b/.icons/Dracula/actions/16/cloud-download.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/16/cloud-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/cm_refresh.svg b/.icons/Dracula/actions/16/cm_refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/cm_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/cm_search.svg b/.icons/Dracula/actions/16/cm_search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/16/cm_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/collection-rescan-amarok.svg b/.icons/Dracula/actions/16/collection-rescan-amarok.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/collection-rescan-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/configure-shortcuts.svg b/.icons/Dracula/actions/16/configure-shortcuts.svg deleted file mode 120000 index ff417223d..000000000 --- a/.icons/Dracula/actions/16/configure-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -input-keyboard.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/configure-toolbars.svg b/.icons/Dracula/actions/16/configure-toolbars.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/configure-toolbars.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/configure.svg b/.icons/Dracula/actions/16/configure.svg deleted file mode 100644 index 57989cc9b..000000000 --- a/.icons/Dracula/actions/16/configure.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/configure_kile.svg b/.icons/Dracula/actions/16/configure_kile.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/configure_kile.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/configure_project.svg b/.icons/Dracula/actions/16/configure_project.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/configure_project.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/delete.svg b/.icons/Dracula/actions/16/delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/dialog-cancel.svg b/.icons/Dracula/actions/16/dialog-cancel.svg deleted file mode 100644 index 040967795..000000000 --- a/.icons/Dracula/actions/16/dialog-cancel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/dialog-close.svg b/.icons/Dracula/actions/16/dialog-close.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/16/dialog-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/dialog-memory.svg b/.icons/Dracula/actions/16/dialog-memory.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/16/dialog-memory.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/dialog-ok-apply.svg b/.icons/Dracula/actions/16/dialog-ok-apply.svg deleted file mode 100644 index d331baba2..000000000 --- a/.icons/Dracula/actions/16/dialog-ok-apply.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/dialog-ok.svg b/.icons/Dracula/actions/16/dialog-ok.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/16/dialog-ok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/dialog-scripts.svg b/.icons/Dracula/actions/16/dialog-scripts.svg deleted file mode 100644 index c79536f55..000000000 --- a/.icons/Dracula/actions/16/dialog-scripts.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-cleanup.svg b/.icons/Dracula/actions/16/document-cleanup.svg deleted file mode 120000 index 00150527a..000000000 --- a/.icons/Dracula/actions/16/document-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-close.svg b/.icons/Dracula/actions/16/document-close.svg deleted file mode 100644 index 8f278b7aa..000000000 --- a/.icons/Dracula/actions/16/document-close.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/document-compareleft.svg b/.icons/Dracula/actions/16/document-compareleft.svg deleted file mode 100644 index 7eb6a7cd9..000000000 --- a/.icons/Dracula/actions/16/document-compareleft.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/document-compareright.svg b/.icons/Dracula/actions/16/document-compareright.svg deleted file mode 100644 index 0b35d0048..000000000 --- a/.icons/Dracula/actions/16/document-compareright.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/document-decrypt.svg b/.icons/Dracula/actions/16/document-decrypt.svg deleted file mode 100644 index b5afdad13..000000000 --- a/.icons/Dracula/actions/16/document-decrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-duplicate.svg b/.icons/Dracula/actions/16/document-duplicate.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/actions/16/document-duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-edit-decrypt-verify.svg b/.icons/Dracula/actions/16/document-edit-decrypt-verify.svg deleted file mode 100644 index 65617caa5..000000000 --- a/.icons/Dracula/actions/16/document-edit-decrypt-verify.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-edit-decrypt.svg b/.icons/Dracula/actions/16/document-edit-decrypt.svg deleted file mode 100644 index d07f161eb..000000000 --- a/.icons/Dracula/actions/16/document-edit-decrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-edit-encrypt.svg b/.icons/Dracula/actions/16/document-edit-encrypt.svg deleted file mode 100644 index e0301d563..000000000 --- a/.icons/Dracula/actions/16/document-edit-encrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-edit-sign-encrypt.svg b/.icons/Dracula/actions/16/document-edit-sign-encrypt.svg deleted file mode 100644 index df9c6f9bd..000000000 --- a/.icons/Dracula/actions/16/document-edit-sign-encrypt.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-edit-sign.svg b/.icons/Dracula/actions/16/document-edit-sign.svg deleted file mode 100644 index 459171a98..000000000 --- a/.icons/Dracula/actions/16/document-edit-sign.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-edit-verify.svg b/.icons/Dracula/actions/16/document-edit-verify.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/16/document-edit-verify.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-edit.svg b/.icons/Dracula/actions/16/document-edit.svg deleted file mode 100644 index 8f3d0e274..000000000 --- a/.icons/Dracula/actions/16/document-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-encrypt.svg b/.icons/Dracula/actions/16/document-encrypt.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/16/document-encrypt.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-encrypted.svg b/.icons/Dracula/actions/16/document-encrypted.svg deleted file mode 100644 index b5ab08b16..000000000 --- a/.icons/Dracula/actions/16/document-encrypted.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-equal.svg b/.icons/Dracula/actions/16/document-equal.svg deleted file mode 120000 index 77162d6ce..000000000 --- a/.icons/Dracula/actions/16/document-equal.svg +++ /dev/null @@ -1 +0,0 @@ -kr_comparedirs.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-export-ocal.svg b/.icons/Dracula/actions/16/document-export-ocal.svg deleted file mode 120000 index ace4fe41a..000000000 --- a/.icons/Dracula/actions/16/document-export-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-export-table.svg b/.icons/Dracula/actions/16/document-export-table.svg deleted file mode 120000 index ace4fe41a..000000000 --- a/.icons/Dracula/actions/16/document-export-table.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-export.svg b/.icons/Dracula/actions/16/document-export.svg deleted file mode 100644 index b35d89c47..000000000 --- a/.icons/Dracula/actions/16/document-export.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-import-ocal.svg b/.icons/Dracula/actions/16/document-import-ocal.svg deleted file mode 120000 index c7116c65c..000000000 --- a/.icons/Dracula/actions/16/document-import-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-import.svg b/.icons/Dracula/actions/16/document-import.svg deleted file mode 100644 index 481829697..000000000 --- a/.icons/Dracula/actions/16/document-import.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-multiple.svg b/.icons/Dracula/actions/16/document-multiple.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/actions/16/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-new-from-template.svg b/.icons/Dracula/actions/16/document-new-from-template.svg deleted file mode 100644 index a1d7661b2..000000000 --- a/.icons/Dracula/actions/16/document-new-from-template.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-new.svg b/.icons/Dracula/actions/16/document-new.svg deleted file mode 100644 index 00290c0e2..000000000 --- a/.icons/Dracula/actions/16/document-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-open-data.svg b/.icons/Dracula/actions/16/document-open-data.svg deleted file mode 120000 index 8dca637dc..000000000 --- a/.icons/Dracula/actions/16/document-open-data.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-open-folder.svg b/.icons/Dracula/actions/16/document-open-folder.svg deleted file mode 120000 index 8dca637dc..000000000 --- a/.icons/Dracula/actions/16/document-open-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-open-recent.svg b/.icons/Dracula/actions/16/document-open-recent.svg deleted file mode 100644 index ed6657c20..000000000 --- a/.icons/Dracula/actions/16/document-open-recent.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-open-remote.svg b/.icons/Dracula/actions/16/document-open-remote.svg deleted file mode 100644 index 9fe81363d..000000000 --- a/.icons/Dracula/actions/16/document-open-remote.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-open.svg b/.icons/Dracula/actions/16/document-open.svg deleted file mode 100644 index 5ffb88021..000000000 --- a/.icons/Dracula/actions/16/document-open.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-preview-archive.svg b/.icons/Dracula/actions/16/document-preview-archive.svg deleted file mode 100644 index 37e42e43e..000000000 --- a/.icons/Dracula/actions/16/document-preview-archive.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-preview.svg b/.icons/Dracula/actions/16/document-preview.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/16/document-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-print-direct.svg b/.icons/Dracula/actions/16/document-print-direct.svg deleted file mode 100644 index 5e7a13190..000000000 --- a/.icons/Dracula/actions/16/document-print-direct.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-print-frame.svg b/.icons/Dracula/actions/16/document-print-frame.svg deleted file mode 120000 index 5de601c8a..000000000 --- a/.icons/Dracula/actions/16/document-print-frame.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-print-preview.svg b/.icons/Dracula/actions/16/document-print-preview.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/16/document-print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-print.svg b/.icons/Dracula/actions/16/document-print.svg deleted file mode 100644 index fb56f200d..000000000 --- a/.icons/Dracula/actions/16/document-print.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-properties.svg b/.icons/Dracula/actions/16/document-properties.svg deleted file mode 100644 index ad7b11ca9..000000000 --- a/.icons/Dracula/actions/16/document-properties.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-revert.svg b/.icons/Dracula/actions/16/document-revert.svg deleted file mode 100644 index 7d2cae28b..000000000 --- a/.icons/Dracula/actions/16/document-revert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-save-all.svg b/.icons/Dracula/actions/16/document-save-all.svg deleted file mode 100644 index 86a8944bb..000000000 --- a/.icons/Dracula/actions/16/document-save-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-save-as.svg b/.icons/Dracula/actions/16/document-save-as.svg deleted file mode 100644 index e9e39a78f..000000000 --- a/.icons/Dracula/actions/16/document-save-as.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-save.svg b/.icons/Dracula/actions/16/document-save.svg deleted file mode 100644 index 5fe6da977..000000000 --- a/.icons/Dracula/actions/16/document-save.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-send.svg b/.icons/Dracula/actions/16/document-send.svg deleted file mode 100644 index c2018261e..000000000 --- a/.icons/Dracula/actions/16/document-send.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-share.svg b/.icons/Dracula/actions/16/document-share.svg deleted file mode 100644 index d0522bba0..000000000 --- a/.icons/Dracula/actions/16/document-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-single.svg b/.icons/Dracula/actions/16/document-single.svg deleted file mode 120000 index 300fb89b6..000000000 --- a/.icons/Dracula/actions/16/document-single.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/document-swap.svg b/.icons/Dracula/actions/16/document-swap.svg deleted file mode 100644 index 197ca3374..000000000 --- a/.icons/Dracula/actions/16/document-swap.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/document-unequal.svg b/.icons/Dracula/actions/16/document-unequal.svg deleted file mode 100644 index 5134d0fbe..000000000 --- a/.icons/Dracula/actions/16/document-unequal.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/documentation.svg b/.icons/Dracula/actions/16/documentation.svg deleted file mode 120000 index 8aae9657d..000000000 --- a/.icons/Dracula/actions/16/documentation.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/documentinfo.svg b/.icons/Dracula/actions/16/documentinfo.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/16/documentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/download-amarok.svg b/.icons/Dracula/actions/16/download-amarok.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/16/download-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/download.svg b/.icons/Dracula/actions/16/download.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/16/download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/draw-brush.svg b/.icons/Dracula/actions/16/draw-brush.svg deleted file mode 100644 index e218ea141..000000000 --- a/.icons/Dracula/actions/16/draw-brush.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/draw-eraser-delete-objects.svg b/.icons/Dracula/actions/16/draw-eraser-delete-objects.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/draw-eraser-delete-objects.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/draw-star.svg b/.icons/Dracula/actions/16/draw-star.svg deleted file mode 100644 index 2a53bfdba..000000000 --- a/.icons/Dracula/actions/16/draw-star.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-clear-all.svg b/.icons/Dracula/actions/16/edit-clear-all.svg deleted file mode 120000 index a038869e1..000000000 --- a/.icons/Dracula/actions/16/edit-clear-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-history.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/edit-clear-history.svg b/.icons/Dracula/actions/16/edit-clear-history.svg deleted file mode 100644 index 0dc526f01..000000000 --- a/.icons/Dracula/actions/16/edit-clear-history.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-clear-locationbar-rtl.svg b/.icons/Dracula/actions/16/edit-clear-locationbar-rtl.svg deleted file mode 120000 index a73e3c5f0..000000000 --- a/.icons/Dracula/actions/16/edit-clear-locationbar-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -./edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/edit-clear.svg b/.icons/Dracula/actions/16/edit-clear.svg deleted file mode 100644 index 0f0f7d4b5..000000000 --- a/.icons/Dracula/actions/16/edit-clear.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-copy.svg b/.icons/Dracula/actions/16/edit-copy.svg deleted file mode 100644 index d0cd1e05d..000000000 --- a/.icons/Dracula/actions/16/edit-copy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-cut.svg b/.icons/Dracula/actions/16/edit-cut.svg deleted file mode 100644 index 5769d5d91..000000000 --- a/.icons/Dracula/actions/16/edit-cut.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-delete.svg b/.icons/Dracula/actions/16/edit-delete.svg deleted file mode 100644 index 9b3357516..000000000 --- a/.icons/Dracula/actions/16/edit-delete.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/edit-download.svg b/.icons/Dracula/actions/16/edit-download.svg deleted file mode 100644 index 06c947324..000000000 --- a/.icons/Dracula/actions/16/edit-download.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-find.svg b/.icons/Dracula/actions/16/edit-find.svg deleted file mode 100644 index 4e7cf836d..000000000 --- a/.icons/Dracula/actions/16/edit-find.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-paste-in-place.svg b/.icons/Dracula/actions/16/edit-paste-in-place.svg deleted file mode 100644 index 8cd925353..000000000 --- a/.icons/Dracula/actions/16/edit-paste-in-place.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-paste.svg b/.icons/Dracula/actions/16/edit-paste.svg deleted file mode 100644 index 25c83fc70..000000000 --- a/.icons/Dracula/actions/16/edit-paste.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-redo.svg b/.icons/Dracula/actions/16/edit-redo.svg deleted file mode 100644 index 754bf0682..000000000 --- a/.icons/Dracula/actions/16/edit-redo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-rename.svg b/.icons/Dracula/actions/16/edit-rename.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/16/edit-rename.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/edit-select-all.svg b/.icons/Dracula/actions/16/edit-select-all.svg deleted file mode 100644 index 66aeec851..000000000 --- a/.icons/Dracula/actions/16/edit-select-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-select-invert.svg b/.icons/Dracula/actions/16/edit-select-invert.svg deleted file mode 100644 index 67eb67369..000000000 --- a/.icons/Dracula/actions/16/edit-select-invert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-select-none.svg b/.icons/Dracula/actions/16/edit-select-none.svg deleted file mode 100644 index b57a3be93..000000000 --- a/.icons/Dracula/actions/16/edit-select-none.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/edit-undo.svg b/.icons/Dracula/actions/16/edit-undo.svg deleted file mode 100644 index 505e9839a..000000000 --- a/.icons/Dracula/actions/16/edit-undo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/entry-delete.svg b/.icons/Dracula/actions/16/entry-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/entry-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/errornext.svg b/.icons/Dracula/actions/16/errornext.svg deleted file mode 100644 index 9fd718d27..000000000 --- a/.icons/Dracula/actions/16/errornext.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/errorprev.svg b/.icons/Dracula/actions/16/errorprev.svg deleted file mode 100644 index bf7e8c71b..000000000 --- a/.icons/Dracula/actions/16/errorprev.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/exifinfo.svg b/.icons/Dracula/actions/16/exifinfo.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/16/exifinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/favorite-genres-amarok.svg b/.icons/Dracula/actions/16/favorite-genres-amarok.svg deleted file mode 100644 index e8e492be6..000000000 --- a/.icons/Dracula/actions/16/favorite-genres-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/filename-filetype-amarok.svg b/.icons/Dracula/actions/16/filename-filetype-amarok.svg deleted file mode 100644 index d02a5cd4a..000000000 --- a/.icons/Dracula/actions/16/filename-filetype-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/fileview-preview.svg b/.icons/Dracula/actions/16/fileview-preview.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/16/fileview-preview.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/folder-new.svg b/.icons/Dracula/actions/16/folder-new.svg deleted file mode 100644 index 3d095ce91..000000000 --- a/.icons/Dracula/actions/16/folder-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/folder-open-recent.svg b/.icons/Dracula/actions/16/folder-open-recent.svg deleted file mode 100644 index 8533eec58..000000000 --- a/.icons/Dracula/actions/16/folder-open-recent.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/folder-stash.svg b/.icons/Dracula/actions/16/folder-stash.svg deleted file mode 100644 index ca14bf1ca..000000000 --- a/.icons/Dracula/actions/16/folder-stash.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/folder-sync.svg b/.icons/Dracula/actions/16/folder-sync.svg deleted file mode 100644 index 8e3f221f7..000000000 --- a/.icons/Dracula/actions/16/folder-sync.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/format-list-ordered.svg b/.icons/Dracula/actions/16/format-list-ordered.svg deleted file mode 100644 index 71879ccdc..000000000 --- a/.icons/Dracula/actions/16/format-list-ordered.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/format-list-unordered.svg b/.icons/Dracula/actions/16/format-list-unordered.svg deleted file mode 100644 index 29b74052e..000000000 --- a/.icons/Dracula/actions/16/format-list-unordered.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/games-achievements.svg b/.icons/Dracula/actions/16/games-achievements.svg deleted file mode 100644 index f6e35fcb3..000000000 --- a/.icons/Dracula/actions/16/games-achievements.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/games-config-background.svg b/.icons/Dracula/actions/16/games-config-background.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/16/games-config-background.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/games-config-board.svg b/.icons/Dracula/actions/16/games-config-board.svg deleted file mode 100644 index b8fa12219..000000000 --- a/.icons/Dracula/actions/16/games-config-board.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/games-config-custom.svg b/.icons/Dracula/actions/16/games-config-custom.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/games-config-custom.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/games-config-options.svg b/.icons/Dracula/actions/16/games-config-options.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/games-config-options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/games-config-theme.svg b/.icons/Dracula/actions/16/games-config-theme.svg deleted file mode 120000 index 2873b7efa..000000000 --- a/.icons/Dracula/actions/16/games-config-theme.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/games-config-tiles.svg b/.icons/Dracula/actions/16/games-config-tiles.svg deleted file mode 100644 index 51a409586..000000000 --- a/.icons/Dracula/actions/16/games-config-tiles.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/games-difficult.svg b/.icons/Dracula/actions/16/games-difficult.svg deleted file mode 100644 index 3a0a67bd2..000000000 --- a/.icons/Dracula/actions/16/games-difficult.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/games-endturn.svg b/.icons/Dracula/actions/16/games-endturn.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/16/games-endturn.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/games-highscores.svg b/.icons/Dracula/actions/16/games-highscores.svg deleted file mode 100644 index f6e6a50f6..000000000 --- a/.icons/Dracula/actions/16/games-highscores.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/games-hint.svg b/.icons/Dracula/actions/16/games-hint.svg deleted file mode 100644 index e0c2fc95b..000000000 --- a/.icons/Dracula/actions/16/games-hint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/games-solve.svg b/.icons/Dracula/actions/16/games-solve.svg deleted file mode 100644 index 5922b1682..000000000 --- a/.icons/Dracula/actions/16/games-solve.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/geany-close-all.svg b/.icons/Dracula/actions/16/geany-close-all.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/16/geany-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/get-hot-new-stuff.svg b/.icons/Dracula/actions/16/get-hot-new-stuff.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/16/get-hot-new-stuff.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gnome-searchtool.svg b/.icons/Dracula/actions/16/gnome-searchtool.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/16/gnome-searchtool.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gnumeric-autofilter.svg b/.icons/Dracula/actions/16/gnumeric-autofilter.svg deleted file mode 120000 index bf1c124d6..000000000 --- a/.icons/Dracula/actions/16/gnumeric-autofilter.svg +++ /dev/null @@ -1 +0,0 @@ -view-filter.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gnumeric-brush.svg b/.icons/Dracula/actions/16/gnumeric-brush.svg deleted file mode 120000 index 2873b7efa..000000000 --- a/.icons/Dracula/actions/16/gnumeric-brush.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-bottom.svg b/.icons/Dracula/actions/16/go-bottom.svg deleted file mode 100644 index c18f18ef4..000000000 --- a/.icons/Dracula/actions/16/go-bottom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-down-skip.svg b/.icons/Dracula/actions/16/go-down-skip.svg deleted file mode 100644 index 97a30231b..000000000 --- a/.icons/Dracula/actions/16/go-down-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-down.svg b/.icons/Dracula/actions/16/go-down.svg deleted file mode 100644 index 9af379140..000000000 --- a/.icons/Dracula/actions/16/go-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-first-view-page.svg b/.icons/Dracula/actions/16/go-first-view-page.svg deleted file mode 120000 index c9c12cb65..000000000 --- a/.icons/Dracula/actions/16/go-first-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-first-view.svg b/.icons/Dracula/actions/16/go-first-view.svg deleted file mode 120000 index c9c12cb65..000000000 --- a/.icons/Dracula/actions/16/go-first-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-first.svg b/.icons/Dracula/actions/16/go-first.svg deleted file mode 100644 index e3842726e..000000000 --- a/.icons/Dracula/actions/16/go-first.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-home-large.svg b/.icons/Dracula/actions/16/go-home-large.svg deleted file mode 120000 index 5cbdae998..000000000 --- a/.icons/Dracula/actions/16/go-home-large.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-home.svg b/.icons/Dracula/actions/16/go-home.svg deleted file mode 100644 index ff5653978..000000000 --- a/.icons/Dracula/actions/16/go-home.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-jump-locationbar.svg b/.icons/Dracula/actions/16/go-jump-locationbar.svg deleted file mode 120000 index 2d8778593..000000000 --- a/.icons/Dracula/actions/16/go-jump-locationbar.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-jump.svg b/.icons/Dracula/actions/16/go-jump.svg deleted file mode 100644 index 79212e45c..000000000 --- a/.icons/Dracula/actions/16/go-jump.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-last-view-page.svg b/.icons/Dracula/actions/16/go-last-view-page.svg deleted file mode 120000 index f9bbb2747..000000000 --- a/.icons/Dracula/actions/16/go-last-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-last-view.svg b/.icons/Dracula/actions/16/go-last-view.svg deleted file mode 120000 index f9bbb2747..000000000 --- a/.icons/Dracula/actions/16/go-last-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-last.svg b/.icons/Dracula/actions/16/go-last.svg deleted file mode 100644 index bd406a56c..000000000 --- a/.icons/Dracula/actions/16/go-last.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-next-skip.svg b/.icons/Dracula/actions/16/go-next-skip.svg deleted file mode 100644 index 9154cacef..000000000 --- a/.icons/Dracula/actions/16/go-next-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-next-view-page.svg b/.icons/Dracula/actions/16/go-next-view-page.svg deleted file mode 120000 index c3064420a..000000000 --- a/.icons/Dracula/actions/16/go-next-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-next-view.svg b/.icons/Dracula/actions/16/go-next-view.svg deleted file mode 120000 index c3064420a..000000000 --- a/.icons/Dracula/actions/16/go-next-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-next.svg b/.icons/Dracula/actions/16/go-next.svg deleted file mode 100644 index d47698862..000000000 --- a/.icons/Dracula/actions/16/go-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-parent-folder.svg b/.icons/Dracula/actions/16/go-parent-folder.svg deleted file mode 100644 index 7e592a947..000000000 --- a/.icons/Dracula/actions/16/go-parent-folder.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-previous-skip.svg b/.icons/Dracula/actions/16/go-previous-skip.svg deleted file mode 100644 index 6f0975ed3..000000000 --- a/.icons/Dracula/actions/16/go-previous-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-previous-view-page.svg b/.icons/Dracula/actions/16/go-previous-view-page.svg deleted file mode 120000 index e636edc05..000000000 --- a/.icons/Dracula/actions/16/go-previous-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-previous-view.svg b/.icons/Dracula/actions/16/go-previous-view.svg deleted file mode 120000 index e636edc05..000000000 --- a/.icons/Dracula/actions/16/go-previous-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/go-previous.svg b/.icons/Dracula/actions/16/go-previous.svg deleted file mode 100644 index 2096fd74b..000000000 --- a/.icons/Dracula/actions/16/go-previous.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-top.svg b/.icons/Dracula/actions/16/go-top.svg deleted file mode 100644 index f1ceb6f34..000000000 --- a/.icons/Dracula/actions/16/go-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-up-skip.svg b/.icons/Dracula/actions/16/go-up-skip.svg deleted file mode 100644 index 44d48a229..000000000 --- a/.icons/Dracula/actions/16/go-up-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/go-up.svg b/.icons/Dracula/actions/16/go-up.svg deleted file mode 100644 index 694dc673d..000000000 --- a/.icons/Dracula/actions/16/go-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/group-delete.svg b/.icons/Dracula/actions/16/group-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/group-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-apply.svg b/.icons/Dracula/actions/16/gtk-apply.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/16/gtk-apply.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-clear.svg b/.icons/Dracula/actions/16/gtk-clear.svg deleted file mode 120000 index 00150527a..000000000 --- a/.icons/Dracula/actions/16/gtk-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-close.svg b/.icons/Dracula/actions/16/gtk-close.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/16/gtk-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-no.svg b/.icons/Dracula/actions/16/gtk-no.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/16/gtk-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-ok.svg b/.icons/Dracula/actions/16/gtk-ok.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/16/gtk-ok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-preferences.svg b/.icons/Dracula/actions/16/gtk-preferences.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/gtk-preferences.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-refresh.svg b/.icons/Dracula/actions/16/gtk-refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/gtk-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-select-all.svg b/.icons/Dracula/actions/16/gtk-select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/16/gtk-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-undelete-ltr.svg b/.icons/Dracula/actions/16/gtk-undelete-ltr.svg deleted file mode 120000 index 88a18b65f..000000000 --- a/.icons/Dracula/actions/16/gtk-undelete-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-undelete-rtl.svg b/.icons/Dracula/actions/16/gtk-undelete-rtl.svg deleted file mode 120000 index a13a878cc..000000000 --- a/.icons/Dracula/actions/16/gtk-undelete-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/gtk-yes.svg b/.icons/Dracula/actions/16/gtk-yes.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/16/gtk-yes.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/help-about.svg b/.icons/Dracula/actions/16/help-about.svg deleted file mode 100644 index e7f36ea5a..000000000 --- a/.icons/Dracula/actions/16/help-about.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/help-contents.svg b/.icons/Dracula/actions/16/help-contents.svg deleted file mode 120000 index 6aea6ecc5..000000000 --- a/.icons/Dracula/actions/16/help-contents.svg +++ /dev/null @@ -1 +0,0 @@ -../../apps/22/system-help.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/help-contextual.svg b/.icons/Dracula/actions/16/help-contextual.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/16/help-contextual.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/help-donate.svg b/.icons/Dracula/actions/16/help-donate.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/16/help-donate.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/help-feedback.svg b/.icons/Dracula/actions/16/help-feedback.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/16/help-feedback.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/help-hint.svg b/.icons/Dracula/actions/16/help-hint.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/16/help-hint.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/help-keybord-shortcuts.svg b/.icons/Dracula/actions/16/help-keybord-shortcuts.svg deleted file mode 120000 index 9dbbf2d27..000000000 --- a/.icons/Dracula/actions/16/help-keybord-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -configure-shortcuts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/help-latex.svg b/.icons/Dracula/actions/16/help-latex.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/16/help-latex.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/hint.svg b/.icons/Dracula/actions/16/hint.svg deleted file mode 120000 index 3ec7e2cc4..000000000 --- a/.icons/Dracula/actions/16/hint.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/im-user.svg b/.icons/Dracula/actions/16/im-user.svg deleted file mode 100644 index 7b2dec58a..000000000 --- a/.icons/Dracula/actions/16/im-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/image-loading.svg b/.icons/Dracula/actions/16/image-loading.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/image-loading.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/input-keyboard.svg b/.icons/Dracula/actions/16/input-keyboard.svg deleted file mode 100644 index 08f56b48f..000000000 --- a/.icons/Dracula/actions/16/input-keyboard.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/input-mouse-click-left.svg b/.icons/Dracula/actions/16/input-mouse-click-left.svg deleted file mode 100644 index 1ad353e5b..000000000 --- a/.icons/Dracula/actions/16/input-mouse-click-left.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/input-mouse-click-middle.svg b/.icons/Dracula/actions/16/input-mouse-click-middle.svg deleted file mode 100644 index 811ff0155..000000000 --- a/.icons/Dracula/actions/16/input-mouse-click-middle.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/input-mouse-click-right.svg b/.icons/Dracula/actions/16/input-mouse-click-right.svg deleted file mode 100644 index 4f816b4ca..000000000 --- a/.icons/Dracula/actions/16/input-mouse-click-right.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/insert-link.svg b/.icons/Dracula/actions/16/insert-link.svg deleted file mode 100644 index 27245e366..000000000 --- a/.icons/Dracula/actions/16/insert-link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/invertimage.svg b/.icons/Dracula/actions/16/invertimage.svg deleted file mode 120000 index ada864c99..000000000 --- a/.icons/Dracula/actions/16/invertimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/items-tags.svg b/.icons/Dracula/actions/16/items-tags.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/items-tags.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/itmages-select-all.svg b/.icons/Dracula/actions/16/itmages-select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/16/itmages-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/kdenlive-deleffect.svg b/.icons/Dracula/actions/16/kdenlive-deleffect.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/kdenlive-deleffect.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/kdenlive-down.svg b/.icons/Dracula/actions/16/kdenlive-down.svg deleted file mode 120000 index a8eb1b5c1..000000000 --- a/.icons/Dracula/actions/16/kdenlive-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/kdenlive-lock.svg b/.icons/Dracula/actions/16/kdenlive-lock.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/16/kdenlive-lock.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/kdenlive-unlock.svg b/.icons/Dracula/actions/16/kdenlive-unlock.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/16/kdenlive-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/knotes_delete.svg b/.icons/Dracula/actions/16/knotes_delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/knotes_delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/kr_comparedirs.svg b/.icons/Dracula/actions/16/kr_comparedirs.svg deleted file mode 100644 index 2b5e18d93..000000000 --- a/.icons/Dracula/actions/16/kr_comparedirs.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/kr_jumpback.svg b/.icons/Dracula/actions/16/kr_jumpback.svg deleted file mode 120000 index 2d8778593..000000000 --- a/.icons/Dracula/actions/16/kr_jumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/kt-add-filters.svg b/.icons/Dracula/actions/16/kt-add-filters.svg deleted file mode 100644 index b6984c5f6..000000000 --- a/.icons/Dracula/actions/16/kt-add-filters.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/kt-remove-filters.svg b/.icons/Dracula/actions/16/kt-remove-filters.svg deleted file mode 100644 index 843a21c39..000000000 --- a/.icons/Dracula/actions/16/kt-remove-filters.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/kt-set-max-download-speed.svg b/.icons/Dracula/actions/16/kt-set-max-download-speed.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/16/kt-set-max-download-speed.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/lastfm-tag.svg b/.icons/Dracula/actions/16/lastfm-tag.svg deleted file mode 120000 index 2bb4152ca..000000000 --- a/.icons/Dracula/actions/16/lastfm-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/layer-rename.svg b/.icons/Dracula/actions/16/layer-rename.svg deleted file mode 120000 index 9b67d6fdf..000000000 --- a/.icons/Dracula/actions/16/layer-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit-rename.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/link.svg b/.icons/Dracula/actions/16/link.svg deleted file mode 100644 index 175a54a33..000000000 --- a/.icons/Dracula/actions/16/link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/list-add.svg b/.icons/Dracula/actions/16/list-add.svg deleted file mode 100644 index 5bc651e6f..000000000 --- a/.icons/Dracula/actions/16/list-add.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/list-remove.svg b/.icons/Dracula/actions/16/list-remove.svg deleted file mode 100644 index e21128c2b..000000000 --- a/.icons/Dracula/actions/16/list-remove.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/lock.svg b/.icons/Dracula/actions/16/lock.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/16/lock.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/love-amarok.svg b/.icons/Dracula/actions/16/love-amarok.svg deleted file mode 100644 index 4dd6a3f3f..000000000 --- a/.icons/Dracula/actions/16/love-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/love.svg b/.icons/Dracula/actions/16/love.svg deleted file mode 120000 index c95c703eb..000000000 --- a/.icons/Dracula/actions/16/love.svg +++ /dev/null @@ -1 +0,0 @@ -love-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/mail-deleted.svg b/.icons/Dracula/actions/16/mail-deleted.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/mail-deleted.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-album-cover-manager-amarok.svg b/.icons/Dracula/actions/16/media-album-cover-manager-amarok.svg deleted file mode 100644 index 3f5e84bd5..000000000 --- a/.icons/Dracula/actions/16/media-album-cover-manager-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-album-cover.svg b/.icons/Dracula/actions/16/media-album-cover.svg deleted file mode 120000 index f8898e2de..000000000 --- a/.icons/Dracula/actions/16/media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-album-repeat-amarok.svg b/.icons/Dracula/actions/16/media-album-repeat-amarok.svg deleted file mode 120000 index cf79da28b..000000000 --- a/.icons/Dracula/actions/16/media-album-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-album-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-album-track.svg b/.icons/Dracula/actions/16/media-album-track.svg deleted file mode 100644 index 0686f1530..000000000 --- a/.icons/Dracula/actions/16/media-album-track.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-eject.svg b/.icons/Dracula/actions/16/media-eject.svg deleted file mode 100644 index fb0ae5d4e..000000000 --- a/.icons/Dracula/actions/16/media-eject.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-mount.svg b/.icons/Dracula/actions/16/media-mount.svg deleted file mode 100644 index 3ff1e9647..000000000 --- a/.icons/Dracula/actions/16/media-mount.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playback-pause.svg b/.icons/Dracula/actions/16/media-playback-pause.svg deleted file mode 100644 index aea128f36..000000000 --- a/.icons/Dracula/actions/16/media-playback-pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playback-start.svg b/.icons/Dracula/actions/16/media-playback-start.svg deleted file mode 100644 index 4b8c46517..000000000 --- a/.icons/Dracula/actions/16/media-playback-start.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playback-stop.svg b/.icons/Dracula/actions/16/media-playback-stop.svg deleted file mode 100644 index c7a0f691f..000000000 --- a/.icons/Dracula/actions/16/media-playback-stop.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playlist-append.svg b/.icons/Dracula/actions/16/media-playlist-append.svg deleted file mode 100644 index dbaa76aea..000000000 --- a/.icons/Dracula/actions/16/media-playlist-append.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playlist-normal.svg b/.icons/Dracula/actions/16/media-playlist-normal.svg deleted file mode 100644 index 26f30af51..000000000 --- a/.icons/Dracula/actions/16/media-playlist-normal.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playlist-play.svg b/.icons/Dracula/actions/16/media-playlist-play.svg deleted file mode 100644 index 2f4c7b1d3..000000000 --- a/.icons/Dracula/actions/16/media-playlist-play.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playlist-repeat.svg b/.icons/Dracula/actions/16/media-playlist-repeat.svg deleted file mode 100644 index 758fce59e..000000000 --- a/.icons/Dracula/actions/16/media-playlist-repeat.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-playlist-shuffle.svg b/.icons/Dracula/actions/16/media-playlist-shuffle.svg deleted file mode 100644 index b774aeb25..000000000 --- a/.icons/Dracula/actions/16/media-playlist-shuffle.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-random-albums-amarok.svg b/.icons/Dracula/actions/16/media-random-albums-amarok.svg deleted file mode 100644 index 0fafa317a..000000000 --- a/.icons/Dracula/actions/16/media-random-albums-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-random-tracks-amarok.svg b/.icons/Dracula/actions/16/media-random-tracks-amarok.svg deleted file mode 100644 index 3decf20f4..000000000 --- a/.icons/Dracula/actions/16/media-random-tracks-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-record.svg b/.icons/Dracula/actions/16/media-record.svg deleted file mode 100644 index 6d5d2ff50..000000000 --- a/.icons/Dracula/actions/16/media-record.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/media-repeat-album-amarok.svg b/.icons/Dracula/actions/16/media-repeat-album-amarok.svg deleted file mode 100644 index 230045524..000000000 --- a/.icons/Dracula/actions/16/media-repeat-album-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-repeat-all.svg b/.icons/Dracula/actions/16/media-repeat-all.svg deleted file mode 120000 index 81a417a40..000000000 --- a/.icons/Dracula/actions/16/media-repeat-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-repeat.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-repeat-none.svg b/.icons/Dracula/actions/16/media-repeat-none.svg deleted file mode 100644 index 1ae908c64..000000000 --- a/.icons/Dracula/actions/16/media-repeat-none.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-repeat-playlist-amarok.svg b/.icons/Dracula/actions/16/media-repeat-playlist-amarok.svg deleted file mode 100644 index e8792ab8d..000000000 --- a/.icons/Dracula/actions/16/media-repeat-playlist-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-repeat-track-amarok.svg b/.icons/Dracula/actions/16/media-repeat-track-amarok.svg deleted file mode 100644 index 7c5e157c0..000000000 --- a/.icons/Dracula/actions/16/media-repeat-track-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-seek-backward.svg b/.icons/Dracula/actions/16/media-seek-backward.svg deleted file mode 100644 index d83914f1a..000000000 --- a/.icons/Dracula/actions/16/media-seek-backward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-seek-forward.svg b/.icons/Dracula/actions/16/media-seek-forward.svg deleted file mode 100644 index 38461bd1f..000000000 --- a/.icons/Dracula/actions/16/media-seek-forward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-show-active-track-amarok.svg b/.icons/Dracula/actions/16/media-show-active-track-amarok.svg deleted file mode 120000 index 6ee2c7d81..000000000 --- a/.icons/Dracula/actions/16/media-show-active-track-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-track-show-active.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-skip-backward.svg b/.icons/Dracula/actions/16/media-skip-backward.svg deleted file mode 100644 index 4b216d908..000000000 --- a/.icons/Dracula/actions/16/media-skip-backward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-skip-forward.svg b/.icons/Dracula/actions/16/media-skip-forward.svg deleted file mode 100644 index 11ad41123..000000000 --- a/.icons/Dracula/actions/16/media-skip-forward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-standard-track-progression-amarok.svg b/.icons/Dracula/actions/16/media-standard-track-progression-amarok.svg deleted file mode 120000 index 0c9789352..000000000 --- a/.icons/Dracula/actions/16/media-standard-track-progression-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -format-list-ordered.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-track-add-amarok.svg b/.icons/Dracula/actions/16/media-track-add-amarok.svg deleted file mode 120000 index 742bd8ef3..000000000 --- a/.icons/Dracula/actions/16/media-track-add-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-track-edit-amarok.svg b/.icons/Dracula/actions/16/media-track-edit-amarok.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/16/media-track-edit-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-track-queue-amarok.svg b/.icons/Dracula/actions/16/media-track-queue-amarok.svg deleted file mode 100644 index db646fa61..000000000 --- a/.icons/Dracula/actions/16/media-track-queue-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/media-track-remove-amarok.svg b/.icons/Dracula/actions/16/media-track-remove-amarok.svg deleted file mode 120000 index 2094832c1..000000000 --- a/.icons/Dracula/actions/16/media-track-remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/media-track-show-active.svg b/.icons/Dracula/actions/16/media-track-show-active.svg deleted file mode 100644 index c455fe3a0..000000000 --- a/.icons/Dracula/actions/16/media-track-show-active.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/news-subscribe.svg b/.icons/Dracula/actions/16/news-subscribe.svg deleted file mode 100644 index ac96fa22b..000000000 --- a/.icons/Dracula/actions/16/news-subscribe.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/news-unsubscribe.svg b/.icons/Dracula/actions/16/news-unsubscribe.svg deleted file mode 100644 index 94224df38..000000000 --- a/.icons/Dracula/actions/16/news-unsubscribe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/object-locked.svg b/.icons/Dracula/actions/16/object-locked.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/16/object-locked.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/object-unlocked.svg b/.icons/Dracula/actions/16/object-unlocked.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/16/object-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/office-chart-area-focus-peak-node.svg b/.icons/Dracula/actions/16/office-chart-area-focus-peak-node.svg deleted file mode 100644 index 8c64790a8..000000000 --- a/.icons/Dracula/actions/16/office-chart-area-focus-peak-node.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-area-percentage.svg b/.icons/Dracula/actions/16/office-chart-area-percentage.svg deleted file mode 100644 index 8005757bc..000000000 --- a/.icons/Dracula/actions/16/office-chart-area-percentage.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-area-stacked.svg b/.icons/Dracula/actions/16/office-chart-area-stacked.svg deleted file mode 100644 index 2bd1f4154..000000000 --- a/.icons/Dracula/actions/16/office-chart-area-stacked.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-area.svg b/.icons/Dracula/actions/16/office-chart-area.svg deleted file mode 100644 index 9de2801c8..000000000 --- a/.icons/Dracula/actions/16/office-chart-area.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-bar-percentage.svg b/.icons/Dracula/actions/16/office-chart-bar-percentage.svg deleted file mode 100644 index 83a67c293..000000000 --- a/.icons/Dracula/actions/16/office-chart-bar-percentage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-bar-stacked.svg b/.icons/Dracula/actions/16/office-chart-bar-stacked.svg deleted file mode 100644 index 11decd5c5..000000000 --- a/.icons/Dracula/actions/16/office-chart-bar-stacked.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-bar.svg b/.icons/Dracula/actions/16/office-chart-bar.svg deleted file mode 100644 index 2ca95818c..000000000 --- a/.icons/Dracula/actions/16/office-chart-bar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-line-percentage.svg b/.icons/Dracula/actions/16/office-chart-line-percentage.svg deleted file mode 100644 index 897cef29c..000000000 --- a/.icons/Dracula/actions/16/office-chart-line-percentage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-line-stacked.svg b/.icons/Dracula/actions/16/office-chart-line-stacked.svg deleted file mode 100644 index 0c1c466a7..000000000 --- a/.icons/Dracula/actions/16/office-chart-line-stacked.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/office-chart-line.svg b/.icons/Dracula/actions/16/office-chart-line.svg deleted file mode 100644 index 976caf5fd..000000000 --- a/.icons/Dracula/actions/16/office-chart-line.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/open-menu.svg b/.icons/Dracula/actions/16/open-menu.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/open-menu.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/password-show-off.svg b/.icons/Dracula/actions/16/password-show-off.svg deleted file mode 120000 index 5d721579f..000000000 --- a/.icons/Dracula/actions/16/password-show-off.svg +++ /dev/null @@ -1 +0,0 @@ -hint.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/password-show-on.svg b/.icons/Dracula/actions/16/password-show-on.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/16/password-show-on.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/player-volume-muted.svg b/.icons/Dracula/actions/16/player-volume-muted.svg deleted file mode 100644 index b88791de7..000000000 --- a/.icons/Dracula/actions/16/player-volume-muted.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/player-volume.svg b/.icons/Dracula/actions/16/player-volume.svg deleted file mode 100644 index 6b08de8de..000000000 --- a/.icons/Dracula/actions/16/player-volume.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/preferences-media-playback-amarok.svg b/.icons/Dracula/actions/16/preferences-media-playback-amarok.svg deleted file mode 120000 index 1e939c995..000000000 --- a/.icons/Dracula/actions/16/preferences-media-playback-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/rabbitvcs-properties.svg b/.icons/Dracula/actions/16/rabbitvcs-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/rabbitvcs-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/refactor.svg b/.icons/Dracula/actions/16/refactor.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/refactor.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/refreshstructure.svg b/.icons/Dracula/actions/16/refreshstructure.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/refreshstructure.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/reload.svg b/.icons/Dracula/actions/16/reload.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/reload.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/reload3.svg b/.icons/Dracula/actions/16/reload3.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/reload3.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/reload_all_tabs.svg b/.icons/Dracula/actions/16/reload_all_tabs.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/reload_all_tabs.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/reload_page.svg b/.icons/Dracula/actions/16/reload_page.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/reload_page.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/remove-link.svg b/.icons/Dracula/actions/16/remove-link.svg deleted file mode 100644 index 749de9710..000000000 --- a/.icons/Dracula/actions/16/remove-link.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/search-icon.svg b/.icons/Dracula/actions/16/search-icon.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/16/search-icon.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/search.svg b/.icons/Dracula/actions/16/search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/16/search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/settings-configure.svg b/.icons/Dracula/actions/16/settings-configure.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/settings-configure.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/show-menu.svg b/.icons/Dracula/actions/16/show-menu.svg deleted file mode 100644 index 4beb7fbca..000000000 --- a/.icons/Dracula/actions/16/show-menu.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/show_table_column.svg b/.icons/Dracula/actions/16/show_table_column.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/16/show_table_column.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/show_table_row.svg b/.icons/Dracula/actions/16/show_table_row.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/16/show_table_row.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/similarartists-amarok.svg b/.icons/Dracula/actions/16/similarartists-amarok.svg deleted file mode 100644 index b6c61449e..000000000 --- a/.icons/Dracula/actions/16/similarartists-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/special_paste.svg b/.icons/Dracula/actions/16/special_paste.svg deleted file mode 100644 index ef440af8f..000000000 --- a/.icons/Dracula/actions/16/special_paste.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/step_object_Controller.svg b/.icons/Dracula/actions/16/step_object_Controller.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/16/step_object_Controller.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/stock_file-properties.svg b/.icons/Dracula/actions/16/stock_file-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/stock_file-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/stock_search.svg b/.icons/Dracula/actions/16/stock_search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/16/stock_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/stock_select-all.svg b/.icons/Dracula/actions/16/stock_select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/16/stock_select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/system-lock-screen.svg b/.icons/Dracula/actions/16/system-lock-screen.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/16/system-lock-screen.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/system-log-out.svg b/.icons/Dracula/actions/16/system-log-out.svg deleted file mode 100644 index fc34b093e..000000000 --- a/.icons/Dracula/actions/16/system-log-out.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/system-reboot.svg b/.icons/Dracula/actions/16/system-reboot.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/16/system-reboot.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/system-search.svg b/.icons/Dracula/actions/16/system-search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/16/system-search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/system-shutdown.svg b/.icons/Dracula/actions/16/system-shutdown.svg deleted file mode 100644 index b2877ecdd..000000000 --- a/.icons/Dracula/actions/16/system-shutdown.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/system-suspend-hibernate.svg b/.icons/Dracula/actions/16/system-suspend-hibernate.svg deleted file mode 100644 index e42367ad0..000000000 --- a/.icons/Dracula/actions/16/system-suspend-hibernate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/system-suspend.svg b/.icons/Dracula/actions/16/system-suspend.svg deleted file mode 100644 index 13892e175..000000000 --- a/.icons/Dracula/actions/16/system-suspend.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/system-switch-user.svg b/.icons/Dracula/actions/16/system-switch-user.svg deleted file mode 100644 index 5aa1354e8..000000000 --- a/.icons/Dracula/actions/16/system-switch-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tab-close-other.svg b/.icons/Dracula/actions/16/tab-close-other.svg deleted file mode 120000 index 7968d0c9c..000000000 --- a/.icons/Dracula/actions/16/tab-close-other.svg +++ /dev/null @@ -1 +0,0 @@ -./window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/tab-close.svg b/.icons/Dracula/actions/16/tab-close.svg deleted file mode 120000 index 7968d0c9c..000000000 --- a/.icons/Dracula/actions/16/tab-close.svg +++ /dev/null @@ -1 +0,0 @@ -./window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/tab-new-background.svg b/.icons/Dracula/actions/16/tab-new-background.svg deleted file mode 100644 index 7f0e83dd4..000000000 --- a/.icons/Dracula/actions/16/tab-new-background.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tab-new.svg b/.icons/Dracula/actions/16/tab-new.svg deleted file mode 100644 index edc376990..000000000 --- a/.icons/Dracula/actions/16/tab-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tag-delete.svg b/.icons/Dracula/actions/16/tag-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/tag-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/tag-folder.svg b/.icons/Dracula/actions/16/tag-folder.svg deleted file mode 120000 index f92780017..000000000 --- a/.icons/Dracula/actions/16/tag-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/tag-properties.svg b/.icons/Dracula/actions/16/tag-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/16/tag-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/tag-symbolic.svg b/.icons/Dracula/actions/16/tag-symbolic.svg deleted file mode 120000 index 9adb8cf59..000000000 --- a/.icons/Dracula/actions/16/tag-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/tag.svg b/.icons/Dracula/actions/16/tag.svg deleted file mode 100644 index 3897f16cf..000000000 --- a/.icons/Dracula/actions/16/tag.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/taxes-finances.svg b/.icons/Dracula/actions/16/taxes-finances.svg deleted file mode 100644 index 90d685158..000000000 --- a/.icons/Dracula/actions/16/taxes-finances.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tools-check-spelling.svg b/.icons/Dracula/actions/16/tools-check-spelling.svg deleted file mode 100644 index d13824c5b..000000000 --- a/.icons/Dracula/actions/16/tools-check-spelling.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tools-media-optical-burn-image.svg b/.icons/Dracula/actions/16/tools-media-optical-burn-image.svg deleted file mode 100644 index 00b714e74..000000000 --- a/.icons/Dracula/actions/16/tools-media-optical-burn-image.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tools-media-optical-burn.svg b/.icons/Dracula/actions/16/tools-media-optical-burn.svg deleted file mode 100644 index 14c44b827..000000000 --- a/.icons/Dracula/actions/16/tools-media-optical-burn.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/tools-media-optical-copy.svg b/.icons/Dracula/actions/16/tools-media-optical-copy.svg deleted file mode 100644 index b21de51b2..000000000 --- a/.icons/Dracula/actions/16/tools-media-optical-copy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tools-media-optical-erase.svg b/.icons/Dracula/actions/16/tools-media-optical-erase.svg deleted file mode 100644 index c6789da89..000000000 --- a/.icons/Dracula/actions/16/tools-media-optical-erase.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/tools-media-optical-format.svg b/.icons/Dracula/actions/16/tools-media-optical-format.svg deleted file mode 100644 index a724651f3..000000000 --- a/.icons/Dracula/actions/16/tools-media-optical-format.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/tools-report-bug.svg b/.icons/Dracula/actions/16/tools-report-bug.svg deleted file mode 100644 index 754ca4105..000000000 --- a/.icons/Dracula/actions/16/tools-report-bug.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/transform-scale.svg b/.icons/Dracula/actions/16/transform-scale.svg deleted file mode 100644 index 1632682f9..000000000 --- a/.icons/Dracula/actions/16/transform-scale.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/trash-empty.svg b/.icons/Dracula/actions/16/trash-empty.svg deleted file mode 100644 index 9f31535a9..000000000 --- a/.icons/Dracula/actions/16/trash-empty.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/umbrello_diagram_collaboration.svg b/.icons/Dracula/actions/16/umbrello_diagram_collaboration.svg deleted file mode 120000 index 255b7129b..000000000 --- a/.icons/Dracula/actions/16/umbrello_diagram_collaboration.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/unlock.svg b/.icons/Dracula/actions/16/unlock.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/16/unlock.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/upload-media.svg b/.icons/Dracula/actions/16/upload-media.svg deleted file mode 100644 index f89913345..000000000 --- a/.icons/Dracula/actions/16/upload-media.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/usermenu-delete.svg b/.icons/Dracula/actions/16/usermenu-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/16/usermenu-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-calendar.svg b/.icons/Dracula/actions/16/view-calendar.svg deleted file mode 100644 index d3353e8f6..000000000 --- a/.icons/Dracula/actions/16/view-calendar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-choose.svg b/.icons/Dracula/actions/16/view-choose.svg deleted file mode 100644 index 84be68002..000000000 --- a/.icons/Dracula/actions/16/view-choose.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-filter.svg b/.icons/Dracula/actions/16/view-filter.svg deleted file mode 100644 index db954c067..000000000 --- a/.icons/Dracula/actions/16/view-filter.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-fullscreen.svg b/.icons/Dracula/actions/16/view-fullscreen.svg deleted file mode 100644 index 0b2f58daa..000000000 --- a/.icons/Dracula/actions/16/view-fullscreen.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-group.svg b/.icons/Dracula/actions/16/view-group.svg deleted file mode 100644 index 2eb5fe86a..000000000 --- a/.icons/Dracula/actions/16/view-group.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-hidden.svg b/.icons/Dracula/actions/16/view-hidden.svg deleted file mode 100644 index 550860d7d..000000000 --- a/.icons/Dracula/actions/16/view-hidden.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-left-close.svg b/.icons/Dracula/actions/16/view-left-close.svg deleted file mode 100644 index 3c5565a98..000000000 --- a/.icons/Dracula/actions/16/view-left-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-list-details.svg b/.icons/Dracula/actions/16/view-list-details.svg deleted file mode 100644 index 27fc71231..000000000 --- a/.icons/Dracula/actions/16/view-list-details.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-list-icons.svg b/.icons/Dracula/actions/16/view-list-icons.svg deleted file mode 100644 index e7a25a3ad..000000000 --- a/.icons/Dracula/actions/16/view-list-icons.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-list-tree.svg b/.icons/Dracula/actions/16/view-list-tree.svg deleted file mode 100644 index a92197aff..000000000 --- a/.icons/Dracula/actions/16/view-list-tree.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-media-album-cover.svg b/.icons/Dracula/actions/16/view-media-album-cover.svg deleted file mode 120000 index f8898e2de..000000000 --- a/.icons/Dracula/actions/16/view-media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-artist.svg b/.icons/Dracula/actions/16/view-media-artist.svg deleted file mode 120000 index 30c642ea2..000000000 --- a/.icons/Dracula/actions/16/view-media-artist.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-config.svg b/.icons/Dracula/actions/16/view-media-config.svg deleted file mode 120000 index 9dbbf2d27..000000000 --- a/.icons/Dracula/actions/16/view-media-config.svg +++ /dev/null @@ -1 +0,0 @@ -configure-shortcuts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-equalizer.svg b/.icons/Dracula/actions/16/view-media-equalizer.svg deleted file mode 100644 index 7b8270904..000000000 --- a/.icons/Dracula/actions/16/view-media-equalizer.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-media-favorite.svg b/.icons/Dracula/actions/16/view-media-favorite.svg deleted file mode 120000 index 0747769cf..000000000 --- a/.icons/Dracula/actions/16/view-media-favorite.svg +++ /dev/null @@ -1 +0,0 @@ -draw-star.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-genre.svg b/.icons/Dracula/actions/16/view-media-genre.svg deleted file mode 120000 index 597fac171..000000000 --- a/.icons/Dracula/actions/16/view-media-genre.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-genres-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-lyrics.svg b/.icons/Dracula/actions/16/view-media-lyrics.svg deleted file mode 100644 index 636264076..000000000 --- a/.icons/Dracula/actions/16/view-media-lyrics.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-media-playcount.svg b/.icons/Dracula/actions/16/view-media-playcount.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/16/view-media-playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-playlist.svg b/.icons/Dracula/actions/16/view-media-playlist.svg deleted file mode 100644 index 0879d704d..000000000 --- a/.icons/Dracula/actions/16/view-media-playlist.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-media-publisher.svg b/.icons/Dracula/actions/16/view-media-publisher.svg deleted file mode 120000 index 1b4173dc1..000000000 --- a/.icons/Dracula/actions/16/view-media-publisher.svg +++ /dev/null @@ -1 +0,0 @@ -amarok_cart_view.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-recent.svg b/.icons/Dracula/actions/16/view-media-recent.svg deleted file mode 120000 index 54445ac9c..000000000 --- a/.icons/Dracula/actions/16/view-media-recent.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-similarartists.svg b/.icons/Dracula/actions/16/view-media-similarartists.svg deleted file mode 120000 index 0c2f05812..000000000 --- a/.icons/Dracula/actions/16/view-media-similarartists.svg +++ /dev/null @@ -1 +0,0 @@ -similarartists-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-title.svg b/.icons/Dracula/actions/16/view-media-title.svg deleted file mode 100644 index 9536576e9..000000000 --- a/.icons/Dracula/actions/16/view-media-title.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-media-track.svg b/.icons/Dracula/actions/16/view-media-track.svg deleted file mode 120000 index 29c6d7627..000000000 --- a/.icons/Dracula/actions/16/view-media-track.svg +++ /dev/null @@ -1 +0,0 @@ -filename-filetype-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-media-visualization.svg b/.icons/Dracula/actions/16/view-media-visualization.svg deleted file mode 100644 index e780ca953..000000000 --- a/.icons/Dracula/actions/16/view-media-visualization.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-preview.svg b/.icons/Dracula/actions/16/view-preview.svg deleted file mode 100644 index cff95195f..000000000 --- a/.icons/Dracula/actions/16/view-preview.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-refresh.svg b/.icons/Dracula/actions/16/view-refresh.svg deleted file mode 100644 index 3953bfd8a..000000000 --- a/.icons/Dracula/actions/16/view-refresh.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-restore.svg b/.icons/Dracula/actions/16/view-restore.svg deleted file mode 100644 index 8f4e4f80b..000000000 --- a/.icons/Dracula/actions/16/view-restore.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-right-close.svg b/.icons/Dracula/actions/16/view-right-close.svg deleted file mode 100644 index 12d32cefb..000000000 --- a/.icons/Dracula/actions/16/view-right-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-right-new.svg b/.icons/Dracula/actions/16/view-right-new.svg deleted file mode 100644 index ec3e99fd4..000000000 --- a/.icons/Dracula/actions/16/view-right-new.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-services-scripted-amarok.svg b/.icons/Dracula/actions/16/view-services-scripted-amarok.svg deleted file mode 120000 index 4afc2562c..000000000 --- a/.icons/Dracula/actions/16/view-services-scripted-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -amarok_scripts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/view-sidetree.svg b/.icons/Dracula/actions/16/view-sidetree.svg deleted file mode 100644 index 5d0af7cdf..000000000 --- a/.icons/Dracula/actions/16/view-sidetree.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-sort-ascending-name.svg b/.icons/Dracula/actions/16/view-sort-ascending-name.svg deleted file mode 100644 index d1361d40c..000000000 --- a/.icons/Dracula/actions/16/view-sort-ascending-name.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-sort-ascending.svg b/.icons/Dracula/actions/16/view-sort-ascending.svg deleted file mode 100644 index f68e6cfcf..000000000 --- a/.icons/Dracula/actions/16/view-sort-ascending.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-sort-descending-name.svg b/.icons/Dracula/actions/16/view-sort-descending-name.svg deleted file mode 100644 index ded5679df..000000000 --- a/.icons/Dracula/actions/16/view-sort-descending-name.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-sort-descending.svg b/.icons/Dracula/actions/16/view-sort-descending.svg deleted file mode 100644 index 89843d3d6..000000000 --- a/.icons/Dracula/actions/16/view-sort-descending.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-sort.svg b/.icons/Dracula/actions/16/view-sort.svg deleted file mode 100644 index ef9136b34..000000000 --- a/.icons/Dracula/actions/16/view-sort.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-statistics.svg b/.icons/Dracula/actions/16/view-statistics.svg deleted file mode 100644 index ec1d61d3f..000000000 --- a/.icons/Dracula/actions/16/view-statistics.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/view-visible.svg b/.icons/Dracula/actions/16/view-visible.svg deleted file mode 100644 index 1631bc897..000000000 --- a/.icons/Dracula/actions/16/view-visible.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/viewimage.svg b/.icons/Dracula/actions/16/viewimage.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/16/viewimage.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/visibility.svg b/.icons/Dracula/actions/16/visibility.svg deleted file mode 120000 index 465931136..000000000 --- a/.icons/Dracula/actions/16/visibility.svg +++ /dev/null @@ -1 +0,0 @@ -view-visible.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/wallet-closed.svg b/.icons/Dracula/actions/16/wallet-closed.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/16/wallet-closed.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/wallet-open.svg b/.icons/Dracula/actions/16/wallet-open.svg deleted file mode 100644 index 42ef10042..000000000 --- a/.icons/Dracula/actions/16/wallet-open.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/warnnext.svg b/.icons/Dracula/actions/16/warnnext.svg deleted file mode 100644 index 14d8a1b0b..000000000 --- a/.icons/Dracula/actions/16/warnnext.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/warnprev.svg b/.icons/Dracula/actions/16/warnprev.svg deleted file mode 100644 index 55123189d..000000000 --- a/.icons/Dracula/actions/16/warnprev.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/16/window-close.svg b/.icons/Dracula/actions/16/window-close.svg deleted file mode 100644 index 6274cce14..000000000 --- a/.icons/Dracula/actions/16/window-close.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/16/window-duplicate.svg b/.icons/Dracula/actions/16/window-duplicate.svg deleted file mode 100644 index 09c114085..000000000 --- a/.icons/Dracula/actions/16/window-duplicate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/window-new.svg b/.icons/Dracula/actions/16/window-new.svg deleted file mode 100644 index eb73c41fd..000000000 --- a/.icons/Dracula/actions/16/window-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/window.svg b/.icons/Dracula/actions/16/window.svg deleted file mode 100644 index 682485f5a..000000000 --- a/.icons/Dracula/actions/16/window.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/y-zoom-in.svg b/.icons/Dracula/actions/16/y-zoom-in.svg deleted file mode 100644 index e0cd7ee41..000000000 --- a/.icons/Dracula/actions/16/y-zoom-in.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-1-to-2.svg b/.icons/Dracula/actions/16/zoom-1-to-2.svg deleted file mode 100644 index fbf3e7466..000000000 --- a/.icons/Dracula/actions/16/zoom-1-to-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-2-to-1.svg b/.icons/Dracula/actions/16/zoom-2-to-1.svg deleted file mode 100644 index 2987af6c7..000000000 --- a/.icons/Dracula/actions/16/zoom-2-to-1.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-draw.svg b/.icons/Dracula/actions/16/zoom-draw.svg deleted file mode 120000 index a77e7a14f..000000000 --- a/.icons/Dracula/actions/16/zoom-draw.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom-fit-best.svg b/.icons/Dracula/actions/16/zoom-fit-best.svg deleted file mode 100644 index 86b8514c2..000000000 --- a/.icons/Dracula/actions/16/zoom-fit-best.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-fit-height.svg b/.icons/Dracula/actions/16/zoom-fit-height.svg deleted file mode 100644 index 1064eaf3a..000000000 --- a/.icons/Dracula/actions/16/zoom-fit-height.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-fit-selection.svg b/.icons/Dracula/actions/16/zoom-fit-selection.svg deleted file mode 120000 index 037a51b61..000000000 --- a/.icons/Dracula/actions/16/zoom-fit-selection.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-select.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom-fit-width.svg b/.icons/Dracula/actions/16/zoom-fit-width.svg deleted file mode 100644 index 732bab4b1..000000000 --- a/.icons/Dracula/actions/16/zoom-fit-width.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-in-large.svg b/.icons/Dracula/actions/16/zoom-in-large.svg deleted file mode 120000 index a74d0584f..000000000 --- a/.icons/Dracula/actions/16/zoom-in-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom-in-x.svg b/.icons/Dracula/actions/16/zoom-in-x.svg deleted file mode 100644 index 764452a16..000000000 --- a/.icons/Dracula/actions/16/zoom-in-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-in.svg b/.icons/Dracula/actions/16/zoom-in.svg deleted file mode 100644 index 7b73aa686..000000000 --- a/.icons/Dracula/actions/16/zoom-in.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-next.svg b/.icons/Dracula/actions/16/zoom-next.svg deleted file mode 100644 index 41f044dc6..000000000 --- a/.icons/Dracula/actions/16/zoom-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-original.svg b/.icons/Dracula/actions/16/zoom-original.svg deleted file mode 100644 index 31ce13aee..000000000 --- a/.icons/Dracula/actions/16/zoom-original.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-out-large.svg b/.icons/Dracula/actions/16/zoom-out-large.svg deleted file mode 120000 index 580ed013e..000000000 --- a/.icons/Dracula/actions/16/zoom-out-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom-out-x.svg b/.icons/Dracula/actions/16/zoom-out-x.svg deleted file mode 100644 index 453c69b12..000000000 --- a/.icons/Dracula/actions/16/zoom-out-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-out-y.svg b/.icons/Dracula/actions/16/zoom-out-y.svg deleted file mode 100644 index eb3882775..000000000 --- a/.icons/Dracula/actions/16/zoom-out-y.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-out.svg b/.icons/Dracula/actions/16/zoom-out.svg deleted file mode 100644 index 5e15632c6..000000000 --- a/.icons/Dracula/actions/16/zoom-out.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-previous.svg b/.icons/Dracula/actions/16/zoom-previous.svg deleted file mode 100644 index e7acf77e3..000000000 --- a/.icons/Dracula/actions/16/zoom-previous.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16/zoom-select-fit.svg b/.icons/Dracula/actions/16/zoom-select-fit.svg deleted file mode 120000 index cc77c1cf2..000000000 --- a/.icons/Dracula/actions/16/zoom-select-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom-select-x.svg b/.icons/Dracula/actions/16/zoom-select-x.svg deleted file mode 120000 index 157250559..000000000 --- a/.icons/Dracula/actions/16/zoom-select-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom-select-y.svg b/.icons/Dracula/actions/16/zoom-select-y.svg deleted file mode 120000 index e84c27278..000000000 --- a/.icons/Dracula/actions/16/zoom-select-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom-select.svg b/.icons/Dracula/actions/16/zoom-select.svg deleted file mode 120000 index a77e7a14f..000000000 --- a/.icons/Dracula/actions/16/zoom-select.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/16/zoom.svg b/.icons/Dracula/actions/16/zoom.svg deleted file mode 100644 index ddea326b5..000000000 --- a/.icons/Dracula/actions/16/zoom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/16@2x b/.icons/Dracula/actions/16@2x deleted file mode 120000 index 19c7bdba7..000000000 --- a/.icons/Dracula/actions/16@2x +++ /dev/null @@ -1 +0,0 @@ -16 \ No newline at end of file diff --git a/.icons/Dracula/actions/22/.directory b/.icons/Dracula/actions/22/.directory deleted file mode 100644 index 266847158..000000000 --- a/.icons/Dracula/actions/22/.directory +++ /dev/null @@ -1,3 +0,0 @@ -[Dolphin] -Timestamp=2020,3,2,14,33,25 -Version=4 diff --git a/.icons/Dracula/actions/22/action-albumfolder-importdir2.svg b/.icons/Dracula/actions/22/action-albumfolder-importdir2.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/22/action-albumfolder-importdir2.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/action-rss_tag.svg b/.icons/Dracula/actions/22/action-rss_tag.svg deleted file mode 120000 index 2bb4152ca..000000000 --- a/.icons/Dracula/actions/22/action-rss_tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/address-book-new.svg b/.icons/Dracula/actions/22/address-book-new.svg deleted file mode 100644 index 0c5877a8d..000000000 --- a/.icons/Dracula/actions/22/address-book-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/adjustlevels.svg b/.icons/Dracula/actions/22/adjustlevels.svg deleted file mode 100644 index c08331870..000000000 --- a/.icons/Dracula/actions/22/adjustlevels.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/adjustrgb.svg b/.icons/Dracula/actions/22/adjustrgb.svg deleted file mode 100644 index 6544be0e0..000000000 --- a/.icons/Dracula/actions/22/adjustrgb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/actions/22/akonadi-phone-home.svg b/.icons/Dracula/actions/22/akonadi-phone-home.svg deleted file mode 120000 index 5cbdae998..000000000 --- a/.icons/Dracula/actions/22/akonadi-phone-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/albumfolder-importdir.svg b/.icons/Dracula/actions/22/albumfolder-importdir.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/22/albumfolder-importdir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/albumfolder-importimages.svg b/.icons/Dracula/actions/22/albumfolder-importimages.svg deleted file mode 120000 index c7116c65c..000000000 --- a/.icons/Dracula/actions/22/albumfolder-importimages.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/albumfolder-new.svg b/.icons/Dracula/actions/22/albumfolder-new.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/22/albumfolder-new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/albumfolder-properties.svg b/.icons/Dracula/actions/22/albumfolder-properties.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/albumfolder-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/albumfolder-user-trash.svg b/.icons/Dracula/actions/22/albumfolder-user-trash.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/albumfolder-user-trash.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/amarok_cart_view.svg b/.icons/Dracula/actions/22/amarok_cart_view.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/22/amarok_cart_view.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/amarok_playcount.svg b/.icons/Dracula/actions/22/amarok_playcount.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/22/amarok_playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/amarok_playlist_refresh.svg b/.icons/Dracula/actions/22/amarok_playlist_refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/amarok_playlist_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/amarok_scripts.svg b/.icons/Dracula/actions/22/amarok_scripts.svg deleted file mode 120000 index b04844a45..000000000 --- a/.icons/Dracula/actions/22/amarok_scripts.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-scripts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/answer-correct.svg b/.icons/Dracula/actions/22/answer-correct.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/22/answer-correct.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/answer.svg b/.icons/Dracula/actions/22/answer.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/22/answer.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/application-exit.svg b/.icons/Dracula/actions/22/application-exit.svg deleted file mode 100644 index 8a0ad3708..000000000 --- a/.icons/Dracula/actions/22/application-exit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/application-menu.svg b/.icons/Dracula/actions/22/application-menu.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/application-menu.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/applications-other.svg b/.icons/Dracula/actions/22/applications-other.svg deleted file mode 120000 index ac2e5467d..000000000 --- a/.icons/Dracula/actions/22/applications-other.svg +++ /dev/null @@ -1 +0,0 @@ -application-menu.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/archive-extract.svg b/.icons/Dracula/actions/22/archive-extract.svg deleted file mode 100644 index ce642bcbe..000000000 --- a/.icons/Dracula/actions/22/archive-extract.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/archive-insert.svg b/.icons/Dracula/actions/22/archive-insert.svg deleted file mode 100644 index fd4be8dfc..000000000 --- a/.icons/Dracula/actions/22/archive-insert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/archive-remove.svg b/.icons/Dracula/actions/22/archive-remove.svg deleted file mode 100644 index 0225c857f..000000000 --- a/.icons/Dracula/actions/22/archive-remove.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/bonobo-component-browser.svg b/.icons/Dracula/actions/22/bonobo-component-browser.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/bonobo-component-browser.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/bookmark-add-folder.svg b/.icons/Dracula/actions/22/bookmark-add-folder.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/22/bookmark-add-folder.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/bookmark-edit.svg b/.icons/Dracula/actions/22/bookmark-edit.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/22/bookmark-edit.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/bookmark-new-list.svg b/.icons/Dracula/actions/22/bookmark-new-list.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/22/bookmark-new-list.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/bookmark-new.svg b/.icons/Dracula/actions/22/bookmark-new.svg deleted file mode 100644 index da261ac68..000000000 --- a/.icons/Dracula/actions/22/bookmark-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/bookmark-remove.svg b/.icons/Dracula/actions/22/bookmark-remove.svg deleted file mode 100644 index 8f1e970f7..000000000 --- a/.icons/Dracula/actions/22/bookmark-remove.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/bookmark-toolbar.svg b/.icons/Dracula/actions/22/bookmark-toolbar.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/22/bookmark-toolbar.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/bookmarks-organize.svg b/.icons/Dracula/actions/22/bookmarks-organize.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/22/bookmarks-organize.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/bookmarks.svg b/.icons/Dracula/actions/22/bookmarks.svg deleted file mode 120000 index a5f7d89ff..000000000 --- a/.icons/Dracula/actions/22/bookmarks.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/cell_edit.svg b/.icons/Dracula/actions/22/cell_edit.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/22/cell_edit.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/character-set.svg b/.icons/Dracula/actions/22/character-set.svg deleted file mode 100644 index 8b9da849d..000000000 --- a/.icons/Dracula/actions/22/character-set.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/chronometer-reset.svg b/.icons/Dracula/actions/22/chronometer-reset.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/chronometer-reset.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/cloud-download.svg b/.icons/Dracula/actions/22/cloud-download.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/22/cloud-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/cm_refresh.svg b/.icons/Dracula/actions/22/cm_refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/cm_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/cm_search.svg b/.icons/Dracula/actions/22/cm_search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/22/cm_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/collection-rescan-amarok.svg b/.icons/Dracula/actions/22/collection-rescan-amarok.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/collection-rescan-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/configure-shortcuts.svg b/.icons/Dracula/actions/22/configure-shortcuts.svg deleted file mode 120000 index ff417223d..000000000 --- a/.icons/Dracula/actions/22/configure-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -input-keyboard.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/configure-toolbars.svg b/.icons/Dracula/actions/22/configure-toolbars.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/configure-toolbars.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/configure.svg b/.icons/Dracula/actions/22/configure.svg deleted file mode 100644 index cebc2b0ab..000000000 --- a/.icons/Dracula/actions/22/configure.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/configure_kile.svg b/.icons/Dracula/actions/22/configure_kile.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/configure_kile.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/configure_project.svg b/.icons/Dracula/actions/22/configure_project.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/configure_project.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/delete.svg b/.icons/Dracula/actions/22/delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/dialog-cancel.svg b/.icons/Dracula/actions/22/dialog-cancel.svg deleted file mode 100644 index 33e78bfc8..000000000 --- a/.icons/Dracula/actions/22/dialog-cancel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/dialog-close.svg b/.icons/Dracula/actions/22/dialog-close.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/22/dialog-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/dialog-memory.svg b/.icons/Dracula/actions/22/dialog-memory.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/22/dialog-memory.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/dialog-ok-apply.svg b/.icons/Dracula/actions/22/dialog-ok-apply.svg deleted file mode 100644 index c199c1bf0..000000000 --- a/.icons/Dracula/actions/22/dialog-ok-apply.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/dialog-ok.svg b/.icons/Dracula/actions/22/dialog-ok.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/22/dialog-ok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/dialog-scripts.svg b/.icons/Dracula/actions/22/dialog-scripts.svg deleted file mode 100644 index e299a2b71..000000000 --- a/.icons/Dracula/actions/22/dialog-scripts.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-cleanup.svg b/.icons/Dracula/actions/22/document-cleanup.svg deleted file mode 120000 index 00150527a..000000000 --- a/.icons/Dracula/actions/22/document-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-close.svg b/.icons/Dracula/actions/22/document-close.svg deleted file mode 100644 index 5fa321fbd..000000000 --- a/.icons/Dracula/actions/22/document-close.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/document-compareleft.svg b/.icons/Dracula/actions/22/document-compareleft.svg deleted file mode 100644 index e24c48236..000000000 --- a/.icons/Dracula/actions/22/document-compareleft.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/document-compareright.svg b/.icons/Dracula/actions/22/document-compareright.svg deleted file mode 100644 index 6035ac1cd..000000000 --- a/.icons/Dracula/actions/22/document-compareright.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/document-decrypt.svg b/.icons/Dracula/actions/22/document-decrypt.svg deleted file mode 100644 index 348f1b166..000000000 --- a/.icons/Dracula/actions/22/document-decrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-duplicate.svg b/.icons/Dracula/actions/22/document-duplicate.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/actions/22/document-duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-edit-decrypt-verify.svg b/.icons/Dracula/actions/22/document-edit-decrypt-verify.svg deleted file mode 100644 index 658edb68f..000000000 --- a/.icons/Dracula/actions/22/document-edit-decrypt-verify.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-edit-decrypt.svg b/.icons/Dracula/actions/22/document-edit-decrypt.svg deleted file mode 100644 index 1d82ed914..000000000 --- a/.icons/Dracula/actions/22/document-edit-decrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-edit-encrypt.svg b/.icons/Dracula/actions/22/document-edit-encrypt.svg deleted file mode 100644 index e457dcf5e..000000000 --- a/.icons/Dracula/actions/22/document-edit-encrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-edit-sign-encrypt.svg b/.icons/Dracula/actions/22/document-edit-sign-encrypt.svg deleted file mode 100644 index 60f950970..000000000 --- a/.icons/Dracula/actions/22/document-edit-sign-encrypt.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-edit-sign.svg b/.icons/Dracula/actions/22/document-edit-sign.svg deleted file mode 100644 index 48da40241..000000000 --- a/.icons/Dracula/actions/22/document-edit-sign.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-edit-verify.svg b/.icons/Dracula/actions/22/document-edit-verify.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/22/document-edit-verify.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-edit.svg b/.icons/Dracula/actions/22/document-edit.svg deleted file mode 100644 index 68780460e..000000000 --- a/.icons/Dracula/actions/22/document-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-encrypt.svg b/.icons/Dracula/actions/22/document-encrypt.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/22/document-encrypt.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-encrypted.svg b/.icons/Dracula/actions/22/document-encrypted.svg deleted file mode 100644 index 86fea9cd6..000000000 --- a/.icons/Dracula/actions/22/document-encrypted.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-equal.svg b/.icons/Dracula/actions/22/document-equal.svg deleted file mode 120000 index 77162d6ce..000000000 --- a/.icons/Dracula/actions/22/document-equal.svg +++ /dev/null @@ -1 +0,0 @@ -kr_comparedirs.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-export-ocal.svg b/.icons/Dracula/actions/22/document-export-ocal.svg deleted file mode 120000 index ace4fe41a..000000000 --- a/.icons/Dracula/actions/22/document-export-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-export-table.svg b/.icons/Dracula/actions/22/document-export-table.svg deleted file mode 120000 index ace4fe41a..000000000 --- a/.icons/Dracula/actions/22/document-export-table.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-export.svg b/.icons/Dracula/actions/22/document-export.svg deleted file mode 100644 index 28d55fd75..000000000 --- a/.icons/Dracula/actions/22/document-export.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-import-ocal.svg b/.icons/Dracula/actions/22/document-import-ocal.svg deleted file mode 120000 index c7116c65c..000000000 --- a/.icons/Dracula/actions/22/document-import-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-import.svg b/.icons/Dracula/actions/22/document-import.svg deleted file mode 100644 index a32b7d606..000000000 --- a/.icons/Dracula/actions/22/document-import.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-multiple.svg b/.icons/Dracula/actions/22/document-multiple.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/actions/22/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-new-from-template.svg b/.icons/Dracula/actions/22/document-new-from-template.svg deleted file mode 100644 index 125f94c57..000000000 --- a/.icons/Dracula/actions/22/document-new-from-template.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-new.svg b/.icons/Dracula/actions/22/document-new.svg deleted file mode 100644 index 08828170b..000000000 --- a/.icons/Dracula/actions/22/document-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-open-data.svg b/.icons/Dracula/actions/22/document-open-data.svg deleted file mode 120000 index 8dca637dc..000000000 --- a/.icons/Dracula/actions/22/document-open-data.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-open-folder.svg b/.icons/Dracula/actions/22/document-open-folder.svg deleted file mode 120000 index 8dca637dc..000000000 --- a/.icons/Dracula/actions/22/document-open-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-open-recent.svg b/.icons/Dracula/actions/22/document-open-recent.svg deleted file mode 100644 index 14f637089..000000000 --- a/.icons/Dracula/actions/22/document-open-recent.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-open-remote.svg b/.icons/Dracula/actions/22/document-open-remote.svg deleted file mode 100644 index eed624309..000000000 --- a/.icons/Dracula/actions/22/document-open-remote.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-open.svg b/.icons/Dracula/actions/22/document-open.svg deleted file mode 100644 index 57a618fa8..000000000 --- a/.icons/Dracula/actions/22/document-open.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-preview-archive.svg b/.icons/Dracula/actions/22/document-preview-archive.svg deleted file mode 100644 index 38af484f1..000000000 --- a/.icons/Dracula/actions/22/document-preview-archive.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-preview.svg b/.icons/Dracula/actions/22/document-preview.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/22/document-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-print-direct.svg b/.icons/Dracula/actions/22/document-print-direct.svg deleted file mode 100644 index 136d99311..000000000 --- a/.icons/Dracula/actions/22/document-print-direct.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-print-frame.svg b/.icons/Dracula/actions/22/document-print-frame.svg deleted file mode 120000 index 5de601c8a..000000000 --- a/.icons/Dracula/actions/22/document-print-frame.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-print-preview.svg b/.icons/Dracula/actions/22/document-print-preview.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/22/document-print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-print.svg b/.icons/Dracula/actions/22/document-print.svg deleted file mode 100644 index aa7c6073d..000000000 --- a/.icons/Dracula/actions/22/document-print.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-properties.svg b/.icons/Dracula/actions/22/document-properties.svg deleted file mode 100644 index f56912d81..000000000 --- a/.icons/Dracula/actions/22/document-properties.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-revert.svg b/.icons/Dracula/actions/22/document-revert.svg deleted file mode 100644 index 85315f507..000000000 --- a/.icons/Dracula/actions/22/document-revert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-save-all.svg b/.icons/Dracula/actions/22/document-save-all.svg deleted file mode 100644 index d41b35478..000000000 --- a/.icons/Dracula/actions/22/document-save-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-save-as.svg b/.icons/Dracula/actions/22/document-save-as.svg deleted file mode 100644 index 5611c7572..000000000 --- a/.icons/Dracula/actions/22/document-save-as.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-save.svg b/.icons/Dracula/actions/22/document-save.svg deleted file mode 100644 index 49c3702c0..000000000 --- a/.icons/Dracula/actions/22/document-save.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-send.svg b/.icons/Dracula/actions/22/document-send.svg deleted file mode 100644 index 23b007e85..000000000 --- a/.icons/Dracula/actions/22/document-send.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-share.svg b/.icons/Dracula/actions/22/document-share.svg deleted file mode 100644 index fc460f54e..000000000 --- a/.icons/Dracula/actions/22/document-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-single.svg b/.icons/Dracula/actions/22/document-single.svg deleted file mode 120000 index 300fb89b6..000000000 --- a/.icons/Dracula/actions/22/document-single.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/document-swap.svg b/.icons/Dracula/actions/22/document-swap.svg deleted file mode 100644 index ae5a540d7..000000000 --- a/.icons/Dracula/actions/22/document-swap.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/document-unequal.svg b/.icons/Dracula/actions/22/document-unequal.svg deleted file mode 100644 index 2c3f2358f..000000000 --- a/.icons/Dracula/actions/22/document-unequal.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/documentation.svg b/.icons/Dracula/actions/22/documentation.svg deleted file mode 120000 index 8aae9657d..000000000 --- a/.icons/Dracula/actions/22/documentation.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/documentinfo.svg b/.icons/Dracula/actions/22/documentinfo.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/22/documentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/download-amarok.svg b/.icons/Dracula/actions/22/download-amarok.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/22/download-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/download.svg b/.icons/Dracula/actions/22/download.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/22/download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/draw-brush.svg b/.icons/Dracula/actions/22/draw-brush.svg deleted file mode 100644 index 7ff699201..000000000 --- a/.icons/Dracula/actions/22/draw-brush.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/draw-eraser-delete-objects.svg b/.icons/Dracula/actions/22/draw-eraser-delete-objects.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/draw-eraser-delete-objects.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/draw-star.svg b/.icons/Dracula/actions/22/draw-star.svg deleted file mode 100644 index b63588a66..000000000 --- a/.icons/Dracula/actions/22/draw-star.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-clear-all.svg b/.icons/Dracula/actions/22/edit-clear-all.svg deleted file mode 120000 index a038869e1..000000000 --- a/.icons/Dracula/actions/22/edit-clear-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-history.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/edit-clear-history.svg b/.icons/Dracula/actions/22/edit-clear-history.svg deleted file mode 100644 index 1411da80e..000000000 --- a/.icons/Dracula/actions/22/edit-clear-history.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-clear-locationbar-rtl.svg b/.icons/Dracula/actions/22/edit-clear-locationbar-rtl.svg deleted file mode 120000 index a73e3c5f0..000000000 --- a/.icons/Dracula/actions/22/edit-clear-locationbar-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -./edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/edit-clear.svg b/.icons/Dracula/actions/22/edit-clear.svg deleted file mode 100644 index 8b5cb8428..000000000 --- a/.icons/Dracula/actions/22/edit-clear.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-copy.svg b/.icons/Dracula/actions/22/edit-copy.svg deleted file mode 100644 index 19ce376f1..000000000 --- a/.icons/Dracula/actions/22/edit-copy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-cut.svg b/.icons/Dracula/actions/22/edit-cut.svg deleted file mode 100644 index 1a80c8597..000000000 --- a/.icons/Dracula/actions/22/edit-cut.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-delete.svg b/.icons/Dracula/actions/22/edit-delete.svg deleted file mode 100644 index 5d3528d13..000000000 --- a/.icons/Dracula/actions/22/edit-delete.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/edit-download.svg b/.icons/Dracula/actions/22/edit-download.svg deleted file mode 100644 index 749d08619..000000000 --- a/.icons/Dracula/actions/22/edit-download.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-find.svg b/.icons/Dracula/actions/22/edit-find.svg deleted file mode 100644 index 6af04d61f..000000000 --- a/.icons/Dracula/actions/22/edit-find.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-paste-in-place.svg b/.icons/Dracula/actions/22/edit-paste-in-place.svg deleted file mode 100644 index 36e07bb65..000000000 --- a/.icons/Dracula/actions/22/edit-paste-in-place.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-paste.svg b/.icons/Dracula/actions/22/edit-paste.svg deleted file mode 100644 index b104c6278..000000000 --- a/.icons/Dracula/actions/22/edit-paste.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-redo.svg b/.icons/Dracula/actions/22/edit-redo.svg deleted file mode 100644 index 001f91501..000000000 --- a/.icons/Dracula/actions/22/edit-redo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-rename.svg b/.icons/Dracula/actions/22/edit-rename.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/22/edit-rename.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/edit-select-all.svg b/.icons/Dracula/actions/22/edit-select-all.svg deleted file mode 100644 index 868157820..000000000 --- a/.icons/Dracula/actions/22/edit-select-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-select-invert.svg b/.icons/Dracula/actions/22/edit-select-invert.svg deleted file mode 100644 index 70ca3e783..000000000 --- a/.icons/Dracula/actions/22/edit-select-invert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-select-none.svg b/.icons/Dracula/actions/22/edit-select-none.svg deleted file mode 100644 index 2c7b520d1..000000000 --- a/.icons/Dracula/actions/22/edit-select-none.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/edit-undo.svg b/.icons/Dracula/actions/22/edit-undo.svg deleted file mode 100644 index 6edb5dc7b..000000000 --- a/.icons/Dracula/actions/22/edit-undo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/entry-delete.svg b/.icons/Dracula/actions/22/entry-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/entry-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/errornext.svg b/.icons/Dracula/actions/22/errornext.svg deleted file mode 100644 index 37c53bfd3..000000000 --- a/.icons/Dracula/actions/22/errornext.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/errorprev.svg b/.icons/Dracula/actions/22/errorprev.svg deleted file mode 100644 index 5118f748f..000000000 --- a/.icons/Dracula/actions/22/errorprev.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/exifinfo.svg b/.icons/Dracula/actions/22/exifinfo.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/22/exifinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/favorite-genres-amarok.svg b/.icons/Dracula/actions/22/favorite-genres-amarok.svg deleted file mode 100644 index 81b6ddc3b..000000000 --- a/.icons/Dracula/actions/22/favorite-genres-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/filename-filetype-amarok.svg b/.icons/Dracula/actions/22/filename-filetype-amarok.svg deleted file mode 100644 index ec1f4c207..000000000 --- a/.icons/Dracula/actions/22/filename-filetype-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/fileview-preview.svg b/.icons/Dracula/actions/22/fileview-preview.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/22/fileview-preview.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/folder-new.svg b/.icons/Dracula/actions/22/folder-new.svg deleted file mode 100644 index f7caa96a9..000000000 --- a/.icons/Dracula/actions/22/folder-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/folder-open-recent.svg b/.icons/Dracula/actions/22/folder-open-recent.svg deleted file mode 100644 index 9278ff512..000000000 --- a/.icons/Dracula/actions/22/folder-open-recent.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/folder-stash.svg b/.icons/Dracula/actions/22/folder-stash.svg deleted file mode 100644 index 7a3812100..000000000 --- a/.icons/Dracula/actions/22/folder-stash.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/folder-sync.svg b/.icons/Dracula/actions/22/folder-sync.svg deleted file mode 100644 index 6b64195dc..000000000 --- a/.icons/Dracula/actions/22/folder-sync.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/format-list-ordered.svg b/.icons/Dracula/actions/22/format-list-ordered.svg deleted file mode 100644 index b8c3896b3..000000000 --- a/.icons/Dracula/actions/22/format-list-ordered.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/format-list-unordered.svg b/.icons/Dracula/actions/22/format-list-unordered.svg deleted file mode 100644 index 6c52f8f15..000000000 --- a/.icons/Dracula/actions/22/format-list-unordered.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/games-achievements.svg b/.icons/Dracula/actions/22/games-achievements.svg deleted file mode 100644 index 707c9116b..000000000 --- a/.icons/Dracula/actions/22/games-achievements.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/games-config-background.svg b/.icons/Dracula/actions/22/games-config-background.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/22/games-config-background.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/games-config-board.svg b/.icons/Dracula/actions/22/games-config-board.svg deleted file mode 100644 index f34ab46d1..000000000 --- a/.icons/Dracula/actions/22/games-config-board.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/games-config-custom.svg b/.icons/Dracula/actions/22/games-config-custom.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/games-config-custom.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/games-config-options.svg b/.icons/Dracula/actions/22/games-config-options.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/games-config-options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/games-config-theme.svg b/.icons/Dracula/actions/22/games-config-theme.svg deleted file mode 120000 index 2873b7efa..000000000 --- a/.icons/Dracula/actions/22/games-config-theme.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/games-config-tiles.svg b/.icons/Dracula/actions/22/games-config-tiles.svg deleted file mode 100644 index 0188e7067..000000000 --- a/.icons/Dracula/actions/22/games-config-tiles.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/games-difficult.svg b/.icons/Dracula/actions/22/games-difficult.svg deleted file mode 100644 index 5b2fd865d..000000000 --- a/.icons/Dracula/actions/22/games-difficult.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/games-endturn.svg b/.icons/Dracula/actions/22/games-endturn.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/22/games-endturn.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/games-highscores.svg b/.icons/Dracula/actions/22/games-highscores.svg deleted file mode 100644 index c4c08d142..000000000 --- a/.icons/Dracula/actions/22/games-highscores.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/games-hint.svg b/.icons/Dracula/actions/22/games-hint.svg deleted file mode 100644 index 68ffd0270..000000000 --- a/.icons/Dracula/actions/22/games-hint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/games-solve.svg b/.icons/Dracula/actions/22/games-solve.svg deleted file mode 100644 index c2ac99cc6..000000000 --- a/.icons/Dracula/actions/22/games-solve.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/geany-close-all.svg b/.icons/Dracula/actions/22/geany-close-all.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/22/geany-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/get-hot-new-stuff.svg b/.icons/Dracula/actions/22/get-hot-new-stuff.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/22/get-hot-new-stuff.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gnome-searchtool.svg b/.icons/Dracula/actions/22/gnome-searchtool.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/22/gnome-searchtool.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gnumeric-autofilter.svg b/.icons/Dracula/actions/22/gnumeric-autofilter.svg deleted file mode 120000 index bf1c124d6..000000000 --- a/.icons/Dracula/actions/22/gnumeric-autofilter.svg +++ /dev/null @@ -1 +0,0 @@ -view-filter.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gnumeric-brush.svg b/.icons/Dracula/actions/22/gnumeric-brush.svg deleted file mode 120000 index 2873b7efa..000000000 --- a/.icons/Dracula/actions/22/gnumeric-brush.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-bottom.svg b/.icons/Dracula/actions/22/go-bottom.svg deleted file mode 100644 index 1b9b1c98a..000000000 --- a/.icons/Dracula/actions/22/go-bottom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-down-skip.svg b/.icons/Dracula/actions/22/go-down-skip.svg deleted file mode 100644 index a91655a22..000000000 --- a/.icons/Dracula/actions/22/go-down-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-down.svg b/.icons/Dracula/actions/22/go-down.svg deleted file mode 100644 index e7af9874e..000000000 --- a/.icons/Dracula/actions/22/go-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-first-view-page.svg b/.icons/Dracula/actions/22/go-first-view-page.svg deleted file mode 120000 index c9c12cb65..000000000 --- a/.icons/Dracula/actions/22/go-first-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-first-view.svg b/.icons/Dracula/actions/22/go-first-view.svg deleted file mode 120000 index c9c12cb65..000000000 --- a/.icons/Dracula/actions/22/go-first-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-first.svg b/.icons/Dracula/actions/22/go-first.svg deleted file mode 100644 index 7e92c0f48..000000000 --- a/.icons/Dracula/actions/22/go-first.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-home-large.svg b/.icons/Dracula/actions/22/go-home-large.svg deleted file mode 120000 index 5cbdae998..000000000 --- a/.icons/Dracula/actions/22/go-home-large.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-home.svg b/.icons/Dracula/actions/22/go-home.svg deleted file mode 100644 index 487eaedc5..000000000 --- a/.icons/Dracula/actions/22/go-home.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-jump-locationbar.svg b/.icons/Dracula/actions/22/go-jump-locationbar.svg deleted file mode 120000 index 2d8778593..000000000 --- a/.icons/Dracula/actions/22/go-jump-locationbar.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-jump.svg b/.icons/Dracula/actions/22/go-jump.svg deleted file mode 100644 index e73be6ed9..000000000 --- a/.icons/Dracula/actions/22/go-jump.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-last-view-page.svg b/.icons/Dracula/actions/22/go-last-view-page.svg deleted file mode 120000 index f9bbb2747..000000000 --- a/.icons/Dracula/actions/22/go-last-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-last-view.svg b/.icons/Dracula/actions/22/go-last-view.svg deleted file mode 120000 index f9bbb2747..000000000 --- a/.icons/Dracula/actions/22/go-last-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-last.svg b/.icons/Dracula/actions/22/go-last.svg deleted file mode 100644 index 0b4b4a02e..000000000 --- a/.icons/Dracula/actions/22/go-last.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-next-skip.svg b/.icons/Dracula/actions/22/go-next-skip.svg deleted file mode 100644 index 37680c0cc..000000000 --- a/.icons/Dracula/actions/22/go-next-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-next-view-page.svg b/.icons/Dracula/actions/22/go-next-view-page.svg deleted file mode 120000 index c3064420a..000000000 --- a/.icons/Dracula/actions/22/go-next-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-next-view.svg b/.icons/Dracula/actions/22/go-next-view.svg deleted file mode 120000 index c3064420a..000000000 --- a/.icons/Dracula/actions/22/go-next-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-next.svg b/.icons/Dracula/actions/22/go-next.svg deleted file mode 100644 index 96c90519b..000000000 --- a/.icons/Dracula/actions/22/go-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-parent-folder.svg b/.icons/Dracula/actions/22/go-parent-folder.svg deleted file mode 100644 index 4814539cb..000000000 --- a/.icons/Dracula/actions/22/go-parent-folder.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-previous-skip.svg b/.icons/Dracula/actions/22/go-previous-skip.svg deleted file mode 100644 index 172f5bfa6..000000000 --- a/.icons/Dracula/actions/22/go-previous-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-previous-view-page.svg b/.icons/Dracula/actions/22/go-previous-view-page.svg deleted file mode 120000 index e636edc05..000000000 --- a/.icons/Dracula/actions/22/go-previous-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-previous-view.svg b/.icons/Dracula/actions/22/go-previous-view.svg deleted file mode 120000 index e636edc05..000000000 --- a/.icons/Dracula/actions/22/go-previous-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/go-previous.svg b/.icons/Dracula/actions/22/go-previous.svg deleted file mode 100644 index 8d7bdc390..000000000 --- a/.icons/Dracula/actions/22/go-previous.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-top.svg b/.icons/Dracula/actions/22/go-top.svg deleted file mode 100644 index c91668648..000000000 --- a/.icons/Dracula/actions/22/go-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-up-skip.svg b/.icons/Dracula/actions/22/go-up-skip.svg deleted file mode 100644 index a0aa0e168..000000000 --- a/.icons/Dracula/actions/22/go-up-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/go-up.svg b/.icons/Dracula/actions/22/go-up.svg deleted file mode 100644 index 86154d796..000000000 --- a/.icons/Dracula/actions/22/go-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/group-delete.svg b/.icons/Dracula/actions/22/group-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/group-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-apply.svg b/.icons/Dracula/actions/22/gtk-apply.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/22/gtk-apply.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-clear.svg b/.icons/Dracula/actions/22/gtk-clear.svg deleted file mode 120000 index 00150527a..000000000 --- a/.icons/Dracula/actions/22/gtk-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-close.svg b/.icons/Dracula/actions/22/gtk-close.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/22/gtk-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-no.svg b/.icons/Dracula/actions/22/gtk-no.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/22/gtk-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-ok.svg b/.icons/Dracula/actions/22/gtk-ok.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/22/gtk-ok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-preferences.svg b/.icons/Dracula/actions/22/gtk-preferences.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/gtk-preferences.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-refresh.svg b/.icons/Dracula/actions/22/gtk-refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/gtk-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-select-all.svg b/.icons/Dracula/actions/22/gtk-select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/22/gtk-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-undelete-ltr.svg b/.icons/Dracula/actions/22/gtk-undelete-ltr.svg deleted file mode 120000 index 88a18b65f..000000000 --- a/.icons/Dracula/actions/22/gtk-undelete-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-undelete-rtl.svg b/.icons/Dracula/actions/22/gtk-undelete-rtl.svg deleted file mode 120000 index a13a878cc..000000000 --- a/.icons/Dracula/actions/22/gtk-undelete-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/gtk-yes.svg b/.icons/Dracula/actions/22/gtk-yes.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/22/gtk-yes.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/help-about.svg b/.icons/Dracula/actions/22/help-about.svg deleted file mode 100644 index ff4b24a56..000000000 --- a/.icons/Dracula/actions/22/help-about.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/help-contents.svg b/.icons/Dracula/actions/22/help-contents.svg deleted file mode 120000 index 6aea6ecc5..000000000 --- a/.icons/Dracula/actions/22/help-contents.svg +++ /dev/null @@ -1 +0,0 @@ -../../apps/22/system-help.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/help-contextual.svg b/.icons/Dracula/actions/22/help-contextual.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/22/help-contextual.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/help-donate.svg b/.icons/Dracula/actions/22/help-donate.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/22/help-donate.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/help-feedback.svg b/.icons/Dracula/actions/22/help-feedback.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/22/help-feedback.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/help-hint.svg b/.icons/Dracula/actions/22/help-hint.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/22/help-hint.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/help-keybord-shortcuts.svg b/.icons/Dracula/actions/22/help-keybord-shortcuts.svg deleted file mode 120000 index 9dbbf2d27..000000000 --- a/.icons/Dracula/actions/22/help-keybord-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -configure-shortcuts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/help-latex.svg b/.icons/Dracula/actions/22/help-latex.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/22/help-latex.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/hint.svg b/.icons/Dracula/actions/22/hint.svg deleted file mode 120000 index 3ec7e2cc4..000000000 --- a/.icons/Dracula/actions/22/hint.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/im-user.svg b/.icons/Dracula/actions/22/im-user.svg deleted file mode 100644 index 631500bb8..000000000 --- a/.icons/Dracula/actions/22/im-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/image-loading.svg b/.icons/Dracula/actions/22/image-loading.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/image-loading.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/input-keyboard.svg b/.icons/Dracula/actions/22/input-keyboard.svg deleted file mode 100644 index d98be32db..000000000 --- a/.icons/Dracula/actions/22/input-keyboard.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/input-mouse-click-left.svg b/.icons/Dracula/actions/22/input-mouse-click-left.svg deleted file mode 100644 index 154653e78..000000000 --- a/.icons/Dracula/actions/22/input-mouse-click-left.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/input-mouse-click-middle.svg b/.icons/Dracula/actions/22/input-mouse-click-middle.svg deleted file mode 100644 index b82c14319..000000000 --- a/.icons/Dracula/actions/22/input-mouse-click-middle.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/input-mouse-click-right.svg b/.icons/Dracula/actions/22/input-mouse-click-right.svg deleted file mode 100644 index 18d91903f..000000000 --- a/.icons/Dracula/actions/22/input-mouse-click-right.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/insert-link.svg b/.icons/Dracula/actions/22/insert-link.svg deleted file mode 100644 index 9929aaa1b..000000000 --- a/.icons/Dracula/actions/22/insert-link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/invertimage.svg b/.icons/Dracula/actions/22/invertimage.svg deleted file mode 120000 index ada864c99..000000000 --- a/.icons/Dracula/actions/22/invertimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/items-tags.svg b/.icons/Dracula/actions/22/items-tags.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/items-tags.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/itmages-select-all.svg b/.icons/Dracula/actions/22/itmages-select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/22/itmages-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/kdenlive-deleffect.svg b/.icons/Dracula/actions/22/kdenlive-deleffect.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/kdenlive-deleffect.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/kdenlive-down.svg b/.icons/Dracula/actions/22/kdenlive-down.svg deleted file mode 120000 index a8eb1b5c1..000000000 --- a/.icons/Dracula/actions/22/kdenlive-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/kdenlive-lock.svg b/.icons/Dracula/actions/22/kdenlive-lock.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/22/kdenlive-lock.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/kdenlive-unlock.svg b/.icons/Dracula/actions/22/kdenlive-unlock.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/22/kdenlive-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/knotes_delete.svg b/.icons/Dracula/actions/22/knotes_delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/knotes_delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/kr_comparedirs.svg b/.icons/Dracula/actions/22/kr_comparedirs.svg deleted file mode 100644 index cc35e56de..000000000 --- a/.icons/Dracula/actions/22/kr_comparedirs.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/kr_jumpback.svg b/.icons/Dracula/actions/22/kr_jumpback.svg deleted file mode 120000 index 2d8778593..000000000 --- a/.icons/Dracula/actions/22/kr_jumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/kt-add-filters.svg b/.icons/Dracula/actions/22/kt-add-filters.svg deleted file mode 100644 index a8880a84b..000000000 --- a/.icons/Dracula/actions/22/kt-add-filters.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/kt-remove-filters.svg b/.icons/Dracula/actions/22/kt-remove-filters.svg deleted file mode 100644 index f03911b37..000000000 --- a/.icons/Dracula/actions/22/kt-remove-filters.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/kt-set-max-download-speed.svg b/.icons/Dracula/actions/22/kt-set-max-download-speed.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/22/kt-set-max-download-speed.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/lastfm-tag.svg b/.icons/Dracula/actions/22/lastfm-tag.svg deleted file mode 120000 index 2bb4152ca..000000000 --- a/.icons/Dracula/actions/22/lastfm-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/layer-rename.svg b/.icons/Dracula/actions/22/layer-rename.svg deleted file mode 120000 index 9b67d6fdf..000000000 --- a/.icons/Dracula/actions/22/layer-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit-rename.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/link.svg b/.icons/Dracula/actions/22/link.svg deleted file mode 100644 index ea7cb4485..000000000 --- a/.icons/Dracula/actions/22/link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/list-add.svg b/.icons/Dracula/actions/22/list-add.svg deleted file mode 100644 index adb82f868..000000000 --- a/.icons/Dracula/actions/22/list-add.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/list-remove.svg b/.icons/Dracula/actions/22/list-remove.svg deleted file mode 100644 index 954c06ca4..000000000 --- a/.icons/Dracula/actions/22/list-remove.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/lock.svg b/.icons/Dracula/actions/22/lock.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/22/lock.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/love-amarok.svg b/.icons/Dracula/actions/22/love-amarok.svg deleted file mode 100644 index 8b170e85e..000000000 --- a/.icons/Dracula/actions/22/love-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/love.svg b/.icons/Dracula/actions/22/love.svg deleted file mode 120000 index c95c703eb..000000000 --- a/.icons/Dracula/actions/22/love.svg +++ /dev/null @@ -1 +0,0 @@ -love-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/mail-deleted.svg b/.icons/Dracula/actions/22/mail-deleted.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/mail-deleted.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-album-cover-manager-amarok.svg b/.icons/Dracula/actions/22/media-album-cover-manager-amarok.svg deleted file mode 100644 index 869abc192..000000000 --- a/.icons/Dracula/actions/22/media-album-cover-manager-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-album-cover.svg b/.icons/Dracula/actions/22/media-album-cover.svg deleted file mode 120000 index f8898e2de..000000000 --- a/.icons/Dracula/actions/22/media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-album-repeat-amarok.svg b/.icons/Dracula/actions/22/media-album-repeat-amarok.svg deleted file mode 120000 index cf79da28b..000000000 --- a/.icons/Dracula/actions/22/media-album-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-album-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-album-track.svg b/.icons/Dracula/actions/22/media-album-track.svg deleted file mode 100644 index 0d7bba881..000000000 --- a/.icons/Dracula/actions/22/media-album-track.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-eject.svg b/.icons/Dracula/actions/22/media-eject.svg deleted file mode 100644 index 4da69c6bb..000000000 --- a/.icons/Dracula/actions/22/media-eject.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-mount.svg b/.icons/Dracula/actions/22/media-mount.svg deleted file mode 100644 index 2c3711837..000000000 --- a/.icons/Dracula/actions/22/media-mount.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playback-pause.svg b/.icons/Dracula/actions/22/media-playback-pause.svg deleted file mode 100644 index 5600fd459..000000000 --- a/.icons/Dracula/actions/22/media-playback-pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playback-start.svg b/.icons/Dracula/actions/22/media-playback-start.svg deleted file mode 100644 index 399b6c50d..000000000 --- a/.icons/Dracula/actions/22/media-playback-start.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playback-stop.svg b/.icons/Dracula/actions/22/media-playback-stop.svg deleted file mode 100644 index abb02560b..000000000 --- a/.icons/Dracula/actions/22/media-playback-stop.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playlist-append.svg b/.icons/Dracula/actions/22/media-playlist-append.svg deleted file mode 100644 index 4a597e653..000000000 --- a/.icons/Dracula/actions/22/media-playlist-append.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playlist-normal.svg b/.icons/Dracula/actions/22/media-playlist-normal.svg deleted file mode 100644 index b73055185..000000000 --- a/.icons/Dracula/actions/22/media-playlist-normal.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playlist-play.svg b/.icons/Dracula/actions/22/media-playlist-play.svg deleted file mode 100644 index 268599a07..000000000 --- a/.icons/Dracula/actions/22/media-playlist-play.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playlist-repeat.svg b/.icons/Dracula/actions/22/media-playlist-repeat.svg deleted file mode 100644 index afa5aebd6..000000000 --- a/.icons/Dracula/actions/22/media-playlist-repeat.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-playlist-shuffle.svg b/.icons/Dracula/actions/22/media-playlist-shuffle.svg deleted file mode 100644 index f86cc6f3c..000000000 --- a/.icons/Dracula/actions/22/media-playlist-shuffle.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-random-albums-amarok.svg b/.icons/Dracula/actions/22/media-random-albums-amarok.svg deleted file mode 100644 index 145acec9c..000000000 --- a/.icons/Dracula/actions/22/media-random-albums-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-random-tracks-amarok.svg b/.icons/Dracula/actions/22/media-random-tracks-amarok.svg deleted file mode 100644 index d3336126f..000000000 --- a/.icons/Dracula/actions/22/media-random-tracks-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-record.svg b/.icons/Dracula/actions/22/media-record.svg deleted file mode 100644 index 841189fed..000000000 --- a/.icons/Dracula/actions/22/media-record.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/media-repeat-album-amarok.svg b/.icons/Dracula/actions/22/media-repeat-album-amarok.svg deleted file mode 100644 index 69e03a8d8..000000000 --- a/.icons/Dracula/actions/22/media-repeat-album-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-repeat-all.svg b/.icons/Dracula/actions/22/media-repeat-all.svg deleted file mode 120000 index 81a417a40..000000000 --- a/.icons/Dracula/actions/22/media-repeat-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-repeat.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-repeat-none.svg b/.icons/Dracula/actions/22/media-repeat-none.svg deleted file mode 100644 index 29dca066e..000000000 --- a/.icons/Dracula/actions/22/media-repeat-none.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-repeat-playlist-amarok.svg b/.icons/Dracula/actions/22/media-repeat-playlist-amarok.svg deleted file mode 100644 index 286312f3e..000000000 --- a/.icons/Dracula/actions/22/media-repeat-playlist-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-repeat-track-amarok.svg b/.icons/Dracula/actions/22/media-repeat-track-amarok.svg deleted file mode 100644 index 96cbb5524..000000000 --- a/.icons/Dracula/actions/22/media-repeat-track-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-seek-backward.svg b/.icons/Dracula/actions/22/media-seek-backward.svg deleted file mode 100644 index 22cd7dbc5..000000000 --- a/.icons/Dracula/actions/22/media-seek-backward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-seek-forward.svg b/.icons/Dracula/actions/22/media-seek-forward.svg deleted file mode 100644 index cc02ae888..000000000 --- a/.icons/Dracula/actions/22/media-seek-forward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-show-active-track-amarok.svg b/.icons/Dracula/actions/22/media-show-active-track-amarok.svg deleted file mode 120000 index 6ee2c7d81..000000000 --- a/.icons/Dracula/actions/22/media-show-active-track-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-track-show-active.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-skip-backward.svg b/.icons/Dracula/actions/22/media-skip-backward.svg deleted file mode 100644 index 7269f381c..000000000 --- a/.icons/Dracula/actions/22/media-skip-backward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-skip-forward.svg b/.icons/Dracula/actions/22/media-skip-forward.svg deleted file mode 100644 index b551a5266..000000000 --- a/.icons/Dracula/actions/22/media-skip-forward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-standard-track-progression-amarok.svg b/.icons/Dracula/actions/22/media-standard-track-progression-amarok.svg deleted file mode 120000 index 0c9789352..000000000 --- a/.icons/Dracula/actions/22/media-standard-track-progression-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -format-list-ordered.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-track-add-amarok.svg b/.icons/Dracula/actions/22/media-track-add-amarok.svg deleted file mode 120000 index 742bd8ef3..000000000 --- a/.icons/Dracula/actions/22/media-track-add-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-track-edit-amarok.svg b/.icons/Dracula/actions/22/media-track-edit-amarok.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/22/media-track-edit-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-track-queue-amarok.svg b/.icons/Dracula/actions/22/media-track-queue-amarok.svg deleted file mode 100644 index 02ad95534..000000000 --- a/.icons/Dracula/actions/22/media-track-queue-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/media-track-remove-amarok.svg b/.icons/Dracula/actions/22/media-track-remove-amarok.svg deleted file mode 120000 index 2094832c1..000000000 --- a/.icons/Dracula/actions/22/media-track-remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/media-track-show-active.svg b/.icons/Dracula/actions/22/media-track-show-active.svg deleted file mode 100644 index f7e2b8e38..000000000 --- a/.icons/Dracula/actions/22/media-track-show-active.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/news-subscribe.svg b/.icons/Dracula/actions/22/news-subscribe.svg deleted file mode 100644 index 9459d4de5..000000000 --- a/.icons/Dracula/actions/22/news-subscribe.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/news-unsubscribe.svg b/.icons/Dracula/actions/22/news-unsubscribe.svg deleted file mode 100644 index cd1cb04b2..000000000 --- a/.icons/Dracula/actions/22/news-unsubscribe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/object-locked.svg b/.icons/Dracula/actions/22/object-locked.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/22/object-locked.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/object-unlocked.svg b/.icons/Dracula/actions/22/object-unlocked.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/22/object-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/office-chart-area-focus-peak-node.svg b/.icons/Dracula/actions/22/office-chart-area-focus-peak-node.svg deleted file mode 100644 index f1c770317..000000000 --- a/.icons/Dracula/actions/22/office-chart-area-focus-peak-node.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-area-percentage.svg b/.icons/Dracula/actions/22/office-chart-area-percentage.svg deleted file mode 100644 index 458f70a43..000000000 --- a/.icons/Dracula/actions/22/office-chart-area-percentage.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-area-stacked.svg b/.icons/Dracula/actions/22/office-chart-area-stacked.svg deleted file mode 100644 index 66a89e8b4..000000000 --- a/.icons/Dracula/actions/22/office-chart-area-stacked.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-area.svg b/.icons/Dracula/actions/22/office-chart-area.svg deleted file mode 100644 index 2a490885a..000000000 --- a/.icons/Dracula/actions/22/office-chart-area.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-bar-percentage.svg b/.icons/Dracula/actions/22/office-chart-bar-percentage.svg deleted file mode 100644 index d9e14010b..000000000 --- a/.icons/Dracula/actions/22/office-chart-bar-percentage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-bar-stacked.svg b/.icons/Dracula/actions/22/office-chart-bar-stacked.svg deleted file mode 100644 index b2a7ce6d1..000000000 --- a/.icons/Dracula/actions/22/office-chart-bar-stacked.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-bar.svg b/.icons/Dracula/actions/22/office-chart-bar.svg deleted file mode 100644 index e37a91ee7..000000000 --- a/.icons/Dracula/actions/22/office-chart-bar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-line-percentage.svg b/.icons/Dracula/actions/22/office-chart-line-percentage.svg deleted file mode 100644 index c87cc3508..000000000 --- a/.icons/Dracula/actions/22/office-chart-line-percentage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-line-stacked.svg b/.icons/Dracula/actions/22/office-chart-line-stacked.svg deleted file mode 100644 index 1bace5b7a..000000000 --- a/.icons/Dracula/actions/22/office-chart-line-stacked.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/office-chart-line.svg b/.icons/Dracula/actions/22/office-chart-line.svg deleted file mode 100644 index 3ac09ff8c..000000000 --- a/.icons/Dracula/actions/22/office-chart-line.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/open-menu.svg b/.icons/Dracula/actions/22/open-menu.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/open-menu.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/password-show-off.svg b/.icons/Dracula/actions/22/password-show-off.svg deleted file mode 120000 index 5d721579f..000000000 --- a/.icons/Dracula/actions/22/password-show-off.svg +++ /dev/null @@ -1 +0,0 @@ -hint.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/password-show-on.svg b/.icons/Dracula/actions/22/password-show-on.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/22/password-show-on.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/player-volume-muted.svg b/.icons/Dracula/actions/22/player-volume-muted.svg deleted file mode 100644 index ef9924d84..000000000 --- a/.icons/Dracula/actions/22/player-volume-muted.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/player-volume.svg b/.icons/Dracula/actions/22/player-volume.svg deleted file mode 100644 index 61697f420..000000000 --- a/.icons/Dracula/actions/22/player-volume.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/preferences-media-playback-amarok.svg b/.icons/Dracula/actions/22/preferences-media-playback-amarok.svg deleted file mode 120000 index 1e939c995..000000000 --- a/.icons/Dracula/actions/22/preferences-media-playback-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/rabbitvcs-properties.svg b/.icons/Dracula/actions/22/rabbitvcs-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/rabbitvcs-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/refactor.svg b/.icons/Dracula/actions/22/refactor.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/refactor.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/refreshstructure.svg b/.icons/Dracula/actions/22/refreshstructure.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/refreshstructure.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/reload.svg b/.icons/Dracula/actions/22/reload.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/reload.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/reload3.svg b/.icons/Dracula/actions/22/reload3.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/reload3.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/reload_all_tabs.svg b/.icons/Dracula/actions/22/reload_all_tabs.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/reload_all_tabs.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/reload_page.svg b/.icons/Dracula/actions/22/reload_page.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/reload_page.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/remove-link.svg b/.icons/Dracula/actions/22/remove-link.svg deleted file mode 100644 index 3a5d61406..000000000 --- a/.icons/Dracula/actions/22/remove-link.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/search-icon.svg b/.icons/Dracula/actions/22/search-icon.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/22/search-icon.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/search.svg b/.icons/Dracula/actions/22/search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/22/search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/settings-configure.svg b/.icons/Dracula/actions/22/settings-configure.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/settings-configure.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/show-menu.svg b/.icons/Dracula/actions/22/show-menu.svg deleted file mode 100644 index 5da8e929c..000000000 --- a/.icons/Dracula/actions/22/show-menu.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/show_table_column.svg b/.icons/Dracula/actions/22/show_table_column.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/22/show_table_column.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/show_table_row.svg b/.icons/Dracula/actions/22/show_table_row.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/22/show_table_row.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/similarartists-amarok.svg b/.icons/Dracula/actions/22/similarartists-amarok.svg deleted file mode 100644 index bc14be28e..000000000 --- a/.icons/Dracula/actions/22/similarartists-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/special_paste.svg b/.icons/Dracula/actions/22/special_paste.svg deleted file mode 100644 index ab36cb480..000000000 --- a/.icons/Dracula/actions/22/special_paste.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/step_object_Controller.svg b/.icons/Dracula/actions/22/step_object_Controller.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/22/step_object_Controller.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/stock_file-properties.svg b/.icons/Dracula/actions/22/stock_file-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/stock_file-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/stock_search.svg b/.icons/Dracula/actions/22/stock_search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/22/stock_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/stock_select-all.svg b/.icons/Dracula/actions/22/stock_select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/22/stock_select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/system-lock-screen.svg b/.icons/Dracula/actions/22/system-lock-screen.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/22/system-lock-screen.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/system-log-out.svg b/.icons/Dracula/actions/22/system-log-out.svg deleted file mode 100644 index d05219f84..000000000 --- a/.icons/Dracula/actions/22/system-log-out.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/system-reboot.svg b/.icons/Dracula/actions/22/system-reboot.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/22/system-reboot.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/system-search.svg b/.icons/Dracula/actions/22/system-search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/22/system-search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/system-shutdown.svg b/.icons/Dracula/actions/22/system-shutdown.svg deleted file mode 100644 index df26ea889..000000000 --- a/.icons/Dracula/actions/22/system-shutdown.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/system-suspend-hibernate.svg b/.icons/Dracula/actions/22/system-suspend-hibernate.svg deleted file mode 100644 index 5ed03b2b1..000000000 --- a/.icons/Dracula/actions/22/system-suspend-hibernate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/system-suspend.svg b/.icons/Dracula/actions/22/system-suspend.svg deleted file mode 100644 index 9ec166d28..000000000 --- a/.icons/Dracula/actions/22/system-suspend.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/system-switch-user.svg b/.icons/Dracula/actions/22/system-switch-user.svg deleted file mode 100644 index ca7dcefaa..000000000 --- a/.icons/Dracula/actions/22/system-switch-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tab-close-other.svg b/.icons/Dracula/actions/22/tab-close-other.svg deleted file mode 120000 index 7968d0c9c..000000000 --- a/.icons/Dracula/actions/22/tab-close-other.svg +++ /dev/null @@ -1 +0,0 @@ -./window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/tab-close.svg b/.icons/Dracula/actions/22/tab-close.svg deleted file mode 120000 index 7968d0c9c..000000000 --- a/.icons/Dracula/actions/22/tab-close.svg +++ /dev/null @@ -1 +0,0 @@ -./window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/tab-new-background.svg b/.icons/Dracula/actions/22/tab-new-background.svg deleted file mode 100644 index 1f9aa4e7e..000000000 --- a/.icons/Dracula/actions/22/tab-new-background.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tab-new.svg b/.icons/Dracula/actions/22/tab-new.svg deleted file mode 100644 index 9faf0639e..000000000 --- a/.icons/Dracula/actions/22/tab-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tag-delete.svg b/.icons/Dracula/actions/22/tag-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/tag-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/tag-folder.svg b/.icons/Dracula/actions/22/tag-folder.svg deleted file mode 120000 index f92780017..000000000 --- a/.icons/Dracula/actions/22/tag-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/tag-properties.svg b/.icons/Dracula/actions/22/tag-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/22/tag-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/tag-symbolic.svg b/.icons/Dracula/actions/22/tag-symbolic.svg deleted file mode 120000 index 9adb8cf59..000000000 --- a/.icons/Dracula/actions/22/tag-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/tag.svg b/.icons/Dracula/actions/22/tag.svg deleted file mode 100644 index 9b1adde53..000000000 --- a/.icons/Dracula/actions/22/tag.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/taxes-finances.svg b/.icons/Dracula/actions/22/taxes-finances.svg deleted file mode 100644 index 13d8ac3ec..000000000 --- a/.icons/Dracula/actions/22/taxes-finances.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tools-check-spelling.svg b/.icons/Dracula/actions/22/tools-check-spelling.svg deleted file mode 100644 index c3852c8b8..000000000 --- a/.icons/Dracula/actions/22/tools-check-spelling.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tools-media-optical-burn-image.svg b/.icons/Dracula/actions/22/tools-media-optical-burn-image.svg deleted file mode 100644 index a52fc625c..000000000 --- a/.icons/Dracula/actions/22/tools-media-optical-burn-image.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tools-media-optical-burn.svg b/.icons/Dracula/actions/22/tools-media-optical-burn.svg deleted file mode 100644 index 1e1a63b0e..000000000 --- a/.icons/Dracula/actions/22/tools-media-optical-burn.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/tools-media-optical-copy.svg b/.icons/Dracula/actions/22/tools-media-optical-copy.svg deleted file mode 100644 index 04b6079bb..000000000 --- a/.icons/Dracula/actions/22/tools-media-optical-copy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tools-media-optical-erase.svg b/.icons/Dracula/actions/22/tools-media-optical-erase.svg deleted file mode 100644 index f2c538f5d..000000000 --- a/.icons/Dracula/actions/22/tools-media-optical-erase.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/tools-media-optical-format.svg b/.icons/Dracula/actions/22/tools-media-optical-format.svg deleted file mode 100644 index d63459164..000000000 --- a/.icons/Dracula/actions/22/tools-media-optical-format.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/tools-report-bug.svg b/.icons/Dracula/actions/22/tools-report-bug.svg deleted file mode 100644 index ac43e8e37..000000000 --- a/.icons/Dracula/actions/22/tools-report-bug.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/transform-scale.svg b/.icons/Dracula/actions/22/transform-scale.svg deleted file mode 100644 index b98a7ca3f..000000000 --- a/.icons/Dracula/actions/22/transform-scale.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/trash-empty.svg b/.icons/Dracula/actions/22/trash-empty.svg deleted file mode 100644 index 78a6d1ce5..000000000 --- a/.icons/Dracula/actions/22/trash-empty.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/umbrello_diagram_collaboration.svg b/.icons/Dracula/actions/22/umbrello_diagram_collaboration.svg deleted file mode 120000 index 255b7129b..000000000 --- a/.icons/Dracula/actions/22/umbrello_diagram_collaboration.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/unlock.svg b/.icons/Dracula/actions/22/unlock.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/22/unlock.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/upload-media.svg b/.icons/Dracula/actions/22/upload-media.svg deleted file mode 100644 index 6cdbeab06..000000000 --- a/.icons/Dracula/actions/22/upload-media.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/usermenu-delete.svg b/.icons/Dracula/actions/22/usermenu-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/22/usermenu-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-calendar.svg b/.icons/Dracula/actions/22/view-calendar.svg deleted file mode 100644 index 35c03498f..000000000 --- a/.icons/Dracula/actions/22/view-calendar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-choose.svg b/.icons/Dracula/actions/22/view-choose.svg deleted file mode 100644 index b818e1761..000000000 --- a/.icons/Dracula/actions/22/view-choose.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-filter.svg b/.icons/Dracula/actions/22/view-filter.svg deleted file mode 100644 index fd160b2f8..000000000 --- a/.icons/Dracula/actions/22/view-filter.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-fullscreen.svg b/.icons/Dracula/actions/22/view-fullscreen.svg deleted file mode 100644 index 258c20bd0..000000000 --- a/.icons/Dracula/actions/22/view-fullscreen.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-group.svg b/.icons/Dracula/actions/22/view-group.svg deleted file mode 100644 index 7000c0f9e..000000000 --- a/.icons/Dracula/actions/22/view-group.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-hidden.svg b/.icons/Dracula/actions/22/view-hidden.svg deleted file mode 100644 index bea10749b..000000000 --- a/.icons/Dracula/actions/22/view-hidden.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-left-close.svg b/.icons/Dracula/actions/22/view-left-close.svg deleted file mode 100644 index 8d1a18662..000000000 --- a/.icons/Dracula/actions/22/view-left-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-list-details.svg b/.icons/Dracula/actions/22/view-list-details.svg deleted file mode 100644 index 35b417af2..000000000 --- a/.icons/Dracula/actions/22/view-list-details.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-list-icons.svg b/.icons/Dracula/actions/22/view-list-icons.svg deleted file mode 100644 index f0f8360b6..000000000 --- a/.icons/Dracula/actions/22/view-list-icons.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-list-tree.svg b/.icons/Dracula/actions/22/view-list-tree.svg deleted file mode 100644 index 2d703ebe7..000000000 --- a/.icons/Dracula/actions/22/view-list-tree.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-media-album-cover.svg b/.icons/Dracula/actions/22/view-media-album-cover.svg deleted file mode 120000 index f8898e2de..000000000 --- a/.icons/Dracula/actions/22/view-media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-artist.svg b/.icons/Dracula/actions/22/view-media-artist.svg deleted file mode 120000 index 30c642ea2..000000000 --- a/.icons/Dracula/actions/22/view-media-artist.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-config.svg b/.icons/Dracula/actions/22/view-media-config.svg deleted file mode 120000 index 9dbbf2d27..000000000 --- a/.icons/Dracula/actions/22/view-media-config.svg +++ /dev/null @@ -1 +0,0 @@ -configure-shortcuts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-equalizer.svg b/.icons/Dracula/actions/22/view-media-equalizer.svg deleted file mode 100644 index 50e73c7f5..000000000 --- a/.icons/Dracula/actions/22/view-media-equalizer.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-media-favorite.svg b/.icons/Dracula/actions/22/view-media-favorite.svg deleted file mode 120000 index 0747769cf..000000000 --- a/.icons/Dracula/actions/22/view-media-favorite.svg +++ /dev/null @@ -1 +0,0 @@ -draw-star.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-genre.svg b/.icons/Dracula/actions/22/view-media-genre.svg deleted file mode 120000 index 597fac171..000000000 --- a/.icons/Dracula/actions/22/view-media-genre.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-genres-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-lyrics.svg b/.icons/Dracula/actions/22/view-media-lyrics.svg deleted file mode 100644 index db4023161..000000000 --- a/.icons/Dracula/actions/22/view-media-lyrics.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-media-playcount.svg b/.icons/Dracula/actions/22/view-media-playcount.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/22/view-media-playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-playlist.svg b/.icons/Dracula/actions/22/view-media-playlist.svg deleted file mode 100644 index 4234bfa7c..000000000 --- a/.icons/Dracula/actions/22/view-media-playlist.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-media-publisher.svg b/.icons/Dracula/actions/22/view-media-publisher.svg deleted file mode 120000 index 1b4173dc1..000000000 --- a/.icons/Dracula/actions/22/view-media-publisher.svg +++ /dev/null @@ -1 +0,0 @@ -amarok_cart_view.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-recent.svg b/.icons/Dracula/actions/22/view-media-recent.svg deleted file mode 120000 index 54445ac9c..000000000 --- a/.icons/Dracula/actions/22/view-media-recent.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-similarartists.svg b/.icons/Dracula/actions/22/view-media-similarartists.svg deleted file mode 120000 index 0c2f05812..000000000 --- a/.icons/Dracula/actions/22/view-media-similarartists.svg +++ /dev/null @@ -1 +0,0 @@ -similarartists-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-title.svg b/.icons/Dracula/actions/22/view-media-title.svg deleted file mode 100644 index 74c472c7f..000000000 --- a/.icons/Dracula/actions/22/view-media-title.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-media-track.svg b/.icons/Dracula/actions/22/view-media-track.svg deleted file mode 120000 index 29c6d7627..000000000 --- a/.icons/Dracula/actions/22/view-media-track.svg +++ /dev/null @@ -1 +0,0 @@ -filename-filetype-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-media-visualization.svg b/.icons/Dracula/actions/22/view-media-visualization.svg deleted file mode 100644 index 51f4e9677..000000000 --- a/.icons/Dracula/actions/22/view-media-visualization.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-preview.svg b/.icons/Dracula/actions/22/view-preview.svg deleted file mode 100644 index 4eb5241ec..000000000 --- a/.icons/Dracula/actions/22/view-preview.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-refresh.svg b/.icons/Dracula/actions/22/view-refresh.svg deleted file mode 100644 index 223fe9a98..000000000 --- a/.icons/Dracula/actions/22/view-refresh.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-restore.svg b/.icons/Dracula/actions/22/view-restore.svg deleted file mode 100644 index 2fdc89243..000000000 --- a/.icons/Dracula/actions/22/view-restore.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-right-close.svg b/.icons/Dracula/actions/22/view-right-close.svg deleted file mode 100644 index b7040092d..000000000 --- a/.icons/Dracula/actions/22/view-right-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-right-new.svg b/.icons/Dracula/actions/22/view-right-new.svg deleted file mode 100644 index 052e9750d..000000000 --- a/.icons/Dracula/actions/22/view-right-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-services-scripted-amarok.svg b/.icons/Dracula/actions/22/view-services-scripted-amarok.svg deleted file mode 120000 index 4afc2562c..000000000 --- a/.icons/Dracula/actions/22/view-services-scripted-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -amarok_scripts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/view-sidetree.svg b/.icons/Dracula/actions/22/view-sidetree.svg deleted file mode 100644 index 006a207cf..000000000 --- a/.icons/Dracula/actions/22/view-sidetree.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-sort-ascending-name.svg b/.icons/Dracula/actions/22/view-sort-ascending-name.svg deleted file mode 100644 index 486f80293..000000000 --- a/.icons/Dracula/actions/22/view-sort-ascending-name.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-sort-ascending.svg b/.icons/Dracula/actions/22/view-sort-ascending.svg deleted file mode 100644 index a363e8bd9..000000000 --- a/.icons/Dracula/actions/22/view-sort-ascending.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-sort-descending-name.svg b/.icons/Dracula/actions/22/view-sort-descending-name.svg deleted file mode 100644 index 208818743..000000000 --- a/.icons/Dracula/actions/22/view-sort-descending-name.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-sort-descending.svg b/.icons/Dracula/actions/22/view-sort-descending.svg deleted file mode 100644 index 0c5cae2a2..000000000 --- a/.icons/Dracula/actions/22/view-sort-descending.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-sort.svg b/.icons/Dracula/actions/22/view-sort.svg deleted file mode 100644 index b7f62a092..000000000 --- a/.icons/Dracula/actions/22/view-sort.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-statistics.svg b/.icons/Dracula/actions/22/view-statistics.svg deleted file mode 100644 index 06181e27f..000000000 --- a/.icons/Dracula/actions/22/view-statistics.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/view-visible.svg b/.icons/Dracula/actions/22/view-visible.svg deleted file mode 100644 index 5c9f6b818..000000000 --- a/.icons/Dracula/actions/22/view-visible.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/viewimage.svg b/.icons/Dracula/actions/22/viewimage.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/22/viewimage.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/visibility.svg b/.icons/Dracula/actions/22/visibility.svg deleted file mode 120000 index 465931136..000000000 --- a/.icons/Dracula/actions/22/visibility.svg +++ /dev/null @@ -1 +0,0 @@ -view-visible.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/wallet-closed.svg b/.icons/Dracula/actions/22/wallet-closed.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/22/wallet-closed.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/wallet-open.svg b/.icons/Dracula/actions/22/wallet-open.svg deleted file mode 100644 index 7249103e3..000000000 --- a/.icons/Dracula/actions/22/wallet-open.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/warnnext.svg b/.icons/Dracula/actions/22/warnnext.svg deleted file mode 100644 index 3d8b603ab..000000000 --- a/.icons/Dracula/actions/22/warnnext.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/warnprev.svg b/.icons/Dracula/actions/22/warnprev.svg deleted file mode 100644 index f47363d63..000000000 --- a/.icons/Dracula/actions/22/warnprev.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/22/window-close.svg b/.icons/Dracula/actions/22/window-close.svg deleted file mode 100644 index d550e372d..000000000 --- a/.icons/Dracula/actions/22/window-close.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/22/window-duplicate.svg b/.icons/Dracula/actions/22/window-duplicate.svg deleted file mode 100644 index 3c14b57ac..000000000 --- a/.icons/Dracula/actions/22/window-duplicate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/window-new.svg b/.icons/Dracula/actions/22/window-new.svg deleted file mode 100644 index 8dbc11272..000000000 --- a/.icons/Dracula/actions/22/window-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/window.svg b/.icons/Dracula/actions/22/window.svg deleted file mode 100644 index a971d0b52..000000000 --- a/.icons/Dracula/actions/22/window.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/y-zoom-in.svg b/.icons/Dracula/actions/22/y-zoom-in.svg deleted file mode 100644 index c1956f591..000000000 --- a/.icons/Dracula/actions/22/y-zoom-in.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-1-to-2.svg b/.icons/Dracula/actions/22/zoom-1-to-2.svg deleted file mode 100644 index b8c608dbf..000000000 --- a/.icons/Dracula/actions/22/zoom-1-to-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-2-to-1.svg b/.icons/Dracula/actions/22/zoom-2-to-1.svg deleted file mode 100644 index 64f0e6d30..000000000 --- a/.icons/Dracula/actions/22/zoom-2-to-1.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-draw.svg b/.icons/Dracula/actions/22/zoom-draw.svg deleted file mode 120000 index a77e7a14f..000000000 --- a/.icons/Dracula/actions/22/zoom-draw.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom-fit-best.svg b/.icons/Dracula/actions/22/zoom-fit-best.svg deleted file mode 100644 index c877392f0..000000000 --- a/.icons/Dracula/actions/22/zoom-fit-best.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-fit-height.svg b/.icons/Dracula/actions/22/zoom-fit-height.svg deleted file mode 100644 index b16100e90..000000000 --- a/.icons/Dracula/actions/22/zoom-fit-height.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-fit-selection.svg b/.icons/Dracula/actions/22/zoom-fit-selection.svg deleted file mode 120000 index 037a51b61..000000000 --- a/.icons/Dracula/actions/22/zoom-fit-selection.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-select.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom-fit-width.svg b/.icons/Dracula/actions/22/zoom-fit-width.svg deleted file mode 100644 index a49875244..000000000 --- a/.icons/Dracula/actions/22/zoom-fit-width.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-in-large.svg b/.icons/Dracula/actions/22/zoom-in-large.svg deleted file mode 120000 index a74d0584f..000000000 --- a/.icons/Dracula/actions/22/zoom-in-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom-in-x.svg b/.icons/Dracula/actions/22/zoom-in-x.svg deleted file mode 100644 index a9b4959ee..000000000 --- a/.icons/Dracula/actions/22/zoom-in-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-in.svg b/.icons/Dracula/actions/22/zoom-in.svg deleted file mode 100644 index 3ae4214f2..000000000 --- a/.icons/Dracula/actions/22/zoom-in.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-next.svg b/.icons/Dracula/actions/22/zoom-next.svg deleted file mode 100644 index 2b6cd7029..000000000 --- a/.icons/Dracula/actions/22/zoom-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-original.svg b/.icons/Dracula/actions/22/zoom-original.svg deleted file mode 100644 index d61deb967..000000000 --- a/.icons/Dracula/actions/22/zoom-original.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-out-large.svg b/.icons/Dracula/actions/22/zoom-out-large.svg deleted file mode 120000 index 580ed013e..000000000 --- a/.icons/Dracula/actions/22/zoom-out-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom-out-x.svg b/.icons/Dracula/actions/22/zoom-out-x.svg deleted file mode 100644 index b7b5154839..000000000 --- a/.icons/Dracula/actions/22/zoom-out-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-out-y.svg b/.icons/Dracula/actions/22/zoom-out-y.svg deleted file mode 100644 index 4457151d0..000000000 --- a/.icons/Dracula/actions/22/zoom-out-y.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-out.svg b/.icons/Dracula/actions/22/zoom-out.svg deleted file mode 100644 index 1f53f00c1..000000000 --- a/.icons/Dracula/actions/22/zoom-out.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-previous.svg b/.icons/Dracula/actions/22/zoom-previous.svg deleted file mode 100644 index f88c176e6..000000000 --- a/.icons/Dracula/actions/22/zoom-previous.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22/zoom-select-fit.svg b/.icons/Dracula/actions/22/zoom-select-fit.svg deleted file mode 120000 index cc77c1cf2..000000000 --- a/.icons/Dracula/actions/22/zoom-select-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom-select-x.svg b/.icons/Dracula/actions/22/zoom-select-x.svg deleted file mode 120000 index 157250559..000000000 --- a/.icons/Dracula/actions/22/zoom-select-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom-select-y.svg b/.icons/Dracula/actions/22/zoom-select-y.svg deleted file mode 120000 index e84c27278..000000000 --- a/.icons/Dracula/actions/22/zoom-select-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom-select.svg b/.icons/Dracula/actions/22/zoom-select.svg deleted file mode 120000 index a77e7a14f..000000000 --- a/.icons/Dracula/actions/22/zoom-select.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/22/zoom.svg b/.icons/Dracula/actions/22/zoom.svg deleted file mode 100644 index 707d3d29f..000000000 --- a/.icons/Dracula/actions/22/zoom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/22@2x b/.icons/Dracula/actions/22@2x deleted file mode 120000 index 8fdd954df..000000000 --- a/.icons/Dracula/actions/22@2x +++ /dev/null @@ -1 +0,0 @@ -22 \ No newline at end of file diff --git a/.icons/Dracula/actions/24/.directory b/.icons/Dracula/actions/24/.directory deleted file mode 100644 index b378f9c90..000000000 --- a/.icons/Dracula/actions/24/.directory +++ /dev/null @@ -1,3 +0,0 @@ -[Dolphin] -Timestamp=2020,3,2,21,37,0 -Version=4 diff --git a/.icons/Dracula/actions/24/action-albumfolder-importdir2.svg b/.icons/Dracula/actions/24/action-albumfolder-importdir2.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/24/action-albumfolder-importdir2.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/action-rss_tag.svg b/.icons/Dracula/actions/24/action-rss_tag.svg deleted file mode 120000 index 2bb4152ca..000000000 --- a/.icons/Dracula/actions/24/action-rss_tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/address-book-new.svg b/.icons/Dracula/actions/24/address-book-new.svg deleted file mode 100644 index 294f13204..000000000 --- a/.icons/Dracula/actions/24/address-book-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/adjustlevels.svg b/.icons/Dracula/actions/24/adjustlevels.svg deleted file mode 100644 index 7c3c83775..000000000 --- a/.icons/Dracula/actions/24/adjustlevels.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/adjustrgb.svg b/.icons/Dracula/actions/24/adjustrgb.svg deleted file mode 100644 index ad6efcd6e..000000000 --- a/.icons/Dracula/actions/24/adjustrgb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.icons/Dracula/actions/24/akonadi-phone-home.svg b/.icons/Dracula/actions/24/akonadi-phone-home.svg deleted file mode 120000 index 5cbdae998..000000000 --- a/.icons/Dracula/actions/24/akonadi-phone-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/albumfolder-importdir.svg b/.icons/Dracula/actions/24/albumfolder-importdir.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/24/albumfolder-importdir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/albumfolder-importimages.svg b/.icons/Dracula/actions/24/albumfolder-importimages.svg deleted file mode 120000 index c7116c65c..000000000 --- a/.icons/Dracula/actions/24/albumfolder-importimages.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/albumfolder-new.svg b/.icons/Dracula/actions/24/albumfolder-new.svg deleted file mode 120000 index 149bcafc4..000000000 --- a/.icons/Dracula/actions/24/albumfolder-new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/albumfolder-properties.svg b/.icons/Dracula/actions/24/albumfolder-properties.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/albumfolder-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/albumfolder-user-trash.svg b/.icons/Dracula/actions/24/albumfolder-user-trash.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/albumfolder-user-trash.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/amarok_cart_view.svg b/.icons/Dracula/actions/24/amarok_cart_view.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/24/amarok_cart_view.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/amarok_playcount.svg b/.icons/Dracula/actions/24/amarok_playcount.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/24/amarok_playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/amarok_playlist_refresh.svg b/.icons/Dracula/actions/24/amarok_playlist_refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/amarok_playlist_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/amarok_scripts.svg b/.icons/Dracula/actions/24/amarok_scripts.svg deleted file mode 120000 index b04844a45..000000000 --- a/.icons/Dracula/actions/24/amarok_scripts.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-scripts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/answer-correct.svg b/.icons/Dracula/actions/24/answer-correct.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/24/answer-correct.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/answer.svg b/.icons/Dracula/actions/24/answer.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/24/answer.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/application-exit.svg b/.icons/Dracula/actions/24/application-exit.svg deleted file mode 100644 index 5975c527f..000000000 --- a/.icons/Dracula/actions/24/application-exit.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/application-menu.svg b/.icons/Dracula/actions/24/application-menu.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/application-menu.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/applications-other.svg b/.icons/Dracula/actions/24/applications-other.svg deleted file mode 120000 index ac2e5467d..000000000 --- a/.icons/Dracula/actions/24/applications-other.svg +++ /dev/null @@ -1 +0,0 @@ -application-menu.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/archive-extract.svg b/.icons/Dracula/actions/24/archive-extract.svg deleted file mode 100644 index 0751636f7..000000000 --- a/.icons/Dracula/actions/24/archive-extract.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/archive-insert.svg b/.icons/Dracula/actions/24/archive-insert.svg deleted file mode 100644 index 2f2ca03d0..000000000 --- a/.icons/Dracula/actions/24/archive-insert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/archive-remove.svg b/.icons/Dracula/actions/24/archive-remove.svg deleted file mode 100644 index 696828cd6..000000000 --- a/.icons/Dracula/actions/24/archive-remove.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/bonobo-component-browser.svg b/.icons/Dracula/actions/24/bonobo-component-browser.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/bonobo-component-browser.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/bookmark-add-folder.svg b/.icons/Dracula/actions/24/bookmark-add-folder.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/24/bookmark-add-folder.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/bookmark-edit.svg b/.icons/Dracula/actions/24/bookmark-edit.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/24/bookmark-edit.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/bookmark-new-list.svg b/.icons/Dracula/actions/24/bookmark-new-list.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/24/bookmark-new-list.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/bookmark-new.svg b/.icons/Dracula/actions/24/bookmark-new.svg deleted file mode 100644 index 0b66bcc08..000000000 --- a/.icons/Dracula/actions/24/bookmark-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/bookmark-remove.svg b/.icons/Dracula/actions/24/bookmark-remove.svg deleted file mode 100644 index 90548f4d0..000000000 --- a/.icons/Dracula/actions/24/bookmark-remove.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/bookmark-toolbar.svg b/.icons/Dracula/actions/24/bookmark-toolbar.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/24/bookmark-toolbar.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/bookmarks-organize.svg b/.icons/Dracula/actions/24/bookmarks-organize.svg deleted file mode 120000 index d7f74d1fa..000000000 --- a/.icons/Dracula/actions/24/bookmarks-organize.svg +++ /dev/null @@ -1 +0,0 @@ -./bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/bookmarks.svg b/.icons/Dracula/actions/24/bookmarks.svg deleted file mode 120000 index a5f7d89ff..000000000 --- a/.icons/Dracula/actions/24/bookmarks.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/cell_edit.svg b/.icons/Dracula/actions/24/cell_edit.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/24/cell_edit.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/character-set.svg b/.icons/Dracula/actions/24/character-set.svg deleted file mode 100644 index df11f6227..000000000 --- a/.icons/Dracula/actions/24/character-set.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/chronometer-reset.svg b/.icons/Dracula/actions/24/chronometer-reset.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/chronometer-reset.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/cloud-download.svg b/.icons/Dracula/actions/24/cloud-download.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/24/cloud-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/cm_refresh.svg b/.icons/Dracula/actions/24/cm_refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/cm_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/cm_search.svg b/.icons/Dracula/actions/24/cm_search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/24/cm_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/collection-rescan-amarok.svg b/.icons/Dracula/actions/24/collection-rescan-amarok.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/collection-rescan-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/configure-shortcuts.svg b/.icons/Dracula/actions/24/configure-shortcuts.svg deleted file mode 120000 index ff417223d..000000000 --- a/.icons/Dracula/actions/24/configure-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -input-keyboard.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/configure-toolbars.svg b/.icons/Dracula/actions/24/configure-toolbars.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/configure-toolbars.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/configure.svg b/.icons/Dracula/actions/24/configure.svg deleted file mode 100644 index 58a36460b..000000000 --- a/.icons/Dracula/actions/24/configure.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/configure_kile.svg b/.icons/Dracula/actions/24/configure_kile.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/configure_kile.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/configure_project.svg b/.icons/Dracula/actions/24/configure_project.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/configure_project.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/delete.svg b/.icons/Dracula/actions/24/delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/dialog-cancel.svg b/.icons/Dracula/actions/24/dialog-cancel.svg deleted file mode 100644 index 6bad99b43..000000000 --- a/.icons/Dracula/actions/24/dialog-cancel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/dialog-close.svg b/.icons/Dracula/actions/24/dialog-close.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/24/dialog-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/dialog-memory.svg b/.icons/Dracula/actions/24/dialog-memory.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/24/dialog-memory.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/dialog-ok-apply.svg b/.icons/Dracula/actions/24/dialog-ok-apply.svg deleted file mode 100644 index 27196f6f6..000000000 --- a/.icons/Dracula/actions/24/dialog-ok-apply.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/dialog-ok.svg b/.icons/Dracula/actions/24/dialog-ok.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/24/dialog-ok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/dialog-scripts.svg b/.icons/Dracula/actions/24/dialog-scripts.svg deleted file mode 100644 index 8d34ef558..000000000 --- a/.icons/Dracula/actions/24/dialog-scripts.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-cleanup.svg b/.icons/Dracula/actions/24/document-cleanup.svg deleted file mode 120000 index 00150527a..000000000 --- a/.icons/Dracula/actions/24/document-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-close.svg b/.icons/Dracula/actions/24/document-close.svg deleted file mode 100644 index 4d5c24cca..000000000 --- a/.icons/Dracula/actions/24/document-close.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/document-compareleft.svg b/.icons/Dracula/actions/24/document-compareleft.svg deleted file mode 100644 index c908b9a95..000000000 --- a/.icons/Dracula/actions/24/document-compareleft.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/document-compareright.svg b/.icons/Dracula/actions/24/document-compareright.svg deleted file mode 100644 index f9ed32f39..000000000 --- a/.icons/Dracula/actions/24/document-compareright.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/document-decrypt.svg b/.icons/Dracula/actions/24/document-decrypt.svg deleted file mode 100644 index 8067cc3a4..000000000 --- a/.icons/Dracula/actions/24/document-decrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-duplicate.svg b/.icons/Dracula/actions/24/document-duplicate.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/actions/24/document-duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-edit-decrypt-verify.svg b/.icons/Dracula/actions/24/document-edit-decrypt-verify.svg deleted file mode 100644 index 869741181..000000000 --- a/.icons/Dracula/actions/24/document-edit-decrypt-verify.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-edit-decrypt.svg b/.icons/Dracula/actions/24/document-edit-decrypt.svg deleted file mode 100644 index de0efcfcc..000000000 --- a/.icons/Dracula/actions/24/document-edit-decrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-edit-encrypt.svg b/.icons/Dracula/actions/24/document-edit-encrypt.svg deleted file mode 100644 index 29ac29ebb..000000000 --- a/.icons/Dracula/actions/24/document-edit-encrypt.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-edit-sign-encrypt.svg b/.icons/Dracula/actions/24/document-edit-sign-encrypt.svg deleted file mode 100644 index d6b3c7024..000000000 --- a/.icons/Dracula/actions/24/document-edit-sign-encrypt.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-edit-sign.svg b/.icons/Dracula/actions/24/document-edit-sign.svg deleted file mode 100644 index ed10c05c8..000000000 --- a/.icons/Dracula/actions/24/document-edit-sign.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-edit-verify.svg b/.icons/Dracula/actions/24/document-edit-verify.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/24/document-edit-verify.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-edit.svg b/.icons/Dracula/actions/24/document-edit.svg deleted file mode 100644 index d85c8fa78..000000000 --- a/.icons/Dracula/actions/24/document-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-encrypt.svg b/.icons/Dracula/actions/24/document-encrypt.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/24/document-encrypt.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-encrypted.svg b/.icons/Dracula/actions/24/document-encrypted.svg deleted file mode 100644 index 839fa128e..000000000 --- a/.icons/Dracula/actions/24/document-encrypted.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-equal.svg b/.icons/Dracula/actions/24/document-equal.svg deleted file mode 120000 index 77162d6ce..000000000 --- a/.icons/Dracula/actions/24/document-equal.svg +++ /dev/null @@ -1 +0,0 @@ -kr_comparedirs.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-export-ocal.svg b/.icons/Dracula/actions/24/document-export-ocal.svg deleted file mode 120000 index ace4fe41a..000000000 --- a/.icons/Dracula/actions/24/document-export-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-export-table.svg b/.icons/Dracula/actions/24/document-export-table.svg deleted file mode 120000 index ace4fe41a..000000000 --- a/.icons/Dracula/actions/24/document-export-table.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-export.svg b/.icons/Dracula/actions/24/document-export.svg deleted file mode 100644 index 00bb8b6fc..000000000 --- a/.icons/Dracula/actions/24/document-export.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-import-ocal.svg b/.icons/Dracula/actions/24/document-import-ocal.svg deleted file mode 120000 index c7116c65c..000000000 --- a/.icons/Dracula/actions/24/document-import-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-import.svg b/.icons/Dracula/actions/24/document-import.svg deleted file mode 100644 index 81f81138f..000000000 --- a/.icons/Dracula/actions/24/document-import.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-multiple.svg b/.icons/Dracula/actions/24/document-multiple.svg deleted file mode 120000 index d423a338d..000000000 --- a/.icons/Dracula/actions/24/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-new-from-template.svg b/.icons/Dracula/actions/24/document-new-from-template.svg deleted file mode 100644 index 5c4f66ac3..000000000 --- a/.icons/Dracula/actions/24/document-new-from-template.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-new.svg b/.icons/Dracula/actions/24/document-new.svg deleted file mode 100644 index ee3275746..000000000 --- a/.icons/Dracula/actions/24/document-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-open-data.svg b/.icons/Dracula/actions/24/document-open-data.svg deleted file mode 120000 index 8dca637dc..000000000 --- a/.icons/Dracula/actions/24/document-open-data.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-open-folder.svg b/.icons/Dracula/actions/24/document-open-folder.svg deleted file mode 120000 index 8dca637dc..000000000 --- a/.icons/Dracula/actions/24/document-open-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-open-recent.svg b/.icons/Dracula/actions/24/document-open-recent.svg deleted file mode 100644 index d767dd023..000000000 --- a/.icons/Dracula/actions/24/document-open-recent.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-open-remote.svg b/.icons/Dracula/actions/24/document-open-remote.svg deleted file mode 100644 index 341a528a8..000000000 --- a/.icons/Dracula/actions/24/document-open-remote.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-open.svg b/.icons/Dracula/actions/24/document-open.svg deleted file mode 100644 index c4383342a..000000000 --- a/.icons/Dracula/actions/24/document-open.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-preview-archive.svg b/.icons/Dracula/actions/24/document-preview-archive.svg deleted file mode 100644 index 5f0e672b6..000000000 --- a/.icons/Dracula/actions/24/document-preview-archive.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-preview.svg b/.icons/Dracula/actions/24/document-preview.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/24/document-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-print-direct.svg b/.icons/Dracula/actions/24/document-print-direct.svg deleted file mode 100644 index aafbc6a29..000000000 --- a/.icons/Dracula/actions/24/document-print-direct.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-print-frame.svg b/.icons/Dracula/actions/24/document-print-frame.svg deleted file mode 120000 index 5de601c8a..000000000 --- a/.icons/Dracula/actions/24/document-print-frame.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-print-preview.svg b/.icons/Dracula/actions/24/document-print-preview.svg deleted file mode 120000 index cfc45d225..000000000 --- a/.icons/Dracula/actions/24/document-print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview-archive.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-print.svg b/.icons/Dracula/actions/24/document-print.svg deleted file mode 100644 index fa1ee222f..000000000 --- a/.icons/Dracula/actions/24/document-print.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-properties.svg b/.icons/Dracula/actions/24/document-properties.svg deleted file mode 100644 index 66700615d..000000000 --- a/.icons/Dracula/actions/24/document-properties.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-revert.svg b/.icons/Dracula/actions/24/document-revert.svg deleted file mode 100644 index f39767ae2..000000000 --- a/.icons/Dracula/actions/24/document-revert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-save-all.svg b/.icons/Dracula/actions/24/document-save-all.svg deleted file mode 100644 index c2fa481e6..000000000 --- a/.icons/Dracula/actions/24/document-save-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-save-as.svg b/.icons/Dracula/actions/24/document-save-as.svg deleted file mode 100644 index dbfeddaff..000000000 --- a/.icons/Dracula/actions/24/document-save-as.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-save.svg b/.icons/Dracula/actions/24/document-save.svg deleted file mode 100644 index e3b5749bd..000000000 --- a/.icons/Dracula/actions/24/document-save.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-send.svg b/.icons/Dracula/actions/24/document-send.svg deleted file mode 100644 index fbbfc785a..000000000 --- a/.icons/Dracula/actions/24/document-send.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-share.svg b/.icons/Dracula/actions/24/document-share.svg deleted file mode 100644 index 3af85a231..000000000 --- a/.icons/Dracula/actions/24/document-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-single.svg b/.icons/Dracula/actions/24/document-single.svg deleted file mode 120000 index 300fb89b6..000000000 --- a/.icons/Dracula/actions/24/document-single.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/document-swap.svg b/.icons/Dracula/actions/24/document-swap.svg deleted file mode 100644 index 9dd2c8f5c..000000000 --- a/.icons/Dracula/actions/24/document-swap.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/document-unequal.svg b/.icons/Dracula/actions/24/document-unequal.svg deleted file mode 100644 index bb00fa38d..000000000 --- a/.icons/Dracula/actions/24/document-unequal.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/documentation.svg b/.icons/Dracula/actions/24/documentation.svg deleted file mode 120000 index 8aae9657d..000000000 --- a/.icons/Dracula/actions/24/documentation.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/documentinfo.svg b/.icons/Dracula/actions/24/documentinfo.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/24/documentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/download-amarok.svg b/.icons/Dracula/actions/24/download-amarok.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/24/download-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/download.svg b/.icons/Dracula/actions/24/download.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/24/download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/draw-brush.svg b/.icons/Dracula/actions/24/draw-brush.svg deleted file mode 100644 index 2adb92f17..000000000 --- a/.icons/Dracula/actions/24/draw-brush.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/draw-eraser-delete-objects.svg b/.icons/Dracula/actions/24/draw-eraser-delete-objects.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/draw-eraser-delete-objects.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/draw-star.svg b/.icons/Dracula/actions/24/draw-star.svg deleted file mode 100644 index 94ecd1833..000000000 --- a/.icons/Dracula/actions/24/draw-star.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-clear-all.svg b/.icons/Dracula/actions/24/edit-clear-all.svg deleted file mode 120000 index a038869e1..000000000 --- a/.icons/Dracula/actions/24/edit-clear-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-history.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/edit-clear-history.svg b/.icons/Dracula/actions/24/edit-clear-history.svg deleted file mode 100644 index 4861a1e70..000000000 --- a/.icons/Dracula/actions/24/edit-clear-history.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-clear-locationbar-rtl.svg b/.icons/Dracula/actions/24/edit-clear-locationbar-rtl.svg deleted file mode 120000 index a73e3c5f0..000000000 --- a/.icons/Dracula/actions/24/edit-clear-locationbar-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -./edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/edit-clear.svg b/.icons/Dracula/actions/24/edit-clear.svg deleted file mode 100644 index e3b5252aa..000000000 --- a/.icons/Dracula/actions/24/edit-clear.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-copy.svg b/.icons/Dracula/actions/24/edit-copy.svg deleted file mode 100644 index 408930bce..000000000 --- a/.icons/Dracula/actions/24/edit-copy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-cut.svg b/.icons/Dracula/actions/24/edit-cut.svg deleted file mode 100644 index 09f5e0aa0..000000000 --- a/.icons/Dracula/actions/24/edit-cut.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-delete.svg b/.icons/Dracula/actions/24/edit-delete.svg deleted file mode 100644 index ec0a6a757..000000000 --- a/.icons/Dracula/actions/24/edit-delete.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/edit-download.svg b/.icons/Dracula/actions/24/edit-download.svg deleted file mode 100644 index 2dfa21209..000000000 --- a/.icons/Dracula/actions/24/edit-download.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-find.svg b/.icons/Dracula/actions/24/edit-find.svg deleted file mode 100644 index 19c6d84f0..000000000 --- a/.icons/Dracula/actions/24/edit-find.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-paste-in-place.svg b/.icons/Dracula/actions/24/edit-paste-in-place.svg deleted file mode 100644 index 8f7afa5ff..000000000 --- a/.icons/Dracula/actions/24/edit-paste-in-place.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-paste.svg b/.icons/Dracula/actions/24/edit-paste.svg deleted file mode 100644 index 2e5864983..000000000 --- a/.icons/Dracula/actions/24/edit-paste.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-redo.svg b/.icons/Dracula/actions/24/edit-redo.svg deleted file mode 100644 index ac932614f..000000000 --- a/.icons/Dracula/actions/24/edit-redo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-rename.svg b/.icons/Dracula/actions/24/edit-rename.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/24/edit-rename.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/edit-select-all.svg b/.icons/Dracula/actions/24/edit-select-all.svg deleted file mode 100644 index f163b6f51..000000000 --- a/.icons/Dracula/actions/24/edit-select-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-select-invert.svg b/.icons/Dracula/actions/24/edit-select-invert.svg deleted file mode 100644 index 783cfa7a2..000000000 --- a/.icons/Dracula/actions/24/edit-select-invert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-select-none.svg b/.icons/Dracula/actions/24/edit-select-none.svg deleted file mode 100644 index f25ae9962..000000000 --- a/.icons/Dracula/actions/24/edit-select-none.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/edit-undo.svg b/.icons/Dracula/actions/24/edit-undo.svg deleted file mode 100644 index 0d396b6ff..000000000 --- a/.icons/Dracula/actions/24/edit-undo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/entry-delete.svg b/.icons/Dracula/actions/24/entry-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/entry-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/errornext.svg b/.icons/Dracula/actions/24/errornext.svg deleted file mode 100644 index ba490565f..000000000 --- a/.icons/Dracula/actions/24/errornext.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/errorprev.svg b/.icons/Dracula/actions/24/errorprev.svg deleted file mode 100644 index 734722c57..000000000 --- a/.icons/Dracula/actions/24/errorprev.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/exifinfo.svg b/.icons/Dracula/actions/24/exifinfo.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/24/exifinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/favorite-genres-amarok.svg b/.icons/Dracula/actions/24/favorite-genres-amarok.svg deleted file mode 100644 index 088bc2133..000000000 --- a/.icons/Dracula/actions/24/favorite-genres-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/filename-filetype-amarok.svg b/.icons/Dracula/actions/24/filename-filetype-amarok.svg deleted file mode 100644 index f7e71c5ff..000000000 --- a/.icons/Dracula/actions/24/filename-filetype-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/fileview-preview.svg b/.icons/Dracula/actions/24/fileview-preview.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/24/fileview-preview.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/folder-new.svg b/.icons/Dracula/actions/24/folder-new.svg deleted file mode 100644 index 35ec0c12b..000000000 --- a/.icons/Dracula/actions/24/folder-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/folder-open-recent.svg b/.icons/Dracula/actions/24/folder-open-recent.svg deleted file mode 100644 index 33a79e97e..000000000 --- a/.icons/Dracula/actions/24/folder-open-recent.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/folder-stash.svg b/.icons/Dracula/actions/24/folder-stash.svg deleted file mode 100644 index d3433a062..000000000 --- a/.icons/Dracula/actions/24/folder-stash.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/folder-sync.svg b/.icons/Dracula/actions/24/folder-sync.svg deleted file mode 100644 index 843178a93..000000000 --- a/.icons/Dracula/actions/24/folder-sync.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/format-list-ordered.svg b/.icons/Dracula/actions/24/format-list-ordered.svg deleted file mode 100644 index 41940830b..000000000 --- a/.icons/Dracula/actions/24/format-list-ordered.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/format-list-unordered.svg b/.icons/Dracula/actions/24/format-list-unordered.svg deleted file mode 100644 index 426903f99..000000000 --- a/.icons/Dracula/actions/24/format-list-unordered.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/games-achievements.svg b/.icons/Dracula/actions/24/games-achievements.svg deleted file mode 100644 index 058a09e73..000000000 --- a/.icons/Dracula/actions/24/games-achievements.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/games-config-background.svg b/.icons/Dracula/actions/24/games-config-background.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/24/games-config-background.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/games-config-board.svg b/.icons/Dracula/actions/24/games-config-board.svg deleted file mode 100644 index 65ece2c30..000000000 --- a/.icons/Dracula/actions/24/games-config-board.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/games-config-custom.svg b/.icons/Dracula/actions/24/games-config-custom.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/games-config-custom.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/games-config-options.svg b/.icons/Dracula/actions/24/games-config-options.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/games-config-options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/games-config-theme.svg b/.icons/Dracula/actions/24/games-config-theme.svg deleted file mode 120000 index 2873b7efa..000000000 --- a/.icons/Dracula/actions/24/games-config-theme.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/games-config-tiles.svg b/.icons/Dracula/actions/24/games-config-tiles.svg deleted file mode 100644 index 22d7d1e01..000000000 --- a/.icons/Dracula/actions/24/games-config-tiles.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/games-difficult.svg b/.icons/Dracula/actions/24/games-difficult.svg deleted file mode 100644 index f91f9bdab..000000000 --- a/.icons/Dracula/actions/24/games-difficult.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/games-endturn.svg b/.icons/Dracula/actions/24/games-endturn.svg deleted file mode 120000 index c96e033e2..000000000 --- a/.icons/Dracula/actions/24/games-endturn.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/games-highscores.svg b/.icons/Dracula/actions/24/games-highscores.svg deleted file mode 100644 index 363416b75..000000000 --- a/.icons/Dracula/actions/24/games-highscores.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/games-hint.svg b/.icons/Dracula/actions/24/games-hint.svg deleted file mode 100644 index 5a712b5b3..000000000 --- a/.icons/Dracula/actions/24/games-hint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/games-solve.svg b/.icons/Dracula/actions/24/games-solve.svg deleted file mode 100644 index c177abfb9..000000000 --- a/.icons/Dracula/actions/24/games-solve.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/geany-close-all.svg b/.icons/Dracula/actions/24/geany-close-all.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/24/geany-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/get-hot-new-stuff.svg b/.icons/Dracula/actions/24/get-hot-new-stuff.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/24/get-hot-new-stuff.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gnome-searchtool.svg b/.icons/Dracula/actions/24/gnome-searchtool.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/24/gnome-searchtool.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gnumeric-autofilter.svg b/.icons/Dracula/actions/24/gnumeric-autofilter.svg deleted file mode 120000 index bf1c124d6..000000000 --- a/.icons/Dracula/actions/24/gnumeric-autofilter.svg +++ /dev/null @@ -1 +0,0 @@ -view-filter.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gnumeric-brush.svg b/.icons/Dracula/actions/24/gnumeric-brush.svg deleted file mode 120000 index 2873b7efa..000000000 --- a/.icons/Dracula/actions/24/gnumeric-brush.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-bottom.svg b/.icons/Dracula/actions/24/go-bottom.svg deleted file mode 100644 index 878e482ed..000000000 --- a/.icons/Dracula/actions/24/go-bottom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-down-skip.svg b/.icons/Dracula/actions/24/go-down-skip.svg deleted file mode 100644 index fdc8d4dba..000000000 --- a/.icons/Dracula/actions/24/go-down-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-down.svg b/.icons/Dracula/actions/24/go-down.svg deleted file mode 100644 index 8d2eb935a..000000000 --- a/.icons/Dracula/actions/24/go-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-first-view-page.svg b/.icons/Dracula/actions/24/go-first-view-page.svg deleted file mode 120000 index c9c12cb65..000000000 --- a/.icons/Dracula/actions/24/go-first-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-first-view.svg b/.icons/Dracula/actions/24/go-first-view.svg deleted file mode 120000 index c9c12cb65..000000000 --- a/.icons/Dracula/actions/24/go-first-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-first.svg b/.icons/Dracula/actions/24/go-first.svg deleted file mode 100644 index 69601b38d..000000000 --- a/.icons/Dracula/actions/24/go-first.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-home-large.svg b/.icons/Dracula/actions/24/go-home-large.svg deleted file mode 120000 index 5cbdae998..000000000 --- a/.icons/Dracula/actions/24/go-home-large.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-home.svg b/.icons/Dracula/actions/24/go-home.svg deleted file mode 100644 index ce22c9a1f..000000000 --- a/.icons/Dracula/actions/24/go-home.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-jump-locationbar.svg b/.icons/Dracula/actions/24/go-jump-locationbar.svg deleted file mode 120000 index 2d8778593..000000000 --- a/.icons/Dracula/actions/24/go-jump-locationbar.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-jump.svg b/.icons/Dracula/actions/24/go-jump.svg deleted file mode 100644 index e576718e6..000000000 --- a/.icons/Dracula/actions/24/go-jump.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-last-view-page.svg b/.icons/Dracula/actions/24/go-last-view-page.svg deleted file mode 120000 index f9bbb2747..000000000 --- a/.icons/Dracula/actions/24/go-last-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-last-view.svg b/.icons/Dracula/actions/24/go-last-view.svg deleted file mode 120000 index f9bbb2747..000000000 --- a/.icons/Dracula/actions/24/go-last-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-last.svg b/.icons/Dracula/actions/24/go-last.svg deleted file mode 100644 index edd3eecef..000000000 --- a/.icons/Dracula/actions/24/go-last.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-next-skip.svg b/.icons/Dracula/actions/24/go-next-skip.svg deleted file mode 100644 index ae3de239f..000000000 --- a/.icons/Dracula/actions/24/go-next-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-next-view-page.svg b/.icons/Dracula/actions/24/go-next-view-page.svg deleted file mode 120000 index c3064420a..000000000 --- a/.icons/Dracula/actions/24/go-next-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-next-view.svg b/.icons/Dracula/actions/24/go-next-view.svg deleted file mode 120000 index c3064420a..000000000 --- a/.icons/Dracula/actions/24/go-next-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-next.svg b/.icons/Dracula/actions/24/go-next.svg deleted file mode 100644 index a33be82c4..000000000 --- a/.icons/Dracula/actions/24/go-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-parent-folder.svg b/.icons/Dracula/actions/24/go-parent-folder.svg deleted file mode 100644 index 1091f4f66..000000000 --- a/.icons/Dracula/actions/24/go-parent-folder.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-previous-skip.svg b/.icons/Dracula/actions/24/go-previous-skip.svg deleted file mode 100644 index b0b02eb61..000000000 --- a/.icons/Dracula/actions/24/go-previous-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-previous-view-page.svg b/.icons/Dracula/actions/24/go-previous-view-page.svg deleted file mode 120000 index e636edc05..000000000 --- a/.icons/Dracula/actions/24/go-previous-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-previous-view.svg b/.icons/Dracula/actions/24/go-previous-view.svg deleted file mode 120000 index e636edc05..000000000 --- a/.icons/Dracula/actions/24/go-previous-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/go-previous.svg b/.icons/Dracula/actions/24/go-previous.svg deleted file mode 100644 index 6db80ecb3..000000000 --- a/.icons/Dracula/actions/24/go-previous.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-top.svg b/.icons/Dracula/actions/24/go-top.svg deleted file mode 100644 index 61fbb61bb..000000000 --- a/.icons/Dracula/actions/24/go-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-up-skip.svg b/.icons/Dracula/actions/24/go-up-skip.svg deleted file mode 100644 index 12537edd8..000000000 --- a/.icons/Dracula/actions/24/go-up-skip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/go-up.svg b/.icons/Dracula/actions/24/go-up.svg deleted file mode 100644 index 92a7ff660..000000000 --- a/.icons/Dracula/actions/24/go-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/group-delete.svg b/.icons/Dracula/actions/24/group-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/group-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-apply.svg b/.icons/Dracula/actions/24/gtk-apply.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/24/gtk-apply.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-clear.svg b/.icons/Dracula/actions/24/gtk-clear.svg deleted file mode 120000 index 00150527a..000000000 --- a/.icons/Dracula/actions/24/gtk-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-close.svg b/.icons/Dracula/actions/24/gtk-close.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/24/gtk-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-no.svg b/.icons/Dracula/actions/24/gtk-no.svg deleted file mode 120000 index b94397183..000000000 --- a/.icons/Dracula/actions/24/gtk-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-ok.svg b/.icons/Dracula/actions/24/gtk-ok.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/24/gtk-ok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-preferences.svg b/.icons/Dracula/actions/24/gtk-preferences.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/gtk-preferences.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-refresh.svg b/.icons/Dracula/actions/24/gtk-refresh.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/gtk-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-select-all.svg b/.icons/Dracula/actions/24/gtk-select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/24/gtk-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-undelete-ltr.svg b/.icons/Dracula/actions/24/gtk-undelete-ltr.svg deleted file mode 120000 index 88a18b65f..000000000 --- a/.icons/Dracula/actions/24/gtk-undelete-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-undelete-rtl.svg b/.icons/Dracula/actions/24/gtk-undelete-rtl.svg deleted file mode 120000 index a13a878cc..000000000 --- a/.icons/Dracula/actions/24/gtk-undelete-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/gtk-yes.svg b/.icons/Dracula/actions/24/gtk-yes.svg deleted file mode 120000 index 6774aa851..000000000 --- a/.icons/Dracula/actions/24/gtk-yes.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/help-about.svg b/.icons/Dracula/actions/24/help-about.svg deleted file mode 100644 index 0f5b8af70..000000000 --- a/.icons/Dracula/actions/24/help-about.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/help-contents.svg b/.icons/Dracula/actions/24/help-contents.svg deleted file mode 120000 index 6aea6ecc5..000000000 --- a/.icons/Dracula/actions/24/help-contents.svg +++ /dev/null @@ -1 +0,0 @@ -../../apps/22/system-help.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/help-contextual.svg b/.icons/Dracula/actions/24/help-contextual.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/24/help-contextual.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/help-donate.svg b/.icons/Dracula/actions/24/help-donate.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/24/help-donate.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/help-feedback.svg b/.icons/Dracula/actions/24/help-feedback.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/24/help-feedback.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/help-hint.svg b/.icons/Dracula/actions/24/help-hint.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/24/help-hint.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/help-keybord-shortcuts.svg b/.icons/Dracula/actions/24/help-keybord-shortcuts.svg deleted file mode 120000 index 9dbbf2d27..000000000 --- a/.icons/Dracula/actions/24/help-keybord-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -configure-shortcuts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/help-latex.svg b/.icons/Dracula/actions/24/help-latex.svg deleted file mode 120000 index af6d032db..000000000 --- a/.icons/Dracula/actions/24/help-latex.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/hint.svg b/.icons/Dracula/actions/24/hint.svg deleted file mode 120000 index 3ec7e2cc4..000000000 --- a/.icons/Dracula/actions/24/hint.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/im-user.svg b/.icons/Dracula/actions/24/im-user.svg deleted file mode 100644 index d89e7ac1e..000000000 --- a/.icons/Dracula/actions/24/im-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/image-loading.svg b/.icons/Dracula/actions/24/image-loading.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/image-loading.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/input-keyboard.svg b/.icons/Dracula/actions/24/input-keyboard.svg deleted file mode 100644 index 133ec02be..000000000 --- a/.icons/Dracula/actions/24/input-keyboard.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/input-mouse-click-left.svg b/.icons/Dracula/actions/24/input-mouse-click-left.svg deleted file mode 100644 index 513473fd9..000000000 --- a/.icons/Dracula/actions/24/input-mouse-click-left.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/input-mouse-click-middle.svg b/.icons/Dracula/actions/24/input-mouse-click-middle.svg deleted file mode 100644 index 4b57ef601..000000000 --- a/.icons/Dracula/actions/24/input-mouse-click-middle.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/input-mouse-click-right.svg b/.icons/Dracula/actions/24/input-mouse-click-right.svg deleted file mode 100644 index 48f47ea34..000000000 --- a/.icons/Dracula/actions/24/input-mouse-click-right.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/insert-link.svg b/.icons/Dracula/actions/24/insert-link.svg deleted file mode 100644 index 3a94903e9..000000000 --- a/.icons/Dracula/actions/24/insert-link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/invertimage.svg b/.icons/Dracula/actions/24/invertimage.svg deleted file mode 120000 index ada864c99..000000000 --- a/.icons/Dracula/actions/24/invertimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/items-tags.svg b/.icons/Dracula/actions/24/items-tags.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/items-tags.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/itmages-select-all.svg b/.icons/Dracula/actions/24/itmages-select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/24/itmages-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/kdenlive-deleffect.svg b/.icons/Dracula/actions/24/kdenlive-deleffect.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/kdenlive-deleffect.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/kdenlive-down.svg b/.icons/Dracula/actions/24/kdenlive-down.svg deleted file mode 120000 index a8eb1b5c1..000000000 --- a/.icons/Dracula/actions/24/kdenlive-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/kdenlive-lock.svg b/.icons/Dracula/actions/24/kdenlive-lock.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/24/kdenlive-lock.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/kdenlive-unlock.svg b/.icons/Dracula/actions/24/kdenlive-unlock.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/24/kdenlive-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/knotes_delete.svg b/.icons/Dracula/actions/24/knotes_delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/knotes_delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/kr_comparedirs.svg b/.icons/Dracula/actions/24/kr_comparedirs.svg deleted file mode 100644 index 308042035..000000000 --- a/.icons/Dracula/actions/24/kr_comparedirs.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/kr_jumpback.svg b/.icons/Dracula/actions/24/kr_jumpback.svg deleted file mode 120000 index 2d8778593..000000000 --- a/.icons/Dracula/actions/24/kr_jumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/kt-add-filters.svg b/.icons/Dracula/actions/24/kt-add-filters.svg deleted file mode 100644 index 50ad6cddd..000000000 --- a/.icons/Dracula/actions/24/kt-add-filters.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/kt-remove-filters.svg b/.icons/Dracula/actions/24/kt-remove-filters.svg deleted file mode 100644 index ce30f4956..000000000 --- a/.icons/Dracula/actions/24/kt-remove-filters.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/kt-set-max-download-speed.svg b/.icons/Dracula/actions/24/kt-set-max-download-speed.svg deleted file mode 120000 index 6aa652ef6..000000000 --- a/.icons/Dracula/actions/24/kt-set-max-download-speed.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/lastfm-tag.svg b/.icons/Dracula/actions/24/lastfm-tag.svg deleted file mode 120000 index 2bb4152ca..000000000 --- a/.icons/Dracula/actions/24/lastfm-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/layer-rename.svg b/.icons/Dracula/actions/24/layer-rename.svg deleted file mode 120000 index 9b67d6fdf..000000000 --- a/.icons/Dracula/actions/24/layer-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit-rename.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/link.svg b/.icons/Dracula/actions/24/link.svg deleted file mode 100644 index db8927956..000000000 --- a/.icons/Dracula/actions/24/link.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/list-add.svg b/.icons/Dracula/actions/24/list-add.svg deleted file mode 100644 index 7a0428ad2..000000000 --- a/.icons/Dracula/actions/24/list-add.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/list-remove.svg b/.icons/Dracula/actions/24/list-remove.svg deleted file mode 100644 index 28d5f267c..000000000 --- a/.icons/Dracula/actions/24/list-remove.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/lock.svg b/.icons/Dracula/actions/24/lock.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/24/lock.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/love-amarok.svg b/.icons/Dracula/actions/24/love-amarok.svg deleted file mode 100644 index 8e72b8056..000000000 --- a/.icons/Dracula/actions/24/love-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/love.svg b/.icons/Dracula/actions/24/love.svg deleted file mode 120000 index c95c703eb..000000000 --- a/.icons/Dracula/actions/24/love.svg +++ /dev/null @@ -1 +0,0 @@ -love-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/mail-deleted.svg b/.icons/Dracula/actions/24/mail-deleted.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/mail-deleted.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-album-cover-manager-amarok.svg b/.icons/Dracula/actions/24/media-album-cover-manager-amarok.svg deleted file mode 100644 index 4ce29e9ad..000000000 --- a/.icons/Dracula/actions/24/media-album-cover-manager-amarok.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-album-cover.svg b/.icons/Dracula/actions/24/media-album-cover.svg deleted file mode 120000 index f8898e2de..000000000 --- a/.icons/Dracula/actions/24/media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-album-repeat-amarok.svg b/.icons/Dracula/actions/24/media-album-repeat-amarok.svg deleted file mode 120000 index cf79da28b..000000000 --- a/.icons/Dracula/actions/24/media-album-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-album-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-album-track.svg b/.icons/Dracula/actions/24/media-album-track.svg deleted file mode 100644 index d6e844b64..000000000 --- a/.icons/Dracula/actions/24/media-album-track.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-eject.svg b/.icons/Dracula/actions/24/media-eject.svg deleted file mode 100644 index f729eeba6..000000000 --- a/.icons/Dracula/actions/24/media-eject.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-mount.svg b/.icons/Dracula/actions/24/media-mount.svg deleted file mode 100644 index 0b4e500d5..000000000 --- a/.icons/Dracula/actions/24/media-mount.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playback-pause.svg b/.icons/Dracula/actions/24/media-playback-pause.svg deleted file mode 100644 index f5a6bddc2..000000000 --- a/.icons/Dracula/actions/24/media-playback-pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playback-start.svg b/.icons/Dracula/actions/24/media-playback-start.svg deleted file mode 100644 index b32fed83e..000000000 --- a/.icons/Dracula/actions/24/media-playback-start.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playback-stop.svg b/.icons/Dracula/actions/24/media-playback-stop.svg deleted file mode 100644 index c2ef527a5..000000000 --- a/.icons/Dracula/actions/24/media-playback-stop.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playlist-append.svg b/.icons/Dracula/actions/24/media-playlist-append.svg deleted file mode 100644 index ac25f8114..000000000 --- a/.icons/Dracula/actions/24/media-playlist-append.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playlist-normal.svg b/.icons/Dracula/actions/24/media-playlist-normal.svg deleted file mode 100644 index 8966f9078..000000000 --- a/.icons/Dracula/actions/24/media-playlist-normal.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playlist-play.svg b/.icons/Dracula/actions/24/media-playlist-play.svg deleted file mode 100644 index 206fa50a0..000000000 --- a/.icons/Dracula/actions/24/media-playlist-play.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playlist-repeat.svg b/.icons/Dracula/actions/24/media-playlist-repeat.svg deleted file mode 100644 index 91667425e..000000000 --- a/.icons/Dracula/actions/24/media-playlist-repeat.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-playlist-shuffle.svg b/.icons/Dracula/actions/24/media-playlist-shuffle.svg deleted file mode 100644 index 9a34910ea..000000000 --- a/.icons/Dracula/actions/24/media-playlist-shuffle.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-random-albums-amarok.svg b/.icons/Dracula/actions/24/media-random-albums-amarok.svg deleted file mode 100644 index 78fa316c7..000000000 --- a/.icons/Dracula/actions/24/media-random-albums-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-random-tracks-amarok.svg b/.icons/Dracula/actions/24/media-random-tracks-amarok.svg deleted file mode 100644 index 4bbde0108..000000000 --- a/.icons/Dracula/actions/24/media-random-tracks-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-record.svg b/.icons/Dracula/actions/24/media-record.svg deleted file mode 100644 index c60892b79..000000000 --- a/.icons/Dracula/actions/24/media-record.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/media-repeat-album-amarok.svg b/.icons/Dracula/actions/24/media-repeat-album-amarok.svg deleted file mode 100644 index bf99fdbcc..000000000 --- a/.icons/Dracula/actions/24/media-repeat-album-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-repeat-all.svg b/.icons/Dracula/actions/24/media-repeat-all.svg deleted file mode 120000 index 81a417a40..000000000 --- a/.icons/Dracula/actions/24/media-repeat-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-repeat.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-repeat-none.svg b/.icons/Dracula/actions/24/media-repeat-none.svg deleted file mode 100644 index 94303e963..000000000 --- a/.icons/Dracula/actions/24/media-repeat-none.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-repeat-playlist-amarok.svg b/.icons/Dracula/actions/24/media-repeat-playlist-amarok.svg deleted file mode 100644 index 8cbbb3a7b..000000000 --- a/.icons/Dracula/actions/24/media-repeat-playlist-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-repeat-track-amarok.svg b/.icons/Dracula/actions/24/media-repeat-track-amarok.svg deleted file mode 100644 index f7329fc61..000000000 --- a/.icons/Dracula/actions/24/media-repeat-track-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-seek-backward.svg b/.icons/Dracula/actions/24/media-seek-backward.svg deleted file mode 100644 index 723003a3f..000000000 --- a/.icons/Dracula/actions/24/media-seek-backward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-seek-forward.svg b/.icons/Dracula/actions/24/media-seek-forward.svg deleted file mode 100644 index ac63fc2fb..000000000 --- a/.icons/Dracula/actions/24/media-seek-forward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-show-active-track-amarok.svg b/.icons/Dracula/actions/24/media-show-active-track-amarok.svg deleted file mode 120000 index 6ee2c7d81..000000000 --- a/.icons/Dracula/actions/24/media-show-active-track-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-track-show-active.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-skip-backward.svg b/.icons/Dracula/actions/24/media-skip-backward.svg deleted file mode 100644 index 992b99863..000000000 --- a/.icons/Dracula/actions/24/media-skip-backward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-skip-forward.svg b/.icons/Dracula/actions/24/media-skip-forward.svg deleted file mode 100644 index b284df821..000000000 --- a/.icons/Dracula/actions/24/media-skip-forward.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-standard-track-progression-amarok.svg b/.icons/Dracula/actions/24/media-standard-track-progression-amarok.svg deleted file mode 120000 index 0c9789352..000000000 --- a/.icons/Dracula/actions/24/media-standard-track-progression-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -format-list-ordered.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-track-add-amarok.svg b/.icons/Dracula/actions/24/media-track-add-amarok.svg deleted file mode 120000 index 742bd8ef3..000000000 --- a/.icons/Dracula/actions/24/media-track-add-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-track-edit-amarok.svg b/.icons/Dracula/actions/24/media-track-edit-amarok.svg deleted file mode 120000 index 610b77f42..000000000 --- a/.icons/Dracula/actions/24/media-track-edit-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-track-queue-amarok.svg b/.icons/Dracula/actions/24/media-track-queue-amarok.svg deleted file mode 100644 index 5575a3165..000000000 --- a/.icons/Dracula/actions/24/media-track-queue-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/media-track-remove-amarok.svg b/.icons/Dracula/actions/24/media-track-remove-amarok.svg deleted file mode 120000 index 2094832c1..000000000 --- a/.icons/Dracula/actions/24/media-track-remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/media-track-show-active.svg b/.icons/Dracula/actions/24/media-track-show-active.svg deleted file mode 100644 index e4b2bad83..000000000 --- a/.icons/Dracula/actions/24/media-track-show-active.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/news-subscribe.svg b/.icons/Dracula/actions/24/news-subscribe.svg deleted file mode 100644 index 7af069ded..000000000 --- a/.icons/Dracula/actions/24/news-subscribe.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/news-unsubscribe.svg b/.icons/Dracula/actions/24/news-unsubscribe.svg deleted file mode 100644 index d126168a1..000000000 --- a/.icons/Dracula/actions/24/news-unsubscribe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/object-locked.svg b/.icons/Dracula/actions/24/object-locked.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/24/object-locked.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/object-unlocked.svg b/.icons/Dracula/actions/24/object-unlocked.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/24/object-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/office-chart-area-focus-peak-node.svg b/.icons/Dracula/actions/24/office-chart-area-focus-peak-node.svg deleted file mode 100644 index f67621028..000000000 --- a/.icons/Dracula/actions/24/office-chart-area-focus-peak-node.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-area-percentage.svg b/.icons/Dracula/actions/24/office-chart-area-percentage.svg deleted file mode 100644 index 1ba5be09d..000000000 --- a/.icons/Dracula/actions/24/office-chart-area-percentage.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-area-stacked.svg b/.icons/Dracula/actions/24/office-chart-area-stacked.svg deleted file mode 100644 index f832c8d49..000000000 --- a/.icons/Dracula/actions/24/office-chart-area-stacked.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-area.svg b/.icons/Dracula/actions/24/office-chart-area.svg deleted file mode 100644 index 45fb5f791..000000000 --- a/.icons/Dracula/actions/24/office-chart-area.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-bar-percentage.svg b/.icons/Dracula/actions/24/office-chart-bar-percentage.svg deleted file mode 100644 index 73ebcc762..000000000 --- a/.icons/Dracula/actions/24/office-chart-bar-percentage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-bar-stacked.svg b/.icons/Dracula/actions/24/office-chart-bar-stacked.svg deleted file mode 100644 index 5c0004703..000000000 --- a/.icons/Dracula/actions/24/office-chart-bar-stacked.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-bar.svg b/.icons/Dracula/actions/24/office-chart-bar.svg deleted file mode 100644 index d3e7438a9..000000000 --- a/.icons/Dracula/actions/24/office-chart-bar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-line-percentage.svg b/.icons/Dracula/actions/24/office-chart-line-percentage.svg deleted file mode 100644 index 9f26412f0..000000000 --- a/.icons/Dracula/actions/24/office-chart-line-percentage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-line-stacked.svg b/.icons/Dracula/actions/24/office-chart-line-stacked.svg deleted file mode 100644 index 83e207845..000000000 --- a/.icons/Dracula/actions/24/office-chart-line-stacked.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/office-chart-line.svg b/.icons/Dracula/actions/24/office-chart-line.svg deleted file mode 100644 index 6081b7aea..000000000 --- a/.icons/Dracula/actions/24/office-chart-line.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/open-menu.svg b/.icons/Dracula/actions/24/open-menu.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/open-menu.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/password-show-off.svg b/.icons/Dracula/actions/24/password-show-off.svg deleted file mode 120000 index 5d721579f..000000000 --- a/.icons/Dracula/actions/24/password-show-off.svg +++ /dev/null @@ -1 +0,0 @@ -hint.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/password-show-on.svg b/.icons/Dracula/actions/24/password-show-on.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/24/password-show-on.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/player-volume-muted.svg b/.icons/Dracula/actions/24/player-volume-muted.svg deleted file mode 100644 index beebbbddb..000000000 --- a/.icons/Dracula/actions/24/player-volume-muted.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/player-volume.svg b/.icons/Dracula/actions/24/player-volume.svg deleted file mode 100644 index 8a6579d9e..000000000 --- a/.icons/Dracula/actions/24/player-volume.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/preferences-media-playback-amarok.svg b/.icons/Dracula/actions/24/preferences-media-playback-amarok.svg deleted file mode 120000 index 1e939c995..000000000 --- a/.icons/Dracula/actions/24/preferences-media-playback-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/rabbitvcs-properties.svg b/.icons/Dracula/actions/24/rabbitvcs-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/rabbitvcs-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/refactor.svg b/.icons/Dracula/actions/24/refactor.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/refactor.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/refreshstructure.svg b/.icons/Dracula/actions/24/refreshstructure.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/refreshstructure.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/reload.svg b/.icons/Dracula/actions/24/reload.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/reload.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/reload3.svg b/.icons/Dracula/actions/24/reload3.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/reload3.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/reload_all_tabs.svg b/.icons/Dracula/actions/24/reload_all_tabs.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/reload_all_tabs.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/reload_page.svg b/.icons/Dracula/actions/24/reload_page.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/reload_page.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/remove-link.svg b/.icons/Dracula/actions/24/remove-link.svg deleted file mode 100644 index f058b96e2..000000000 --- a/.icons/Dracula/actions/24/remove-link.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/search-icon.svg b/.icons/Dracula/actions/24/search-icon.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/24/search-icon.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/search.svg b/.icons/Dracula/actions/24/search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/24/search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/settings-configure.svg b/.icons/Dracula/actions/24/settings-configure.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/settings-configure.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/show-menu.svg b/.icons/Dracula/actions/24/show-menu.svg deleted file mode 100644 index 56ac8c759..000000000 --- a/.icons/Dracula/actions/24/show-menu.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/show_table_column.svg b/.icons/Dracula/actions/24/show_table_column.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/24/show_table_column.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/show_table_row.svg b/.icons/Dracula/actions/24/show_table_row.svg deleted file mode 120000 index 07da72c34..000000000 --- a/.icons/Dracula/actions/24/show_table_row.svg +++ /dev/null @@ -1 +0,0 @@ -visibility.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/similarartists-amarok.svg b/.icons/Dracula/actions/24/similarartists-amarok.svg deleted file mode 100644 index e26c3b9d5..000000000 --- a/.icons/Dracula/actions/24/similarartists-amarok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/special_paste.svg b/.icons/Dracula/actions/24/special_paste.svg deleted file mode 100644 index f15d2726e..000000000 --- a/.icons/Dracula/actions/24/special_paste.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/step_object_Controller.svg b/.icons/Dracula/actions/24/step_object_Controller.svg deleted file mode 120000 index 998070b58..000000000 --- a/.icons/Dracula/actions/24/step_object_Controller.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/stock_file-properties.svg b/.icons/Dracula/actions/24/stock_file-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/stock_file-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/stock_search.svg b/.icons/Dracula/actions/24/stock_search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/24/stock_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/stock_select-all.svg b/.icons/Dracula/actions/24/stock_select-all.svg deleted file mode 120000 index 6754181aa..000000000 --- a/.icons/Dracula/actions/24/stock_select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/system-lock-screen.svg b/.icons/Dracula/actions/24/system-lock-screen.svg deleted file mode 120000 index 0c9032221..000000000 --- a/.icons/Dracula/actions/24/system-lock-screen.svg +++ /dev/null @@ -1 +0,0 @@ -document-encrypted.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/system-log-out.svg b/.icons/Dracula/actions/24/system-log-out.svg deleted file mode 100644 index 708833e60..000000000 --- a/.icons/Dracula/actions/24/system-log-out.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/system-reboot.svg b/.icons/Dracula/actions/24/system-reboot.svg deleted file mode 120000 index 4e680c2a7..000000000 --- a/.icons/Dracula/actions/24/system-reboot.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/system-search.svg b/.icons/Dracula/actions/24/system-search.svg deleted file mode 120000 index 9a2733df2..000000000 --- a/.icons/Dracula/actions/24/system-search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/system-shutdown.svg b/.icons/Dracula/actions/24/system-shutdown.svg deleted file mode 100644 index 9dae37ca7..000000000 --- a/.icons/Dracula/actions/24/system-shutdown.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/system-suspend-hibernate.svg b/.icons/Dracula/actions/24/system-suspend-hibernate.svg deleted file mode 100644 index cf95b6af7..000000000 --- a/.icons/Dracula/actions/24/system-suspend-hibernate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/system-suspend.svg b/.icons/Dracula/actions/24/system-suspend.svg deleted file mode 100644 index 9e89d436d..000000000 --- a/.icons/Dracula/actions/24/system-suspend.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/system-switch-user.svg b/.icons/Dracula/actions/24/system-switch-user.svg deleted file mode 100644 index b13e6d5f9..000000000 --- a/.icons/Dracula/actions/24/system-switch-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tab-close-other.svg b/.icons/Dracula/actions/24/tab-close-other.svg deleted file mode 120000 index 7968d0c9c..000000000 --- a/.icons/Dracula/actions/24/tab-close-other.svg +++ /dev/null @@ -1 +0,0 @@ -./window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/tab-close.svg b/.icons/Dracula/actions/24/tab-close.svg deleted file mode 120000 index 7968d0c9c..000000000 --- a/.icons/Dracula/actions/24/tab-close.svg +++ /dev/null @@ -1 +0,0 @@ -./window-close.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/tab-new-background.svg b/.icons/Dracula/actions/24/tab-new-background.svg deleted file mode 100644 index 2c49161b4..000000000 --- a/.icons/Dracula/actions/24/tab-new-background.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tab-new.svg b/.icons/Dracula/actions/24/tab-new.svg deleted file mode 100644 index f82499d2a..000000000 --- a/.icons/Dracula/actions/24/tab-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tag-delete.svg b/.icons/Dracula/actions/24/tag-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/tag-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/tag-folder.svg b/.icons/Dracula/actions/24/tag-folder.svg deleted file mode 120000 index f92780017..000000000 --- a/.icons/Dracula/actions/24/tag-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/tag-properties.svg b/.icons/Dracula/actions/24/tag-properties.svg deleted file mode 120000 index 1718e9771..000000000 --- a/.icons/Dracula/actions/24/tag-properties.svg +++ /dev/null @@ -1 +0,0 @@ -document-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/tag-symbolic.svg b/.icons/Dracula/actions/24/tag-symbolic.svg deleted file mode 120000 index 9adb8cf59..000000000 --- a/.icons/Dracula/actions/24/tag-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/tag.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/tag.svg b/.icons/Dracula/actions/24/tag.svg deleted file mode 100644 index 54915b3ee..000000000 --- a/.icons/Dracula/actions/24/tag.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/taxes-finances.svg b/.icons/Dracula/actions/24/taxes-finances.svg deleted file mode 100644 index 275f8fcd6..000000000 --- a/.icons/Dracula/actions/24/taxes-finances.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tools-check-spelling.svg b/.icons/Dracula/actions/24/tools-check-spelling.svg deleted file mode 100644 index 78371f617..000000000 --- a/.icons/Dracula/actions/24/tools-check-spelling.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tools-media-optical-burn-image.svg b/.icons/Dracula/actions/24/tools-media-optical-burn-image.svg deleted file mode 100644 index ce49871e2..000000000 --- a/.icons/Dracula/actions/24/tools-media-optical-burn-image.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tools-media-optical-burn.svg b/.icons/Dracula/actions/24/tools-media-optical-burn.svg deleted file mode 100644 index 9f28f9448..000000000 --- a/.icons/Dracula/actions/24/tools-media-optical-burn.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/tools-media-optical-copy.svg b/.icons/Dracula/actions/24/tools-media-optical-copy.svg deleted file mode 100644 index 9c2ff4ce1..000000000 --- a/.icons/Dracula/actions/24/tools-media-optical-copy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tools-media-optical-erase.svg b/.icons/Dracula/actions/24/tools-media-optical-erase.svg deleted file mode 100644 index ccce7cedf..000000000 --- a/.icons/Dracula/actions/24/tools-media-optical-erase.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/tools-media-optical-format.svg b/.icons/Dracula/actions/24/tools-media-optical-format.svg deleted file mode 100644 index 710ab0de3..000000000 --- a/.icons/Dracula/actions/24/tools-media-optical-format.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/tools-report-bug.svg b/.icons/Dracula/actions/24/tools-report-bug.svg deleted file mode 100644 index 993a32f66..000000000 --- a/.icons/Dracula/actions/24/tools-report-bug.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/transform-scale.svg b/.icons/Dracula/actions/24/transform-scale.svg deleted file mode 100644 index 180843bb8..000000000 --- a/.icons/Dracula/actions/24/transform-scale.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/trash-empty.svg b/.icons/Dracula/actions/24/trash-empty.svg deleted file mode 100644 index 2fd2b0b05..000000000 --- a/.icons/Dracula/actions/24/trash-empty.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/umbrello_diagram_collaboration.svg b/.icons/Dracula/actions/24/umbrello_diagram_collaboration.svg deleted file mode 120000 index 255b7129b..000000000 --- a/.icons/Dracula/actions/24/umbrello_diagram_collaboration.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/unlock.svg b/.icons/Dracula/actions/24/unlock.svg deleted file mode 120000 index 4429457ac..000000000 --- a/.icons/Dracula/actions/24/unlock.svg +++ /dev/null @@ -1 +0,0 @@ -document-decrypt.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/upload-media.svg b/.icons/Dracula/actions/24/upload-media.svg deleted file mode 100644 index 210f55306..000000000 --- a/.icons/Dracula/actions/24/upload-media.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/usermenu-delete.svg b/.icons/Dracula/actions/24/usermenu-delete.svg deleted file mode 120000 index e3a40683f..000000000 --- a/.icons/Dracula/actions/24/usermenu-delete.svg +++ /dev/null @@ -1 +0,0 @@ -edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-calendar.svg b/.icons/Dracula/actions/24/view-calendar.svg deleted file mode 100644 index b8724da0e..000000000 --- a/.icons/Dracula/actions/24/view-calendar.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-choose.svg b/.icons/Dracula/actions/24/view-choose.svg deleted file mode 100644 index cb5c39eb9..000000000 --- a/.icons/Dracula/actions/24/view-choose.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-filter.svg b/.icons/Dracula/actions/24/view-filter.svg deleted file mode 100644 index e1e00554f..000000000 --- a/.icons/Dracula/actions/24/view-filter.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-fullscreen.svg b/.icons/Dracula/actions/24/view-fullscreen.svg deleted file mode 100644 index b98c22a91..000000000 --- a/.icons/Dracula/actions/24/view-fullscreen.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-group.svg b/.icons/Dracula/actions/24/view-group.svg deleted file mode 100644 index 879136663..000000000 --- a/.icons/Dracula/actions/24/view-group.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-hidden.svg b/.icons/Dracula/actions/24/view-hidden.svg deleted file mode 100644 index 9267990d4..000000000 --- a/.icons/Dracula/actions/24/view-hidden.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-left-close.svg b/.icons/Dracula/actions/24/view-left-close.svg deleted file mode 100644 index 72fd954a9..000000000 --- a/.icons/Dracula/actions/24/view-left-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-list-details.svg b/.icons/Dracula/actions/24/view-list-details.svg deleted file mode 100644 index 60fd93eae..000000000 --- a/.icons/Dracula/actions/24/view-list-details.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-list-icons.svg b/.icons/Dracula/actions/24/view-list-icons.svg deleted file mode 100644 index 883ab8406..000000000 --- a/.icons/Dracula/actions/24/view-list-icons.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-list-tree.svg b/.icons/Dracula/actions/24/view-list-tree.svg deleted file mode 100644 index 887ed7901..000000000 --- a/.icons/Dracula/actions/24/view-list-tree.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-media-album-cover.svg b/.icons/Dracula/actions/24/view-media-album-cover.svg deleted file mode 120000 index f8898e2de..000000000 --- a/.icons/Dracula/actions/24/view-media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-artist.svg b/.icons/Dracula/actions/24/view-media-artist.svg deleted file mode 120000 index 30c642ea2..000000000 --- a/.icons/Dracula/actions/24/view-media-artist.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-config.svg b/.icons/Dracula/actions/24/view-media-config.svg deleted file mode 120000 index 9dbbf2d27..000000000 --- a/.icons/Dracula/actions/24/view-media-config.svg +++ /dev/null @@ -1 +0,0 @@ -configure-shortcuts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-equalizer.svg b/.icons/Dracula/actions/24/view-media-equalizer.svg deleted file mode 100644 index 878c4fefb..000000000 --- a/.icons/Dracula/actions/24/view-media-equalizer.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-media-favorite.svg b/.icons/Dracula/actions/24/view-media-favorite.svg deleted file mode 120000 index 0747769cf..000000000 --- a/.icons/Dracula/actions/24/view-media-favorite.svg +++ /dev/null @@ -1 +0,0 @@ -draw-star.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-genre.svg b/.icons/Dracula/actions/24/view-media-genre.svg deleted file mode 120000 index 597fac171..000000000 --- a/.icons/Dracula/actions/24/view-media-genre.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-genres-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-lyrics.svg b/.icons/Dracula/actions/24/view-media-lyrics.svg deleted file mode 100644 index cca1b60cc..000000000 --- a/.icons/Dracula/actions/24/view-media-lyrics.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-media-playcount.svg b/.icons/Dracula/actions/24/view-media-playcount.svg deleted file mode 120000 index c61560183..000000000 --- a/.icons/Dracula/actions/24/view-media-playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-playlist.svg b/.icons/Dracula/actions/24/view-media-playlist.svg deleted file mode 100644 index a227844cf..000000000 --- a/.icons/Dracula/actions/24/view-media-playlist.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-media-publisher.svg b/.icons/Dracula/actions/24/view-media-publisher.svg deleted file mode 120000 index 1b4173dc1..000000000 --- a/.icons/Dracula/actions/24/view-media-publisher.svg +++ /dev/null @@ -1 +0,0 @@ -amarok_cart_view.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-recent.svg b/.icons/Dracula/actions/24/view-media-recent.svg deleted file mode 120000 index 54445ac9c..000000000 --- a/.icons/Dracula/actions/24/view-media-recent.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-similarartists.svg b/.icons/Dracula/actions/24/view-media-similarartists.svg deleted file mode 120000 index 0c2f05812..000000000 --- a/.icons/Dracula/actions/24/view-media-similarartists.svg +++ /dev/null @@ -1 +0,0 @@ -similarartists-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-title.svg b/.icons/Dracula/actions/24/view-media-title.svg deleted file mode 100644 index fcbf90046..000000000 --- a/.icons/Dracula/actions/24/view-media-title.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-media-track.svg b/.icons/Dracula/actions/24/view-media-track.svg deleted file mode 120000 index 29c6d7627..000000000 --- a/.icons/Dracula/actions/24/view-media-track.svg +++ /dev/null @@ -1 +0,0 @@ -filename-filetype-amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-media-visualization.svg b/.icons/Dracula/actions/24/view-media-visualization.svg deleted file mode 100644 index c731608e2..000000000 --- a/.icons/Dracula/actions/24/view-media-visualization.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-preview.svg b/.icons/Dracula/actions/24/view-preview.svg deleted file mode 100644 index f855b0c50..000000000 --- a/.icons/Dracula/actions/24/view-preview.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-refresh.svg b/.icons/Dracula/actions/24/view-refresh.svg deleted file mode 100644 index 8d47b3155..000000000 --- a/.icons/Dracula/actions/24/view-refresh.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-restore.svg b/.icons/Dracula/actions/24/view-restore.svg deleted file mode 100644 index f4ddfcb73..000000000 --- a/.icons/Dracula/actions/24/view-restore.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-right-close.svg b/.icons/Dracula/actions/24/view-right-close.svg deleted file mode 100644 index 2c08b6b9f..000000000 --- a/.icons/Dracula/actions/24/view-right-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-right-new.svg b/.icons/Dracula/actions/24/view-right-new.svg deleted file mode 100644 index 4775dbe40..000000000 --- a/.icons/Dracula/actions/24/view-right-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-services-scripted-amarok.svg b/.icons/Dracula/actions/24/view-services-scripted-amarok.svg deleted file mode 120000 index 4afc2562c..000000000 --- a/.icons/Dracula/actions/24/view-services-scripted-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -amarok_scripts.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/view-sidetree.svg b/.icons/Dracula/actions/24/view-sidetree.svg deleted file mode 100644 index 9bc3f6d7d..000000000 --- a/.icons/Dracula/actions/24/view-sidetree.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-sort-ascending-name.svg b/.icons/Dracula/actions/24/view-sort-ascending-name.svg deleted file mode 100644 index 1c3d1be8e..000000000 --- a/.icons/Dracula/actions/24/view-sort-ascending-name.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-sort-ascending.svg b/.icons/Dracula/actions/24/view-sort-ascending.svg deleted file mode 100644 index a2ea877c4..000000000 --- a/.icons/Dracula/actions/24/view-sort-ascending.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-sort-descending-name.svg b/.icons/Dracula/actions/24/view-sort-descending-name.svg deleted file mode 100644 index e5bc2903c..000000000 --- a/.icons/Dracula/actions/24/view-sort-descending-name.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-sort-descending.svg b/.icons/Dracula/actions/24/view-sort-descending.svg deleted file mode 100644 index 876b972ed..000000000 --- a/.icons/Dracula/actions/24/view-sort-descending.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-sort.svg b/.icons/Dracula/actions/24/view-sort.svg deleted file mode 100644 index bd58a3d48..000000000 --- a/.icons/Dracula/actions/24/view-sort.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-statistics.svg b/.icons/Dracula/actions/24/view-statistics.svg deleted file mode 100644 index 96603b07b..000000000 --- a/.icons/Dracula/actions/24/view-statistics.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/view-visible.svg b/.icons/Dracula/actions/24/view-visible.svg deleted file mode 100644 index 8558a0b60..000000000 --- a/.icons/Dracula/actions/24/view-visible.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/viewimage.svg b/.icons/Dracula/actions/24/viewimage.svg deleted file mode 120000 index 86ff0f488..000000000 --- a/.icons/Dracula/actions/24/viewimage.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/visibility.svg b/.icons/Dracula/actions/24/visibility.svg deleted file mode 120000 index 465931136..000000000 --- a/.icons/Dracula/actions/24/visibility.svg +++ /dev/null @@ -1 +0,0 @@ -view-visible.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/wallet-closed.svg b/.icons/Dracula/actions/24/wallet-closed.svg deleted file mode 120000 index 761fdb59a..000000000 --- a/.icons/Dracula/actions/24/wallet-closed.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/wallet-open.svg b/.icons/Dracula/actions/24/wallet-open.svg deleted file mode 100644 index fe1d422f2..000000000 --- a/.icons/Dracula/actions/24/wallet-open.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/warnnext.svg b/.icons/Dracula/actions/24/warnnext.svg deleted file mode 100644 index dfd7e367d..000000000 --- a/.icons/Dracula/actions/24/warnnext.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/warnprev.svg b/.icons/Dracula/actions/24/warnprev.svg deleted file mode 100644 index 8c03ea9c6..000000000 --- a/.icons/Dracula/actions/24/warnprev.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/.icons/Dracula/actions/24/window-close.svg b/.icons/Dracula/actions/24/window-close.svg deleted file mode 100644 index 1a3bf8fb9..000000000 --- a/.icons/Dracula/actions/24/window-close.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.icons/Dracula/actions/24/window-duplicate.svg b/.icons/Dracula/actions/24/window-duplicate.svg deleted file mode 100644 index ef8f6cc89..000000000 --- a/.icons/Dracula/actions/24/window-duplicate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/window-new.svg b/.icons/Dracula/actions/24/window-new.svg deleted file mode 100644 index 27867b83f..000000000 --- a/.icons/Dracula/actions/24/window-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/window.svg b/.icons/Dracula/actions/24/window.svg deleted file mode 100644 index a482472ed..000000000 --- a/.icons/Dracula/actions/24/window.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/y-zoom-in.svg b/.icons/Dracula/actions/24/y-zoom-in.svg deleted file mode 100644 index 193f8e13c..000000000 --- a/.icons/Dracula/actions/24/y-zoom-in.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-1-to-2.svg b/.icons/Dracula/actions/24/zoom-1-to-2.svg deleted file mode 100644 index dbd100ac9..000000000 --- a/.icons/Dracula/actions/24/zoom-1-to-2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-2-to-1.svg b/.icons/Dracula/actions/24/zoom-2-to-1.svg deleted file mode 100644 index 88b3bf4cd..000000000 --- a/.icons/Dracula/actions/24/zoom-2-to-1.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-draw.svg b/.icons/Dracula/actions/24/zoom-draw.svg deleted file mode 120000 index a77e7a14f..000000000 --- a/.icons/Dracula/actions/24/zoom-draw.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom-fit-best.svg b/.icons/Dracula/actions/24/zoom-fit-best.svg deleted file mode 100644 index ff4cf3dac..000000000 --- a/.icons/Dracula/actions/24/zoom-fit-best.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-fit-height.svg b/.icons/Dracula/actions/24/zoom-fit-height.svg deleted file mode 100644 index 9df4d8c12..000000000 --- a/.icons/Dracula/actions/24/zoom-fit-height.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-fit-selection.svg b/.icons/Dracula/actions/24/zoom-fit-selection.svg deleted file mode 120000 index 037a51b61..000000000 --- a/.icons/Dracula/actions/24/zoom-fit-selection.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-select.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom-fit-width.svg b/.icons/Dracula/actions/24/zoom-fit-width.svg deleted file mode 100644 index d92a542c1..000000000 --- a/.icons/Dracula/actions/24/zoom-fit-width.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-in-large.svg b/.icons/Dracula/actions/24/zoom-in-large.svg deleted file mode 120000 index a74d0584f..000000000 --- a/.icons/Dracula/actions/24/zoom-in-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom-in-x.svg b/.icons/Dracula/actions/24/zoom-in-x.svg deleted file mode 100644 index cf9801d7e..000000000 --- a/.icons/Dracula/actions/24/zoom-in-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-in.svg b/.icons/Dracula/actions/24/zoom-in.svg deleted file mode 100644 index 2008b21a3..000000000 --- a/.icons/Dracula/actions/24/zoom-in.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-next.svg b/.icons/Dracula/actions/24/zoom-next.svg deleted file mode 100644 index 97ead62da..000000000 --- a/.icons/Dracula/actions/24/zoom-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-original.svg b/.icons/Dracula/actions/24/zoom-original.svg deleted file mode 100644 index cfa5c8851..000000000 --- a/.icons/Dracula/actions/24/zoom-original.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-out-large.svg b/.icons/Dracula/actions/24/zoom-out-large.svg deleted file mode 120000 index 580ed013e..000000000 --- a/.icons/Dracula/actions/24/zoom-out-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom-out-x.svg b/.icons/Dracula/actions/24/zoom-out-x.svg deleted file mode 100644 index 49cec7630..000000000 --- a/.icons/Dracula/actions/24/zoom-out-x.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-out-y.svg b/.icons/Dracula/actions/24/zoom-out-y.svg deleted file mode 100644 index debe66bd8..000000000 --- a/.icons/Dracula/actions/24/zoom-out-y.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-out.svg b/.icons/Dracula/actions/24/zoom-out.svg deleted file mode 100644 index 75447646f..000000000 --- a/.icons/Dracula/actions/24/zoom-out.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-previous.svg b/.icons/Dracula/actions/24/zoom-previous.svg deleted file mode 100644 index d7df90c2d..000000000 --- a/.icons/Dracula/actions/24/zoom-previous.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24/zoom-select-fit.svg b/.icons/Dracula/actions/24/zoom-select-fit.svg deleted file mode 120000 index cc77c1cf2..000000000 --- a/.icons/Dracula/actions/24/zoom-select-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom-select-x.svg b/.icons/Dracula/actions/24/zoom-select-x.svg deleted file mode 120000 index 157250559..000000000 --- a/.icons/Dracula/actions/24/zoom-select-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom-select-y.svg b/.icons/Dracula/actions/24/zoom-select-y.svg deleted file mode 120000 index e84c27278..000000000 --- a/.icons/Dracula/actions/24/zoom-select-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom-select.svg b/.icons/Dracula/actions/24/zoom-select.svg deleted file mode 120000 index a77e7a14f..000000000 --- a/.icons/Dracula/actions/24/zoom-select.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/24/zoom.svg b/.icons/Dracula/actions/24/zoom.svg deleted file mode 100644 index c502fd363..000000000 --- a/.icons/Dracula/actions/24/zoom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/24@2x b/.icons/Dracula/actions/24@2x deleted file mode 120000 index cabf43b5d..000000000 --- a/.icons/Dracula/actions/24@2x +++ /dev/null @@ -1 +0,0 @@ -24 \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/.directory b/.icons/Dracula/actions/symbolic/.directory deleted file mode 100644 index eaea40f41..000000000 --- a/.icons/Dracula/actions/symbolic/.directory +++ /dev/null @@ -1,3 +0,0 @@ -[Dolphin] -Timestamp=2020,3,2,21,45,10 -Version=4 diff --git a/.icons/Dracula/actions/symbolic/action-unavailable-symbolic.svg b/.icons/Dracula/actions/symbolic/action-unavailable-symbolic.svg deleted file mode 120000 index 7fc998326..000000000 --- a/.icons/Dracula/actions/symbolic/action-unavailable-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/dialog-cancel.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/application-exit-symbolic.svg b/.icons/Dracula/actions/symbolic/application-exit-symbolic.svg deleted file mode 120000 index 7c95b9637..000000000 --- a/.icons/Dracula/actions/symbolic/application-exit-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/application-exit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-edit-symbolic.svg b/.icons/Dracula/actions/symbolic/document-edit-symbolic.svg deleted file mode 120000 index 7d1b0b291..000000000 --- a/.icons/Dracula/actions/symbolic/document-edit-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-new-symbolic.svg b/.icons/Dracula/actions/symbolic/document-new-symbolic.svg deleted file mode 120000 index 08d640e88..000000000 --- a/.icons/Dracula/actions/symbolic/document-new-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-open-symbolic.svg b/.icons/Dracula/actions/symbolic/document-open-symbolic.svg deleted file mode 120000 index 6a2a5ef06..000000000 --- a/.icons/Dracula/actions/symbolic/document-open-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-open.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-print-preview-symbolic.svg b/.icons/Dracula/actions/symbolic/document-print-preview-symbolic.svg deleted file mode 120000 index ec5435ff6..000000000 --- a/.icons/Dracula/actions/symbolic/document-print-preview-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-print-preview.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-print-symbolic.svg b/.icons/Dracula/actions/symbolic/document-print-symbolic.svg deleted file mode 120000 index de87344e3..000000000 --- a/.icons/Dracula/actions/symbolic/document-print-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-print.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-properties-symbolic.svg b/.icons/Dracula/actions/symbolic/document-properties-symbolic.svg deleted file mode 120000 index c691e58a2..000000000 --- a/.icons/Dracula/actions/symbolic/document-properties-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/configure.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-revert-symbolic.svg b/.icons/Dracula/actions/symbolic/document-revert-symbolic.svg deleted file mode 120000 index 9d94ea94c..000000000 --- a/.icons/Dracula/actions/symbolic/document-revert-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-revert.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-save-as-symbolic.svg b/.icons/Dracula/actions/symbolic/document-save-as-symbolic.svg deleted file mode 120000 index a6c2e1401..000000000 --- a/.icons/Dracula/actions/symbolic/document-save-as-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-save-as.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/document-save-symbolic.svg b/.icons/Dracula/actions/symbolic/document-save-symbolic.svg deleted file mode 120000 index 1e3eb7a94..000000000 --- a/.icons/Dracula/actions/symbolic/document-save-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-save.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-clear-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-clear-rtl-symbolic.svg deleted file mode 120000 index d6034217c..000000000 --- a/.icons/Dracula/actions/symbolic/edit-clear-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-clear-locationbar-rtl.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-clear-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/edit-clear-symbolic-rtl.svg deleted file mode 120000 index d6034217c..000000000 --- a/.icons/Dracula/actions/symbolic/edit-clear-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-clear-locationbar-rtl.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-clear-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-clear-symbolic.svg deleted file mode 120000 index f4cdd9e6c..000000000 --- a/.icons/Dracula/actions/symbolic/edit-clear-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-clear.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-copy-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-copy-symbolic.svg deleted file mode 120000 index 6d5b9d5d8..000000000 --- a/.icons/Dracula/actions/symbolic/edit-copy-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-copy.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-cut-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-cut-symbolic.svg deleted file mode 120000 index c162b46a7..000000000 --- a/.icons/Dracula/actions/symbolic/edit-cut-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-cut.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-delete-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-delete-symbolic.svg deleted file mode 120000 index 9507cb263..000000000 --- a/.icons/Dracula/actions/symbolic/edit-delete-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-delete.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-find-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-find-symbolic.svg deleted file mode 120000 index f5530ce1d..000000000 --- a/.icons/Dracula/actions/symbolic/edit-find-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-paste-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-paste-symbolic.svg deleted file mode 120000 index 7ed0101fc..000000000 --- a/.icons/Dracula/actions/symbolic/edit-paste-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-paste.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-redo-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-redo-rtl-symbolic.svg deleted file mode 120000 index 27ab8dab8..000000000 --- a/.icons/Dracula/actions/symbolic/edit-redo-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-undo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-redo-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/edit-redo-symbolic-rtl.svg deleted file mode 120000 index 032883232..000000000 --- a/.icons/Dracula/actions/symbolic/edit-redo-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-redo-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-redo-symbolic.svg deleted file mode 120000 index c9bb4fb9f..000000000 --- a/.icons/Dracula/actions/symbolic/edit-redo-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-redo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-select-all-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-select-all-symbolic.svg deleted file mode 120000 index 049dd0d92..000000000 --- a/.icons/Dracula/actions/symbolic/edit-select-all-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-select-all.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-symbolic.svg deleted file mode 120000 index 7d1b0b291..000000000 --- a/.icons/Dracula/actions/symbolic/edit-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-edit.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-undo-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-undo-rtl-symbolic.svg deleted file mode 120000 index c9bb4fb9f..000000000 --- a/.icons/Dracula/actions/symbolic/edit-undo-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-redo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-undo-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/edit-undo-symbolic-rtl.svg deleted file mode 120000 index 62e32d72a..000000000 --- a/.icons/Dracula/actions/symbolic/edit-undo-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/edit-undo-symbolic.svg b/.icons/Dracula/actions/symbolic/edit-undo-symbolic.svg deleted file mode 120000 index 27ab8dab8..000000000 --- a/.icons/Dracula/actions/symbolic/edit-undo-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-undo.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/export-symbolic.svg b/.icons/Dracula/actions/symbolic/export-symbolic.svg deleted file mode 120000 index 78cc04e18..000000000 --- a/.icons/Dracula/actions/symbolic/export-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-export.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/file-search-symbolic.svg b/.icons/Dracula/actions/symbolic/file-search-symbolic.svg deleted file mode 120000 index f5530ce1d..000000000 --- a/.icons/Dracula/actions/symbolic/file-search-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/filter-symbolic.svg b/.icons/Dracula/actions/symbolic/filter-symbolic.svg deleted file mode 120000 index fbe46fb2b..000000000 --- a/.icons/Dracula/actions/symbolic/filter-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-filter.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/folder-new-symbolic.svg b/.icons/Dracula/actions/symbolic/folder-new-symbolic.svg deleted file mode 120000 index 2eeddc88a..000000000 --- a/.icons/Dracula/actions/symbolic/folder-new-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/folder-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-bottom-symbolic.svg b/.icons/Dracula/actions/symbolic/go-bottom-symbolic.svg deleted file mode 120000 index 43e71b061..000000000 --- a/.icons/Dracula/actions/symbolic/go-bottom-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-bottom.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-down-symbolic.svg b/.icons/Dracula/actions/symbolic/go-down-symbolic.svg deleted file mode 120000 index 6fff650e4..000000000 --- a/.icons/Dracula/actions/symbolic/go-down-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-down.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-first-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/go-first-rtl-symbolic.svg deleted file mode 120000 index f99c88552..000000000 --- a/.icons/Dracula/actions/symbolic/go-first-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-first-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/go-first-symbolic-rtl.svg deleted file mode 120000 index ca2456cfa..000000000 --- a/.icons/Dracula/actions/symbolic/go-first-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-last-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-first-symbolic.svg b/.icons/Dracula/actions/symbolic/go-first-symbolic.svg deleted file mode 120000 index d9a5ef901..000000000 --- a/.icons/Dracula/actions/symbolic/go-first-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-first-view.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-home-symbolic.svg b/.icons/Dracula/actions/symbolic/go-home-symbolic.svg deleted file mode 120000 index 0a4cf3697..000000000 --- a/.icons/Dracula/actions/symbolic/go-home-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-home.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-jump-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/go-jump-rtl-symbolic.svg deleted file mode 120000 index 256e605ea..000000000 --- a/.icons/Dracula/actions/symbolic/go-jump-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-jump-symbolic.svg b/.icons/Dracula/actions/symbolic/go-jump-symbolic.svg deleted file mode 120000 index 256e605ea..000000000 --- a/.icons/Dracula/actions/symbolic/go-jump-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-jump.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-last-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/go-last-rtl-symbolic.svg deleted file mode 120000 index ea2f21aa4..000000000 --- a/.icons/Dracula/actions/symbolic/go-last-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-first.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-last-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/go-last-symbolic-rtl.svg deleted file mode 120000 index c3717c5a7..000000000 --- a/.icons/Dracula/actions/symbolic/go-last-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-first-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-last-symbolic.svg b/.icons/Dracula/actions/symbolic/go-last-symbolic.svg deleted file mode 120000 index f99c88552..000000000 --- a/.icons/Dracula/actions/symbolic/go-last-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-last.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-next-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/go-next-rtl-symbolic.svg deleted file mode 120000 index 5bb3f5761..000000000 --- a/.icons/Dracula/actions/symbolic/go-next-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-next-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/go-next-symbolic-rtl.svg deleted file mode 120000 index b3dc2735c..000000000 --- a/.icons/Dracula/actions/symbolic/go-next-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-next-symbolic.svg b/.icons/Dracula/actions/symbolic/go-next-symbolic.svg deleted file mode 120000 index 3e797789a..000000000 --- a/.icons/Dracula/actions/symbolic/go-next-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-previous-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/go-previous-rtl-symbolic.svg deleted file mode 120000 index 3e797789a..000000000 --- a/.icons/Dracula/actions/symbolic/go-previous-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-next.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-previous-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/go-previous-symbolic-rtl.svg deleted file mode 120000 index cbf8ba40c..000000000 --- a/.icons/Dracula/actions/symbolic/go-previous-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-next-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-previous-symbolic.svg b/.icons/Dracula/actions/symbolic/go-previous-symbolic.svg deleted file mode 120000 index 5bb3f5761..000000000 --- a/.icons/Dracula/actions/symbolic/go-previous-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-previous.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-top-symbolic.svg b/.icons/Dracula/actions/symbolic/go-top-symbolic.svg deleted file mode 120000 index 2b1d40858..000000000 --- a/.icons/Dracula/actions/symbolic/go-top-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-top.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/go-up-symbolic.svg b/.icons/Dracula/actions/symbolic/go-up-symbolic.svg deleted file mode 120000 index 8f6c18fee..000000000 --- a/.icons/Dracula/actions/symbolic/go-up-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/go-up.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/help-about-symbolic.svg b/.icons/Dracula/actions/symbolic/help-about-symbolic.svg deleted file mode 120000 index b89828537..000000000 --- a/.icons/Dracula/actions/symbolic/help-about-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/help-about.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/image-invert-symbolic.svg b/.icons/Dracula/actions/symbolic/image-invert-symbolic.svg deleted file mode 120000 index a965c3d1f..000000000 --- a/.icons/Dracula/actions/symbolic/image-invert-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-select-invert.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/image-resize-symbolic.svg b/.icons/Dracula/actions/symbolic/image-resize-symbolic.svg deleted file mode 120000 index b28bf031d..000000000 --- a/.icons/Dracula/actions/symbolic/image-resize-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/transform-scale.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/insert-link-symbolic.svg b/.icons/Dracula/actions/symbolic/insert-link-symbolic.svg deleted file mode 120000 index 3ad13aac9..000000000 --- a/.icons/Dracula/actions/symbolic/insert-link-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/insert-link.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/list-add-symbolic.svg b/.icons/Dracula/actions/symbolic/list-add-symbolic.svg deleted file mode 120000 index ad91ff6c8..000000000 --- a/.icons/Dracula/actions/symbolic/list-add-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/list-add.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/list-remove-all-symbolic.svg b/.icons/Dracula/actions/symbolic/list-remove-all-symbolic.svg deleted file mode 120000 index dc405338e..000000000 --- a/.icons/Dracula/actions/symbolic/list-remove-all-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/list-remove.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-eject-symbolic.svg b/.icons/Dracula/actions/symbolic/media-eject-symbolic.svg deleted file mode 120000 index 91cbe1b98..000000000 --- a/.icons/Dracula/actions/symbolic/media-eject-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-eject.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-playback-pause-symbolic.svg b/.icons/Dracula/actions/symbolic/media-playback-pause-symbolic.svg deleted file mode 120000 index 0e76cfd80..000000000 --- a/.icons/Dracula/actions/symbolic/media-playback-pause-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-playback-pause.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-playback-start-symbolic.svg b/.icons/Dracula/actions/symbolic/media-playback-start-symbolic.svg deleted file mode 120000 index a1665cc8e..000000000 --- a/.icons/Dracula/actions/symbolic/media-playback-start-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-playback-start.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-playback-stop-symbolic.svg b/.icons/Dracula/actions/symbolic/media-playback-stop-symbolic.svg deleted file mode 120000 index 45149aaca..000000000 --- a/.icons/Dracula/actions/symbolic/media-playback-stop-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-playback-stop.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-record-symbolic.svg b/.icons/Dracula/actions/symbolic/media-record-symbolic.svg deleted file mode 120000 index 8460072a7..000000000 --- a/.icons/Dracula/actions/symbolic/media-record-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-record.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-seek-backward-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/media-seek-backward-rtl-symbolic.svg deleted file mode 120000 index 610a8eb3f..000000000 --- a/.icons/Dracula/actions/symbolic/media-seek-backward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-seek-forward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-seek-backward-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/media-seek-backward-symbolic-rtl.svg deleted file mode 120000 index a3c08d5d2..000000000 --- a/.icons/Dracula/actions/symbolic/media-seek-backward-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-seek-backward-symbolic.svg b/.icons/Dracula/actions/symbolic/media-seek-backward-symbolic.svg deleted file mode 120000 index 29c6c69c1..000000000 --- a/.icons/Dracula/actions/symbolic/media-seek-backward-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-seek-backward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-seek-forward-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/media-seek-forward-rtl-symbolic.svg deleted file mode 120000 index 29c6c69c1..000000000 --- a/.icons/Dracula/actions/symbolic/media-seek-forward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-seek-backward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-seek-forward-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/media-seek-forward-symbolic-rtl.svg deleted file mode 120000 index 2f0cab33a..000000000 --- a/.icons/Dracula/actions/symbolic/media-seek-forward-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-seek-forward-symbolic.svg b/.icons/Dracula/actions/symbolic/media-seek-forward-symbolic.svg deleted file mode 120000 index 610a8eb3f..000000000 --- a/.icons/Dracula/actions/symbolic/media-seek-forward-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-seek-forward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-skip-backward-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/media-skip-backward-rtl-symbolic.svg deleted file mode 120000 index 2a9587d98..000000000 --- a/.icons/Dracula/actions/symbolic/media-skip-backward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-skip-forward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-skip-backward-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/media-skip-backward-symbolic-rtl.svg deleted file mode 120000 index 8515e7cad..000000000 --- a/.icons/Dracula/actions/symbolic/media-skip-backward-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-skip-backward-symbolic.svg b/.icons/Dracula/actions/symbolic/media-skip-backward-symbolic.svg deleted file mode 120000 index d14357d2d..000000000 --- a/.icons/Dracula/actions/symbolic/media-skip-backward-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-skip-backward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-skip-forward-rtl-symbolic.svg b/.icons/Dracula/actions/symbolic/media-skip-forward-rtl-symbolic.svg deleted file mode 120000 index d14357d2d..000000000 --- a/.icons/Dracula/actions/symbolic/media-skip-forward-rtl-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-skip-backward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-skip-forward-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/media-skip-forward-symbolic-rtl.svg deleted file mode 120000 index 3b7769f2a..000000000 --- a/.icons/Dracula/actions/symbolic/media-skip-forward-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/media-skip-forward-symbolic.svg b/.icons/Dracula/actions/symbolic/media-skip-forward-symbolic.svg deleted file mode 120000 index 2a9587d98..000000000 --- a/.icons/Dracula/actions/symbolic/media-skip-forward-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/media-skip-forward.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/object-select-symbolic.svg b/.icons/Dracula/actions/symbolic/object-select-symbolic.svg deleted file mode 120000 index 1ddd62312..000000000 --- a/.icons/Dracula/actions/symbolic/object-select-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/dialog-ok-apply.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/open-menu-symbolic.svg b/.icons/Dracula/actions/symbolic/open-menu-symbolic.svg deleted file mode 120000 index d60c5327d..000000000 --- a/.icons/Dracula/actions/symbolic/open-menu-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/application-menu.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/pane-hide-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/pane-hide-symbolic-rtl.svg deleted file mode 120000 index 5ad468dc2..000000000 --- a/.icons/Dracula/actions/symbolic/pane-hide-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -pane-show-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/pane-hide-symbolic.svg b/.icons/Dracula/actions/symbolic/pane-hide-symbolic.svg deleted file mode 100644 index f768f53ae..000000000 --- a/.icons/Dracula/actions/symbolic/pane-hide-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/pane-show-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/pane-show-symbolic-rtl.svg deleted file mode 120000 index be58fcda0..000000000 --- a/.icons/Dracula/actions/symbolic/pane-show-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -pane-hide-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/pane-show-symbolic.svg b/.icons/Dracula/actions/symbolic/pane-show-symbolic.svg deleted file mode 100644 index 7ad7944d2..000000000 --- a/.icons/Dracula/actions/symbolic/pane-show-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/send-to-symbolic.svg b/.icons/Dracula/actions/symbolic/send-to-symbolic.svg deleted file mode 120000 index c7ddb1ccd..000000000 --- a/.icons/Dracula/actions/symbolic/send-to-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/document-share.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/sidebar-hide-symbolic.svg b/.icons/Dracula/actions/symbolic/sidebar-hide-symbolic.svg deleted file mode 120000 index 5ad468dc2..000000000 --- a/.icons/Dracula/actions/symbolic/sidebar-hide-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -pane-show-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/sidebar-places-symbolic.svg b/.icons/Dracula/actions/symbolic/sidebar-places-symbolic.svg deleted file mode 100644 index d24be8722..000000000 --- a/.icons/Dracula/actions/symbolic/sidebar-places-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/sidebar-show-symbolic.svg b/.icons/Dracula/actions/symbolic/sidebar-show-symbolic.svg deleted file mode 120000 index be58fcda0..000000000 --- a/.icons/Dracula/actions/symbolic/sidebar-show-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -pane-hide-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/system-search-symbolic.svg b/.icons/Dracula/actions/symbolic/system-search-symbolic.svg deleted file mode 120000 index f5530ce1d..000000000 --- a/.icons/Dracula/actions/symbolic/system-search-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/edit-find.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/tab-new-symbolic.svg b/.icons/Dracula/actions/symbolic/tab-new-symbolic.svg deleted file mode 120000 index e1ad585e3..000000000 --- a/.icons/Dracula/actions/symbolic/tab-new-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/tab-new.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-fullscreen-symbolic.svg b/.icons/Dracula/actions/symbolic/view-fullscreen-symbolic.svg deleted file mode 120000 index 36b42d327..000000000 --- a/.icons/Dracula/actions/symbolic/view-fullscreen-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-fullscreen.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-grid-symbolic.svg b/.icons/Dracula/actions/symbolic/view-grid-symbolic.svg deleted file mode 120000 index 022780b27..000000000 --- a/.icons/Dracula/actions/symbolic/view-grid-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-list-icons.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-left-pane-symbolic-rtl.svg b/.icons/Dracula/actions/symbolic/view-left-pane-symbolic-rtl.svg deleted file mode 120000 index a9e90f075..000000000 --- a/.icons/Dracula/actions/symbolic/view-left-pane-symbolic-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -view-right-pane-symbolic.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-left-pane-symbolic.svg b/.icons/Dracula/actions/symbolic/view-left-pane-symbolic.svg deleted file mode 100644 index 5d0af7cdf..000000000 --- a/.icons/Dracula/actions/symbolic/view-left-pane-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/view-list-symbolic.svg b/.icons/Dracula/actions/symbolic/view-list-symbolic.svg deleted file mode 120000 index 38d27e8c9..000000000 --- a/.icons/Dracula/actions/symbolic/view-list-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-list-details.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-refresh-symbolic.svg b/.icons/Dracula/actions/symbolic/view-refresh-symbolic.svg deleted file mode 120000 index ef3de3a4d..000000000 --- a/.icons/Dracula/actions/symbolic/view-refresh-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-refresh.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-restore-symbolic.svg b/.icons/Dracula/actions/symbolic/view-restore-symbolic.svg deleted file mode 120000 index 7b36e829c..000000000 --- a/.icons/Dracula/actions/symbolic/view-restore-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-restore.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-right-pane-symbolic.svg b/.icons/Dracula/actions/symbolic/view-right-pane-symbolic.svg deleted file mode 100644 index f1d4c33b3..000000000 --- a/.icons/Dracula/actions/symbolic/view-right-pane-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/view-sort-ascending-symbolic.svg b/.icons/Dracula/actions/symbolic/view-sort-ascending-symbolic.svg deleted file mode 120000 index 1c25cf564..000000000 --- a/.icons/Dracula/actions/symbolic/view-sort-ascending-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-sort-ascending.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/view-sort-descending-symbolic.svg b/.icons/Dracula/actions/symbolic/view-sort-descending-symbolic.svg deleted file mode 120000 index 26ad8161e..000000000 --- a/.icons/Dracula/actions/symbolic/view-sort-descending-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/view-sort-descending.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/window-close-symbolic.svg b/.icons/Dracula/actions/symbolic/window-close-symbolic.svg deleted file mode 100644 index cdef646c0..000000000 --- a/.icons/Dracula/actions/symbolic/window-close-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/window-maximize-symbolic.svg b/.icons/Dracula/actions/symbolic/window-maximize-symbolic.svg deleted file mode 100644 index b397ac17a..000000000 --- a/.icons/Dracula/actions/symbolic/window-maximize-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/window-minimize-symbolic.svg b/.icons/Dracula/actions/symbolic/window-minimize-symbolic.svg deleted file mode 100644 index 256f7ea41..000000000 --- a/.icons/Dracula/actions/symbolic/window-minimize-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/.icons/Dracula/actions/symbolic/zoom-in-symbolic.svg b/.icons/Dracula/actions/symbolic/zoom-in-symbolic.svg deleted file mode 120000 index c007a21e2..000000000 --- a/.icons/Dracula/actions/symbolic/zoom-in-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/zoom-in.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/zoom-original-symbolic.svg b/.icons/Dracula/actions/symbolic/zoom-original-symbolic.svg deleted file mode 120000 index 1746b5748..000000000 --- a/.icons/Dracula/actions/symbolic/zoom-original-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/zoom-original.svg \ No newline at end of file diff --git a/.icons/Dracula/actions/symbolic/zoom-out-symbolic.svg b/.icons/Dracula/actions/symbolic/zoom-out-symbolic.svg deleted file mode 120000 index e6b7b87f0..000000000 --- a/.icons/Dracula/actions/symbolic/zoom-out-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -../16/zoom-out.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/.directory b/.icons/Dracula/apps/scalable/.directory deleted file mode 100644 index b63b6f5dc..000000000 --- a/.icons/Dracula/apps/scalable/.directory +++ /dev/null @@ -1,4 +0,0 @@ -[Dolphin] -SortRole=modificationtime -Timestamp=2018,9,30,1,35,5 -Version=4 diff --git a/.icons/Dracula/apps/scalable/0ad.svg b/.icons/Dracula/apps/scalable/0ad.svg deleted file mode 100644 index 7103c4385..000000000 --- a/.icons/Dracula/apps/scalable/0ad.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/10B4_steam.0.svg b/.icons/Dracula/apps/scalable/10B4_steam.0.svg deleted file mode 120000 index c630de4b6..000000000 --- a/.icons/Dracula/apps/scalable/10B4_steam.0.svg +++ /dev/null @@ -1 +0,0 @@ -steam.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/1CD8_rundll32.0.svg b/.icons/Dracula/apps/scalable/1CD8_rundll32.0.svg deleted file mode 120000 index 417f68ca1..000000000 --- a/.icons/Dracula/apps/scalable/1CD8_rundll32.0.svg +++ /dev/null @@ -1 +0,0 @@ -wine.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/1E64_notepad.0.svg b/.icons/Dracula/apps/scalable/1E64_notepad.0.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/1E64_notepad.0.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/1cestart.svg b/.icons/Dracula/apps/scalable/1cestart.svg deleted file mode 100644 index 2c2cad35b..000000000 --- a/.icons/Dracula/apps/scalable/1cestart.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/1cv8.svg b/.icons/Dracula/apps/scalable/1cv8.svg deleted file mode 120000 index 3144b306b..000000000 --- a/.icons/Dracula/apps/scalable/1cv8.svg +++ /dev/null @@ -1 +0,0 @@ -1cestart.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/1cv8c.svg b/.icons/Dracula/apps/scalable/1cv8c.svg deleted file mode 120000 index 3144b306b..000000000 --- a/.icons/Dracula/apps/scalable/1cv8c.svg +++ /dev/null @@ -1 +0,0 @@ -1cestart.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/1deepin-launcher.svg b/.icons/Dracula/apps/scalable/1deepin-launcher.svg deleted file mode 100644 index b8ff5a176..000000000 --- a/.icons/Dracula/apps/scalable/1deepin-launcher.svg +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/1password.svg b/.icons/Dracula/apps/scalable/1password.svg deleted file mode 120000 index 22a7f7ffc..000000000 --- a/.icons/Dracula/apps/scalable/1password.svg +++ /dev/null @@ -1 +0,0 @@ -password.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/2048-qt.svg b/.icons/Dracula/apps/scalable/2048-qt.svg deleted file mode 100644 index 68a5aa906..000000000 --- a/.icons/Dracula/apps/scalable/2048-qt.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/2402_msiexec.0.svg b/.icons/Dracula/apps/scalable/2402_msiexec.0.svg deleted file mode 120000 index 14429f69f..000000000 --- a/.icons/Dracula/apps/scalable/2402_msiexec.0.svg +++ /dev/null @@ -1 +0,0 @@ -wmtweaks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/2EF4_wordpad.0.svg b/.icons/Dracula/apps/scalable/2EF4_wordpad.0.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/2EF4_wordpad.0.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/4137_winhlp32.0.svg b/.icons/Dracula/apps/scalable/4137_winhlp32.0.svg deleted file mode 120000 index 74f27a8db..000000000 --- a/.icons/Dracula/apps/scalable/4137_winhlp32.0.svg +++ /dev/null @@ -1 +0,0 @@ -help.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/4kslideshowmaker.svg b/.icons/Dracula/apps/scalable/4kslideshowmaker.svg deleted file mode 100644 index 2c7e1f7e3..000000000 --- a/.icons/Dracula/apps/scalable/4kslideshowmaker.svg +++ /dev/null @@ -1,702 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/4kvideodownloader.svg b/.icons/Dracula/apps/scalable/4kvideodownloader.svg deleted file mode 100644 index c3ddfeca5..000000000 --- a/.icons/Dracula/apps/scalable/4kvideodownloader.svg +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/63EE_sublime_text.0.svg b/.icons/Dracula/apps/scalable/63EE_sublime_text.0.svg deleted file mode 120000 index e9c599f46..000000000 --- a/.icons/Dracula/apps/scalable/63EE_sublime_text.0.svg +++ /dev/null @@ -1 +0,0 @@ -sublime-text.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/7596_iexplore.0.svg b/.icons/Dracula/apps/scalable/7596_iexplore.0.svg deleted file mode 120000 index 30005047b..000000000 --- a/.icons/Dracula/apps/scalable/7596_iexplore.0.svg +++ /dev/null @@ -1 +0,0 @@ -internet-web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/7765_winebrowser.0.svg b/.icons/Dracula/apps/scalable/7765_winebrowser.0.svg deleted file mode 120000 index 417f68ca1..000000000 --- a/.icons/Dracula/apps/scalable/7765_winebrowser.0.svg +++ /dev/null @@ -1 +0,0 @@ -wine.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/7kaa.svg b/.icons/Dracula/apps/scalable/7kaa.svg deleted file mode 100644 index d26d409e8..000000000 --- a/.icons/Dracula/apps/scalable/7kaa.svg +++ /dev/null @@ -1,702 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/7z.svg b/.icons/Dracula/apps/scalable/7z.svg deleted file mode 120000 index 72381dbe8..000000000 --- a/.icons/Dracula/apps/scalable/7z.svg +++ /dev/null @@ -1 +0,0 @@ -file-roller.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/7zip.svg b/.icons/Dracula/apps/scalable/7zip.svg deleted file mode 120000 index 72381dbe8..000000000 --- a/.icons/Dracula/apps/scalable/7zip.svg +++ /dev/null @@ -1 +0,0 @@ -file-roller.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/8ball.svg b/.icons/Dracula/apps/scalable/8ball.svg deleted file mode 100644 index e241efaca..000000000 --- a/.icons/Dracula/apps/scalable/8ball.svg +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/8tracks.svg b/.icons/Dracula/apps/scalable/8tracks.svg deleted file mode 100644 index 7a41570d5..000000000 --- a/.icons/Dracula/apps/scalable/8tracks.svg +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/A35F_hh.0.svg b/.icons/Dracula/apps/scalable/A35F_hh.0.svg deleted file mode 120000 index 74f27a8db..000000000 --- a/.icons/Dracula/apps/scalable/A35F_hh.0.svg +++ /dev/null @@ -1 +0,0 @@ -help.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Abricotine.svg b/.icons/Dracula/apps/scalable/Abricotine.svg deleted file mode 120000 index b5d50149e..000000000 --- a/.icons/Dracula/apps/scalable/Abricotine.svg +++ /dev/null @@ -1 +0,0 @@ -abricotine.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/AdobeReader.svg b/.icons/Dracula/apps/scalable/AdobeReader.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/AdobeReader.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/AdobeReader10.svg b/.icons/Dracula/apps/scalable/AdobeReader10.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/AdobeReader10.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/AdobeReader11.svg b/.icons/Dracula/apps/scalable/AdobeReader11.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/AdobeReader11.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/AdobeReader12.svg b/.icons/Dracula/apps/scalable/AdobeReader12.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/AdobeReader12.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/AdobeReader7.svg b/.icons/Dracula/apps/scalable/AdobeReader7.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/AdobeReader7.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/AdobeReader8.svg b/.icons/Dracula/apps/scalable/AdobeReader8.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/AdobeReader8.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/AdobeReader9.svg b/.icons/Dracula/apps/scalable/AdobeReader9.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/AdobeReader9.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.ca.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.ca.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.ca.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.cn.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.cn.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.cn.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.co.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.co.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.co.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.co.uk.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.co.uk.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.co.uk.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.com.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.com.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.com.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.de.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.de.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.de.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.es.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.es.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.es.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.fr.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.fr.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.fr.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Amazon-www.amazon.it.svg b/.icons/Dracula/apps/scalable/Amazon-www.amazon.it.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/Amazon-www.amazon.it.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Angry-Birds-chrome.angrybirds.com.svg b/.icons/Dracula/apps/scalable/Angry-Birds-chrome.angrybirds.com.svg deleted file mode 120000 index d2112540b..000000000 --- a/.icons/Dracula/apps/scalable/Angry-Birds-chrome.angrybirds.com.svg +++ /dev/null @@ -1 +0,0 @@ -angry-birds.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/BTM.svg b/.icons/Dracula/apps/scalable/BTM.svg deleted file mode 120000 index 6e314c535..000000000 --- a/.icons/Dracula/apps/scalable/BTM.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-camera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/CMakeSetup.svg b/.icons/Dracula/apps/scalable/CMakeSetup.svg deleted file mode 100644 index 6edd95d21..000000000 --- a/.icons/Dracula/apps/scalable/CMakeSetup.svg +++ /dev/null @@ -1,664 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/CMakeSetup32.svg b/.icons/Dracula/apps/scalable/CMakeSetup32.svg deleted file mode 120000 index d73f7c097..000000000 --- a/.icons/Dracula/apps/scalable/CMakeSetup32.svg +++ /dev/null @@ -1 +0,0 @@ -CMakeSetup.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/DBeaver.svg b/.icons/Dracula/apps/scalable/DBeaver.svg deleted file mode 100644 index b94a705a3..000000000 --- a/.icons/Dracula/apps/scalable/DBeaver.svg +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/Dnfdragora.svg b/.icons/Dracula/apps/scalable/Dnfdragora.svg deleted file mode 100644 index 372b75604..000000000 --- a/.icons/Dracula/apps/scalable/Dnfdragora.svg +++ /dev/null @@ -1,702 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/FedoraMediaWriter.svg b/.icons/Dracula/apps/scalable/FedoraMediaWriter.svg deleted file mode 100644 index b76b69153..000000000 --- a/.icons/Dracula/apps/scalable/FedoraMediaWriter.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/Firefox-Nightly.svg b/.icons/Dracula/apps/scalable/Firefox-Nightly.svg deleted file mode 100644 index 5cc9eff67..000000000 --- a/.icons/Dracula/apps/scalable/Firefox-Nightly.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/Gnome-Camara.svg b/.icons/Dracula/apps/scalable/Gnome-Camara.svg deleted file mode 120000 index 6e314c535..000000000 --- a/.icons/Dracula/apps/scalable/Gnome-Camara.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-camera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Gnome-Documents.svg b/.icons/Dracula/apps/scalable/Gnome-Documents.svg deleted file mode 100644 index 1a0d87b85..000000000 --- a/.icons/Dracula/apps/scalable/Gnome-Documents.svg +++ /dev/null @@ -1,3463 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/Gnome-Maps.svg b/.icons/Dracula/apps/scalable/Gnome-Maps.svg deleted file mode 100644 index 24a03c65c..000000000 --- a/.icons/Dracula/apps/scalable/Gnome-Maps.svg +++ /dev/null @@ -1,1284 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/Gnome-Notes b/.icons/Dracula/apps/scalable/Gnome-Notes deleted file mode 120000 index 94f436855..000000000 --- a/.icons/Dracula/apps/scalable/Gnome-Notes +++ /dev/null @@ -1 +0,0 @@ -xpad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Gnome-Photos.svg b/.icons/Dracula/apps/scalable/Gnome-Photos.svg deleted file mode 120000 index 93a448ce8..000000000 --- a/.icons/Dracula/apps/scalable/Gnome-Photos.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-photos.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Gnome-notes.svg b/.icons/Dracula/apps/scalable/Gnome-notes.svg deleted file mode 120000 index 94f436855..000000000 --- a/.icons/Dracula/apps/scalable/Gnome-notes.svg +++ /dev/null @@ -1 +0,0 @@ -xpad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Grsync.SVG b/.icons/Dracula/apps/scalable/Grsync.SVG deleted file mode 120000 index c51c69491..000000000 --- a/.icons/Dracula/apps/scalable/Grsync.SVG +++ /dev/null @@ -1 +0,0 @@ -grsync.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Grsync.svg b/.icons/Dracula/apps/scalable/Grsync.svg deleted file mode 120000 index c51c69491..000000000 --- a/.icons/Dracula/apps/scalable/Grsync.svg +++ /dev/null @@ -1 +0,0 @@ -grsync.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Kazam.svg b/.icons/Dracula/apps/scalable/Kazam.svg deleted file mode 100644 index 9de7314c2..000000000 --- a/.icons/Dracula/apps/scalable/Kazam.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/MvGather.svg b/.icons/Dracula/apps/scalable/MvGather.svg deleted file mode 120000 index a30e61e16..000000000 --- a/.icons/Dracula/apps/scalable/MvGather.svg +++ /dev/null @@ -1 +0,0 @@ -totem.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Nextcloud b/.icons/Dracula/apps/scalable/Nextcloud deleted file mode 120000 index d01d25d43..000000000 --- a/.icons/Dracula/apps/scalable/Nextcloud +++ /dev/null @@ -1 +0,0 @@ -nextcloud.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Nocturn.svg b/.icons/Dracula/apps/scalable/Nocturn.svg deleted file mode 120000 index 43aa990c4..000000000 --- a/.icons/Dracula/apps/scalable/Nocturn.svg +++ /dev/null @@ -1 +0,0 @@ -nocturn.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Nylas-N1.svg b/.icons/Dracula/apps/scalable/Nylas-N1.svg deleted file mode 120000 index b8391744d..000000000 --- a/.icons/Dracula/apps/scalable/Nylas-N1.svg +++ /dev/null @@ -1 +0,0 @@ -n1.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/PacketTracer.svg b/.icons/Dracula/apps/scalable/PacketTracer.svg deleted file mode 120000 index 36abfb7b2..000000000 --- a/.icons/Dracula/apps/scalable/PacketTracer.svg +++ /dev/null @@ -1 +0,0 @@ -packettracer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Prepos.svg b/.icons/Dracula/apps/scalable/Prepos.svg deleted file mode 100644 index f207135f3..000000000 --- a/.icons/Dracula/apps/scalable/Prepos.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/QtProject-designer.svg b/.icons/Dracula/apps/scalable/QtProject-designer.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/QtProject-designer.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/QtProject-qtcreator-qt5.svg b/.icons/Dracula/apps/scalable/QtProject-qtcreator-qt5.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/QtProject-qtcreator-qt5.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/QtProject-qtcreator.svg b/.icons/Dracula/apps/scalable/QtProject-qtcreator.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/QtProject-qtcreator.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/R-linux.svg b/.icons/Dracula/apps/scalable/R-linux.svg deleted file mode 120000 index c2b458a8b..000000000 --- a/.icons/Dracula/apps/scalable/R-linux.svg +++ /dev/null @@ -1 +0,0 @@ -r-linux.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/RSS_feeds.svg b/.icons/Dracula/apps/scalable/RSS_feeds.svg deleted file mode 120000 index 5ba07e594..000000000 --- a/.icons/Dracula/apps/scalable/RSS_feeds.svg +++ /dev/null @@ -1 +0,0 @@ -akregator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ScudCloud.svg b/.icons/Dracula/apps/scalable/ScudCloud.svg deleted file mode 120000 index 7cb5329ce..000000000 --- a/.icons/Dracula/apps/scalable/ScudCloud.svg +++ /dev/null @@ -1 +0,0 @@ -slack.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Thunar.svg b/.icons/Dracula/apps/scalable/Thunar.svg deleted file mode 120000 index e08c35afa..000000000 --- a/.icons/Dracula/apps/scalable/Thunar.svg +++ /dev/null @@ -1 +0,0 @@ -thunar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/UNetbootin.svg b/.icons/Dracula/apps/scalable/UNetbootin.svg deleted file mode 120000 index 843f4feb2..000000000 --- a/.icons/Dracula/apps/scalable/UNetbootin.svg +++ /dev/null @@ -1 +0,0 @@ -unetbootin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/VBox.svg b/.icons/Dracula/apps/scalable/VBox.svg deleted file mode 120000 index f7e0337e9..000000000 --- a/.icons/Dracula/apps/scalable/VBox.svg +++ /dev/null @@ -1 +0,0 @@ -virtualbox.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Vbox.svg b/.icons/Dracula/apps/scalable/Vbox.svg deleted file mode 120000 index f7e0337e9..000000000 --- a/.icons/Dracula/apps/scalable/Vbox.svg +++ /dev/null @@ -1 +0,0 @@ -virtualbox.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/Zoom.svg b/.icons/Dracula/apps/scalable/Zoom.svg deleted file mode 100644 index ec7391ed2..000000000 --- a/.icons/Dracula/apps/scalable/Zoom.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/aarddict.svg b/.icons/Dracula/apps/scalable/aarddict.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/aarddict.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/abiword.svg b/.icons/Dracula/apps/scalable/abiword.svg deleted file mode 100644 index 1b4fad0d3..000000000 --- a/.icons/Dracula/apps/scalable/abiword.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/abiword_48.svg b/.icons/Dracula/apps/scalable/abiword_48.svg deleted file mode 120000 index 3c89b5b9c..000000000 --- a/.icons/Dracula/apps/scalable/abiword_48.svg +++ /dev/null @@ -1 +0,0 @@ -abiword.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/abricotine.svg b/.icons/Dracula/apps/scalable/abricotine.svg deleted file mode 100644 index a6e23d981..000000000 --- a/.icons/Dracula/apps/scalable/abricotine.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/abrt.svg b/.icons/Dracula/apps/scalable/abrt.svg deleted file mode 120000 index 3146dda65..000000000 --- a/.icons/Dracula/apps/scalable/abrt.svg +++ /dev/null @@ -1 +0,0 @@ -apport.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/access.svg b/.icons/Dracula/apps/scalable/access.svg deleted file mode 120000 index 7a2bed3aa..000000000 --- a/.icons/Dracula/apps/scalable/access.svg +++ /dev/null @@ -1 +0,0 @@ -accessibility.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessibility-directory.svg b/.icons/Dracula/apps/scalable/accessibility-directory.svg deleted file mode 120000 index 7a2bed3aa..000000000 --- a/.icons/Dracula/apps/scalable/accessibility-directory.svg +++ /dev/null @@ -1 +0,0 @@ -accessibility.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessibility.svg b/.icons/Dracula/apps/scalable/accessibility.svg deleted file mode 120000 index 93ed872fb..000000000 --- a/.icons/Dracula/apps/scalable/accessibility.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-accessibility.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessibility_section.svg b/.icons/Dracula/apps/scalable/accessibility_section.svg deleted file mode 120000 index 93ed872fb..000000000 --- a/.icons/Dracula/apps/scalable/accessibility_section.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-accessibility.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-archiver.svg b/.icons/Dracula/apps/scalable/accessories-archiver.svg deleted file mode 120000 index f3f331a83..000000000 --- a/.icons/Dracula/apps/scalable/accessories-archiver.svg +++ /dev/null @@ -1 +0,0 @@ -ark.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-calculator.svg b/.icons/Dracula/apps/scalable/accessories-calculator.svg deleted file mode 120000 index fddb7f6c7..000000000 --- a/.icons/Dracula/apps/scalable/accessories-calculator.svg +++ /dev/null @@ -1 +0,0 @@ -galculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-camera.svg b/.icons/Dracula/apps/scalable/accessories-camera.svg deleted file mode 100644 index 869a3b3f8..000000000 --- a/.icons/Dracula/apps/scalable/accessories-camera.svg +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/accessories-character-map.svg b/.icons/Dracula/apps/scalable/accessories-character-map.svg deleted file mode 120000 index ec7b5e752..000000000 --- a/.icons/Dracula/apps/scalable/accessories-character-map.svg +++ /dev/null @@ -1 +0,0 @@ -gucharmap.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-clock.svg b/.icons/Dracula/apps/scalable/accessories-clock.svg deleted file mode 120000 index 9f07aeaa2..000000000 --- a/.icons/Dracula/apps/scalable/accessories-clock.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-time.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-dictionary.svg b/.icons/Dracula/apps/scalable/accessories-dictionary.svg deleted file mode 100644 index e56b11760..000000000 --- a/.icons/Dracula/apps/scalable/accessories-dictionary.svg +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/accessories-ebook-reader.svg b/.icons/Dracula/apps/scalable/accessories-ebook-reader.svg deleted file mode 100644 index 756edad56..000000000 --- a/.icons/Dracula/apps/scalable/accessories-ebook-reader.svg +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/accessories-image-viewer.svg b/.icons/Dracula/apps/scalable/accessories-image-viewer.svg deleted file mode 120000 index 4f606c620..000000000 --- a/.icons/Dracula/apps/scalable/accessories-image-viewer.svg +++ /dev/null @@ -1 +0,0 @@ -ristretto.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-media-converter.svg b/.icons/Dracula/apps/scalable/accessories-media-converter.svg deleted file mode 120000 index 4563c1d8c..000000000 --- a/.icons/Dracula/apps/scalable/accessories-media-converter.svg +++ /dev/null @@ -1 +0,0 @@ -converseen.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-notes.svg b/.icons/Dracula/apps/scalable/accessories-notes.svg deleted file mode 120000 index 94f436855..000000000 --- a/.icons/Dracula/apps/scalable/accessories-notes.svg +++ /dev/null @@ -1 +0,0 @@ -xpad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-painting.svg b/.icons/Dracula/apps/scalable/accessories-painting.svg deleted file mode 120000 index 842fa48ed..000000000 --- a/.icons/Dracula/apps/scalable/accessories-painting.svg +++ /dev/null @@ -1 +0,0 @@ -krita.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-podcast.svg b/.icons/Dracula/apps/scalable/accessories-podcast.svg deleted file mode 120000 index 7f47e0160..000000000 --- a/.icons/Dracula/apps/scalable/accessories-podcast.svg +++ /dev/null @@ -1 +0,0 @@ -podcast.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/accessories-system-cleaner.svg b/.icons/Dracula/apps/scalable/accessories-system-cleaner.svg deleted file mode 100644 index c9858da06..000000000 --- a/.icons/Dracula/apps/scalable/accessories-system-cleaner.svg +++ /dev/null @@ -1,1271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/accessories-text-editor.svg b/.icons/Dracula/apps/scalable/accessories-text-editor.svg deleted file mode 100644 index 793c8a65a..000000000 --- a/.icons/Dracula/apps/scalable/accessories-text-editor.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/accessories-thesaurus.svg b/.icons/Dracula/apps/scalable/accessories-thesaurus.svg deleted file mode 120000 index fc7facf71..000000000 --- a/.icons/Dracula/apps/scalable/accessories-thesaurus.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-dictionary.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/acetoneiso.svg b/.icons/Dracula/apps/scalable/acetoneiso.svg deleted file mode 100644 index 95c772a36..000000000 --- a/.icons/Dracula/apps/scalable/acetoneiso.svg +++ /dev/null @@ -1,1297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/acidrip.svg b/.icons/Dracula/apps/scalable/acidrip.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/acidrip.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/acroread.svg b/.icons/Dracula/apps/scalable/acroread.svg deleted file mode 100644 index 8d1ed252b..000000000 --- a/.icons/Dracula/apps/scalable/acroread.svg +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/activity-log-manager.svg b/.icons/Dracula/apps/scalable/activity-log-manager.svg deleted file mode 100644 index c2b5f73ca..000000000 --- a/.icons/Dracula/apps/scalable/activity-log-manager.svg +++ /dev/null @@ -1,1153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/address-book.svg b/.icons/Dracula/apps/scalable/address-book.svg deleted file mode 100644 index cfe01f4c2..000000000 --- a/.icons/Dracula/apps/scalable/address-book.svg +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/adjust-colors.svg b/.icons/Dracula/apps/scalable/adjust-colors.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/adjust-colors.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/administration.svg b/.icons/Dracula/apps/scalable/administration.svg deleted file mode 120000 index 3fc01909a..000000000 --- a/.icons/Dracula/apps/scalable/administration.svg +++ /dev/null @@ -1 +0,0 @@ -yast.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/adobe-air.svg b/.icons/Dracula/apps/scalable/adobe-air.svg deleted file mode 100644 index f7971ca3a..000000000 --- a/.icons/Dracula/apps/scalable/adobe-air.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/adobe-flashplayer.svg b/.icons/Dracula/apps/scalable/adobe-flashplayer.svg deleted file mode 120000 index 29daacecc..000000000 --- a/.icons/Dracula/apps/scalable/adobe-flashplayer.svg +++ /dev/null @@ -1 +0,0 @@ -flash.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/adobe-reader.svg b/.icons/Dracula/apps/scalable/adobe-reader.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/adobe-reader.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/adobeAIR.svg b/.icons/Dracula/apps/scalable/adobeAIR.svg deleted file mode 120000 index 04a5caa01..000000000 --- a/.icons/Dracula/apps/scalable/adobeAIR.svg +++ /dev/null @@ -1 +0,0 @@ -adobe-air.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/adobeflashplugin.svg b/.icons/Dracula/apps/scalable/adobeflashplugin.svg deleted file mode 120000 index 29daacecc..000000000 --- a/.icons/Dracula/apps/scalable/adobeflashplugin.svg +++ /dev/null @@ -1 +0,0 @@ -flash.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/aegisub.svg b/.icons/Dracula/apps/scalable/aegisub.svg deleted file mode 120000 index 30a4d733c..000000000 --- a/.icons/Dracula/apps/scalable/aegisub.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-subtitles.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/agave.svg b/.icons/Dracula/apps/scalable/agave.svg deleted file mode 100644 index a29ea99d3..000000000 --- a/.icons/Dracula/apps/scalable/agave.svg +++ /dev/null @@ -1,1277 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/aisleriot.svg b/.icons/Dracula/apps/scalable/aisleriot.svg deleted file mode 100644 index fe36ddbce..000000000 --- a/.icons/Dracula/apps/scalable/aisleriot.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/akregator.svg b/.icons/Dracula/apps/scalable/akregator.svg deleted file mode 120000 index bb8249c5d..000000000 --- a/.icons/Dracula/apps/scalable/akregator.svg +++ /dev/null @@ -1 +0,0 @@ -feedreader.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/alacarte.svg b/.icons/Dracula/apps/scalable/alacarte.svg deleted file mode 120000 index f0eff2cd2..000000000 --- a/.icons/Dracula/apps/scalable/alacarte.svg +++ /dev/null @@ -1 +0,0 @@ -menulibre.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/alc.svg b/.icons/Dracula/apps/scalable/alc.svg deleted file mode 120000 index fc7facf71..000000000 --- a/.icons/Dracula/apps/scalable/alc.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-dictionary.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/alchemy.svg b/.icons/Dracula/apps/scalable/alchemy.svg deleted file mode 100644 index 99494a2b2..000000000 --- a/.icons/Dracula/apps/scalable/alchemy.svg +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/alevt.svg b/.icons/Dracula/apps/scalable/alevt.svg deleted file mode 120000 index 5cbf24d10..000000000 --- a/.icons/Dracula/apps/scalable/alevt.svg +++ /dev/null @@ -1 +0,0 @@ -alienarena.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/alien-arena.svg b/.icons/Dracula/apps/scalable/alien-arena.svg deleted file mode 120000 index 5cbf24d10..000000000 --- a/.icons/Dracula/apps/scalable/alien-arena.svg +++ /dev/null @@ -1 +0,0 @@ -alienarena.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/alienarena.svg b/.icons/Dracula/apps/scalable/alienarena.svg deleted file mode 100644 index e3d118694..000000000 --- a/.icons/Dracula/apps/scalable/alienarena.svg +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/alleyoop.svg b/.icons/Dracula/apps/scalable/alleyoop.svg deleted file mode 120000 index 2778f8f1f..000000000 --- a/.icons/Dracula/apps/scalable/alleyoop.svg +++ /dev/null @@ -1 +0,0 @@ -abrt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/almanah.svg b/.icons/Dracula/apps/scalable/almanah.svg deleted file mode 120000 index fc7facf71..000000000 --- a/.icons/Dracula/apps/scalable/almanah.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-dictionary.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/alsamixergui.svg b/.icons/Dracula/apps/scalable/alsamixergui.svg deleted file mode 120000 index 4eae085d2..000000000 --- a/.icons/Dracula/apps/scalable/alsamixergui.svg +++ /dev/null @@ -1 +0,0 @@ -kmix.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amarok-icon.svg b/.icons/Dracula/apps/scalable/amarok-icon.svg deleted file mode 120000 index d0cde88f9..000000000 --- a/.icons/Dracula/apps/scalable/amarok-icon.svg +++ /dev/null @@ -1 +0,0 @@ -amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amarok.svg b/.icons/Dracula/apps/scalable/amarok.svg deleted file mode 100644 index 7a7c62b42..000000000 --- a/.icons/Dracula/apps/scalable/amarok.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/amarok2.svg b/.icons/Dracula/apps/scalable/amarok2.svg deleted file mode 120000 index d0cde88f9..000000000 --- a/.icons/Dracula/apps/scalable/amarok2.svg +++ /dev/null @@ -1 +0,0 @@ -amarok.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amarok_change_language.svg b/.icons/Dracula/apps/scalable/amarok_change_language.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/amarok_change_language.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amazon-mp3-store-source.svg b/.icons/Dracula/apps/scalable/amazon-mp3-store-source.svg deleted file mode 120000 index 2b079aafd..000000000 --- a/.icons/Dracula/apps/scalable/amazon-mp3-store-source.svg +++ /dev/null @@ -1 +0,0 @@ -amazon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amazon-store.svg b/.icons/Dracula/apps/scalable/amazon-store.svg deleted file mode 100644 index 1b72d8b21..000000000 --- a/.icons/Dracula/apps/scalable/amazon-store.svg +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/amazon.svg b/.icons/Dracula/apps/scalable/amazon.svg deleted file mode 100644 index d0d003872..000000000 --- a/.icons/Dracula/apps/scalable/amazon.svg +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/amd-ati.svg b/.icons/Dracula/apps/scalable/amd-ati.svg deleted file mode 120000 index b519b7f2c..000000000 --- a/.icons/Dracula/apps/scalable/amd-ati.svg +++ /dev/null @@ -1 +0,0 @@ -amd.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amd-catalyst-control-center.svg b/.icons/Dracula/apps/scalable/amd-catalyst-control-center.svg deleted file mode 120000 index b519b7f2c..000000000 --- a/.icons/Dracula/apps/scalable/amd-catalyst-control-center.svg +++ /dev/null @@ -1 +0,0 @@ -amd.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amd-catalyst.svg b/.icons/Dracula/apps/scalable/amd-catalyst.svg deleted file mode 120000 index b519b7f2c..000000000 --- a/.icons/Dracula/apps/scalable/amd-catalyst.svg +++ /dev/null @@ -1 +0,0 @@ -amd.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amd.svg b/.icons/Dracula/apps/scalable/amd.svg deleted file mode 100644 index 80c68bea4..000000000 --- a/.icons/Dracula/apps/scalable/amd.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/amule.svg b/.icons/Dracula/apps/scalable/amule.svg deleted file mode 120000 index b6cfdb904..000000000 --- a/.icons/Dracula/apps/scalable/amule.svg +++ /dev/null @@ -1 +0,0 @@ -emule.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/amulegui.svg b/.icons/Dracula/apps/scalable/amulegui.svg deleted file mode 120000 index b6cfdb904..000000000 --- a/.icons/Dracula/apps/scalable/amulegui.svg +++ /dev/null @@ -1 +0,0 @@ -emule.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/anbox.svg b/.icons/Dracula/apps/scalable/anbox.svg deleted file mode 100644 index 852b7118d..000000000 --- a/.icons/Dracula/apps/scalable/anbox.svg +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/android-file-transfer.svg b/.icons/Dracula/apps/scalable/android-file-transfer.svg deleted file mode 100644 index c52b96587..000000000 --- a/.icons/Dracula/apps/scalable/android-file-transfer.svg +++ /dev/null @@ -1,465 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/android-sdk.svg b/.icons/Dracula/apps/scalable/android-sdk.svg deleted file mode 100644 index a8998b62a..000000000 --- a/.icons/Dracula/apps/scalable/android-sdk.svg +++ /dev/null @@ -1,473 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/android-studio.svg b/.icons/Dracula/apps/scalable/android-studio.svg deleted file mode 100644 index bbb17bf7d..000000000 --- a/.icons/Dracula/apps/scalable/android-studio.svg +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/androidestudio.svg b/.icons/Dracula/apps/scalable/androidestudio.svg deleted file mode 120000 index b853dd004..000000000 --- a/.icons/Dracula/apps/scalable/androidestudio.svg +++ /dev/null @@ -1 +0,0 @@ -android-studio.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/androidstudio.svg b/.icons/Dracula/apps/scalable/androidstudio.svg deleted file mode 100644 index f7b93b1c8..000000000 --- a/.icons/Dracula/apps/scalable/androidstudio.svg +++ /dev/null @@ -1,465 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/angry-birds.svg b/.icons/Dracula/apps/scalable/angry-birds.svg deleted file mode 100644 index 657e11245..000000000 --- a/.icons/Dracula/apps/scalable/angry-birds.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/anjuta.svg b/.icons/Dracula/apps/scalable/anjuta.svg deleted file mode 100644 index 96619ca12..000000000 --- a/.icons/Dracula/apps/scalable/anjuta.svg +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/anjuta_icon.svg b/.icons/Dracula/apps/scalable/anjuta_icon.svg deleted file mode 120000 index 8602ae25f..000000000 --- a/.icons/Dracula/apps/scalable/anjuta_icon.svg +++ /dev/null @@ -1 +0,0 @@ -anjuta.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/antimicro.svg b/.icons/Dracula/apps/scalable/antimicro.svg deleted file mode 120000 index 168c82543..000000000 --- a/.icons/Dracula/apps/scalable/antimicro.svg +++ /dev/null @@ -1 +0,0 @@ -game-pad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ao-app.svg b/.icons/Dracula/apps/scalable/ao-app.svg deleted file mode 100644 index b1f68aec5..000000000 --- a/.icons/Dracula/apps/scalable/ao-app.svg +++ /dev/null @@ -1,501 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/aplication-x-executable.svg b/.icons/Dracula/apps/scalable/aplication-x-executable.svg deleted file mode 100644 index 3daf5fe7b..000000000 --- a/.icons/Dracula/apps/scalable/aplication-x-executable.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/app.svg b/.icons/Dracula/apps/scalable/app.svg deleted file mode 120000 index e7d60f478..000000000 --- a/.icons/Dracula/apps/scalable/app.svg +++ /dev/null @@ -1 +0,0 @@ -gitkraken.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/appcode.svg b/.icons/Dracula/apps/scalable/appcode.svg deleted file mode 100644 index 78cacb158..000000000 --- a/.icons/Dracula/apps/scalable/appcode.svg +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/appgrid.svg b/.icons/Dracula/apps/scalable/appgrid.svg deleted file mode 100644 index 4ebe88890..000000000 --- a/.icons/Dracula/apps/scalable/appgrid.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/appimagekit-caprine.svg b/.icons/Dracula/apps/scalable/appimagekit-caprine.svg deleted file mode 120000 index b8719ad45..000000000 --- a/.icons/Dracula/apps/scalable/appimagekit-caprine.svg +++ /dev/null @@ -1 +0,0 @@ -fbmessenger.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/applets-screenshooter.svg b/.icons/Dracula/apps/scalable/applets-screenshooter.svg deleted file mode 120000 index 52e8b4e57..000000000 --- a/.icons/Dracula/apps/scalable/applets-screenshooter.svg +++ /dev/null @@ -1 +0,0 @@ -lxscreenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/application-default-icon.svg b/.icons/Dracula/apps/scalable/application-default-icon.svg deleted file mode 120000 index 9a40701e8..000000000 --- a/.icons/Dracula/apps/scalable/application-default-icon.svg +++ /dev/null @@ -1 +0,0 @@ -applications-system.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/application-vnd.iccprofile.svg b/.icons/Dracula/apps/scalable/application-vnd.iccprofile.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/application-vnd.iccprofile.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/application-x-clementine.svg b/.icons/Dracula/apps/scalable/application-x-clementine.svg deleted file mode 120000 index a09fe24a5..000000000 --- a/.icons/Dracula/apps/scalable/application-x-clementine.svg +++ /dev/null @@ -1 +0,0 @@ -./clementine.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/applications-education-language.svg b/.icons/Dracula/apps/scalable/applications-education-language.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/applications-education-language.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/applications-java.svg b/.icons/Dracula/apps/scalable/applications-java.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/applications-java.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/applications-languages.svg b/.icons/Dracula/apps/scalable/applications-languages.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/applications-languages.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/applications-system.svg b/.icons/Dracula/apps/scalable/applications-system.svg deleted file mode 120000 index edd24e57e..000000000 --- a/.icons/Dracula/apps/scalable/applications-system.svg +++ /dev/null @@ -1 +0,0 @@ -aplication-x-executable.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/apport-gtk.svg b/.icons/Dracula/apps/scalable/apport-gtk.svg deleted file mode 120000 index 3146dda65..000000000 --- a/.icons/Dracula/apps/scalable/apport-gtk.svg +++ /dev/null @@ -1 +0,0 @@ -apport.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/apport-gtk2.svg b/.icons/Dracula/apps/scalable/apport-gtk2.svg deleted file mode 120000 index 3146dda65..000000000 --- a/.icons/Dracula/apps/scalable/apport-gtk2.svg +++ /dev/null @@ -1 +0,0 @@ -apport.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/apport.svg b/.icons/Dracula/apps/scalable/apport.svg deleted file mode 100644 index f323c7908..000000000 --- a/.icons/Dracula/apps/scalable/apport.svg +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/appset.svg b/.icons/Dracula/apps/scalable/appset.svg deleted file mode 120000 index f695e2396..000000000 --- a/.icons/Dracula/apps/scalable/appset.svg +++ /dev/null @@ -1 +0,0 @@ -./synaptic.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/aptana-studio.svg b/.icons/Dracula/apps/scalable/aptana-studio.svg deleted file mode 120000 index f0d532e92..000000000 --- a/.icons/Dracula/apps/scalable/aptana-studio.svg +++ /dev/null @@ -1 +0,0 @@ -aptana.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/aptana.svg b/.icons/Dracula/apps/scalable/aptana.svg deleted file mode 100644 index 39d8fad9a..000000000 --- a/.icons/Dracula/apps/scalable/aptana.svg +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/aqsis.svg b/.icons/Dracula/apps/scalable/aqsis.svg deleted file mode 100644 index d82d43402..000000000 --- a/.icons/Dracula/apps/scalable/aqsis.svg +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/aqualung.svg b/.icons/Dracula/apps/scalable/aqualung.svg deleted file mode 100644 index 5cf252ba1..000000000 --- a/.icons/Dracula/apps/scalable/aqualung.svg +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ardour.svg b/.icons/Dracula/apps/scalable/ardour.svg deleted file mode 100644 index 1f71dee42..000000000 --- a/.icons/Dracula/apps/scalable/ardour.svg +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/arduino-icon-small.svg b/.icons/Dracula/apps/scalable/arduino-icon-small.svg deleted file mode 120000 index 6140ae5ce..000000000 --- a/.icons/Dracula/apps/scalable/arduino-icon-small.svg +++ /dev/null @@ -1 +0,0 @@ -arduino.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/arduino-ide.svg b/.icons/Dracula/apps/scalable/arduino-ide.svg deleted file mode 120000 index 6140ae5ce..000000000 --- a/.icons/Dracula/apps/scalable/arduino-ide.svg +++ /dev/null @@ -1 +0,0 @@ -arduino.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/arduino.svg b/.icons/Dracula/apps/scalable/arduino.svg deleted file mode 100644 index 4473ffe4d..000000000 --- a/.icons/Dracula/apps/scalable/arduino.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ark.svg b/.icons/Dracula/apps/scalable/ark.svg deleted file mode 120000 index e2a5861f0..000000000 --- a/.icons/Dracula/apps/scalable/ark.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-file-archiver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/armagetronad.svg b/.icons/Dracula/apps/scalable/armagetronad.svg deleted file mode 100644 index 726e1de26..000000000 --- a/.icons/Dracula/apps/scalable/armagetronad.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/arora.svg b/.icons/Dracula/apps/scalable/arora.svg deleted file mode 120000 index 8b26bb3cf..000000000 --- a/.icons/Dracula/apps/scalable/arora.svg +++ /dev/null @@ -1 +0,0 @@ -browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/arts.svg b/.icons/Dracula/apps/scalable/arts.svg deleted file mode 120000 index 04c6d09bf..000000000 --- a/.icons/Dracula/apps/scalable/arts.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-volume-control.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/assaultcube.svg b/.icons/Dracula/apps/scalable/assaultcube.svg deleted file mode 100644 index 5c52f9eb2..000000000 --- a/.icons/Dracula/apps/scalable/assaultcube.svg +++ /dev/null @@ -1,431 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/assistant-qt4.svg b/.icons/Dracula/apps/scalable/assistant-qt4.svg deleted file mode 120000 index a2c2cf3c4..000000000 --- a/.icons/Dracula/apps/scalable/assistant-qt4.svg +++ /dev/null @@ -1 +0,0 @@ -qtassistant.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/assistant.svg b/.icons/Dracula/apps/scalable/assistant.svg deleted file mode 120000 index a2c2cf3c4..000000000 --- a/.icons/Dracula/apps/scalable/assistant.svg +++ /dev/null @@ -1 +0,0 @@ -qtassistant.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/athena.svg b/.icons/Dracula/apps/scalable/athena.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/athena.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ati.svg b/.icons/Dracula/apps/scalable/ati.svg deleted file mode 120000 index b519b7f2c..000000000 --- a/.icons/Dracula/apps/scalable/ati.svg +++ /dev/null @@ -1 +0,0 @@ -amd.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/atom.svg b/.icons/Dracula/apps/scalable/atom.svg deleted file mode 100644 index ac554b570..000000000 --- a/.icons/Dracula/apps/scalable/atom.svg +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/atomix-icon b/.icons/Dracula/apps/scalable/atomix-icon deleted file mode 120000 index 3f0c74341..000000000 --- a/.icons/Dracula/apps/scalable/atomix-icon +++ /dev/null @@ -1 +0,0 @@ -atomix.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/atomix.svg b/.icons/Dracula/apps/scalable/atomix.svg deleted file mode 100644 index ebb987b08..000000000 --- a/.icons/Dracula/apps/scalable/atomix.svg +++ /dev/null @@ -1,477 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/atril.svg b/.icons/Dracula/apps/scalable/atril.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/atril.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/audacious.svg b/.icons/Dracula/apps/scalable/audacious.svg deleted file mode 100644 index d7bd6e14c..000000000 --- a/.icons/Dracula/apps/scalable/audacious.svg +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/audacity.svg b/.icons/Dracula/apps/scalable/audacity.svg deleted file mode 100644 index 5a6770b90..000000000 --- a/.icons/Dracula/apps/scalable/audacity.svg +++ /dev/null @@ -1,18576 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/audio-equalizer.svg b/.icons/Dracula/apps/scalable/audio-equalizer.svg deleted file mode 100644 index c248494c7..000000000 --- a/.icons/Dracula/apps/scalable/audio-equalizer.svg +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/audio-recorder.svg b/.icons/Dracula/apps/scalable/audio-recorder.svg deleted file mode 100644 index 1b097fb7c..000000000 --- a/.icons/Dracula/apps/scalable/audio-recorder.svg +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/authy.svg b/.icons/Dracula/apps/scalable/authy.svg deleted file mode 100644 index 13c83005a..000000000 --- a/.icons/Dracula/apps/scalable/authy.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/autopackage-installer.svg b/.icons/Dracula/apps/scalable/autopackage-installer.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/autopackage-installer.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/avidemux.svg b/.icons/Dracula/apps/scalable/avidemux.svg deleted file mode 100644 index 4008746d7..000000000 --- a/.icons/Dracula/apps/scalable/avidemux.svg +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/avidemux_icon.svg b/.icons/Dracula/apps/scalable/avidemux_icon.svg deleted file mode 120000 index cdae97d34..000000000 --- a/.icons/Dracula/apps/scalable/avidemux_icon.svg +++ /dev/null @@ -1 +0,0 @@ -avidemux.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/azureus.svg b/.icons/Dracula/apps/scalable/azureus.svg deleted file mode 100644 index fe176572d..000000000 --- a/.icons/Dracula/apps/scalable/azureus.svg +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/babe.svg b/.icons/Dracula/apps/scalable/babe.svg deleted file mode 100644 index ecf29c482..000000000 --- a/.icons/Dracula/apps/scalable/babe.svg +++ /dev/null @@ -1,728 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/background.svg b/.icons/Dracula/apps/scalable/background.svg deleted file mode 120000 index 911ba54b9..000000000 --- a/.icons/Dracula/apps/scalable/background.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/baloo.svg b/.icons/Dracula/apps/scalable/baloo.svg deleted file mode 120000 index c54a2e008..000000000 --- a/.icons/Dracula/apps/scalable/baloo.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-baloo.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/banshee-01.svg b/.icons/Dracula/apps/scalable/banshee-01.svg deleted file mode 120000 index f9620b11f..000000000 --- a/.icons/Dracula/apps/scalable/banshee-01.svg +++ /dev/null @@ -1 +0,0 @@ -banshee.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/banshee.svg b/.icons/Dracula/apps/scalable/banshee.svg deleted file mode 100644 index 46b1a8e31..000000000 --- a/.icons/Dracula/apps/scalable/banshee.svg +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/baobab.svg b/.icons/Dracula/apps/scalable/baobab.svg deleted file mode 100644 index 424af029a..000000000 --- a/.icons/Dracula/apps/scalable/baobab.svg +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/base321.svg b/.icons/Dracula/apps/scalable/base321.svg deleted file mode 100644 index ba861a80d..000000000 --- a/.icons/Dracula/apps/scalable/base321.svg +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/bash.svg b/.icons/Dracula/apps/scalable/bash.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/bash.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/beryl-settings.svg b/.icons/Dracula/apps/scalable/beryl-settings.svg deleted file mode 120000 index 14429f69f..000000000 --- a/.icons/Dracula/apps/scalable/beryl-settings.svg +++ /dev/null @@ -1 +0,0 @@ -wmtweaks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bitcoin-qt.svg b/.icons/Dracula/apps/scalable/bitcoin-qt.svg deleted file mode 120000 index b43f41015..000000000 --- a/.icons/Dracula/apps/scalable/bitcoin-qt.svg +++ /dev/null @@ -1 +0,0 @@ -bitcoin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bitcoin.svg b/.icons/Dracula/apps/scalable/bitcoin.svg deleted file mode 100644 index 0a6e0c082..000000000 --- a/.icons/Dracula/apps/scalable/bitcoin.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/bitcoin128.svg b/.icons/Dracula/apps/scalable/bitcoin128.svg deleted file mode 120000 index b43f41015..000000000 --- a/.icons/Dracula/apps/scalable/bitcoin128.svg +++ /dev/null @@ -1 +0,0 @@ -bitcoin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bittorrent.svg b/.icons/Dracula/apps/scalable/bittorrent.svg deleted file mode 100644 index a94d4eefd..000000000 --- a/.icons/Dracula/apps/scalable/bittorrent.svg +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/bleachbit.svg b/.icons/Dracula/apps/scalable/bleachbit.svg deleted file mode 100644 index dcd81dadb..000000000 --- a/.icons/Dracula/apps/scalable/bleachbit.svg +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/blender.svg b/.icons/Dracula/apps/scalable/blender.svg deleted file mode 100644 index a5813700c..000000000 --- a/.icons/Dracula/apps/scalable/blender.svg +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/blockfy.svg b/.icons/Dracula/apps/scalable/blockfy.svg deleted file mode 100644 index 273e3c61b..000000000 --- a/.icons/Dracula/apps/scalable/blockfy.svg +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/blogilo.svg b/.icons/Dracula/apps/scalable/blogilo.svg deleted file mode 100644 index 0292c53d4..000000000 --- a/.icons/Dracula/apps/scalable/blogilo.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/bluefish.svg b/.icons/Dracula/apps/scalable/bluefish.svg deleted file mode 100644 index da875ff31..000000000 --- a/.icons/Dracula/apps/scalable/bluefish.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/blueman-device.svg b/.icons/Dracula/apps/scalable/blueman-device.svg deleted file mode 100644 index 6f668d3ee..000000000 --- a/.icons/Dracula/apps/scalable/blueman-device.svg +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/blueman.svg b/.icons/Dracula/apps/scalable/blueman.svg deleted file mode 120000 index 195bf0717..000000000 --- a/.icons/Dracula/apps/scalable/blueman.svg +++ /dev/null @@ -1 +0,0 @@ -bluetooth.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/blueradio-48.svg b/.icons/Dracula/apps/scalable/blueradio-48.svg deleted file mode 120000 index 195bf0717..000000000 --- a/.icons/Dracula/apps/scalable/blueradio-48.svg +++ /dev/null @@ -1 +0,0 @@ -bluetooth.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bluetooth-active.svg b/.icons/Dracula/apps/scalable/bluetooth-active.svg deleted file mode 120000 index 195bf0717..000000000 --- a/.icons/Dracula/apps/scalable/bluetooth-active.svg +++ /dev/null @@ -1 +0,0 @@ -bluetooth.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bluetooth.svg b/.icons/Dracula/apps/scalable/bluetooth.svg deleted file mode 100644 index f92aa0d15..000000000 --- a/.icons/Dracula/apps/scalable/bluetooth.svg +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/bluetoothradio.svg b/.icons/Dracula/apps/scalable/bluetoothradio.svg deleted file mode 120000 index 195bf0717..000000000 --- a/.icons/Dracula/apps/scalable/bluetoothradio.svg +++ /dev/null @@ -1 +0,0 @@ -bluetooth.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bombono-dvd.svg b/.icons/Dracula/apps/scalable/bombono-dvd.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/bombono-dvd.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bomi.svg b/.icons/Dracula/apps/scalable/bomi.svg deleted file mode 100644 index 4b01c25dc..000000000 --- a/.icons/Dracula/apps/scalable/bomi.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/boomaga.svg b/.icons/Dracula/apps/scalable/boomaga.svg deleted file mode 120000 index 0a19d5728..000000000 --- a/.icons/Dracula/apps/scalable/boomaga.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-printeradmin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/boostnote.svg b/.icons/Dracula/apps/scalable/boostnote.svg deleted file mode 100644 index 32a0ab7b1..000000000 --- a/.icons/Dracula/apps/scalable/boostnote.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/brackets.svg b/.icons/Dracula/apps/scalable/brackets.svg deleted file mode 100644 index 94eab243f..000000000 --- a/.icons/Dracula/apps/scalable/brackets.svg +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/braindump.svg b/.icons/Dracula/apps/scalable/braindump.svg deleted file mode 100644 index caa9cf85f..000000000 --- a/.icons/Dracula/apps/scalable/braindump.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/brasero.svg b/.icons/Dracula/apps/scalable/brasero.svg deleted file mode 100644 index cb623db91..000000000 --- a/.icons/Dracula/apps/scalable/brasero.svg +++ /dev/null @@ -1,2549 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/brightnesssettings.svg b/.icons/Dracula/apps/scalable/brightnesssettings.svg deleted file mode 120000 index 75d9c9dae..000000000 --- a/.icons/Dracula/apps/scalable/brightnesssettings.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-brightness-lock.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/brightside.svg b/.icons/Dracula/apps/scalable/brightside.svg deleted file mode 100644 index 4a8e3842e..000000000 --- a/.icons/Dracula/apps/scalable/brightside.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/browser-tor.svg b/.icons/Dracula/apps/scalable/browser-tor.svg deleted file mode 120000 index 407773e53..000000000 --- a/.icons/Dracula/apps/scalable/browser-tor.svg +++ /dev/null @@ -1 +0,0 @@ -tor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/browser.svg b/.icons/Dracula/apps/scalable/browser.svg deleted file mode 120000 index 30005047b..000000000 --- a/.icons/Dracula/apps/scalable/browser.svg +++ /dev/null @@ -1 +0,0 @@ -internet-web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bt-logo.svg b/.icons/Dracula/apps/scalable/bt-logo.svg deleted file mode 120000 index 195bf0717..000000000 --- a/.icons/Dracula/apps/scalable/bt-logo.svg +++ /dev/null @@ -1 +0,0 @@ -bluetooth.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/bug-buddy.svg b/.icons/Dracula/apps/scalable/bug-buddy.svg deleted file mode 120000 index 3146dda65..000000000 --- a/.icons/Dracula/apps/scalable/bug-buddy.svg +++ /dev/null @@ -1 +0,0 @@ -apport.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/builder.svg b/.icons/Dracula/apps/scalable/builder.svg deleted file mode 100644 index ae314a4ea..000000000 --- a/.icons/Dracula/apps/scalable/builder.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/burner.svg b/.icons/Dracula/apps/scalable/burner.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/burner.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cacao-oj6.svg b/.icons/Dracula/apps/scalable/cacao-oj6.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/cacao-oj6.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cacao-oj7.svg b/.icons/Dracula/apps/scalable/cacao-oj7.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/cacao-oj7.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cacao-oj8.svg b/.icons/Dracula/apps/scalable/cacao-oj8.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/cacao-oj8.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/caffeine.svg b/.icons/Dracula/apps/scalable/caffeine.svg deleted file mode 100644 index b5e65a633..000000000 --- a/.icons/Dracula/apps/scalable/caffeine.svg +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/calc.svg b/.icons/Dracula/apps/scalable/calc.svg deleted file mode 120000 index 80698d653..000000000 --- a/.icons/Dracula/apps/scalable/calc.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calculator.svg b/.icons/Dracula/apps/scalable/calculator.svg deleted file mode 120000 index 80698d653..000000000 --- a/.icons/Dracula/apps/scalable/calculator.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calendar.svg b/.icons/Dracula/apps/scalable/calendar.svg deleted file mode 100644 index cc7665e27..000000000 --- a/.icons/Dracula/apps/scalable/calendar.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/calibre-.svg b/.icons/Dracula/apps/scalable/calibre-.svg deleted file mode 120000 index b13a3a7a1..000000000 --- a/.icons/Dracula/apps/scalable/calibre-.svg +++ /dev/null @@ -1 +0,0 @@ -calibre.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calibre-gui.svg b/.icons/Dracula/apps/scalable/calibre-gui.svg deleted file mode 120000 index b13a3a7a1..000000000 --- a/.icons/Dracula/apps/scalable/calibre-gui.svg +++ /dev/null @@ -1 +0,0 @@ -calibre.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calibre.svg b/.icons/Dracula/apps/scalable/calibre.svg deleted file mode 100644 index a235eeb4d..000000000 --- a/.icons/Dracula/apps/scalable/calibre.svg +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/calibre2.svg b/.icons/Dracula/apps/scalable/calibre2.svg deleted file mode 120000 index b13a3a7a1..000000000 --- a/.icons/Dracula/apps/scalable/calibre2.svg +++ /dev/null @@ -1 +0,0 @@ -calibre.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calibre_A.svg b/.icons/Dracula/apps/scalable/calibre_A.svg deleted file mode 120000 index b13a3a7a1..000000000 --- a/.icons/Dracula/apps/scalable/calibre_A.svg +++ /dev/null @@ -1 +0,0 @@ -calibre.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calibre_B.svg b/.icons/Dracula/apps/scalable/calibre_B.svg deleted file mode 120000 index b13a3a7a1..000000000 --- a/.icons/Dracula/apps/scalable/calibre_B.svg +++ /dev/null @@ -1 +0,0 @@ -calibre.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calligrakarbon.svg b/.icons/Dracula/apps/scalable/calligrakarbon.svg deleted file mode 120000 index df8a6d2e7..000000000 --- a/.icons/Dracula/apps/scalable/calligrakarbon.svg +++ /dev/null @@ -1 +0,0 @@ -karbon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/calligrasheets.svg b/.icons/Dracula/apps/scalable/calligrasheets.svg deleted file mode 100644 index abd05cf9f..000000000 --- a/.icons/Dracula/apps/scalable/calligrasheets.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - S - - diff --git a/.icons/Dracula/apps/scalable/calligrastage.svg b/.icons/Dracula/apps/scalable/calligrastage.svg deleted file mode 100644 index 66a18531c..000000000 --- a/.icons/Dracula/apps/scalable/calligrastage.svg +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - S - - - - diff --git a/.icons/Dracula/apps/scalable/calligrawords.svg b/.icons/Dracula/apps/scalable/calligrawords.svg deleted file mode 100644 index 0bfff629a..000000000 --- a/.icons/Dracula/apps/scalable/calligrawords.svg +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - W - - diff --git a/.icons/Dracula/apps/scalable/camera-app.svg b/.icons/Dracula/apps/scalable/camera-app.svg deleted file mode 120000 index 6e314c535..000000000 --- a/.icons/Dracula/apps/scalable/camera-app.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-camera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/camera-web.svg b/.icons/Dracula/apps/scalable/camera-web.svg deleted file mode 120000 index 548c3346a..000000000 --- a/.icons/Dracula/apps/scalable/camera-web.svg +++ /dev/null @@ -1 +0,0 @@ -camera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/camera.svg b/.icons/Dracula/apps/scalable/camera.svg deleted file mode 120000 index 6e314c535..000000000 --- a/.icons/Dracula/apps/scalable/camera.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-camera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/catalyst-control-center.svg b/.icons/Dracula/apps/scalable/catalyst-control-center.svg deleted file mode 120000 index b519b7f2c..000000000 --- a/.icons/Dracula/apps/scalable/catalyst-control-center.svg +++ /dev/null @@ -1 +0,0 @@ -amd.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/catfish.svg b/.icons/Dracula/apps/scalable/catfish.svg deleted file mode 120000 index b1e60c9a6..000000000 --- a/.icons/Dracula/apps/scalable/catfish.svg +++ /dev/null @@ -1 +0,0 @@ -lxfind.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ccc_large.svg b/.icons/Dracula/apps/scalable/ccc_large.svg deleted file mode 120000 index 762c984c2..000000000 --- a/.icons/Dracula/apps/scalable/ccc_large.svg +++ /dev/null @@ -1 +0,0 @@ -catalyst-control-center.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ccsm.svg b/.icons/Dracula/apps/scalable/ccsm.svg deleted file mode 120000 index 5759a4141..000000000 --- a/.icons/Dracula/apps/scalable/ccsm.svg +++ /dev/null @@ -1 +0,0 @@ -obconf.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chakra-flat.svg b/.icons/Dracula/apps/scalable/chakra-flat.svg deleted file mode 100644 index 34dc0f100..000000000 --- a/.icons/Dracula/apps/scalable/chakra-flat.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/chakra-shield.svg b/.icons/Dracula/apps/scalable/chakra-shield.svg deleted file mode 120000 index 01d0ad617..000000000 --- a/.icons/Dracula/apps/scalable/chakra-shield.svg +++ /dev/null @@ -1 +0,0 @@ -chakra-flat.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chakra.svg b/.icons/Dracula/apps/scalable/chakra.svg deleted file mode 120000 index 01d0ad617..000000000 --- a/.icons/Dracula/apps/scalable/chakra.svg +++ /dev/null @@ -1 +0,0 @@ -chakra-flat.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chess.svg b/.icons/Dracula/apps/scalable/chess.svg deleted file mode 100644 index ec682a69a..000000000 --- a/.icons/Dracula/apps/scalable/chess.svg +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/chmsee-icon.svg b/.icons/Dracula/apps/scalable/chmsee-icon.svg deleted file mode 120000 index c8ef97c36..000000000 --- a/.icons/Dracula/apps/scalable/chmsee-icon.svg +++ /dev/null @@ -1 +0,0 @@ -chmsee.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chmsee.svg b/.icons/Dracula/apps/scalable/chmsee.svg deleted file mode 100644 index 481956a84..000000000 --- a/.icons/Dracula/apps/scalable/chmsee.svg +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg b/.icons/Dracula/apps/scalable/chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg deleted file mode 120000 index d2112540b..000000000 --- a/.icons/Dracula/apps/scalable/chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.svg +++ /dev/null @@ -1 +0,0 @@ -angry-birds.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg b/.icons/Dracula/apps/scalable/chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg deleted file mode 120000 index ce634bf6f..000000000 --- a/.icons/Dracula/apps/scalable/chrome-bgkodfmeijboinjdegggmkbkjfiagaan-Default.svg +++ /dev/null @@ -1 +0,0 @@ -whatsapp.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg b/.icons/Dracula/apps/scalable/chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg deleted file mode 120000 index 625539167..000000000 --- a/.icons/Dracula/apps/scalable/chrome-bikioccmkafdpakkkcpdbppfkghcmihk-Default.svg +++ /dev/null @@ -1 +0,0 @@ -signal-desktop.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg b/.icons/Dracula/apps/scalable/chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg deleted file mode 120000 index b8719ad45..000000000 --- a/.icons/Dracula/apps/scalable/chrome-bllmngcdibgbgjnginpehneeofhbmdjm-Default.svg +++ /dev/null @@ -1 +0,0 @@ -fbmessenger.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg b/.icons/Dracula/apps/scalable/chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg deleted file mode 120000 index 6c62c168f..000000000 --- a/.icons/Dracula/apps/scalable/chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.svg +++ /dev/null @@ -1 +0,0 @@ -youtube.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg b/.icons/Dracula/apps/scalable/chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg deleted file mode 120000 index 578089b09..000000000 --- a/.icons/Dracula/apps/scalable/chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg +++ /dev/null @@ -1 +0,0 @@ -facebook.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg b/.icons/Dracula/apps/scalable/chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg deleted file mode 120000 index ce634bf6f..000000000 --- a/.icons/Dracula/apps/scalable/chrome-bommmmpbplimfmebiadkflfgbgejahgm-Default.svg +++ /dev/null @@ -1 +0,0 @@ -whatsapp.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg b/.icons/Dracula/apps/scalable/chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg deleted file mode 120000 index 8fa96d0ac..000000000 --- a/.icons/Dracula/apps/scalable/chrome-clhhggbfdinjmjhajaheehoeibfljjno-Default.svg +++ /dev/null @@ -1 +0,0 @@ -telegram.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg b/.icons/Dracula/apps/scalable/chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg deleted file mode 120000 index 5604c5dda..000000000 --- a/.icons/Dracula/apps/scalable/chrome-cnkjkdjlofllcpbemipjbcpfnglbgieh-Default.svg +++ /dev/null @@ -1 +0,0 @@ -spotify.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg b/.icons/Dracula/apps/scalable/chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg deleted file mode 120000 index c233e23c9..000000000 --- a/.icons/Dracula/apps/scalable/chrome-damddgdogmdhjjbgpfpgmkdgdgjhohef-Default.svg +++ /dev/null @@ -1 +0,0 @@ -skype.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg b/.icons/Dracula/apps/scalable/chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg deleted file mode 120000 index 3c795c835..000000000 --- a/.icons/Dracula/apps/scalable/chrome-deceagebecbceejblnlcjooeohmmeldh-Default.svg +++ /dev/null @@ -1 +0,0 @@ -netflix.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg b/.icons/Dracula/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg deleted file mode 120000 index 578089b09..000000000 --- a/.icons/Dracula/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg +++ /dev/null @@ -1 +0,0 @@ -facebook.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg b/.icons/Dracula/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg b/.icons/Dracula/apps/scalable/chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg deleted file mode 120000 index 26506e1d8..000000000 --- a/.icons/Dracula/apps/scalable/chrome-gaedmjdfmmahhbjefcbgaolhhanlaolb-Default.svg +++ /dev/null @@ -1 +0,0 @@ -authy.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg b/.icons/Dracula/apps/scalable/chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg deleted file mode 120000 index 8fa96d0ac..000000000 --- a/.icons/Dracula/apps/scalable/chrome-gjmanaihpgjcijokbimnamcdndkffigp-Default.svg +++ /dev/null @@ -1 +0,0 @@ -telegram.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg b/.icons/Dracula/apps/scalable/chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg deleted file mode 120000 index 7549e2de3..000000000 --- a/.icons/Dracula/apps/scalable/chrome-hfhhnacclhffhdffklopdkcgdhifgngh-Default.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-screenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg b/.icons/Dracula/apps/scalable/chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg deleted file mode 120000 index 168e980e2..000000000 --- a/.icons/Dracula/apps/scalable/chrome-icdipabjmbhpdkjaihfjoikhjjeneebd-Default.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-books.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg b/.icons/Dracula/apps/scalable/chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg deleted file mode 120000 index 51768ebb7..000000000 --- a/.icons/Dracula/apps/scalable/chrome-ighkikkfkalojiibipjigpccggljgdff-Default.svg +++ /dev/null @@ -1 +0,0 @@ -google-chrome.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-jjphmlaoffndcnecccgemfdaaoighkel-Default.svg b/.icons/Dracula/apps/scalable/chrome-jjphmlaoffndcnecccgemfdaaoighkel-Default.svg deleted file mode 100644 index 5c827fb4e..000000000 --- a/.icons/Dracula/apps/scalable/chrome-jjphmlaoffndcnecccgemfdaaoighkel-Default.svg +++ /dev/null @@ -1,694 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/chrome-macmgoeeggnlnmpiojbcniblabkdjphe-Default.svg b/.icons/Dracula/apps/scalable/chrome-macmgoeeggnlnmpiojbcniblabkdjphe-Default.svg deleted file mode 100644 index e42460f5f..000000000 --- a/.icons/Dracula/apps/scalable/chrome-macmgoeeggnlnmpiojbcniblabkdjphe-Default.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.svg b/.icons/Dracula/apps/scalable/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.svg deleted file mode 120000 index bdea67f4d..000000000 --- a/.icons/Dracula/apps/scalable/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.svg +++ /dev/null @@ -1 +0,0 @@ -chrome-store.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg b/.icons/Dracula/apps/scalable/chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg deleted file mode 120000 index 49924271d..000000000 --- a/.icons/Dracula/apps/scalable/chrome-oooiobdokpcfdlahlmcddobejikcmkfo-Default.svg +++ /dev/null @@ -1 +0,0 @@ -teamviewer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/chrome-store.svg b/.icons/Dracula/apps/scalable/chrome-store.svg deleted file mode 100644 index 4f80a52de..000000000 --- a/.icons/Dracula/apps/scalable/chrome-store.svg +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/chromium-browser.svg b/.icons/Dracula/apps/scalable/chromium-browser.svg deleted file mode 100644 index 5a74ec981..000000000 --- a/.icons/Dracula/apps/scalable/chromium-browser.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/chromium-dev.svg b/.icons/Dracula/apps/scalable/chromium-dev.svg deleted file mode 120000 index 76494bda9..000000000 --- a/.icons/Dracula/apps/scalable/chromium-dev.svg +++ /dev/null @@ -1 +0,0 @@ -chromium-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cinnamon-power-manager.svg b/.icons/Dracula/apps/scalable/cinnamon-power-manager.svg deleted file mode 120000 index 0fbb2af18..000000000 --- a/.icons/Dracula/apps/scalable/cinnamon-power-manager.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-power-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cinnamon-preferences-color.svg b/.icons/Dracula/apps/scalable/cinnamon-preferences-color.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/cinnamon-preferences-color.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/clamav.svg b/.icons/Dracula/apps/scalable/clamav.svg deleted file mode 100644 index b07115d6e..000000000 --- a/.icons/Dracula/apps/scalable/clamav.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/clamtk.svg b/.icons/Dracula/apps/scalable/clamtk.svg deleted file mode 120000 index 3277e6d06..000000000 --- a/.icons/Dracula/apps/scalable/clamtk.svg +++ /dev/null @@ -1 +0,0 @@ -clamav.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/claws-mail.svg b/.icons/Dracula/apps/scalable/claws-mail.svg deleted file mode 120000 index 26b10f14d..000000000 --- a/.icons/Dracula/apps/scalable/claws-mail.svg +++ /dev/null @@ -1 +0,0 @@ -internet-mail.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/clementine.svg b/.icons/Dracula/apps/scalable/clementine.svg deleted file mode 100644 index 7ce2e3c31..000000000 --- a/.icons/Dracula/apps/scalable/clementine.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/clipit.svg b/.icons/Dracula/apps/scalable/clipit.svg deleted file mode 100644 index ab229a67a..000000000 --- a/.icons/Dracula/apps/scalable/clipit.svg +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/clock.svg b/.icons/Dracula/apps/scalable/clock.svg deleted file mode 120000 index 374b07dac..000000000 --- a/.icons/Dracula/apps/scalable/clock.svg +++ /dev/null @@ -1 +0,0 @@ -time-admin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cmake-gui.svg b/.icons/Dracula/apps/scalable/cmake-gui.svg deleted file mode 120000 index d73f7c097..000000000 --- a/.icons/Dracula/apps/scalable/cmake-gui.svg +++ /dev/null @@ -1 +0,0 @@ -CMakeSetup.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cmake.svg b/.icons/Dracula/apps/scalable/cmake.svg deleted file mode 100644 index 062088a3c..000000000 --- a/.icons/Dracula/apps/scalable/cmake.svg +++ /dev/null @@ -1,664 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/code-insiders.svg b/.icons/Dracula/apps/scalable/code-insiders.svg deleted file mode 120000 index 0a5f2261f..000000000 --- a/.icons/Dracula/apps/scalable/code-insiders.svg +++ /dev/null @@ -1 +0,0 @@ -visual-studio-code-insiders.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/code-oss.svg b/.icons/Dracula/apps/scalable/code-oss.svg deleted file mode 120000 index 4eaaf1961..000000000 --- a/.icons/Dracula/apps/scalable/code-oss.svg +++ /dev/null @@ -1 +0,0 @@ -code.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/code.svg b/.icons/Dracula/apps/scalable/code.svg deleted file mode 100644 index 050b66935..000000000 --- a/.icons/Dracula/apps/scalable/code.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/color-management.svg b/.icons/Dracula/apps/scalable/color-management.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/color-management.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/color.svg b/.icons/Dracula/apps/scalable/color.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/color.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/colorimeter-colorhug.svg b/.icons/Dracula/apps/scalable/colorimeter-colorhug.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/colorimeter-colorhug.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/colorize.svg b/.icons/Dracula/apps/scalable/colorize.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/colorize.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/colorman.svg b/.icons/Dracula/apps/scalable/colorman.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/colorman.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/colors.svg b/.icons/Dracula/apps/scalable/colors.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/colors.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/colorset.svg b/.icons/Dracula/apps/scalable/colorset.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/colorset.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.Calendar.svg b/.icons/Dracula/apps/scalable/com.deepin.Calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.Calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.ImageViewer.svg b/.icons/Dracula/apps/scalable/com.deepin.ImageViewer.svg deleted file mode 120000 index 0f365bad6..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.ImageViewer.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-image-viewer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.Movies.svg b/.icons/Dracula/apps/scalable/com.deepin.Movies.svg deleted file mode 120000 index b0e943fe6..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.Movies.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-movie.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.Music.svg b/.icons/Dracula/apps/scalable/com.deepin.Music.svg deleted file mode 120000 index a2a4b34d2..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.Music.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-music.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.Picker.svg b/.icons/Dracula/apps/scalable/com.deepin.Picker.svg deleted file mode 120000 index b26e439b2..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.Picker.svg +++ /dev/null @@ -1 +0,0 @@ -gpick.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.ScreenRecorder.svg b/.icons/Dracula/apps/scalable/com.deepin.ScreenRecorder.svg deleted file mode 120000 index 68c845387..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.ScreenRecorder.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-screen-recorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.Screenshot.svg b/.icons/Dracula/apps/scalable/com.deepin.Screenshot.svg deleted file mode 120000 index 52e8b4e57..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.Screenshot.svg +++ /dev/null @@ -1 +0,0 @@ -lxscreenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.deepin.VoiceRecorder.svg b/.icons/Dracula/apps/scalable/com.deepin.VoiceRecorder.svg deleted file mode 120000 index 6d7b037c9..000000000 --- a/.icons/Dracula/apps/scalable/com.deepin.VoiceRecorder.svg +++ /dev/null @@ -1 +0,0 @@ -audio-recorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.discordapp.Discord.svg b/.icons/Dracula/apps/scalable/com.discordapp.Discord.svg deleted file mode 120000 index 972a47f8b..000000000 --- a/.icons/Dracula/apps/scalable/com.discordapp.Discord.svg +++ /dev/null @@ -1 +0,0 @@ -discord.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.gexperts.Terminix.svg b/.icons/Dracula/apps/scalable/com.gexperts.Terminix.svg deleted file mode 120000 index 298ecd7c5..000000000 --- a/.icons/Dracula/apps/scalable/com.gexperts.Terminix.svg +++ /dev/null @@ -1 +0,0 @@ -tilix.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.gexperts.Tilix.svg b/.icons/Dracula/apps/scalable/com.gexperts.Tilix.svg deleted file mode 100644 index ff475c5b7..000000000 --- a/.icons/Dracula/apps/scalable/com.gexperts.Tilix.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/com.github.allen-b1.news.svg b/.icons/Dracula/apps/scalable/com.github.allen-b1.news.svg deleted file mode 100644 index bdba35119..000000000 --- a/.icons/Dracula/apps/scalable/com.github.allen-b1.news.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/com.github.artemanufrij.screencast.svg b/.icons/Dracula/apps/scalable/com.github.artemanufrij.screencast.svg deleted file mode 120000 index 9100e9c32..000000000 --- a/.icons/Dracula/apps/scalable/com.github.artemanufrij.screencast.svg +++ /dev/null @@ -1 +0,0 @@ -simplescreenrecorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.gnome.Software.svg b/.icons/Dracula/apps/scalable/com.gnome.Software.svg deleted file mode 120000 index 7c8dd5624..000000000 --- a/.icons/Dracula/apps/scalable/com.gnome.Software.svg +++ /dev/null @@ -1 +0,0 @@ -org.gnome.software.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.gnome.software.svg b/.icons/Dracula/apps/scalable/com.gnome.software.svg deleted file mode 120000 index 7c8dd5624..000000000 --- a/.icons/Dracula/apps/scalable/com.gnome.software.svg +++ /dev/null @@ -1 +0,0 @@ -org.gnome.software.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.play0ad.zeroad.svg b/.icons/Dracula/apps/scalable/com.play0ad.zeroad.svg deleted file mode 120000 index 23944b0af..000000000 --- a/.icons/Dracula/apps/scalable/com.play0ad.zeroad.svg +++ /dev/null @@ -1 +0,0 @@ -0ad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.skype.Client.svg b/.icons/Dracula/apps/scalable/com.skype.Client.svg deleted file mode 120000 index c233e23c9..000000000 --- a/.icons/Dracula/apps/scalable/com.skype.Client.svg +++ /dev/null @@ -1 +0,0 @@ -skype.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.slack.Slack.svg b/.icons/Dracula/apps/scalable/com.slack.Slack.svg deleted file mode 120000 index 7cb5329ce..000000000 --- a/.icons/Dracula/apps/scalable/com.slack.Slack.svg +++ /dev/null @@ -1 +0,0 @@ -slack.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.spotify.Client.svg b/.icons/Dracula/apps/scalable/com.spotify.Client.svg deleted file mode 120000 index 2d1e6f848..000000000 --- a/.icons/Dracula/apps/scalable/com.spotify.Client.svg +++ /dev/null @@ -1 +0,0 @@ -spotify-client.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.teeworlds.Teeworlds.svg b/.icons/Dracula/apps/scalable/com.teeworlds.Teeworlds.svg deleted file mode 120000 index 960f9cefb..000000000 --- a/.icons/Dracula/apps/scalable/com.teeworlds.Teeworlds.svg +++ /dev/null @@ -1 +0,0 @@ -teeworlds.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.transmissionbt.Transmission.svg b/.icons/Dracula/apps/scalable/com.transmissionbt.Transmission.svg deleted file mode 120000 index cc5657698..000000000 --- a/.icons/Dracula/apps/scalable/com.transmissionbt.Transmission.svg +++ /dev/null @@ -1 +0,0 @@ -transmission.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.valvesoftware.Steam.svg b/.icons/Dracula/apps/scalable/com.valvesoftware.Steam.svg deleted file mode 120000 index c630de4b6..000000000 --- a/.icons/Dracula/apps/scalable/com.valvesoftware.Steam.svg +++ /dev/null @@ -1 +0,0 @@ -steam.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.viber.Viber.svg b/.icons/Dracula/apps/scalable/com.viber.Viber.svg deleted file mode 120000 index 3062920da..000000000 --- a/.icons/Dracula/apps/scalable/com.viber.Viber.svg +++ /dev/null @@ -1 +0,0 @@ -viber.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/com.visualstudio.code.svg b/.icons/Dracula/apps/scalable/com.visualstudio.code.svg deleted file mode 120000 index 1367ee65d..000000000 --- a/.icons/Dracula/apps/scalable/com.visualstudio.code.svg +++ /dev/null @@ -1 +0,0 @@ -visual-studio-code.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/computerjanitor.svg b/.icons/Dracula/apps/scalable/computerjanitor.svg deleted file mode 120000 index 011a93576..000000000 --- a/.icons/Dracula/apps/scalable/computerjanitor.svg +++ /dev/null @@ -1 +0,0 @@ -bleachbit.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/config-language.svg b/.icons/Dracula/apps/scalable/config-language.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/config-language.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/config-users.svg b/.icons/Dracula/apps/scalable/config-users.svg deleted file mode 120000 index 12ff0ec56..000000000 --- a/.icons/Dracula/apps/scalable/config-users.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/contact.svg b/.icons/Dracula/apps/scalable/contact.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/contact.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/converseen.svg b/.icons/Dracula/apps/scalable/converseen.svg deleted file mode 100644 index 39e4a28bf..000000000 --- a/.icons/Dracula/apps/scalable/converseen.svg +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/corebird.svg b/.icons/Dracula/apps/scalable/corebird.svg deleted file mode 100644 index 6682e3213..000000000 --- a/.icons/Dracula/apps/scalable/corebird.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/counter-strike.svg b/.icons/Dracula/apps/scalable/counter-strike.svg deleted file mode 100644 index 03f6c429e..000000000 --- a/.icons/Dracula/apps/scalable/counter-strike.svg +++ /dev/null @@ -1,517 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/cpu.svg b/.icons/Dracula/apps/scalable/cpu.svg deleted file mode 100644 index a2c93c15b..000000000 --- a/.icons/Dracula/apps/scalable/cpu.svg +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/credentials-preferences.svg b/.icons/Dracula/apps/scalable/credentials-preferences.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/credentials-preferences.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/crossover.svg b/.icons/Dracula/apps/scalable/crossover.svg deleted file mode 100644 index e71db273b..000000000 --- a/.icons/Dracula/apps/scalable/crossover.svg +++ /dev/null @@ -1,725 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/cs-cat-appearance.svg b/.icons/Dracula/apps/scalable/cs-cat-appearance.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/cs-cat-appearance.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-color.svg b/.icons/Dracula/apps/scalable/cs-color.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/cs-color.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-desktop-effects.svg b/.icons/Dracula/apps/scalable/cs-desktop-effects.svg deleted file mode 100644 index 57cd12236..000000000 --- a/.icons/Dracula/apps/scalable/cs-desktop-effects.svg +++ /dev/null @@ -1,1943 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/cs-display.svg b/.icons/Dracula/apps/scalable/cs-display.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/cs-display.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-language.svg b/.icons/Dracula/apps/scalable/cs-language.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/cs-language.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-login.svg b/.icons/Dracula/apps/scalable/cs-login.svg deleted file mode 120000 index 22a7f7ffc..000000000 --- a/.icons/Dracula/apps/scalable/cs-login.svg +++ /dev/null @@ -1 +0,0 @@ -password.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-printer.svg b/.icons/Dracula/apps/scalable/cs-printer.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/cs-printer.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-region.svg b/.icons/Dracula/apps/scalable/cs-region.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/cs-region.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-screen.svg b/.icons/Dracula/apps/scalable/cs-screen.svg deleted file mode 120000 index 731c15fb3..000000000 --- a/.icons/Dracula/apps/scalable/cs-screen.svg +++ /dev/null @@ -1 +0,0 @@ -unity-display-panel.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-sources.svg b/.icons/Dracula/apps/scalable/cs-sources.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/cs-sources.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-themes.svg b/.icons/Dracula/apps/scalable/cs-themes.svg deleted file mode 120000 index 3c8cc8752..000000000 --- a/.icons/Dracula/apps/scalable/cs-themes.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-theme.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs-universal-access.svg b/.icons/Dracula/apps/scalable/cs-universal-access.svg deleted file mode 120000 index 7586f9a9f..000000000 --- a/.icons/Dracula/apps/scalable/cs-universal-access.svg +++ /dev/null @@ -1 +0,0 @@ -access.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cs.svg b/.icons/Dracula/apps/scalable/cs.svg deleted file mode 120000 index 0694b09c6..000000000 --- a/.icons/Dracula/apps/scalable/cs.svg +++ /dev/null @@ -1 +0,0 @@ -counter-strike.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/csd-xrandr.svg b/.icons/Dracula/apps/scalable/csd-xrandr.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/csd-xrandr.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/css.svg b/.icons/Dracula/apps/scalable/css.svg deleted file mode 120000 index 0694b09c6..000000000 --- a/.icons/Dracula/apps/scalable/css.svg +++ /dev/null @@ -1 +0,0 @@ -counter-strike.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/cupsprinter.svg b/.icons/Dracula/apps/scalable/cupsprinter.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/cupsprinter.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/curlew.svg b/.icons/Dracula/apps/scalable/curlew.svg deleted file mode 100644 index a84f1b5aa..000000000 --- a/.icons/Dracula/apps/scalable/curlew.svg +++ /dev/null @@ -1,687 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/darktable.svg b/.icons/Dracula/apps/scalable/darktable.svg deleted file mode 100644 index fc650425e..000000000 --- a/.icons/Dracula/apps/scalable/darktable.svg +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/date.svg b/.icons/Dracula/apps/scalable/date.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/date.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/dbeaver-ee.svg b/.icons/Dracula/apps/scalable/dbeaver-ee.svg deleted file mode 120000 index b6c4d19e2..000000000 --- a/.icons/Dracula/apps/scalable/dbeaver-ee.svg +++ /dev/null @@ -1 +0,0 @@ -DBeaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/dbeaver.svg b/.icons/Dracula/apps/scalable/dbeaver.svg deleted file mode 120000 index b6c4d19e2..000000000 --- a/.icons/Dracula/apps/scalable/dbeaver.svg +++ /dev/null @@ -1 +0,0 @@ -DBeaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/dconf-editor.svg b/.icons/Dracula/apps/scalable/dconf-editor.svg deleted file mode 100644 index f8d505f8a..000000000 --- a/.icons/Dracula/apps/scalable/dconf-editor.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/dde-calendar.svg b/.icons/Dracula/apps/scalable/dde-calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/dde-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/dde-file-manager.svg b/.icons/Dracula/apps/scalable/dde-file-manager.svg deleted file mode 100644 index 0b2ced6a3..000000000 --- a/.icons/Dracula/apps/scalable/dde-file-manager.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deadbeef.svg b/.icons/Dracula/apps/scalable/deadbeef.svg deleted file mode 100644 index d81f3fc9c..000000000 --- a/.icons/Dracula/apps/scalable/deadbeef.svg +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-appstore.svg b/.icons/Dracula/apps/scalable/deepin-appstore.svg deleted file mode 100644 index 961d720d7..000000000 --- a/.icons/Dracula/apps/scalable/deepin-appstore.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-boot-maker.svg b/.icons/Dracula/apps/scalable/deepin-boot-maker.svg deleted file mode 120000 index 9976859e8..000000000 --- a/.icons/Dracula/apps/scalable/deepin-boot-maker.svg +++ /dev/null @@ -1 +0,0 @@ -ubiquity.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-calculator.svg b/.icons/Dracula/apps/scalable/deepin-calculator.svg deleted file mode 120000 index 67684fa72..000000000 --- a/.icons/Dracula/apps/scalable/deepin-calculator.svg +++ /dev/null @@ -1 +0,0 @@ -calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-clone.svg b/.icons/Dracula/apps/scalable/deepin-clone.svg deleted file mode 100644 index 08ff390b8..000000000 --- a/.icons/Dracula/apps/scalable/deepin-clone.svg +++ /dev/null @@ -1,1906 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-cloud-print-configurator.svg b/.icons/Dracula/apps/scalable/deepin-cloud-print-configurator.svg deleted file mode 100644 index 1aa3eb5f7..000000000 --- a/.icons/Dracula/apps/scalable/deepin-cloud-print-configurator.svg +++ /dev/null @@ -1,1816 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-cloud-scan-config-helper.svg b/.icons/Dracula/apps/scalable/deepin-cloud-scan-config-helper.svg deleted file mode 100644 index e77fcabd5..000000000 --- a/.icons/Dracula/apps/scalable/deepin-cloud-scan-config-helper.svg +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-cloud-scan-configurator.svg b/.icons/Dracula/apps/scalable/deepin-cloud-scan-configurator.svg deleted file mode 100644 index ba9278f59..000000000 --- a/.icons/Dracula/apps/scalable/deepin-cloud-scan-configurator.svg +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-deb-installer.svg b/.icons/Dracula/apps/scalable/deepin-deb-installer.svg deleted file mode 100644 index 6e204e29c..000000000 --- a/.icons/Dracula/apps/scalable/deepin-deb-installer.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-emacs.svg b/.icons/Dracula/apps/scalable/deepin-emacs.svg deleted file mode 120000 index a940c6403..000000000 --- a/.icons/Dracula/apps/scalable/deepin-emacs.svg +++ /dev/null @@ -1 +0,0 @@ -emacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-feedback.svg b/.icons/Dracula/apps/scalable/deepin-feedback.svg deleted file mode 100644 index ce8292bed..000000000 --- a/.icons/Dracula/apps/scalable/deepin-feedback.svg +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-font-installer.svg b/.icons/Dracula/apps/scalable/deepin-font-installer.svg deleted file mode 100644 index 71c7da66d..000000000 --- a/.icons/Dracula/apps/scalable/deepin-font-installer.svg +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-graphics-driver-manager.svg b/.icons/Dracula/apps/scalable/deepin-graphics-driver-manager.svg deleted file mode 120000 index f4d7573c9..000000000 --- a/.icons/Dracula/apps/scalable/deepin-graphics-driver-manager.svg +++ /dev/null @@ -1 +0,0 @@ -driver-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-image-viewer.svg b/.icons/Dracula/apps/scalable/deepin-image-viewer.svg deleted file mode 100644 index 675e671e4..000000000 --- a/.icons/Dracula/apps/scalable/deepin-image-viewer.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-launcher.svg b/.icons/Dracula/apps/scalable/deepin-launcher.svg deleted file mode 120000 index f97c54772..000000000 --- a/.icons/Dracula/apps/scalable/deepin-launcher.svg +++ /dev/null @@ -1 +0,0 @@ -1deepin-launcher.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-manual.svg b/.icons/Dracula/apps/scalable/deepin-manual.svg deleted file mode 100644 index 8a4c77dd0..000000000 --- a/.icons/Dracula/apps/scalable/deepin-manual.svg +++ /dev/null @@ -1,826 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-media-player.svg b/.icons/Dracula/apps/scalable/deepin-media-player.svg deleted file mode 120000 index 32d53de22..000000000 --- a/.icons/Dracula/apps/scalable/deepin-media-player.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-video-player.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-movie.svg b/.icons/Dracula/apps/scalable/deepin-movie.svg deleted file mode 100644 index 0535e0436..000000000 --- a/.icons/Dracula/apps/scalable/deepin-movie.svg +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-multitasking-view.svg b/.icons/Dracula/apps/scalable/deepin-multitasking-view.svg deleted file mode 120000 index 56ebc7d19..000000000 --- a/.icons/Dracula/apps/scalable/deepin-multitasking-view.svg +++ /dev/null @@ -1 +0,0 @@ -multitasking-view.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-music.svg b/.icons/Dracula/apps/scalable/deepin-music.svg deleted file mode 100644 index 43b8777dd..000000000 --- a/.icons/Dracula/apps/scalable/deepin-music.svg +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-repair.svg b/.icons/Dracula/apps/scalable/deepin-repair.svg deleted file mode 100644 index 30df63495..000000000 --- a/.icons/Dracula/apps/scalable/deepin-repair.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-screen-recorder.svg b/.icons/Dracula/apps/scalable/deepin-screen-recorder.svg deleted file mode 100644 index 7b41e2426..000000000 --- a/.icons/Dracula/apps/scalable/deepin-screen-recorder.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-screenshot.svg b/.icons/Dracula/apps/scalable/deepin-screenshot.svg deleted file mode 120000 index bf4421a98..000000000 --- a/.icons/Dracula/apps/scalable/deepin-screenshot.svg +++ /dev/null @@ -1 +0,0 @@ -screenie-qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-software-center.svg b/.icons/Dracula/apps/scalable/deepin-software-center.svg deleted file mode 120000 index c6529e170..000000000 --- a/.icons/Dracula/apps/scalable/deepin-software-center.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-appstore.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deepin-system-monitor.svg b/.icons/Dracula/apps/scalable/deepin-system-monitor.svg deleted file mode 100644 index 5851c9a51..000000000 --- a/.icons/Dracula/apps/scalable/deepin-system-monitor.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/deepin-terminal.svg b/.icons/Dracula/apps/scalable/deepin-terminal.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/deepin-terminal.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/default-application.svg b/.icons/Dracula/apps/scalable/default-application.svg deleted file mode 120000 index 9a40701e8..000000000 --- a/.icons/Dracula/apps/scalable/default-application.svg +++ /dev/null @@ -1 +0,0 @@ -applications-system.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/deluge.svg b/.icons/Dracula/apps/scalable/deluge.svg deleted file mode 100644 index 03e082136..000000000 --- a/.icons/Dracula/apps/scalable/deluge.svg +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/designer-qt4.svg b/.icons/Dracula/apps/scalable/designer-qt4.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/designer-qt4.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/designer.svg b/.icons/Dracula/apps/scalable/designer.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/designer.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/desktop.svg b/.icons/Dracula/apps/scalable/desktop.svg deleted file mode 100644 index c30a0f81b..000000000 --- a/.icons/Dracula/apps/scalable/desktop.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/devdocs.svg b/.icons/Dracula/apps/scalable/devdocs.svg deleted file mode 100644 index e8dc970b1..000000000 --- a/.icons/Dracula/apps/scalable/devdocs.svg +++ /dev/null @@ -1,709 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/discord-ptb.svg b/.icons/Dracula/apps/scalable/discord-ptb.svg deleted file mode 120000 index 972a47f8b..000000000 --- a/.icons/Dracula/apps/scalable/discord-ptb.svg +++ /dev/null @@ -1 +0,0 @@ -discord.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/discord.svg b/.icons/Dracula/apps/scalable/discord.svg deleted file mode 100644 index 778ce5f1c..000000000 --- a/.icons/Dracula/apps/scalable/discord.svg +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/diskmonitor.svg b/.icons/Dracula/apps/scalable/diskmonitor.svg deleted file mode 100644 index d2ab2482e..000000000 --- a/.icons/Dracula/apps/scalable/diskmonitor.svg +++ /dev/null @@ -1,600 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/display-capplet.svg b/.icons/Dracula/apps/scalable/display-capplet.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/display-capplet.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/display-im6.q16.svg b/.icons/Dracula/apps/scalable/display-im6.q16.svg deleted file mode 120000 index a19a201b7..000000000 --- a/.icons/Dracula/apps/scalable/display-im6.q16.svg +++ /dev/null @@ -1 +0,0 @@ -video-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/display.svg b/.icons/Dracula/apps/scalable/display.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/display.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/document-print-preview.svg b/.icons/Dracula/apps/scalable/document-print-preview.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/document-print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/dosbox.svg b/.icons/Dracula/apps/scalable/dosbox.svg deleted file mode 100644 index aa3e0102c..000000000 --- a/.icons/Dracula/apps/scalable/dosbox.svg +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/dragonplayer.svg b/.icons/Dracula/apps/scalable/dragonplayer.svg deleted file mode 120000 index a30e61e16..000000000 --- a/.icons/Dracula/apps/scalable/dragonplayer.svg +++ /dev/null @@ -1 +0,0 @@ -totem.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/drakstats.svg b/.icons/Dracula/apps/scalable/drakstats.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/drakstats.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/drive-removable-media.svg b/.icons/Dracula/apps/scalable/drive-removable-media.svg deleted file mode 100644 index e5c489857..000000000 --- a/.icons/Dracula/apps/scalable/drive-removable-media.svg +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/driver-manager.svg b/.icons/Dracula/apps/scalable/driver-manager.svg deleted file mode 100644 index f0270fa8c..000000000 --- a/.icons/Dracula/apps/scalable/driver-manager.svg +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/dropbox.svg b/.icons/Dracula/apps/scalable/dropbox.svg deleted file mode 100644 index d0eeb8ad3..000000000 --- a/.icons/Dracula/apps/scalable/dropbox.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/eagle.svg b/.icons/Dracula/apps/scalable/eagle.svg deleted file mode 100644 index a0dcf8cca..000000000 --- a/.icons/Dracula/apps/scalable/eagle.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/easytag.svg b/.icons/Dracula/apps/scalable/easytag.svg deleted file mode 100644 index be1a21c21..000000000 --- a/.icons/Dracula/apps/scalable/easytag.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/eclipse.svg b/.icons/Dracula/apps/scalable/eclipse.svg deleted file mode 100644 index c3eeb589f..000000000 --- a/.icons/Dracula/apps/scalable/eclipse.svg +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/edit-urpm-sources.svg b/.icons/Dracula/apps/scalable/edit-urpm-sources.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/edit-urpm-sources.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/emacs-24.svg b/.icons/Dracula/apps/scalable/emacs-24.svg deleted file mode 120000 index a940c6403..000000000 --- a/.icons/Dracula/apps/scalable/emacs-24.svg +++ /dev/null @@ -1 +0,0 @@ -emacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/emacs-25.svg b/.icons/Dracula/apps/scalable/emacs-25.svg deleted file mode 120000 index a940c6403..000000000 --- a/.icons/Dracula/apps/scalable/emacs-25.svg +++ /dev/null @@ -1 +0,0 @@ -emacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/emacs-nox.svg b/.icons/Dracula/apps/scalable/emacs-nox.svg deleted file mode 120000 index a940c6403..000000000 --- a/.icons/Dracula/apps/scalable/emacs-nox.svg +++ /dev/null @@ -1 +0,0 @@ -emacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/emacs-snapshot.svg b/.icons/Dracula/apps/scalable/emacs-snapshot.svg deleted file mode 120000 index a940c6403..000000000 --- a/.icons/Dracula/apps/scalable/emacs-snapshot.svg +++ /dev/null @@ -1 +0,0 @@ -emacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/emacs.svg b/.icons/Dracula/apps/scalable/emacs.svg deleted file mode 100644 index a8e4207b0..000000000 --- a/.icons/Dracula/apps/scalable/emacs.svg +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/emacs24.svg b/.icons/Dracula/apps/scalable/emacs24.svg deleted file mode 120000 index a940c6403..000000000 --- a/.icons/Dracula/apps/scalable/emacs24.svg +++ /dev/null @@ -1 +0,0 @@ -emacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/emacs25.svg b/.icons/Dracula/apps/scalable/emacs25.svg deleted file mode 120000 index a940c6403..000000000 --- a/.icons/Dracula/apps/scalable/emacs25.svg +++ /dev/null @@ -1 +0,0 @@ -emacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/email.svg b/.icons/Dracula/apps/scalable/email.svg deleted file mode 100644 index 1f6d437bb..000000000 --- a/.icons/Dracula/apps/scalable/email.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/emblem-people.svg b/.icons/Dracula/apps/scalable/emblem-people.svg deleted file mode 120000 index 12ff0ec56..000000000 --- a/.icons/Dracula/apps/scalable/emblem-people.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/emerillon.svg b/.icons/Dracula/apps/scalable/emerillon.svg deleted file mode 120000 index 0b4b0481d..000000000 --- a/.icons/Dracula/apps/scalable/emerillon.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-maps.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/empathy.svg b/.icons/Dracula/apps/scalable/empathy.svg deleted file mode 100644 index 732d63028..000000000 --- a/.icons/Dracula/apps/scalable/empathy.svg +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/emule.svg b/.icons/Dracula/apps/scalable/emule.svg deleted file mode 100644 index 160dc0edc..000000000 --- a/.icons/Dracula/apps/scalable/emule.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/endless-sky.svg b/.icons/Dracula/apps/scalable/endless-sky.svg deleted file mode 100644 index c956f440b..000000000 --- a/.icons/Dracula/apps/scalable/endless-sky.svg +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/engrampa.svg b/.icons/Dracula/apps/scalable/engrampa.svg deleted file mode 120000 index 72381dbe8..000000000 --- a/.icons/Dracula/apps/scalable/engrampa.svg +++ /dev/null @@ -1 +0,0 @@ -file-roller.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/eog.svg b/.icons/Dracula/apps/scalable/eog.svg deleted file mode 120000 index c8a50656a..000000000 --- a/.icons/Dracula/apps/scalable/eog.svg +++ /dev/null @@ -1 +0,0 @@ -gpicview.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/eom.svg b/.icons/Dracula/apps/scalable/eom.svg deleted file mode 120000 index c8a50656a..000000000 --- a/.icons/Dracula/apps/scalable/eom.svg +++ /dev/null @@ -1 +0,0 @@ -gpicview.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/epiphany-browser.svg b/.icons/Dracula/apps/scalable/epiphany-browser.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/epiphany-browser.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/epiphany-gecko.svg b/.icons/Dracula/apps/scalable/epiphany-gecko.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/epiphany-gecko.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/epiphany-icon.svg b/.icons/Dracula/apps/scalable/epiphany-icon.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/epiphany-icon.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/epiphany-webkit.svg b/.icons/Dracula/apps/scalable/epiphany-webkit.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/epiphany-webkit.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/epiphany.svg b/.icons/Dracula/apps/scalable/epiphany.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/epiphany.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/etcher-electron.svg b/.icons/Dracula/apps/scalable/etcher-electron.svg deleted file mode 120000 index d17bc786c..000000000 --- a/.icons/Dracula/apps/scalable/etcher-electron.svg +++ /dev/null @@ -1 +0,0 @@ -etcher.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/etcher.svg b/.icons/Dracula/apps/scalable/etcher.svg deleted file mode 100644 index 83d50807a..000000000 --- a/.icons/Dracula/apps/scalable/etcher.svg +++ /dev/null @@ -1,789 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/evince.svg b/.icons/Dracula/apps/scalable/evince.svg deleted file mode 100644 index 7489ccdda..000000000 --- a/.icons/Dracula/apps/scalable/evince.svg +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/evolution-addressbook.svg b/.icons/Dracula/apps/scalable/evolution-addressbook.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/evolution-addressbook.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/evolution-calendar.svg b/.icons/Dracula/apps/scalable/evolution-calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/evolution-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/evolution-contacts.svg b/.icons/Dracula/apps/scalable/evolution-contacts.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/evolution-contacts.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/evolution.svg b/.icons/Dracula/apps/scalable/evolution.svg deleted file mode 100644 index 540fa8fa1..000000000 --- a/.icons/Dracula/apps/scalable/evolution.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/exaile.svg b/.icons/Dracula/apps/scalable/exaile.svg deleted file mode 100644 index 9b381a00f..000000000 --- a/.icons/Dracula/apps/scalable/exaile.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/f-spot.svg b/.icons/Dracula/apps/scalable/f-spot.svg deleted file mode 120000 index 0804e703c..000000000 --- a/.icons/Dracula/apps/scalable/f-spot.svg +++ /dev/null @@ -1 +0,0 @@ -screenie.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/facebook.svg b/.icons/Dracula/apps/scalable/facebook.svg deleted file mode 100644 index aa0edc82d..000000000 --- a/.icons/Dracula/apps/scalable/facebook.svg +++ /dev/null @@ -1,685 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/fbmessenger.svg b/.icons/Dracula/apps/scalable/fbmessenger.svg deleted file mode 100644 index 4e6bdbced..000000000 --- a/.icons/Dracula/apps/scalable/fbmessenger.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/fedoramediawriter.svg b/.icons/Dracula/apps/scalable/fedoramediawriter.svg deleted file mode 120000 index 6ca295752..000000000 --- a/.icons/Dracula/apps/scalable/fedoramediawriter.svg +++ /dev/null @@ -1 +0,0 @@ -FedoraMediaWriter.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/feedreader.svg b/.icons/Dracula/apps/scalable/feedreader.svg deleted file mode 100644 index a7ebc1da5..000000000 --- a/.icons/Dracula/apps/scalable/feedreader.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/file-manager.svg b/.icons/Dracula/apps/scalable/file-manager.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/file-manager.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/file-roller.svg b/.icons/Dracula/apps/scalable/file-roller.svg deleted file mode 100644 index 2eca219cd..000000000 --- a/.icons/Dracula/apps/scalable/file-roller.svg +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/file-system-manager.svg b/.icons/Dracula/apps/scalable/file-system-manager.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/file-system-manager.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/filezilla.svg b/.icons/Dracula/apps/scalable/filezilla.svg deleted file mode 100644 index 224245424..000000000 --- a/.icons/Dracula/apps/scalable/filezilla.svg +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/firefox-alt.svg b/.icons/Dracula/apps/scalable/firefox-alt.svg deleted file mode 100644 index 388d17323..000000000 --- a/.icons/Dracula/apps/scalable/firefox-alt.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/firefox-trunk.svg b/.icons/Dracula/apps/scalable/firefox-trunk.svg deleted file mode 120000 index 90ca4b461..000000000 --- a/.icons/Dracula/apps/scalable/firefox-trunk.svg +++ /dev/null @@ -1 +0,0 @@ -firefox.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/firefox.svg b/.icons/Dracula/apps/scalable/firefox.svg deleted file mode 100644 index 04335cb8f..000000000 --- a/.icons/Dracula/apps/scalable/firefox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/fjt.svg b/.icons/Dracula/apps/scalable/fjt.svg deleted file mode 120000 index 4563c1d8c..000000000 --- a/.icons/Dracula/apps/scalable/fjt.svg +++ /dev/null @@ -1 +0,0 @@ -converseen.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/flash-player-properties.svg b/.icons/Dracula/apps/scalable/flash-player-properties.svg deleted file mode 120000 index 59d9aea26..000000000 --- a/.icons/Dracula/apps/scalable/flash-player-properties.svg +++ /dev/null @@ -1 +0,0 @@ -./flash.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/flash.svg b/.icons/Dracula/apps/scalable/flash.svg deleted file mode 100644 index 54f3922d0..000000000 --- a/.icons/Dracula/apps/scalable/flash.svg +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/flegita.svg b/.icons/Dracula/apps/scalable/flegita.svg deleted file mode 120000 index 490a5aa3c..000000000 --- a/.icons/Dracula/apps/scalable/flegita.svg +++ /dev/null @@ -1 +0,0 @@ -scanner.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/franz.svg b/.icons/Dracula/apps/scalable/franz.svg deleted file mode 100644 index 3c1d5ee9e..000000000 --- a/.icons/Dracula/apps/scalable/franz.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/fusion-icon.svg b/.icons/Dracula/apps/scalable/fusion-icon.svg deleted file mode 120000 index ab4dcadb7..000000000 --- a/.icons/Dracula/apps/scalable/fusion-icon.svg +++ /dev/null @@ -1 +0,0 @@ -ccsm.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gEcrit.svg b/.icons/Dracula/apps/scalable/gEcrit.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/gEcrit.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gaiksaurus.svg b/.icons/Dracula/apps/scalable/gaiksaurus.svg deleted file mode 120000 index fc7facf71..000000000 --- a/.icons/Dracula/apps/scalable/gaiksaurus.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-dictionary.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/galculator.svg b/.icons/Dracula/apps/scalable/galculator.svg deleted file mode 100644 index 56999f504..000000000 --- a/.icons/Dracula/apps/scalable/galculator.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/galeon.svg b/.icons/Dracula/apps/scalable/galeon.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/galeon.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/game-aisleriot.svg b/.icons/Dracula/apps/scalable/game-aisleriot.svg deleted file mode 120000 index f29204c8d..000000000 --- a/.icons/Dracula/apps/scalable/game-aisleriot.svg +++ /dev/null @@ -1 +0,0 @@ -aisleriot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/game-pad.svg b/.icons/Dracula/apps/scalable/game-pad.svg deleted file mode 100644 index 942714662..000000000 --- a/.icons/Dracula/apps/scalable/game-pad.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gamecards.svg b/.icons/Dracula/apps/scalable/gamecards.svg deleted file mode 120000 index f29204c8d..000000000 --- a/.icons/Dracula/apps/scalable/gamecards.svg +++ /dev/null @@ -1 +0,0 @@ -aisleriot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gaupol.svg b/.icons/Dracula/apps/scalable/gaupol.svg deleted file mode 100644 index ff8a1aebc..000000000 --- a/.icons/Dracula/apps/scalable/gaupol.svg +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gcalculator.svg b/.icons/Dracula/apps/scalable/gcalculator.svg deleted file mode 120000 index 80698d653..000000000 --- a/.icons/Dracula/apps/scalable/gcalculator.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gdeb.svg b/.icons/Dracula/apps/scalable/gdeb.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/gdeb.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gdebi.svg b/.icons/Dracula/apps/scalable/gdebi.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/gdebi.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gdu-encrypted-lock.svg b/.icons/Dracula/apps/scalable/gdu-encrypted-lock.svg deleted file mode 120000 index faea3308d..000000000 --- a/.icons/Dracula/apps/scalable/gdu-encrypted-lock.svg +++ /dev/null @@ -1 +0,0 @@ -lock.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/geany.svg b/.icons/Dracula/apps/scalable/geany.svg deleted file mode 100644 index 0ac3f976c..000000000 --- a/.icons/Dracula/apps/scalable/geany.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/geary.svg b/.icons/Dracula/apps/scalable/geary.svg deleted file mode 120000 index 26b10f14d..000000000 --- a/.icons/Dracula/apps/scalable/geary.svg +++ /dev/null @@ -1 +0,0 @@ -internet-mail.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gecrit.svg b/.icons/Dracula/apps/scalable/gecrit.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/gecrit.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gedit-icon.svg b/.icons/Dracula/apps/scalable/gedit-icon.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/gedit-icon.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gedit-logo.svg b/.icons/Dracula/apps/scalable/gedit-logo.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/gedit-logo.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gedit.svg b/.icons/Dracula/apps/scalable/gedit.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/gedit.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/geeqie.svg b/.icons/Dracula/apps/scalable/geeqie.svg deleted file mode 120000 index 29f48f8fc..000000000 --- a/.icons/Dracula/apps/scalable/geeqie.svg +++ /dev/null @@ -1 +0,0 @@ -nomacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/giggle.svg b/.icons/Dracula/apps/scalable/giggle.svg deleted file mode 100644 index 8cb76cff1..000000000 --- a/.icons/Dracula/apps/scalable/giggle.svg +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gimp.svg b/.icons/Dracula/apps/scalable/gimp.svg deleted file mode 100644 index 91e309402..000000000 --- a/.icons/Dracula/apps/scalable/gimp.svg +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/git-cola.svg b/.icons/Dracula/apps/scalable/git-cola.svg deleted file mode 100644 index b73113eee..000000000 --- a/.icons/Dracula/apps/scalable/git-cola.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gitg.svg b/.icons/Dracula/apps/scalable/gitg.svg deleted file mode 100644 index 7c262289a..000000000 --- a/.icons/Dracula/apps/scalable/gitg.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/github.svg b/.icons/Dracula/apps/scalable/github.svg deleted file mode 120000 index e6630d8d4..000000000 --- a/.icons/Dracula/apps/scalable/github.svg +++ /dev/null @@ -1 +0,0 @@ -gitg.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gitkraken.svg b/.icons/Dracula/apps/scalable/gitkraken.svg deleted file mode 100644 index 9414415d0..000000000 --- a/.icons/Dracula/apps/scalable/gitkraken.svg +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gksu-debian.svg b/.icons/Dracula/apps/scalable/gksu-debian.svg deleted file mode 120000 index 326f86b27..000000000 --- a/.icons/Dracula/apps/scalable/gksu-debian.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal_su.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gksu-root-terminal.svg b/.icons/Dracula/apps/scalable/gksu-root-terminal.svg deleted file mode 100644 index 08fa22de5..000000000 --- a/.icons/Dracula/apps/scalable/gksu-root-terminal.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gksu.svg b/.icons/Dracula/apps/scalable/gksu.svg deleted file mode 120000 index 326f86b27..000000000 --- a/.icons/Dracula/apps/scalable/gksu.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal_su.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gmusicbrowser.svg b/.icons/Dracula/apps/scalable/gmusicbrowser.svg deleted file mode 100644 index af8763e14..000000000 --- a/.icons/Dracula/apps/scalable/gmusicbrowser.svg +++ /dev/null @@ -1,3116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnochm.svg b/.icons/Dracula/apps/scalable/gnochm.svg deleted file mode 120000 index 29abcb2a4..000000000 --- a/.icons/Dracula/apps/scalable/gnochm.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-info.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-activity-journal.svg b/.icons/Dracula/apps/scalable/gnome-activity-journal.svg deleted file mode 120000 index 0dc443241..000000000 --- a/.icons/Dracula/apps/scalable/gnome-activity-journal.svg +++ /dev/null @@ -1 +0,0 @@ -activity-log-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-aisleriot.svg b/.icons/Dracula/apps/scalable/gnome-aisleriot.svg deleted file mode 120000 index f29204c8d..000000000 --- a/.icons/Dracula/apps/scalable/gnome-aisleriot.svg +++ /dev/null @@ -1 +0,0 @@ -aisleriot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-app-install.svg b/.icons/Dracula/apps/scalable/gnome-app-install.svg deleted file mode 120000 index 47a6e9bc3..000000000 --- a/.icons/Dracula/apps/scalable/gnome-app-install.svg +++ /dev/null @@ -1 +0,0 @@ -synaptic.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-apt.svg b/.icons/Dracula/apps/scalable/gnome-apt.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/gnome-apt.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-bluetooth.svg b/.icons/Dracula/apps/scalable/gnome-bluetooth.svg deleted file mode 120000 index 195bf0717..000000000 --- a/.icons/Dracula/apps/scalable/gnome-bluetooth.svg +++ /dev/null @@ -1 +0,0 @@ -bluetooth.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-books.svg b/.icons/Dracula/apps/scalable/gnome-books.svg deleted file mode 100644 index 918c6666f..000000000 --- a/.icons/Dracula/apps/scalable/gnome-books.svg +++ /dev/null @@ -1,705 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-boxes.svg b/.icons/Dracula/apps/scalable/gnome-boxes.svg deleted file mode 100644 index 33a4d9162..000000000 --- a/.icons/Dracula/apps/scalable/gnome-boxes.svg +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-builder.svg b/.icons/Dracula/apps/scalable/gnome-builder.svg deleted file mode 120000 index d153228c8..000000000 --- a/.icons/Dracula/apps/scalable/gnome-builder.svg +++ /dev/null @@ -1 +0,0 @@ -builder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-calc.svg b/.icons/Dracula/apps/scalable/gnome-calc.svg deleted file mode 120000 index 80698d653..000000000 --- a/.icons/Dracula/apps/scalable/gnome-calc.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-calculator.svg b/.icons/Dracula/apps/scalable/gnome-calculator.svg deleted file mode 120000 index 80698d653..000000000 --- a/.icons/Dracula/apps/scalable/gnome-calculator.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-calendar.svg b/.icons/Dracula/apps/scalable/gnome-calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/gnome-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-character-map.svg b/.icons/Dracula/apps/scalable/gnome-character-map.svg deleted file mode 120000 index f04d4679a..000000000 --- a/.icons/Dracula/apps/scalable/gnome-character-map.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-character-map.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-characters.svg b/.icons/Dracula/apps/scalable/gnome-characters.svg deleted file mode 120000 index f04d4679a..000000000 --- a/.icons/Dracula/apps/scalable/gnome-characters.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-character-map.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-color-chooser.svg b/.icons/Dracula/apps/scalable/gnome-color-chooser.svg deleted file mode 100644 index b1ebb129d..000000000 --- a/.icons/Dracula/apps/scalable/gnome-color-chooser.svg +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-color-manager.svg b/.icons/Dracula/apps/scalable/gnome-color-manager.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/gnome-color-manager.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-contacts.svg b/.icons/Dracula/apps/scalable/gnome-contacts.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/gnome-contacts.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-control-center.svg b/.icons/Dracula/apps/scalable/gnome-control-center.svg deleted file mode 100644 index 20bcf3f2c..000000000 --- a/.icons/Dracula/apps/scalable/gnome-control-center.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-cups-manager.svg b/.icons/Dracula/apps/scalable/gnome-cups-manager.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/gnome-cups-manager.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-desktop-item-edit.svg b/.icons/Dracula/apps/scalable/gnome-desktop-item-edit.svg deleted file mode 120000 index 9a40701e8..000000000 --- a/.icons/Dracula/apps/scalable/gnome-desktop-item-edit.svg +++ /dev/null @@ -1 +0,0 @@ -applications-system.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-dev-printer.svg b/.icons/Dracula/apps/scalable/gnome-dev-printer.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/gnome-dev-printer.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-disk-utility.svg b/.icons/Dracula/apps/scalable/gnome-disk-utility.svg deleted file mode 120000 index 6080e25b2..000000000 --- a/.icons/Dracula/apps/scalable/gnome-disk-utility.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-disks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-disks.svg b/.icons/Dracula/apps/scalable/gnome-disks.svg deleted file mode 100644 index 6182d1604..000000000 --- a/.icons/Dracula/apps/scalable/gnome-disks.svg +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-display-panel.svg b/.icons/Dracula/apps/scalable/gnome-display-panel.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/gnome-display-panel.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-display-properties.svg b/.icons/Dracula/apps/scalable/gnome-display-properties.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/gnome-display-properties.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-documents.svg b/.icons/Dracula/apps/scalable/gnome-documents.svg deleted file mode 120000 index 1463ca12e..000000000 --- a/.icons/Dracula/apps/scalable/gnome-documents.svg +++ /dev/null @@ -1 +0,0 @@ -Gnome-Documents.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-help.svg b/.icons/Dracula/apps/scalable/gnome-help.svg deleted file mode 120000 index 74f27a8db..000000000 --- a/.icons/Dracula/apps/scalable/gnome-help.svg +++ /dev/null @@ -1 +0,0 @@ -help.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-lockscreen.svg b/.icons/Dracula/apps/scalable/gnome-lockscreen.svg deleted file mode 120000 index 4cbb8f640..000000000 --- a/.icons/Dracula/apps/scalable/gnome-lockscreen.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-logs.svg b/.icons/Dracula/apps/scalable/gnome-logs.svg deleted file mode 100644 index bea6d68a1..000000000 --- a/.icons/Dracula/apps/scalable/gnome-logs.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-maps.svg b/.icons/Dracula/apps/scalable/gnome-maps.svg deleted file mode 120000 index 55081b7d9..000000000 --- a/.icons/Dracula/apps/scalable/gnome-maps.svg +++ /dev/null @@ -1 +0,0 @@ -Gnome-Maps.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-mines.svg b/.icons/Dracula/apps/scalable/gnome-mines.svg deleted file mode 100644 index 4011b3bdf..000000000 --- a/.icons/Dracula/apps/scalable/gnome-mines.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-mixer.svg b/.icons/Dracula/apps/scalable/gnome-mixer.svg deleted file mode 120000 index 04c6d09bf..000000000 --- a/.icons/Dracula/apps/scalable/gnome-mixer.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-volume-control.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-monitor.svg b/.icons/Dracula/apps/scalable/gnome-monitor.svg deleted file mode 120000 index b6e5ceead..000000000 --- a/.icons/Dracula/apps/scalable/gnome-monitor.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-mplayer.svg b/.icons/Dracula/apps/scalable/gnome-mplayer.svg deleted file mode 100644 index 3e395fed6..000000000 --- a/.icons/Dracula/apps/scalable/gnome-mplayer.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-mpv.svg b/.icons/Dracula/apps/scalable/gnome-mpv.svg deleted file mode 120000 index c755826f7..000000000 --- a/.icons/Dracula/apps/scalable/gnome-mpv.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-mplayer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-music.svg b/.icons/Dracula/apps/scalable/gnome-music.svg deleted file mode 100644 index 2694b22e6..000000000 --- a/.icons/Dracula/apps/scalable/gnome-music.svg +++ /dev/null @@ -1,3116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-panel-screenshot.svg b/.icons/Dracula/apps/scalable/gnome-panel-screenshot.svg deleted file mode 120000 index 0804e703c..000000000 --- a/.icons/Dracula/apps/scalable/gnome-panel-screenshot.svg +++ /dev/null @@ -1 +0,0 @@ -screenie.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-photos.svg b/.icons/Dracula/apps/scalable/gnome-photos.svg deleted file mode 120000 index 4f606c620..000000000 --- a/.icons/Dracula/apps/scalable/gnome-photos.svg +++ /dev/null @@ -1 +0,0 @@ -ristretto.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-power-manager.svg b/.icons/Dracula/apps/scalable/gnome-power-manager.svg deleted file mode 120000 index e7a4d9f1f..000000000 --- a/.icons/Dracula/apps/scalable/gnome-power-manager.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-power.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-screenshot.svg b/.icons/Dracula/apps/scalable/gnome-screenshot.svg deleted file mode 120000 index 697ffdf41..000000000 --- a/.icons/Dracula/apps/scalable/gnome-screenshot.svg +++ /dev/null @@ -1 +0,0 @@ -applets-screenshooter.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-searchtool.svg b/.icons/Dracula/apps/scalable/gnome-searchtool.svg deleted file mode 120000 index cb1fa4c48..000000000 --- a/.icons/Dracula/apps/scalable/gnome-searchtool.svg +++ /dev/null @@ -1 +0,0 @@ -system-search.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-settings-background.svg b/.icons/Dracula/apps/scalable/gnome-settings-background.svg deleted file mode 120000 index 911ba54b9..000000000 --- a/.icons/Dracula/apps/scalable/gnome-settings-background.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-settings-theme.svg b/.icons/Dracula/apps/scalable/gnome-settings-theme.svg deleted file mode 120000 index 3c8cc8752..000000000 --- a/.icons/Dracula/apps/scalable/gnome-settings-theme.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-theme.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-software.svg b/.icons/Dracula/apps/scalable/gnome-software.svg deleted file mode 120000 index 7a77b571c..000000000 --- a/.icons/Dracula/apps/scalable/gnome-software.svg +++ /dev/null @@ -1 +0,0 @@ -software-store.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-sticky-notes-applet.svg b/.icons/Dracula/apps/scalable/gnome-sticky-notes-applet.svg deleted file mode 120000 index f49bc261c..000000000 --- a/.icons/Dracula/apps/scalable/gnome-sticky-notes-applet.svg +++ /dev/null @@ -1 +0,0 @@ -knotes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-subtitles.svg b/.icons/Dracula/apps/scalable/gnome-subtitles.svg deleted file mode 100644 index fccedb341..000000000 --- a/.icons/Dracula/apps/scalable/gnome-subtitles.svg +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-sudoku.svg b/.icons/Dracula/apps/scalable/gnome-sudoku.svg deleted file mode 100644 index 2c38e6814..000000000 --- a/.icons/Dracula/apps/scalable/gnome-sudoku.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - 3 - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-system-log.svg b/.icons/Dracula/apps/scalable/gnome-system-log.svg deleted file mode 120000 index cfa06102e..000000000 --- a/.icons/Dracula/apps/scalable/gnome-system-log.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-logs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-system-monitor.svg b/.icons/Dracula/apps/scalable/gnome-system-monitor.svg deleted file mode 120000 index 693c1c79e..000000000 --- a/.icons/Dracula/apps/scalable/gnome-system-monitor.svg +++ /dev/null @@ -1 +0,0 @@ -system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-terminal.svg b/.icons/Dracula/apps/scalable/gnome-terminal.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/gnome-terminal.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-translate.svg b/.icons/Dracula/apps/scalable/gnome-translate.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/gnome-translate.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-tweak-tool.svg b/.icons/Dracula/apps/scalable/gnome-tweak-tool.svg deleted file mode 100644 index 7fb049ba3..000000000 --- a/.icons/Dracula/apps/scalable/gnome-tweak-tool.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gnome-unknown.svg b/.icons/Dracula/apps/scalable/gnome-unknown.svg deleted file mode 120000 index 74f27a8db..000000000 --- a/.icons/Dracula/apps/scalable/gnome-unknown.svg +++ /dev/null @@ -1 +0,0 @@ -help.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-web-browser.svg b/.icons/Dracula/apps/scalable/gnome-web-browser.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/gnome-web-browser.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-web.svg b/.icons/Dracula/apps/scalable/gnome-web.svg deleted file mode 120000 index 3a22870dc..000000000 --- a/.icons/Dracula/apps/scalable/gnome-web.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-word.svg b/.icons/Dracula/apps/scalable/gnome-word.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/gnome-word.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-xchat.svg b/.icons/Dracula/apps/scalable/gnome-xchat.svg deleted file mode 120000 index e597c17a2..000000000 --- a/.icons/Dracula/apps/scalable/gnome-xchat.svg +++ /dev/null @@ -1 +0,0 @@ -xchat.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnome-xterm.svg b/.icons/Dracula/apps/scalable/gnome-xterm.svg deleted file mode 120000 index 08ba74f8c..000000000 --- a/.icons/Dracula/apps/scalable/gnome-xterm.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnomebaker.svg b/.icons/Dracula/apps/scalable/gnomebaker.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/gnomebaker.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnote.svg b/.icons/Dracula/apps/scalable/gnote.svg deleted file mode 120000 index 94f436855..000000000 --- a/.icons/Dracula/apps/scalable/gnote.svg +++ /dev/null @@ -1 +0,0 @@ -xpad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gnumeric.svg b/.icons/Dracula/apps/scalable/gnumeric.svg deleted file mode 100644 index 891be7279..000000000 --- a/.icons/Dracula/apps/scalable/gnumeric.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/go-today.svg b/.icons/Dracula/apps/scalable/go-today.svg deleted file mode 120000 index 3e6f13c1d..000000000 --- a/.icons/Dracula/apps/scalable/go-today.svg +++ /dev/null @@ -1 +0,0 @@ -evolution-calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/goa-panel.svg b/.icons/Dracula/apps/scalable/goa-panel.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/goa-panel.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/godot.svg b/.icons/Dracula/apps/scalable/godot.svg deleted file mode 100644 index 02ce0f7fe..000000000 --- a/.icons/Dracula/apps/scalable/godot.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/google-chrome.svg b/.icons/Dracula/apps/scalable/google-chrome.svg deleted file mode 100644 index 91565f693..000000000 --- a/.icons/Dracula/apps/scalable/google-chrome.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gparted.svg b/.icons/Dracula/apps/scalable/gparted.svg deleted file mode 100644 index 35736203a..000000000 --- a/.icons/Dracula/apps/scalable/gparted.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gpick.svg b/.icons/Dracula/apps/scalable/gpick.svg deleted file mode 100644 index 8a3db1db2..000000000 --- a/.icons/Dracula/apps/scalable/gpick.svg +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gpicview.svg b/.icons/Dracula/apps/scalable/gpicview.svg deleted file mode 100644 index 322a82c23..000000000 --- a/.icons/Dracula/apps/scalable/gpicview.svg +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gpk-prefs.svg b/.icons/Dracula/apps/scalable/gpk-prefs.svg deleted file mode 120000 index 9eeacd6ea..000000000 --- a/.icons/Dracula/apps/scalable/gpk-prefs.svg +++ /dev/null @@ -1 +0,0 @@ -update-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gpk-repo.svg b/.icons/Dracula/apps/scalable/gpk-repo.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/gpk-repo.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/griffith.svg b/.icons/Dracula/apps/scalable/griffith.svg deleted file mode 100644 index 7e7ad1c0f..000000000 --- a/.icons/Dracula/apps/scalable/griffith.svg +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - G - - diff --git a/.icons/Dracula/apps/scalable/grip.svg b/.icons/Dracula/apps/scalable/grip.svg deleted file mode 120000 index 9976859e8..000000000 --- a/.icons/Dracula/apps/scalable/grip.svg +++ /dev/null @@ -1 +0,0 @@ -ubiquity.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/grsync.svg b/.icons/Dracula/apps/scalable/grsync.svg deleted file mode 100644 index 06e6269b7..000000000 --- a/.icons/Dracula/apps/scalable/grsync.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/grub-customizer.svg b/.icons/Dracula/apps/scalable/grub-customizer.svg deleted file mode 100644 index 873dcc136..000000000 --- a/.icons/Dracula/apps/scalable/grub-customizer.svg +++ /dev/null @@ -1,725 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gsmartcontrol.svg b/.icons/Dracula/apps/scalable/gsmartcontrol.svg deleted file mode 120000 index b6e5ceead..000000000 --- a/.icons/Dracula/apps/scalable/gsmartcontrol.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gtg.svg b/.icons/Dracula/apps/scalable/gtg.svg deleted file mode 120000 index a1ab7bbe5..000000000 --- a/.icons/Dracula/apps/scalable/gtg.svg +++ /dev/null @@ -1 +0,0 @@ -clipit.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gthumb.svg b/.icons/Dracula/apps/scalable/gthumb.svg deleted file mode 120000 index 51be2581c..000000000 --- a/.icons/Dracula/apps/scalable/gthumb.svg +++ /dev/null @@ -1 +0,0 @@ -shotwell.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gtk-find.svg b/.icons/Dracula/apps/scalable/gtk-find.svg deleted file mode 120000 index b1e60c9a6..000000000 --- a/.icons/Dracula/apps/scalable/gtk-find.svg +++ /dev/null @@ -1 +0,0 @@ -lxfind.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gtk-info.svg b/.icons/Dracula/apps/scalable/gtk-info.svg deleted file mode 100644 index 4686218a4..000000000 --- a/.icons/Dracula/apps/scalable/gtk-info.svg +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gtk-network.svg b/.icons/Dracula/apps/scalable/gtk-network.svg deleted file mode 120000 index 28bce8913..000000000 --- a/.icons/Dracula/apps/scalable/gtk-network.svg +++ /dev/null @@ -1 +0,0 @@ -system-config-samba.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gtk-recordmydesktop.svg b/.icons/Dracula/apps/scalable/gtk-recordmydesktop.svg deleted file mode 100644 index 3ce18e587..000000000 --- a/.icons/Dracula/apps/scalable/gtk-recordmydesktop.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gtk-theme-config.svg b/.icons/Dracula/apps/scalable/gtk-theme-config.svg deleted file mode 120000 index 9393046af..000000000 --- a/.icons/Dracula/apps/scalable/gtk-theme-config.svg +++ /dev/null @@ -1 +0,0 @@ -color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gtk_info.svg b/.icons/Dracula/apps/scalable/gtk_info.svg deleted file mode 120000 index 29abcb2a4..000000000 --- a/.icons/Dracula/apps/scalable/gtk_info.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-info.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gtklp.svg b/.icons/Dracula/apps/scalable/gtklp.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/gtklp.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gtklpq.svg b/.icons/Dracula/apps/scalable/gtklpq.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/gtklpq.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/guake-indicator.svg b/.icons/Dracula/apps/scalable/guake-indicator.svg deleted file mode 120000 index 5526d3a82..000000000 --- a/.icons/Dracula/apps/scalable/guake-indicator.svg +++ /dev/null @@ -1 +0,0 @@ -guake.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/guake-prefs.svg b/.icons/Dracula/apps/scalable/guake-prefs.svg deleted file mode 100644 index 6a8a96eb7..000000000 --- a/.icons/Dracula/apps/scalable/guake-prefs.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - $ - - - - - diff --git a/.icons/Dracula/apps/scalable/guake.svg b/.icons/Dracula/apps/scalable/guake.svg deleted file mode 100644 index 734b04bc5..000000000 --- a/.icons/Dracula/apps/scalable/guake.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - $ - - - diff --git a/.icons/Dracula/apps/scalable/gucharmap.svg b/.icons/Dracula/apps/scalable/gucharmap.svg deleted file mode 100644 index 79bc417f3..000000000 --- a/.icons/Dracula/apps/scalable/gucharmap.svg +++ /dev/null @@ -1,691 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gufw.svg b/.icons/Dracula/apps/scalable/gufw.svg deleted file mode 100644 index 8601fda13..000000000 --- a/.icons/Dracula/apps/scalable/gufw.svg +++ /dev/null @@ -1,3461 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/guvcview.svg b/.icons/Dracula/apps/scalable/guvcview.svg deleted file mode 120000 index 6e314c535..000000000 --- a/.icons/Dracula/apps/scalable/guvcview.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-camera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gvim.svg b/.icons/Dracula/apps/scalable/gvim.svg deleted file mode 100644 index f1640733d..000000000 --- a/.icons/Dracula/apps/scalable/gvim.svg +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/gwenview.svg b/.icons/Dracula/apps/scalable/gwenview.svg deleted file mode 120000 index 29f48f8fc..000000000 --- a/.icons/Dracula/apps/scalable/gwenview.svg +++ /dev/null @@ -1 +0,0 @@ -nomacs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/gydl.svg b/.icons/Dracula/apps/scalable/gydl.svg deleted file mode 120000 index 68228e817..000000000 --- a/.icons/Dracula/apps/scalable/gydl.svg +++ /dev/null @@ -1 +0,0 @@ -youtube-dl.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/hardinfo.svg b/.icons/Dracula/apps/scalable/hardinfo.svg deleted file mode 100644 index 77412aaa2..000000000 --- a/.icons/Dracula/apps/scalable/hardinfo.svg +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/haroopad.svg b/.icons/Dracula/apps/scalable/haroopad.svg deleted file mode 100644 index 710efaaf5..000000000 --- a/.icons/Dracula/apps/scalable/haroopad.svg +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/hb-icon.svg b/.icons/Dracula/apps/scalable/hb-icon.svg deleted file mode 100644 index 5fd553ec3..000000000 --- a/.icons/Dracula/apps/scalable/hb-icon.svg +++ /dev/null @@ -1,545 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/hedgewars.svg b/.icons/Dracula/apps/scalable/hedgewars.svg deleted file mode 100644 index 26ec5ad3f..000000000 --- a/.icons/Dracula/apps/scalable/hedgewars.svg +++ /dev/null @@ -1,521 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/help-browser.svg b/.icons/Dracula/apps/scalable/help-browser.svg deleted file mode 120000 index 29abcb2a4..000000000 --- a/.icons/Dracula/apps/scalable/help-browser.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-info.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/help-contents b/.icons/Dracula/apps/scalable/help-contents deleted file mode 120000 index 74f27a8db..000000000 --- a/.icons/Dracula/apps/scalable/help-contents +++ /dev/null @@ -1 +0,0 @@ -help.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/help-contents.svg b/.icons/Dracula/apps/scalable/help-contents.svg deleted file mode 120000 index 74f27a8db..000000000 --- a/.icons/Dracula/apps/scalable/help-contents.svg +++ /dev/null @@ -1 +0,0 @@ -help.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/help.svg b/.icons/Dracula/apps/scalable/help.svg deleted file mode 100644 index 3c9f9c0cf..000000000 --- a/.icons/Dracula/apps/scalable/help.svg +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/hexchat.svg b/.icons/Dracula/apps/scalable/hexchat.svg deleted file mode 100644 index 0f5645dd3..000000000 --- a/.icons/Dracula/apps/scalable/hexchat.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/hotwire.svg b/.icons/Dracula/apps/scalable/hotwire.svg deleted file mode 120000 index 08ba74f8c..000000000 --- a/.icons/Dracula/apps/scalable/hotwire.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/htop.svg b/.icons/Dracula/apps/scalable/htop.svg deleted file mode 120000 index b6e5ceead..000000000 --- a/.icons/Dracula/apps/scalable/htop.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/hwbrowser.svg b/.icons/Dracula/apps/scalable/hwbrowser.svg deleted file mode 120000 index 7bf78e8ec..000000000 --- a/.icons/Dracula/apps/scalable/hwbrowser.svg +++ /dev/null @@ -1 +0,0 @@ -hardinfo.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/hwinfo.svg b/.icons/Dracula/apps/scalable/hwinfo.svg deleted file mode 120000 index 7bf78e8ec..000000000 --- a/.icons/Dracula/apps/scalable/hwinfo.svg +++ /dev/null @@ -1 +0,0 @@ -hardinfo.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ibus-daemon.svg b/.icons/Dracula/apps/scalable/ibus-daemon.svg deleted file mode 120000 index ec7b5e752..000000000 --- a/.icons/Dracula/apps/scalable/ibus-daemon.svg +++ /dev/null @@ -1 +0,0 @@ -gucharmap.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/im-config.svg b/.icons/Dracula/apps/scalable/im-config.svg deleted file mode 120000 index ec7b5e752..000000000 --- a/.icons/Dracula/apps/scalable/im-config.svg +++ /dev/null @@ -1 +0,0 @@ -gucharmap.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/imagewriter.svg b/.icons/Dracula/apps/scalable/imagewriter.svg deleted file mode 100644 index dad72c39e..000000000 --- a/.icons/Dracula/apps/scalable/imagewriter.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/inkscape-logo.svg b/.icons/Dracula/apps/scalable/inkscape-logo.svg deleted file mode 120000 index ca1fc7a64..000000000 --- a/.icons/Dracula/apps/scalable/inkscape-logo.svg +++ /dev/null @@ -1 +0,0 @@ -inkscape.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/inkscape.svg b/.icons/Dracula/apps/scalable/inkscape.svg deleted file mode 100644 index 92f32cce8..000000000 --- a/.icons/Dracula/apps/scalable/inkscape.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/inkscape.viewer.svg b/.icons/Dracula/apps/scalable/inkscape.viewer.svg deleted file mode 120000 index ca1fc7a64..000000000 --- a/.icons/Dracula/apps/scalable/inkscape.viewer.svg +++ /dev/null @@ -1 +0,0 @@ -inkscape.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/input-keyboard.svg b/.icons/Dracula/apps/scalable/input-keyboard.svg deleted file mode 120000 index ec7b5e752..000000000 --- a/.icons/Dracula/apps/scalable/input-keyboard.svg +++ /dev/null @@ -1 +0,0 @@ -gucharmap.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/internet-mail.svg b/.icons/Dracula/apps/scalable/internet-mail.svg deleted file mode 100644 index 87779e818..000000000 --- a/.icons/Dracula/apps/scalable/internet-mail.svg +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/internet-web-browser.svg b/.icons/Dracula/apps/scalable/internet-web-browser.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/internet-web-browser.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/io.github.TransmissionRemoteGtk.svg b/.icons/Dracula/apps/scalable/io.github.TransmissionRemoteGtk.svg deleted file mode 120000 index 72adf7373..000000000 --- a/.icons/Dracula/apps/scalable/io.github.TransmissionRemoteGtk.svg +++ /dev/null @@ -1 +0,0 @@ -transmission-remote-gtk.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ipython.svg b/.icons/Dracula/apps/scalable/ipython.svg deleted file mode 100644 index c1b3803f7..000000000 --- a/.icons/Dracula/apps/scalable/ipython.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/java.svg b/.icons/Dracula/apps/scalable/java.svg deleted file mode 100644 index 34a5b734f..000000000 --- a/.icons/Dracula/apps/scalable/java.svg +++ /dev/null @@ -1,4079 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/jockey.svg b/.icons/Dracula/apps/scalable/jockey.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/jockey.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/juffed.svg b/.icons/Dracula/apps/scalable/juffed.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/juffed.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/k3b.svg b/.icons/Dracula/apps/scalable/k3b.svg deleted file mode 100644 index c325d783d..000000000 --- a/.icons/Dracula/apps/scalable/k3b.svg +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kaccess.svg b/.icons/Dracula/apps/scalable/kaccess.svg deleted file mode 120000 index 7586f9a9f..000000000 --- a/.icons/Dracula/apps/scalable/kaccess.svg +++ /dev/null @@ -1 +0,0 @@ -access.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kaddressbook.svg b/.icons/Dracula/apps/scalable/kaddressbook.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/kaddressbook.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/karbon.svg b/.icons/Dracula/apps/scalable/karbon.svg deleted file mode 100644 index 2e8f6c286..000000000 --- a/.icons/Dracula/apps/scalable/karbon.svg +++ /dev/null @@ -1,710 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kate.svg b/.icons/Dracula/apps/scalable/kate.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/kate.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/katomic.svg b/.icons/Dracula/apps/scalable/katomic.svg deleted file mode 120000 index 3f0c74341..000000000 --- a/.icons/Dracula/apps/scalable/katomic.svg +++ /dev/null @@ -1 +0,0 @@ -atomix.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kazam.svg b/.icons/Dracula/apps/scalable/kazam.svg deleted file mode 100644 index bce248ae6..000000000 --- a/.icons/Dracula/apps/scalable/kazam.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kbabeldict.svg b/.icons/Dracula/apps/scalable/kbabeldict.svg deleted file mode 120000 index d9848b81f..000000000 --- a/.icons/Dracula/apps/scalable/kbabeldict.svg +++ /dev/null @@ -1 +0,0 @@ -./accessories-dictionary.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kcalc.svg b/.icons/Dracula/apps/scalable/kcalc.svg deleted file mode 120000 index 80698d653..000000000 --- a/.icons/Dracula/apps/scalable/kcalc.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kcharselect.svg b/.icons/Dracula/apps/scalable/kcharselect.svg deleted file mode 120000 index f04d4679a..000000000 --- a/.icons/Dracula/apps/scalable/kcharselect.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-character-map.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kcmsound.svg b/.icons/Dracula/apps/scalable/kcmsound.svg deleted file mode 120000 index 04c6d09bf..000000000 --- a/.icons/Dracula/apps/scalable/kcmsound.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-volume-control.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kcolorchooser.svg b/.icons/Dracula/apps/scalable/kcolorchooser.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/kcolorchooser.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kde-gtk-config.svg b/.icons/Dracula/apps/scalable/kde-gtk-config.svg deleted file mode 100644 index 0acc75625..000000000 --- a/.icons/Dracula/apps/scalable/kde-gtk-config.svg +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - GTK - - - GTK - - diff --git a/.icons/Dracula/apps/scalable/kded5.svg b/.icons/Dracula/apps/scalable/kded5.svg deleted file mode 120000 index e7a4d9f1f..000000000 --- a/.icons/Dracula/apps/scalable/kded5.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-power.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kdenlive.svg b/.icons/Dracula/apps/scalable/kdenlive.svg deleted file mode 100644 index 204216e52..000000000 --- a/.icons/Dracula/apps/scalable/kdenlive.svg +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kdepim-dropbox.svg b/.icons/Dracula/apps/scalable/kdepim-dropbox.svg deleted file mode 120000 index 3b77629d8..000000000 --- a/.icons/Dracula/apps/scalable/kdepim-dropbox.svg +++ /dev/null @@ -1 +0,0 @@ -dropbox.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kdevelop.svg b/.icons/Dracula/apps/scalable/kdevelop.svg deleted file mode 100644 index d346953ec..000000000 --- a/.icons/Dracula/apps/scalable/kdevelop.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kdmconfig.svg b/.icons/Dracula/apps/scalable/kdmconfig.svg deleted file mode 120000 index bbf314147..000000000 --- a/.icons/Dracula/apps/scalable/kdmconfig.svg +++ /dev/null @@ -1 +0,0 @@ -lightdm-gtk-greeter-settings.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kedit-icon.svg b/.icons/Dracula/apps/scalable/kedit-icon.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/kedit-icon.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kedit.svg b/.icons/Dracula/apps/scalable/kedit.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/kedit.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/keepassxc.svg b/.icons/Dracula/apps/scalable/keepassxc.svg deleted file mode 100644 index ccb97f198..000000000 --- a/.icons/Dracula/apps/scalable/keepassxc.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kentoo.svg b/.icons/Dracula/apps/scalable/kentoo.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/kentoo.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/key_bindings.svg b/.icons/Dracula/apps/scalable/key_bindings.svg deleted file mode 120000 index d14a5be9a..000000000 --- a/.icons/Dracula/apps/scalable/key_bindings.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-keyboard.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kfilebox.svg b/.icons/Dracula/apps/scalable/kfilebox.svg deleted file mode 120000 index 3b77629d8..000000000 --- a/.icons/Dracula/apps/scalable/kfilebox.svg +++ /dev/null @@ -1 +0,0 @@ -dropbox.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kfind.svg b/.icons/Dracula/apps/scalable/kfind.svg deleted file mode 120000 index cb1fa4c48..000000000 --- a/.icons/Dracula/apps/scalable/kfind.svg +++ /dev/null @@ -1 +0,0 @@ -system-search.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kfm.svg b/.icons/Dracula/apps/scalable/kfm.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/kfm.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kicad.svg b/.icons/Dracula/apps/scalable/kicad.svg deleted file mode 100644 index 8d518b9a1..000000000 --- a/.icons/Dracula/apps/scalable/kicad.svg +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kipi-gallery.svg b/.icons/Dracula/apps/scalable/kipi-gallery.svg deleted file mode 120000 index c8a50656a..000000000 --- a/.icons/Dracula/apps/scalable/kipi-gallery.svg +++ /dev/null @@ -1 +0,0 @@ -gpicview.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/klipper.svg b/.icons/Dracula/apps/scalable/klipper.svg deleted file mode 120000 index c04ad038e..000000000 --- a/.icons/Dracula/apps/scalable/klipper.svg +++ /dev/null @@ -1 +0,0 @@ -qlipper.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kmenuedit.svg b/.icons/Dracula/apps/scalable/kmenuedit.svg deleted file mode 120000 index f0eff2cd2..000000000 --- a/.icons/Dracula/apps/scalable/kmenuedit.svg +++ /dev/null @@ -1 +0,0 @@ -menulibre.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kmix.svg b/.icons/Dracula/apps/scalable/kmix.svg deleted file mode 100644 index d2ef296b8..000000000 --- a/.icons/Dracula/apps/scalable/kmix.svg +++ /dev/null @@ -1,462 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/knotes.svg b/.icons/Dracula/apps/scalable/knotes.svg deleted file mode 120000 index 94f436855..000000000 --- a/.icons/Dracula/apps/scalable/knotes.svg +++ /dev/null @@ -1 +0,0 @@ -xpad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kodi.svg b/.icons/Dracula/apps/scalable/kodi.svg deleted file mode 100644 index 408fc9bf7..000000000 --- a/.icons/Dracula/apps/scalable/kodi.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/konsole.svg b/.icons/Dracula/apps/scalable/konsole.svg deleted file mode 120000 index 08ba74f8c..000000000 --- a/.icons/Dracula/apps/scalable/konsole.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kpackage.svg b/.icons/Dracula/apps/scalable/kpackage.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/kpackage.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kpackage48.svg b/.icons/Dracula/apps/scalable/kpackage48.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/kpackage48.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kpatience.svg b/.icons/Dracula/apps/scalable/kpatience.svg deleted file mode 120000 index f29204c8d..000000000 --- a/.icons/Dracula/apps/scalable/kpatience.svg +++ /dev/null @@ -1 +0,0 @@ -aisleriot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/krename.svg b/.icons/Dracula/apps/scalable/krename.svg deleted file mode 120000 index a562d4b8a..000000000 --- a/.icons/Dracula/apps/scalable/krename.svg +++ /dev/null @@ -1 +0,0 @@ -./leafpad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/krita.svg b/.icons/Dracula/apps/scalable/krita.svg deleted file mode 120000 index 2f0fbf78b..000000000 --- a/.icons/Dracula/apps/scalable/krita.svg +++ /dev/null @@ -1 +0,0 @@ -mtpaint.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kritagemini.svg b/.icons/Dracula/apps/scalable/kritagemini.svg deleted file mode 120000 index 842fa48ed..000000000 --- a/.icons/Dracula/apps/scalable/kritagemini.svg +++ /dev/null @@ -1 +0,0 @@ -krita.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kritasketch.svg b/.icons/Dracula/apps/scalable/kritasketch.svg deleted file mode 120000 index 842fa48ed..000000000 --- a/.icons/Dracula/apps/scalable/kritasketch.svg +++ /dev/null @@ -1 +0,0 @@ -krita.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/krunner.svg b/.icons/Dracula/apps/scalable/krunner.svg deleted file mode 120000 index bba31bb9e..000000000 --- a/.icons/Dracula/apps/scalable/krunner.svg +++ /dev/null @@ -1 +0,0 @@ -plasma-search.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kscreensaver.svg b/.icons/Dracula/apps/scalable/kscreensaver.svg deleted file mode 120000 index 4cbb8f640..000000000 --- a/.icons/Dracula/apps/scalable/kscreensaver.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kscreenshot.svg b/.icons/Dracula/apps/scalable/kscreenshot.svg deleted file mode 120000 index 7549e2de3..000000000 --- a/.icons/Dracula/apps/scalable/kscreenshot.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-screenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ksnapshot.svg b/.icons/Dracula/apps/scalable/ksnapshot.svg deleted file mode 120000 index 7549e2de3..000000000 --- a/.icons/Dracula/apps/scalable/ksnapshot.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-screenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ksniffer.svg b/.icons/Dracula/apps/scalable/ksniffer.svg deleted file mode 120000 index d5ad4059e..000000000 --- a/.icons/Dracula/apps/scalable/ksniffer.svg +++ /dev/null @@ -1 +0,0 @@ -computerjanitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kstars_colors.svg b/.icons/Dracula/apps/scalable/kstars_colors.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/kstars_colors.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ksysguard.svg b/.icons/Dracula/apps/scalable/ksysguard.svg deleted file mode 120000 index b6e5ceead..000000000 --- a/.icons/Dracula/apps/scalable/ksysguard.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kthesaurus.svg b/.icons/Dracula/apps/scalable/kthesaurus.svg deleted file mode 120000 index fc7facf71..000000000 --- a/.icons/Dracula/apps/scalable/kthesaurus.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-dictionary.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ktneft.svg b/.icons/Dracula/apps/scalable/ktneft.svg deleted file mode 120000 index 72381dbe8..000000000 --- a/.icons/Dracula/apps/scalable/ktneft.svg +++ /dev/null @@ -1 +0,0 @@ -file-roller.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ktp-contacts.svg b/.icons/Dracula/apps/scalable/ktp-contacts.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/ktp-contacts.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kuaipan4uk.svg b/.icons/Dracula/apps/scalable/kuaipan4uk.svg deleted file mode 100644 index 9b98b4f77..000000000 --- a/.icons/Dracula/apps/scalable/kuaipan4uk.svg +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kuser.svg b/.icons/Dracula/apps/scalable/kuser.svg deleted file mode 120000 index 12ff0ec56..000000000 --- a/.icons/Dracula/apps/scalable/kuser.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/kvantum.svg b/.icons/Dracula/apps/scalable/kvantum.svg deleted file mode 100644 index 323adab3a..000000000 --- a/.icons/Dracula/apps/scalable/kvantum.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kwalletmanager.svg b/.icons/Dracula/apps/scalable/kwalletmanager.svg deleted file mode 100644 index 9a9ba422d..000000000 --- a/.icons/Dracula/apps/scalable/kwalletmanager.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kwrite.svg b/.icons/Dracula/apps/scalable/kwrite.svg deleted file mode 100644 index f95dc6938..000000000 --- a/.icons/Dracula/apps/scalable/kwrite.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/kynpatic.svg b/.icons/Dracula/apps/scalable/kynpatic.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/kynpatic.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/laptop-mode-tools.svg b/.icons/Dracula/apps/scalable/laptop-mode-tools.svg deleted file mode 100644 index 43705de4a..000000000 --- a/.icons/Dracula/apps/scalable/laptop-mode-tools.svg +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/leafpad.svg b/.icons/Dracula/apps/scalable/leafpad.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/leafpad.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice-base-alt.svg b/.icons/Dracula/apps/scalable/libreoffice-base-alt.svg deleted file mode 100644 index ab884a13e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-base-alt.svg +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-base.svg b/.icons/Dracula/apps/scalable/libreoffice-base.svg deleted file mode 100644 index a47712e31..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-base.svg +++ /dev/null @@ -1,496 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-calc-alt.svg b/.icons/Dracula/apps/scalable/libreoffice-calc-alt.svg deleted file mode 100644 index 9aef56f47..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-calc-alt.svg +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-calc.svg b/.icons/Dracula/apps/scalable/libreoffice-calc.svg deleted file mode 100644 index 60fc3a7bb..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-calc.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-draw-alt.svg b/.icons/Dracula/apps/scalable/libreoffice-draw-alt.svg deleted file mode 100644 index bc8ca1c1e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-draw-alt.svg +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-draw.svg b/.icons/Dracula/apps/scalable/libreoffice-draw.svg deleted file mode 100644 index 7c5197735..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-draw.svg +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - D - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-impress-alt.svg b/.icons/Dracula/apps/scalable/libreoffice-impress-alt.svg deleted file mode 100644 index f68e59ab1..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-impress-alt.svg +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-impress.svg b/.icons/Dracula/apps/scalable/libreoffice-impress.svg deleted file mode 100644 index 6f25eeb5c..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-impress.svg +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - I - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-main-alt.svg b/.icons/Dracula/apps/scalable/libreoffice-main-alt.svg deleted file mode 100644 index 21d586a8c..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-main-alt.svg +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-main.svg b/.icons/Dracula/apps/scalable/libreoffice-main.svg deleted file mode 100644 index 8a0ad7004..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-main.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-math-alt.svg b/.icons/Dracula/apps/scalable/libreoffice-math-alt.svg deleted file mode 100644 index 082c310df..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-math-alt.svg +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-math.svg b/.icons/Dracula/apps/scalable/libreoffice-math.svg deleted file mode 100644 index 1ccb3f046..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-math.svg +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-printeradmin.svg b/.icons/Dracula/apps/scalable/libreoffice-printeradmin.svg deleted file mode 120000 index 14899db45..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-printeradmin.svg +++ /dev/null @@ -1 +0,0 @@ -office-printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice-startcenter.svg b/.icons/Dracula/apps/scalable/libreoffice-startcenter.svg deleted file mode 120000 index 15476617e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-startcenter.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-main.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice-template.svg b/.icons/Dracula/apps/scalable/libreoffice-template.svg deleted file mode 100644 index 27c4170c5..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-template.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-writer-alt.svg b/.icons/Dracula/apps/scalable/libreoffice-writer-alt.svg deleted file mode 100644 index 75ea641ea..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-writer-alt.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice-writer.svg b/.icons/Dracula/apps/scalable/libreoffice-writer.svg deleted file mode 100644 index c3031ea46..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice-writer.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/libreoffice.svg b/.icons/Dracula/apps/scalable/libreoffice.svg deleted file mode 120000 index 15476617e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-main.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice3-base.svg b/.icons/Dracula/apps/scalable/libreoffice3-base.svg deleted file mode 120000 index 7a162ad89..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice3-base.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-base.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice3-calc.svg b/.icons/Dracula/apps/scalable/libreoffice3-calc.svg deleted file mode 120000 index 6c95c6ec3..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice3-calc.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-calc.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice3-draw.svg b/.icons/Dracula/apps/scalable/libreoffice3-draw.svg deleted file mode 120000 index 2c9640b8d..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice3-draw.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-draw.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice3-impress.svg b/.icons/Dracula/apps/scalable/libreoffice3-impress.svg deleted file mode 120000 index 23162b764..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice3-impress.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-impress.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice3-printeradmin.svg b/.icons/Dracula/apps/scalable/libreoffice3-printeradmin.svg deleted file mode 120000 index 14899db45..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice3-printeradmin.svg +++ /dev/null @@ -1 +0,0 @@ -office-printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice3-writer.svg b/.icons/Dracula/apps/scalable/libreoffice3-writer.svg deleted file mode 120000 index 30306720a..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice3-writer.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-writer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice3.svg b/.icons/Dracula/apps/scalable/libreoffice3.svg deleted file mode 120000 index 15476617e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice3.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-main.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-base.svg b/.icons/Dracula/apps/scalable/libreoffice34-base.svg deleted file mode 120000 index 7a162ad89..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-base.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-base.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-calc.svg b/.icons/Dracula/apps/scalable/libreoffice34-calc.svg deleted file mode 120000 index 6c95c6ec3..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-calc.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-calc.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-draw.svg b/.icons/Dracula/apps/scalable/libreoffice34-draw.svg deleted file mode 120000 index 2c9640b8d..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-draw.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-draw.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-impress.svg b/.icons/Dracula/apps/scalable/libreoffice34-impress.svg deleted file mode 120000 index 23162b764..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-impress.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-impress.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-main.svg b/.icons/Dracula/apps/scalable/libreoffice34-main.svg deleted file mode 120000 index 15476617e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-main.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-main.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-math.svg b/.icons/Dracula/apps/scalable/libreoffice34-math.svg deleted file mode 120000 index d819533d4..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-math.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-math.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-printeradmin.svg b/.icons/Dracula/apps/scalable/libreoffice34-printeradmin.svg deleted file mode 120000 index 14899db45..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-printeradmin.svg +++ /dev/null @@ -1 +0,0 @@ -office-printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-startcenter.svg b/.icons/Dracula/apps/scalable/libreoffice34-startcenter.svg deleted file mode 120000 index 15476617e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-startcenter.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-main.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-template.svg b/.icons/Dracula/apps/scalable/libreoffice34-template.svg deleted file mode 120000 index e121fb400..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-template.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-template.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34-writer.svg b/.icons/Dracula/apps/scalable/libreoffice34-writer.svg deleted file mode 120000 index 30306720a..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34-writer.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-writer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice34.svg b/.icons/Dracula/apps/scalable/libreoffice34.svg deleted file mode 120000 index 15476617e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice34.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-main.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-base.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-base.svg deleted file mode 120000 index 7a162ad89..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-base.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-base.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-calc.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-calc.svg deleted file mode 120000 index 6c95c6ec3..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-calc.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-calc.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-draw.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-draw.svg deleted file mode 120000 index 2c9640b8d..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-draw.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-draw.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-impress.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-impress.svg deleted file mode 120000 index 23162b764..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-impress.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-impress.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-math.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-math.svg deleted file mode 120000 index d819533d4..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-math.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-math.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-printeradmin.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-printeradmin.svg deleted file mode 120000 index 14899db45..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-printeradmin.svg +++ /dev/null @@ -1 +0,0 @@ -office-printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-startcenter.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-startcenter.svg deleted file mode 120000 index 15476617e..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-startcenter.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-main.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-template.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-template.svg deleted file mode 120000 index e121fb400..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-template.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-template.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/libreoffice4.2-writer.svg b/.icons/Dracula/apps/scalable/libreoffice4.2-writer.svg deleted file mode 120000 index 30306720a..000000000 --- a/.icons/Dracula/apps/scalable/libreoffice4.2-writer.svg +++ /dev/null @@ -1 +0,0 @@ -libreoffice-writer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/light-software-center.svg b/.icons/Dracula/apps/scalable/light-software-center.svg deleted file mode 120000 index 2a919ead5..000000000 --- a/.icons/Dracula/apps/scalable/light-software-center.svg +++ /dev/null @@ -1 +0,0 @@ -lubuntu-software-center.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/lightdm-gtk-greeter-settings.svg b/.icons/Dracula/apps/scalable/lightdm-gtk-greeter-settings.svg deleted file mode 100644 index fbdda9ac1..000000000 --- a/.icons/Dracula/apps/scalable/lightdm-gtk-greeter-settings.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/lmms.svg b/.icons/Dracula/apps/scalable/lmms.svg deleted file mode 100644 index 6ff492182..000000000 --- a/.icons/Dracula/apps/scalable/lmms.svg +++ /dev/null @@ -1,1721 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/locale.svg b/.icons/Dracula/apps/scalable/locale.svg deleted file mode 120000 index c0bcf8bca..000000000 --- a/.icons/Dracula/apps/scalable/locale.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-locale.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/lock.svg b/.icons/Dracula/apps/scalable/lock.svg deleted file mode 120000 index 4cbb8f640..000000000 --- a/.icons/Dracula/apps/scalable/lock.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/lollypop.svg b/.icons/Dracula/apps/scalable/lollypop.svg deleted file mode 100644 index 5c911b645..000000000 --- a/.icons/Dracula/apps/scalable/lollypop.svg +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/lpi-bug.svg b/.icons/Dracula/apps/scalable/lpi-bug.svg deleted file mode 120000 index 3146dda65..000000000 --- a/.icons/Dracula/apps/scalable/lpi-bug.svg +++ /dev/null @@ -1 +0,0 @@ -apport.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/lubuntu-software-center.svg b/.icons/Dracula/apps/scalable/lubuntu-software-center.svg deleted file mode 100644 index 7127644a8..000000000 --- a/.icons/Dracula/apps/scalable/lubuntu-software-center.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/lxfind.svg b/.icons/Dracula/apps/scalable/lxfind.svg deleted file mode 100644 index f97ea8c77..000000000 --- a/.icons/Dracula/apps/scalable/lxfind.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/lximage-qt.svg b/.icons/Dracula/apps/scalable/lximage-qt.svg deleted file mode 120000 index c8a50656a..000000000 --- a/.icons/Dracula/apps/scalable/lximage-qt.svg +++ /dev/null @@ -1 +0,0 @@ -gpicview.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/lxinput.svg b/.icons/Dracula/apps/scalable/lxinput.svg deleted file mode 120000 index ec7b5e752..000000000 --- a/.icons/Dracula/apps/scalable/lxinput.svg +++ /dev/null @@ -1 +0,0 @@ -gucharmap.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/lxkeymap.svg b/.icons/Dracula/apps/scalable/lxkeymap.svg deleted file mode 100644 index 0d0baa844..000000000 --- a/.icons/Dracula/apps/scalable/lxkeymap.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/lxscreenshot.svg b/.icons/Dracula/apps/scalable/lxscreenshot.svg deleted file mode 100644 index 7bbd4aa78..000000000 --- a/.icons/Dracula/apps/scalable/lxscreenshot.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/lxtask.svg b/.icons/Dracula/apps/scalable/lxtask.svg deleted file mode 120000 index b6e5ceead..000000000 --- a/.icons/Dracula/apps/scalable/lxtask.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/lxterminal.svg b/.icons/Dracula/apps/scalable/lxterminal.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/lxterminal.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mailnag.svg b/.icons/Dracula/apps/scalable/mailnag.svg deleted file mode 100644 index 3331f084f..000000000 --- a/.icons/Dracula/apps/scalable/mailnag.svg +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mailspring.svg b/.icons/Dracula/apps/scalable/mailspring.svg deleted file mode 120000 index 73af2ca90..000000000 --- a/.icons/Dracula/apps/scalable/mailspring.svg +++ /dev/null @@ -1 +0,0 @@ -email.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/makehuman.svg b/.icons/Dracula/apps/scalable/makehuman.svg deleted file mode 100644 index d3a0c62bc..000000000 --- a/.icons/Dracula/apps/scalable/makehuman.svg +++ /dev/null @@ -1,1088 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/makehuman_bg.svg b/.icons/Dracula/apps/scalable/makehuman_bg.svg deleted file mode 120000 index e4c07a83e..000000000 --- a/.icons/Dracula/apps/scalable/makehuman_bg.svg +++ /dev/null @@ -1 +0,0 @@ -makehuman.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mate-color-manager.svg b/.icons/Dracula/apps/scalable/mate-color-manager.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/mate-color-manager.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mate-sticky-notes-applet.svg b/.icons/Dracula/apps/scalable/mate-sticky-notes-applet.svg deleted file mode 120000 index f49bc261c..000000000 --- a/.icons/Dracula/apps/scalable/mate-sticky-notes-applet.svg +++ /dev/null @@ -1 +0,0 @@ -knotes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mathematica.svg b/.icons/Dracula/apps/scalable/mathematica.svg deleted file mode 100644 index 235d260e2..000000000 --- a/.icons/Dracula/apps/scalable/mathematica.svg +++ /dev/null @@ -1,1254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/maxthon-browser.svg b/.icons/Dracula/apps/scalable/maxthon-browser.svg deleted file mode 100644 index 25440fb45..000000000 --- a/.icons/Dracula/apps/scalable/maxthon-browser.svg +++ /dev/null @@ -1,341 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/medit.svg b/.icons/Dracula/apps/scalable/medit.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/medit.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mega.svg b/.icons/Dracula/apps/scalable/mega.svg deleted file mode 100644 index e6da6584a..000000000 --- a/.icons/Dracula/apps/scalable/mega.svg +++ /dev/null @@ -1,684 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/megasync.svg b/.icons/Dracula/apps/scalable/megasync.svg deleted file mode 120000 index ffd82477b..000000000 --- a/.icons/Dracula/apps/scalable/megasync.svg +++ /dev/null @@ -1 +0,0 @@ -mega.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/meld.svg b/.icons/Dracula/apps/scalable/meld.svg deleted file mode 100644 index ed4a0b733..000000000 --- a/.icons/Dracula/apps/scalable/meld.svg +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/menulibre.svg b/.icons/Dracula/apps/scalable/menulibre.svg deleted file mode 100644 index bee0554dc..000000000 --- a/.icons/Dracula/apps/scalable/menulibre.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/midori.svg b/.icons/Dracula/apps/scalable/midori.svg deleted file mode 100644 index ca083d59d..000000000 --- a/.icons/Dracula/apps/scalable/midori.svg +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mine.svg b/.icons/Dracula/apps/scalable/mine.svg deleted file mode 100644 index 52f12a0ef..000000000 --- a/.icons/Dracula/apps/scalable/mine.svg +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/minecraft-launcher.svg b/.icons/Dracula/apps/scalable/minecraft-launcher.svg deleted file mode 120000 index 9a4276adf..000000000 --- a/.icons/Dracula/apps/scalable/minecraft-launcher.svg +++ /dev/null @@ -1 +0,0 @@ -minecraft.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/minecraft.svg b/.icons/Dracula/apps/scalable/minecraft.svg deleted file mode 100644 index b11b2ec16..000000000 --- a/.icons/Dracula/apps/scalable/minecraft.svg +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mines.svg b/.icons/Dracula/apps/scalable/mines.svg deleted file mode 120000 index 7b0b59967..000000000 --- a/.icons/Dracula/apps/scalable/mines.svg +++ /dev/null @@ -1 +0,0 @@ -mine.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mirage.svg b/.icons/Dracula/apps/scalable/mirage.svg deleted file mode 100644 index 75fffb7c0..000000000 --- a/.icons/Dracula/apps/scalable/mirage.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/monitor.svg b/.icons/Dracula/apps/scalable/monitor.svg deleted file mode 120000 index a19a201b7..000000000 --- a/.icons/Dracula/apps/scalable/monitor.svg +++ /dev/null @@ -1 +0,0 @@ -video-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mono-runtime-common.svg b/.icons/Dracula/apps/scalable/mono-runtime-common.svg deleted file mode 120000 index e9473b301..000000000 --- a/.icons/Dracula/apps/scalable/mono-runtime-common.svg +++ /dev/null @@ -1 +0,0 @@ -mono.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mono-runtime.svg b/.icons/Dracula/apps/scalable/mono-runtime.svg deleted file mode 120000 index e9473b301..000000000 --- a/.icons/Dracula/apps/scalable/mono-runtime.svg +++ /dev/null @@ -1 +0,0 @@ -mono.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mono.svg b/.icons/Dracula/apps/scalable/mono.svg deleted file mode 100644 index bf88da63f..000000000 --- a/.icons/Dracula/apps/scalable/mono.svg +++ /dev/null @@ -1,687 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mplayer.svg b/.icons/Dracula/apps/scalable/mplayer.svg deleted file mode 100644 index 042caf1e0..000000000 --- a/.icons/Dracula/apps/scalable/mplayer.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mps.svg b/.icons/Dracula/apps/scalable/mps.svg deleted file mode 100644 index 1074a980c..000000000 --- a/.icons/Dracula/apps/scalable/mps.svg +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mpv-icon-8bit-64x64.svg b/.icons/Dracula/apps/scalable/mpv-icon-8bit-64x64.svg deleted file mode 120000 index c3ff8c410..000000000 --- a/.icons/Dracula/apps/scalable/mpv-icon-8bit-64x64.svg +++ /dev/null @@ -1 +0,0 @@ -mpv.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mpv.svg b/.icons/Dracula/apps/scalable/mpv.svg deleted file mode 100644 index d2228b928..000000000 --- a/.icons/Dracula/apps/scalable/mpv.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mtpaint.svg b/.icons/Dracula/apps/scalable/mtpaint.svg deleted file mode 100644 index 96c83ecb9..000000000 --- a/.icons/Dracula/apps/scalable/mtpaint.svg +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/mugshot.svg b/.icons/Dracula/apps/scalable/mugshot.svg deleted file mode 100644 index 5d50ae0df..000000000 --- a/.icons/Dracula/apps/scalable/mugshot.svg +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/multimedia-audio-player.svg b/.icons/Dracula/apps/scalable/multimedia-audio-player.svg deleted file mode 100644 index 3adec3b73..000000000 --- a/.icons/Dracula/apps/scalable/multimedia-audio-player.svg +++ /dev/null @@ -1,304 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/multimedia-video-player.svg b/.icons/Dracula/apps/scalable/multimedia-video-player.svg deleted file mode 100644 index 7e76b60c6..000000000 --- a/.icons/Dracula/apps/scalable/multimedia-video-player.svg +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/multimedia-volume-control.svg b/.icons/Dracula/apps/scalable/multimedia-volume-control.svg deleted file mode 120000 index 8434bc195..000000000 --- a/.icons/Dracula/apps/scalable/multimedia-volume-control.svg +++ /dev/null @@ -1 +0,0 @@ -xfce4-mixer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/multimedia.svg b/.icons/Dracula/apps/scalable/multimedia.svg deleted file mode 120000 index 04c6d09bf..000000000 --- a/.icons/Dracula/apps/scalable/multimedia.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-volume-control.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/multitasking-view.svg b/.icons/Dracula/apps/scalable/multitasking-view.svg deleted file mode 100644 index 91b0efbbd..000000000 --- a/.icons/Dracula/apps/scalable/multitasking-view.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/muon.svg b/.icons/Dracula/apps/scalable/muon.svg deleted file mode 120000 index 47a6e9bc3..000000000 --- a/.icons/Dracula/apps/scalable/muon.svg +++ /dev/null @@ -1 +0,0 @@ -synaptic.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/muondiscover.svg b/.icons/Dracula/apps/scalable/muondiscover.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/muondiscover.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mupdf.svg b/.icons/Dracula/apps/scalable/mupdf.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/mupdf.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mupen64.svg b/.icons/Dracula/apps/scalable/mupen64.svg deleted file mode 100644 index c5cab2c9f..000000000 --- a/.icons/Dracula/apps/scalable/mupen64.svg +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/music_icon-24.svg b/.icons/Dracula/apps/scalable/music_icon-24.svg deleted file mode 120000 index a2a4b34d2..000000000 --- a/.icons/Dracula/apps/scalable/music_icon-24.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-music.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/mysql-workbench.svg b/.icons/Dracula/apps/scalable/mysql-workbench.svg deleted file mode 100644 index a62d388e9..000000000 --- a/.icons/Dracula/apps/scalable/mysql-workbench.svg +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/n1.svg b/.icons/Dracula/apps/scalable/n1.svg deleted file mode 100644 index 8436c0b99..000000000 --- a/.icons/Dracula/apps/scalable/n1.svg +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/nautilus-actions-config-tool.svg b/.icons/Dracula/apps/scalable/nautilus-actions-config-tool.svg deleted file mode 120000 index edc468c48..000000000 --- a/.icons/Dracula/apps/scalable/nautilus-actions-config-tool.svg +++ /dev/null @@ -1 +0,0 @@ -nautilus.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nautilus-actions.svg b/.icons/Dracula/apps/scalable/nautilus-actions.svg deleted file mode 120000 index edc468c48..000000000 --- a/.icons/Dracula/apps/scalable/nautilus-actions.svg +++ /dev/null @@ -1 +0,0 @@ -nautilus.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nautilus-cd-burner.svg b/.icons/Dracula/apps/scalable/nautilus-cd-burner.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/nautilus-cd-burner.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nautilus.svg b/.icons/Dracula/apps/scalable/nautilus.svg deleted file mode 120000 index 41092c8f1..000000000 --- a/.icons/Dracula/apps/scalable/nautilus.svg +++ /dev/null @@ -1 +0,0 @@ -file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nemo.svg b/.icons/Dracula/apps/scalable/nemo.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/nemo.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/net.supertuxkart.SuperTuxKart.svg b/.icons/Dracula/apps/scalable/net.supertuxkart.SuperTuxKart.svg deleted file mode 120000 index 337217e3d..000000000 --- a/.icons/Dracula/apps/scalable/net.supertuxkart.SuperTuxKart.svg +++ /dev/null @@ -1 +0,0 @@ -supertuxkart.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/netbeans-ide.svg b/.icons/Dracula/apps/scalable/netbeans-ide.svg deleted file mode 120000 index 3af5b3dce..000000000 --- a/.icons/Dracula/apps/scalable/netbeans-ide.svg +++ /dev/null @@ -1 +0,0 @@ -netbeans.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/netbeans.svg b/.icons/Dracula/apps/scalable/netbeans.svg deleted file mode 100644 index 4ac5396d4..000000000 --- a/.icons/Dracula/apps/scalable/netbeans.svg +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/netflix.svg b/.icons/Dracula/apps/scalable/netflix.svg deleted file mode 100644 index c208f4c7f..000000000 --- a/.icons/Dracula/apps/scalable/netflix.svg +++ /dev/null @@ -1,695 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/network-manager.svg b/.icons/Dracula/apps/scalable/network-manager.svg deleted file mode 100644 index ccc67a7da..000000000 --- a/.icons/Dracula/apps/scalable/network-manager.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/network-wired.svg b/.icons/Dracula/apps/scalable/network-wired.svg deleted file mode 120000 index 66bda9816..000000000 --- a/.icons/Dracula/apps/scalable/network-wired.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-network.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/network-workgroup.svg b/.icons/Dracula/apps/scalable/network-workgroup.svg deleted file mode 120000 index 28bce8913..000000000 --- a/.icons/Dracula/apps/scalable/network-workgroup.svg +++ /dev/null @@ -1 +0,0 @@ -system-config-samba.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nextcloud.svg b/.icons/Dracula/apps/scalable/nextcloud.svg deleted file mode 100644 index a0e1095c3..000000000 --- a/.icons/Dracula/apps/scalable/nextcloud.svg +++ /dev/null @@ -1,522 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/nocturn-linux.svg b/.icons/Dracula/apps/scalable/nocturn-linux.svg deleted file mode 120000 index 43aa990c4..000000000 --- a/.icons/Dracula/apps/scalable/nocturn-linux.svg +++ /dev/null @@ -1 +0,0 @@ -nocturn.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nocturn.svg b/.icons/Dracula/apps/scalable/nocturn.svg deleted file mode 100644 index 82969a25e..000000000 --- a/.icons/Dracula/apps/scalable/nocturn.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/nomacs.svg b/.icons/Dracula/apps/scalable/nomacs.svg deleted file mode 100644 index ac7a009a2..000000000 --- a/.icons/Dracula/apps/scalable/nomacs.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/notepad.svg b/.icons/Dracula/apps/scalable/notepad.svg deleted file mode 100644 index e5243d743..000000000 --- a/.icons/Dracula/apps/scalable/notepad.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/nuvolaplayer.svg b/.icons/Dracula/apps/scalable/nuvolaplayer.svg deleted file mode 100644 index 50a68ef15..000000000 --- a/.icons/Dracula/apps/scalable/nuvolaplayer.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/nvclock.svg b/.icons/Dracula/apps/scalable/nvclock.svg deleted file mode 120000 index fc42cf5f9..000000000 --- a/.icons/Dracula/apps/scalable/nvclock.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvdock.svg b/.icons/Dracula/apps/scalable/nvdock.svg deleted file mode 120000 index b933b70be..000000000 --- a/.icons/Dracula/apps/scalable/nvdock.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia-settings.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia-310-settings.svg b/.icons/Dracula/apps/scalable/nvidia-310-settings.svg deleted file mode 120000 index fc42cf5f9..000000000 --- a/.icons/Dracula/apps/scalable/nvidia-310-settings.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia-current-settings.svg b/.icons/Dracula/apps/scalable/nvidia-current-settings.svg deleted file mode 120000 index fc42cf5f9..000000000 --- a/.icons/Dracula/apps/scalable/nvidia-current-settings.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia-current-updates-settings.svg b/.icons/Dracula/apps/scalable/nvidia-current-updates-settings.svg deleted file mode 120000 index fc42cf5f9..000000000 --- a/.icons/Dracula/apps/scalable/nvidia-current-updates-settings.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia-drivers-settings.svg b/.icons/Dracula/apps/scalable/nvidia-drivers-settings.svg deleted file mode 120000 index b933b70be..000000000 --- a/.icons/Dracula/apps/scalable/nvidia-drivers-settings.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia-settings.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia-settings.svg b/.icons/Dracula/apps/scalable/nvidia-settings.svg deleted file mode 120000 index fc42cf5f9..000000000 --- a/.icons/Dracula/apps/scalable/nvidia-settings.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia-x-server-setting.svg b/.icons/Dracula/apps/scalable/nvidia-x-server-setting.svg deleted file mode 120000 index b933b70be..000000000 --- a/.icons/Dracula/apps/scalable/nvidia-x-server-setting.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia-settings.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia-x-server-settings.svg b/.icons/Dracula/apps/scalable/nvidia-x-server-settings.svg deleted file mode 120000 index b933b70be..000000000 --- a/.icons/Dracula/apps/scalable/nvidia-x-server-settings.svg +++ /dev/null @@ -1 +0,0 @@ -nvidia-settings.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nvidia.svg b/.icons/Dracula/apps/scalable/nvidia.svg deleted file mode 100644 index b17834284..000000000 --- a/.icons/Dracula/apps/scalable/nvidia.svg +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/nylas-N1.svg b/.icons/Dracula/apps/scalable/nylas-N1.svg deleted file mode 120000 index b8391744d..000000000 --- a/.icons/Dracula/apps/scalable/nylas-N1.svg +++ /dev/null @@ -1 +0,0 @@ -n1.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/nylas-n1.svg b/.icons/Dracula/apps/scalable/nylas-n1.svg deleted file mode 120000 index b8391744d..000000000 --- a/.icons/Dracula/apps/scalable/nylas-n1.svg +++ /dev/null @@ -1 +0,0 @@ -n1.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/obconf.svg b/.icons/Dracula/apps/scalable/obconf.svg deleted file mode 120000 index 275fda6f1..000000000 --- a/.icons/Dracula/apps/scalable/obconf.svg +++ /dev/null @@ -1 +0,0 @@ -window-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/octocat.svg b/.icons/Dracula/apps/scalable/octocat.svg deleted file mode 120000 index 0298855ed..000000000 --- a/.icons/Dracula/apps/scalable/octocat.svg +++ /dev/null @@ -1 +0,0 @@ -github.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/octopi.svg b/.icons/Dracula/apps/scalable/octopi.svg deleted file mode 100644 index eee1c35d1..000000000 --- a/.icons/Dracula/apps/scalable/octopi.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/office-printer.svg b/.icons/Dracula/apps/scalable/office-printer.svg deleted file mode 100644 index 8ae7afd43..000000000 --- a/.icons/Dracula/apps/scalable/office-printer.svg +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ogmrip.svg b/.icons/Dracula/apps/scalable/ogmrip.svg deleted file mode 120000 index 9976859e8..000000000 --- a/.icons/Dracula/apps/scalable/ogmrip.svg +++ /dev/null @@ -1 +0,0 @@ -ubiquity.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/okular.svg b/.icons/Dracula/apps/scalable/okular.svg deleted file mode 100644 index c4cae2514..000000000 --- a/.icons/Dracula/apps/scalable/okular.svg +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-base.svg b/.icons/Dracula/apps/scalable/ooo-base.svg deleted file mode 100644 index 99c986481..000000000 --- a/.icons/Dracula/apps/scalable/ooo-base.svg +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-calc.svg b/.icons/Dracula/apps/scalable/ooo-calc.svg deleted file mode 100644 index c182cd73a..000000000 --- a/.icons/Dracula/apps/scalable/ooo-calc.svg +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-draw.svg b/.icons/Dracula/apps/scalable/ooo-draw.svg deleted file mode 100644 index d9567e949..000000000 --- a/.icons/Dracula/apps/scalable/ooo-draw.svg +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-impress.svg b/.icons/Dracula/apps/scalable/ooo-impress.svg deleted file mode 100644 index e81ed2824..000000000 --- a/.icons/Dracula/apps/scalable/ooo-impress.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-math.svg b/.icons/Dracula/apps/scalable/ooo-math.svg deleted file mode 100644 index 47aff9896..000000000 --- a/.icons/Dracula/apps/scalable/ooo-math.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-printeradmin.svg b/.icons/Dracula/apps/scalable/ooo-printeradmin.svg deleted file mode 100644 index 6cd4546a4..000000000 --- a/.icons/Dracula/apps/scalable/ooo-printeradmin.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-template.svg b/.icons/Dracula/apps/scalable/ooo-template.svg deleted file mode 100644 index 9fb3fdb4d..000000000 --- a/.icons/Dracula/apps/scalable/ooo-template.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ooo-writer.svg b/.icons/Dracula/apps/scalable/ooo-writer.svg deleted file mode 100644 index 3fa6bde78..000000000 --- a/.icons/Dracula/apps/scalable/ooo-writer.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/openarena.svg b/.icons/Dracula/apps/scalable/openarena.svg deleted file mode 100644 index 4e966cef6..000000000 --- a/.icons/Dracula/apps/scalable/openarena.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/openbox.svg b/.icons/Dracula/apps/scalable/openbox.svg deleted file mode 120000 index 275fda6f1..000000000 --- a/.icons/Dracula/apps/scalable/openbox.svg +++ /dev/null @@ -1 +0,0 @@ -window-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openjdk-6.svg b/.icons/Dracula/apps/scalable/openjdk-6.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/openjdk-6.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openjdk-7.svg b/.icons/Dracula/apps/scalable/openjdk-7.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/openjdk-7.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openjdk-8.svg b/.icons/Dracula/apps/scalable/openjdk-8.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/openjdk-8.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-base.svg b/.icons/Dracula/apps/scalable/openofficeorg-base.svg deleted file mode 120000 index ea7526e40..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-base.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-base.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-calc.svg b/.icons/Dracula/apps/scalable/openofficeorg-calc.svg deleted file mode 120000 index 6a1830a1f..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-calc.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-calc.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-draw.svg b/.icons/Dracula/apps/scalable/openofficeorg-draw.svg deleted file mode 120000 index 4ce167709..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-draw.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-draw.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-impress.svg b/.icons/Dracula/apps/scalable/openofficeorg-impress.svg deleted file mode 120000 index f47310a7a..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-impress.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-impress.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-math.svg b/.icons/Dracula/apps/scalable/openofficeorg-math.svg deleted file mode 120000 index 2ade43023..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-math.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-math.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-printeradmin.svg b/.icons/Dracula/apps/scalable/openofficeorg-printeradmin.svg deleted file mode 120000 index 9227dd653..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-printeradmin.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-printeradmin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-template.svg b/.icons/Dracula/apps/scalable/openofficeorg-template.svg deleted file mode 120000 index e2e5bbaa1..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-template.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-template.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg-writer.svg b/.icons/Dracula/apps/scalable/openofficeorg-writer.svg deleted file mode 120000 index 637454e44..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg-writer.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-writer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg24-calc.svg b/.icons/Dracula/apps/scalable/openofficeorg24-calc.svg deleted file mode 120000 index 6a1830a1f..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg24-calc.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-calc.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg24-impress.svg b/.icons/Dracula/apps/scalable/openofficeorg24-impress.svg deleted file mode 120000 index f47310a7a..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg24-impress.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-impress.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg24-writer.svg b/.icons/Dracula/apps/scalable/openofficeorg24-writer.svg deleted file mode 120000 index 637454e44..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg24-writer.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-writer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-base.svg b/.icons/Dracula/apps/scalable/openofficeorg3-base.svg deleted file mode 120000 index ea7526e40..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-base.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-base.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-calc.svg b/.icons/Dracula/apps/scalable/openofficeorg3-calc.svg deleted file mode 120000 index 6a1830a1f..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-calc.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-calc.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-draw.svg b/.icons/Dracula/apps/scalable/openofficeorg3-draw.svg deleted file mode 120000 index 4ce167709..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-draw.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-draw.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-impress.svg b/.icons/Dracula/apps/scalable/openofficeorg3-impress.svg deleted file mode 120000 index f47310a7a..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-impress.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-impress.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-math.svg b/.icons/Dracula/apps/scalable/openofficeorg3-math.svg deleted file mode 120000 index 2ade43023..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-math.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-math.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-printeradmin.svg b/.icons/Dracula/apps/scalable/openofficeorg3-printeradmin.svg deleted file mode 120000 index 9227dd653..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-printeradmin.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-printeradmin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-template.svg b/.icons/Dracula/apps/scalable/openofficeorg3-template.svg deleted file mode 120000 index e2e5bbaa1..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-template.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-template.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3-writer.svg b/.icons/Dracula/apps/scalable/openofficeorg3-writer.svg deleted file mode 120000 index 637454e44..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3-writer.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-writer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-base.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-base.svg deleted file mode 120000 index ea7526e40..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-base.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-base.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-calc.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-calc.svg deleted file mode 120000 index 6a1830a1f..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-calc.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-calc.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-draw.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-draw.svg deleted file mode 120000 index 4ce167709..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-draw.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-draw.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-impress.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-impress.svg deleted file mode 120000 index f47310a7a..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-impress.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-impress.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-math.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-math.svg deleted file mode 120000 index 2ade43023..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-math.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-math.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-printeradmin.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-printeradmin.svg deleted file mode 120000 index 9227dd653..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-printeradmin.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-printeradmin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-template.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-template.svg deleted file mode 120000 index e2e5bbaa1..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-template.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-template.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openofficeorg3.0-writer.svg b/.icons/Dracula/apps/scalable/openofficeorg3.0-writer.svg deleted file mode 120000 index 637454e44..000000000 --- a/.icons/Dracula/apps/scalable/openofficeorg3.0-writer.svg +++ /dev/null @@ -1 +0,0 @@ -./ooo-writer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openra-ra.svg b/.icons/Dracula/apps/scalable/openra-ra.svg deleted file mode 120000 index f78422066..000000000 --- a/.icons/Dracula/apps/scalable/openra-ra.svg +++ /dev/null @@ -1 +0,0 @@ -openra.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/openra.svg b/.icons/Dracula/apps/scalable/openra.svg deleted file mode 100644 index 24aefc9c4..000000000 --- a/.icons/Dracula/apps/scalable/openra.svg +++ /dev/null @@ -1,1112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/openshot.svg b/.icons/Dracula/apps/scalable/openshot.svg deleted file mode 100644 index 3d7fa1a41..000000000 --- a/.icons/Dracula/apps/scalable/openshot.svg +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/openterm.svg b/.icons/Dracula/apps/scalable/openterm.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/openterm.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/opera-beta.svg b/.icons/Dracula/apps/scalable/opera-beta.svg deleted file mode 100644 index 884213723..000000000 --- a/.icons/Dracula/apps/scalable/opera-beta.svg +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/opera-browser-icon.svg b/.icons/Dracula/apps/scalable/opera-browser-icon.svg deleted file mode 120000 index 6075479f7..000000000 --- a/.icons/Dracula/apps/scalable/opera-browser-icon.svg +++ /dev/null @@ -1 +0,0 @@ -opera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/opera-browser-icons.svg b/.icons/Dracula/apps/scalable/opera-browser-icons.svg deleted file mode 120000 index 6075479f7..000000000 --- a/.icons/Dracula/apps/scalable/opera-browser-icons.svg +++ /dev/null @@ -1 +0,0 @@ -opera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/opera-browser.svg b/.icons/Dracula/apps/scalable/opera-browser.svg deleted file mode 120000 index 6075479f7..000000000 --- a/.icons/Dracula/apps/scalable/opera-browser.svg +++ /dev/null @@ -1 +0,0 @@ -opera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/opera-icon.svg b/.icons/Dracula/apps/scalable/opera-icon.svg deleted file mode 120000 index 6075479f7..000000000 --- a/.icons/Dracula/apps/scalable/opera-icon.svg +++ /dev/null @@ -1 +0,0 @@ -opera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/opera.svg b/.icons/Dracula/apps/scalable/opera.svg deleted file mode 100644 index 751933323..000000000 --- a/.icons/Dracula/apps/scalable/opera.svg +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/oracle-javaws.svg b/.icons/Dracula/apps/scalable/oracle-javaws.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/oracle-javaws.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/oracle_java6.svg b/.icons/Dracula/apps/scalable/oracle_java6.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/oracle_java6.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/oracle_java7.svg b/.icons/Dracula/apps/scalable/oracle_java7.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/oracle_java7.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/oracle_java8.svg b/.icons/Dracula/apps/scalable/oracle_java8.svg deleted file mode 120000 index 124ab2734..000000000 --- a/.icons/Dracula/apps/scalable/oracle_java8.svg +++ /dev/null @@ -1 +0,0 @@ -java.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/orage_globaltime.svg b/.icons/Dracula/apps/scalable/orage_globaltime.svg deleted file mode 120000 index 9f07aeaa2..000000000 --- a/.icons/Dracula/apps/scalable/orage_globaltime.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-time.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-calculator.svg b/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-calculator.svg deleted file mode 120000 index 3d873c92a..000000000 --- a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-calculator.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-calendar.svg b/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-calendar.svg deleted file mode 120000 index f132e6f13..000000000 --- a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -com.deepin.Calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-image-viewer.svg b/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-image-viewer.svg deleted file mode 120000 index 0f365bad6..000000000 --- a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-image-viewer.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-image-viewer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-music.svg b/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-music.svg deleted file mode 120000 index 530253ed6..000000000 --- a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-music.svg +++ /dev/null @@ -1 +0,0 @@ -com.deepin.Music.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-screen-recorder.svg b/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-screen-recorder.svg deleted file mode 120000 index 52aef6269..000000000 --- a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-screen-recorder.svg +++ /dev/null @@ -1 +0,0 @@ -com.deepin.ScreenRecorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg b/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg deleted file mode 120000 index 09ad1f1ab..000000000 --- a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg +++ /dev/null @@ -1 +0,0 @@ -com.deepin.Screenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg b/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg deleted file mode 120000 index c863f318c..000000000 --- a/.icons/Dracula/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +++ /dev/null @@ -1 +0,0 @@ -com.deepin.VoiceRecorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Books.svg b/.icons/Dracula/apps/scalable/org.gnome.Books.svg deleted file mode 120000 index 168e980e2..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Books.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-books.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Calendar.svg b/.icons/Dracula/apps/scalable/org.gnome.Calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Camara.svg b/.icons/Dracula/apps/scalable/org.gnome.Camara.svg deleted file mode 120000 index 6e314c535..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Camara.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-camera.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Cheese.svg b/.icons/Dracula/apps/scalable/org.gnome.Cheese.svg deleted file mode 100644 index 4fee99e1f..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Cheese.svg +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.DejaDup.svg b/.icons/Dracula/apps/scalable/org.gnome.DejaDup.svg deleted file mode 100644 index 5176e8156..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.DejaDup.svg +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.Documents.svg b/.icons/Dracula/apps/scalable/org.gnome.Documents.svg deleted file mode 120000 index 1463ca12e..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Documents.svg +++ /dev/null @@ -1 +0,0 @@ -Gnome-Documents.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Empathy.svg b/.icons/Dracula/apps/scalable/org.gnome.Empathy.svg deleted file mode 120000 index 9d8350488..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Empathy.svg +++ /dev/null @@ -1 +0,0 @@ -empathy.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Lollypop.svg b/.icons/Dracula/apps/scalable/org.gnome.Lollypop.svg deleted file mode 120000 index 6ee338beb..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Lollypop.svg +++ /dev/null @@ -1 +0,0 @@ -lollypop.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Maps.svg b/.icons/Dracula/apps/scalable/org.gnome.Maps.svg deleted file mode 120000 index 55081b7d9..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Maps.svg +++ /dev/null @@ -1 +0,0 @@ -Gnome-Maps.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Mpv.svg b/.icons/Dracula/apps/scalable/org.gnome.Mpv.svg deleted file mode 120000 index c3ff8c410..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Mpv.svg +++ /dev/null @@ -1 +0,0 @@ -mpv.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Music.svg b/.icons/Dracula/apps/scalable/org.gnome.Music.svg deleted file mode 120000 index c2a653ba4..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Music.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-music.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Nautilus.svg b/.icons/Dracula/apps/scalable/org.gnome.Nautilus.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Nautilus.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.News.svg b/.icons/Dracula/apps/scalable/org.gnome.News.svg deleted file mode 100644 index 8bebd1c3c..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.News.svg +++ /dev/null @@ -1,398 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - News - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.Notes.svg b/.icons/Dracula/apps/scalable/org.gnome.Notes.svg deleted file mode 120000 index 94f436855..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Notes.svg +++ /dev/null @@ -1 +0,0 @@ -xpad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Photos.svg b/.icons/Dracula/apps/scalable/org.gnome.Photos.svg deleted file mode 120000 index 93a448ce8..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Photos.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-photos.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.PowerStats.svg b/.icons/Dracula/apps/scalable/org.gnome.PowerStats.svg deleted file mode 100644 index a82375a79..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.PowerStats.svg +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.Settings.svg b/.icons/Dracula/apps/scalable/org.gnome.Settings.svg deleted file mode 120000 index f67b9608d..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Settings.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-control-center.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Software-alt.svg b/.icons/Dracula/apps/scalable/org.gnome.Software-alt.svg deleted file mode 100644 index 9c3038eb0..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Software-alt.svg +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.Software.svg b/.icons/Dracula/apps/scalable/org.gnome.Software.svg deleted file mode 100644 index 1faf05b0e..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Software.svg +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.Terminal.svg b/.icons/Dracula/apps/scalable/org.gnome.Terminal.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Terminal.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Todo.svg b/.icons/Dracula/apps/scalable/org.gnome.Todo.svg deleted file mode 100644 index 3211836d3..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Todo.svg +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.Totem.svg b/.icons/Dracula/apps/scalable/org.gnome.Totem.svg deleted file mode 120000 index a30e61e16..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Totem.svg +++ /dev/null @@ -1 +0,0 @@ -totem.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.Weather.svg b/.icons/Dracula/apps/scalable/org.gnome.Weather.svg deleted file mode 100644 index 97ab8f6ed..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.Weather.svg +++ /dev/null @@ -1,632 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.bijiben.svg b/.icons/Dracula/apps/scalable/org.gnome.bijiben.svg deleted file mode 120000 index 51a8e65aa..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.bijiben.svg +++ /dev/null @@ -1 +0,0 @@ -gnote.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.clocks.svg b/.icons/Dracula/apps/scalable/org.gnome.clocks.svg deleted file mode 100644 index 9671ca025..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.clocks.svg +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/org.gnome.software.svg b/.icons/Dracula/apps/scalable/org.gnome.software.svg deleted file mode 120000 index fe804b210..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.software.svg +++ /dev/null @@ -1 +0,0 @@ -org.gnome.Software.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.tweaks.svg b/.icons/Dracula/apps/scalable/org.gnome.tweaks.svg deleted file mode 120000 index aab583408..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.tweaks.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/org.gnome.web.svg b/.icons/Dracula/apps/scalable/org.gnome.web.svg deleted file mode 120000 index 3a22870dc..000000000 --- a/.icons/Dracula/apps/scalable/org.gnome.web.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/osmo.svg b/.icons/Dracula/apps/scalable/osmo.svg deleted file mode 120000 index 09c3073e1..000000000 --- a/.icons/Dracula/apps/scalable/osmo.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/otter-browser.svg b/.icons/Dracula/apps/scalable/otter-browser.svg deleted file mode 100644 index e6b1d0d0e..000000000 --- a/.icons/Dracula/apps/scalable/otter-browser.svg +++ /dev/null @@ -1,1299 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/p7zip.svg b/.icons/Dracula/apps/scalable/p7zip.svg deleted file mode 120000 index 72381dbe8..000000000 --- a/.icons/Dracula/apps/scalable/p7zip.svg +++ /dev/null @@ -1 +0,0 @@ -file-roller.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package-manager-icon.svg b/.icons/Dracula/apps/scalable/package-manager-icon.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/package-manager-icon.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package.svg b/.icons/Dracula/apps/scalable/package.svg deleted file mode 120000 index 54c7b9a25..000000000 --- a/.icons/Dracula/apps/scalable/package.svg +++ /dev/null @@ -1 +0,0 @@ -./software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package_applications.svg b/.icons/Dracula/apps/scalable/package_applications.svg deleted file mode 120000 index 54c7b9a25..000000000 --- a/.icons/Dracula/apps/scalable/package_applications.svg +++ /dev/null @@ -1 +0,0 @@ -./software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package_development_debugger.svg b/.icons/Dracula/apps/scalable/package_development_debugger.svg deleted file mode 120000 index 3146dda65..000000000 --- a/.icons/Dracula/apps/scalable/package_development_debugger.svg +++ /dev/null @@ -1 +0,0 @@ -apport.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package_graphics.svg b/.icons/Dracula/apps/scalable/package_graphics.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/package_graphics.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package_graphics_photography.svg b/.icons/Dracula/apps/scalable/package_graphics_photography.svg deleted file mode 120000 index 7549e2de3..000000000 --- a/.icons/Dracula/apps/scalable/package_graphics_photography.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-screenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package_multimedia_burning.svg b/.icons/Dracula/apps/scalable/package_multimedia_burning.svg deleted file mode 120000 index cf0709cfe..000000000 --- a/.icons/Dracula/apps/scalable/package_multimedia_burning.svg +++ /dev/null @@ -1 +0,0 @@ -./k3b.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/package_utilities_web.svg b/.icons/Dracula/apps/scalable/package_utilities_web.svg deleted file mode 120000 index fe9f8e206..000000000 --- a/.icons/Dracula/apps/scalable/package_utilities_web.svg +++ /dev/null @@ -1 +0,0 @@ -./preferences-system-network.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/packettracer.svg b/.icons/Dracula/apps/scalable/packettracer.svg deleted file mode 100644 index 762f07ad0..000000000 --- a/.icons/Dracula/apps/scalable/packettracer.svg +++ /dev/null @@ -1,949 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/palemoon.svg b/.icons/Dracula/apps/scalable/palemoon.svg deleted file mode 100644 index d81630893..000000000 --- a/.icons/Dracula/apps/scalable/palemoon.svg +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/paraview.svg b/.icons/Dracula/apps/scalable/paraview.svg deleted file mode 100644 index 8eeb2d3c9..000000000 --- a/.icons/Dracula/apps/scalable/paraview.svg +++ /dev/null @@ -1,701 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/parole.svg b/.icons/Dracula/apps/scalable/parole.svg deleted file mode 120000 index a30e61e16..000000000 --- a/.icons/Dracula/apps/scalable/parole.svg +++ /dev/null @@ -1 +0,0 @@ -totem.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/partitionmanager.svg b/.icons/Dracula/apps/scalable/partitionmanager.svg deleted file mode 120000 index b9b21b154..000000000 --- a/.icons/Dracula/apps/scalable/partitionmanager.svg +++ /dev/null @@ -1 +0,0 @@ -gparted.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/partitions.svg b/.icons/Dracula/apps/scalable/partitions.svg deleted file mode 120000 index 86ccd96de..000000000 --- a/.icons/Dracula/apps/scalable/partitions.svg +++ /dev/null @@ -1 +0,0 @@ -partitionmanager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/password.svg b/.icons/Dracula/apps/scalable/password.svg deleted file mode 100644 index e0f506a8d..000000000 --- a/.icons/Dracula/apps/scalable/password.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/penguin-pegged.svg b/.icons/Dracula/apps/scalable/penguin-pegged.svg deleted file mode 100644 index 20e8c1c65..000000000 --- a/.icons/Dracula/apps/scalable/penguin-pegged.svg +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/pgadmin.svg b/.icons/Dracula/apps/scalable/pgadmin.svg deleted file mode 120000 index b86a7a9f9..000000000 --- a/.icons/Dracula/apps/scalable/pgadmin.svg +++ /dev/null @@ -1 +0,0 @@ -pgadmin3.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/pgadmin3.svg b/.icons/Dracula/apps/scalable/pgadmin3.svg deleted file mode 100644 index 1c9bd76e5..000000000 --- a/.icons/Dracula/apps/scalable/pgadmin3.svg +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/photivo.svg b/.icons/Dracula/apps/scalable/photivo.svg deleted file mode 100644 index b0532597b..000000000 --- a/.icons/Dracula/apps/scalable/photivo.svg +++ /dev/null @@ -1,460 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/photolayoutseditor.svg b/.icons/Dracula/apps/scalable/photolayoutseditor.svg deleted file mode 120000 index 697ffdf41..000000000 --- a/.icons/Dracula/apps/scalable/photolayoutseditor.svg +++ /dev/null @@ -1 +0,0 @@ -applets-screenshooter.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/photos.svg b/.icons/Dracula/apps/scalable/photos.svg deleted file mode 120000 index 4f606c620..000000000 --- a/.icons/Dracula/apps/scalable/photos.svg +++ /dev/null @@ -1 +0,0 @@ -ristretto.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/pidgin.svg b/.icons/Dracula/apps/scalable/pidgin.svg deleted file mode 100644 index 89160989c..000000000 --- a/.icons/Dracula/apps/scalable/pidgin.svg +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/pirut.svg b/.icons/Dracula/apps/scalable/pirut.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/pirut.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/pk-package-sources.svg b/.icons/Dracula/apps/scalable/pk-package-sources.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/pk-package-sources.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/pkgbrowser.svg b/.icons/Dracula/apps/scalable/pkgbrowser.svg deleted file mode 100644 index ce4f49c33..000000000 --- a/.icons/Dracula/apps/scalable/pkgbrowser.svg +++ /dev/null @@ -1,698 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/plasma-search.svg b/.icons/Dracula/apps/scalable/plasma-search.svg deleted file mode 100644 index 8dbb65d16..000000000 --- a/.icons/Dracula/apps/scalable/plasma-search.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/plasma.svg b/.icons/Dracula/apps/scalable/plasma.svg deleted file mode 100644 index 0f9e16e7a..000000000 --- a/.icons/Dracula/apps/scalable/plasma.svg +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/plasmadiscover.svg b/.icons/Dracula/apps/scalable/plasmadiscover.svg deleted file mode 100644 index ecf5637a6..000000000 --- a/.icons/Dracula/apps/scalable/plasmadiscover.svg +++ /dev/null @@ -1,1811 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/plasmagik.svg b/.icons/Dracula/apps/scalable/plasmagik.svg deleted file mode 120000 index fd5872481..000000000 --- a/.icons/Dracula/apps/scalable/plasmagik.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-plasma.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/plasmashell.svg b/.icons/Dracula/apps/scalable/plasmashell.svg deleted file mode 120000 index fd5872481..000000000 --- a/.icons/Dracula/apps/scalable/plasmashell.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-plasma.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/playonlinux.svg b/.icons/Dracula/apps/scalable/playonlinux.svg deleted file mode 100644 index 7fe664fbb..000000000 --- a/.icons/Dracula/apps/scalable/playonlinux.svg +++ /dev/null @@ -1,422 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/plex-home-theater.svg b/.icons/Dracula/apps/scalable/plex-home-theater.svg deleted file mode 120000 index 803959fa0..000000000 --- a/.icons/Dracula/apps/scalable/plex-home-theater.svg +++ /dev/null @@ -1 +0,0 @@ -plex.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/plex-server.svg b/.icons/Dracula/apps/scalable/plex-server.svg deleted file mode 120000 index 803959fa0..000000000 --- a/.icons/Dracula/apps/scalable/plex-server.svg +++ /dev/null @@ -1 +0,0 @@ -plex.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/plex.svg b/.icons/Dracula/apps/scalable/plex.svg deleted file mode 100644 index db6152f13..000000000 --- a/.icons/Dracula/apps/scalable/plex.svg +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/plugin-colorfilter.svg b/.icons/Dracula/apps/scalable/plugin-colorfilter.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/plugin-colorfilter.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/plugin-notification.svg b/.icons/Dracula/apps/scalable/plugin-notification.svg deleted file mode 120000 index 7a90da7a1..000000000 --- a/.icons/Dracula/apps/scalable/plugin-notification.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-notification.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/plugin-wallpaper.svg b/.icons/Dracula/apps/scalable/plugin-wallpaper.svg deleted file mode 120000 index 911ba54b9..000000000 --- a/.icons/Dracula/apps/scalable/plugin-wallpaper.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/plugins-accessibility.svg b/.icons/Dracula/apps/scalable/plugins-accessibility.svg deleted file mode 120000 index 7a2bed3aa..000000000 --- a/.icons/Dracula/apps/scalable/plugins-accessibility.svg +++ /dev/null @@ -1 +0,0 @@ -accessibility.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/plymouth.svg b/.icons/Dracula/apps/scalable/plymouth.svg deleted file mode 120000 index 7c21c95b7..000000000 --- a/.icons/Dracula/apps/scalable/plymouth.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-hotcorners.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/podcast-amarok.svg b/.icons/Dracula/apps/scalable/podcast-amarok.svg deleted file mode 120000 index 6d7b037c9..000000000 --- a/.icons/Dracula/apps/scalable/podcast-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -audio-recorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/podcast.svg b/.icons/Dracula/apps/scalable/podcast.svg deleted file mode 100644 index bda4f96b7..000000000 --- a/.icons/Dracula/apps/scalable/podcast.svg +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/popcorntime.svg b/.icons/Dracula/apps/scalable/popcorntime.svg deleted file mode 100644 index 8c4515116..000000000 --- a/.icons/Dracula/apps/scalable/popcorntime.svg +++ /dev/null @@ -1,1300 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/porthole.svg b/.icons/Dracula/apps/scalable/porthole.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/porthole.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/postscript-viewer.svg b/.icons/Dracula/apps/scalable/postscript-viewer.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/postscript-viewer.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ppsspp.svg b/.icons/Dracula/apps/scalable/ppsspp.svg deleted file mode 100644 index 54560b23a..000000000 --- a/.icons/Dracula/apps/scalable/ppsspp.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-calendar-and-tasks.svg b/.icons/Dracula/apps/scalable/preferences-calendar-and-tasks.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/preferences-calendar-and-tasks.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-color.svg b/.icons/Dracula/apps/scalable/preferences-color.svg deleted file mode 100644 index a9e80443a..000000000 --- a/.icons/Dracula/apps/scalable/preferences-color.svg +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-contact-list.svg b/.icons/Dracula/apps/scalable/preferences-contact-list.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/preferences-contact-list.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-accessibility.svg b/.icons/Dracula/apps/scalable/preferences-desktop-accessibility.svg deleted file mode 100644 index 83042221d..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-accessibility.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-assistive-technology.svg b/.icons/Dracula/apps/scalable/preferences-desktop-assistive-technology.svg deleted file mode 120000 index 9f1c42c28..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-assistive-technology.svg +++ /dev/null @@ -1 +0,0 @@ -./preferences-desktop-accessibility.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-baloo.svg b/.icons/Dracula/apps/scalable/preferences-desktop-baloo.svg deleted file mode 120000 index b1e60c9a6..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-baloo.svg +++ /dev/null @@ -1 +0,0 @@ -lxfind.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-color.svg b/.icons/Dracula/apps/scalable/preferences-desktop-color.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-color.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-default-applications.svg b/.icons/Dracula/apps/scalable/preferences-desktop-default-applications.svg deleted file mode 100644 index 0c13df30c..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-default-applications.svg +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-display-color.svg b/.icons/Dracula/apps/scalable/preferences-desktop-display-color.svg deleted file mode 120000 index c04b3ee22..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-display-color.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-color.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-display.svg b/.icons/Dracula/apps/scalable/preferences-desktop-display.svg deleted file mode 100644 index e7e6b1092..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-display.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-icons.svg b/.icons/Dracula/apps/scalable/preferences-desktop-icons.svg deleted file mode 120000 index b51d9aa7d..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-icons.svg +++ /dev/null @@ -1 +0,0 @@ -wallpaper.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-keyboard.svg b/.icons/Dracula/apps/scalable/preferences-desktop-keyboard.svg deleted file mode 120000 index ec7b5e752..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-keyboard.svg +++ /dev/null @@ -1 +0,0 @@ -gucharmap.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-locale.svg b/.icons/Dracula/apps/scalable/preferences-desktop-locale.svg deleted file mode 100644 index 0201cf612..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-locale.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-notification-bell.svg b/.icons/Dracula/apps/scalable/preferences-desktop-notification-bell.svg deleted file mode 100644 index 756ddcd80..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-notification-bell.svg +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-notification.svg b/.icons/Dracula/apps/scalable/preferences-desktop-notification.svg deleted file mode 120000 index 0f3a7188c..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-notification.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-notifications.svg b/.icons/Dracula/apps/scalable/preferences-desktop-notifications.svg deleted file mode 120000 index 7a90da7a1..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-notifications.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-notification.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-peripherals.svg b/.icons/Dracula/apps/scalable/preferences-desktop-peripherals.svg deleted file mode 100644 index 2938b841c..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-peripherals.svg +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-plasma.svg b/.icons/Dracula/apps/scalable/preferences-desktop-plasma.svg deleted file mode 100644 index afbdeb7b4..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-plasma.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-remote-desktop.svg b/.icons/Dracula/apps/scalable/preferences-desktop-remote-desktop.svg deleted file mode 100644 index a35e55be3..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-remote-desktop.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-screensaver.svg b/.icons/Dracula/apps/scalable/preferences-desktop-screensaver.svg deleted file mode 120000 index c6d36610f..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-screensaver.svg +++ /dev/null @@ -1 +0,0 @@ -xscreensaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-theme.svg b/.icons/Dracula/apps/scalable/preferences-desktop-theme.svg deleted file mode 100644 index 92135fc49..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-theme.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-user-password.svg b/.icons/Dracula/apps/scalable/preferences-desktop-user-password.svg deleted file mode 100644 index 7b5c077a4..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-user-password.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-user.svg b/.icons/Dracula/apps/scalable/preferences-desktop-user.svg deleted file mode 100644 index da77142c5..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-user.svg +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop-wallpaper.svg b/.icons/Dracula/apps/scalable/preferences-desktop-wallpaper.svg deleted file mode 100644 index 45b5f8106..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop-wallpaper.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-desktop.svg b/.icons/Dracula/apps/scalable/preferences-desktop.svg deleted file mode 120000 index 476ddabf2..000000000 --- a/.icons/Dracula/apps/scalable/preferences-desktop.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-gtk-config.svg b/.icons/Dracula/apps/scalable/preferences-gtk-config.svg deleted file mode 120000 index 79297f198..000000000 --- a/.icons/Dracula/apps/scalable/preferences-gtk-config.svg +++ /dev/null @@ -1 +0,0 @@ -kde-gtk-config.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-system-bluetooth.svg b/.icons/Dracula/apps/scalable/preferences-system-bluetooth.svg deleted file mode 120000 index 7aa2d81fa..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-bluetooth.svg +++ /dev/null @@ -1 +0,0 @@ -blueman-device.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-system-brightness-lock.svg b/.icons/Dracula/apps/scalable/preferences-system-brightness-lock.svg deleted file mode 100644 index 594b08d9e..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-brightness-lock.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-system-hotcorners.svg b/.icons/Dracula/apps/scalable/preferences-system-hotcorners.svg deleted file mode 100644 index bb3045c6a..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-hotcorners.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-system-login.svg b/.icons/Dracula/apps/scalable/preferences-system-login.svg deleted file mode 120000 index bbf314147..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-login.svg +++ /dev/null @@ -1 +0,0 @@ -lightdm-gtk-greeter-settings.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-system-network-sharing.svg b/.icons/Dracula/apps/scalable/preferences-system-network-sharing.svg deleted file mode 100644 index 0216a6f2f..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-network-sharing.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-system-network.svg b/.icons/Dracula/apps/scalable/preferences-system-network.svg deleted file mode 120000 index 28bce8913..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-network.svg +++ /dev/null @@ -1 +0,0 @@ -system-config-samba.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-system-power-management.svg b/.icons/Dracula/apps/scalable/preferences-system-power-management.svg deleted file mode 120000 index e7a4d9f1f..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-power-management.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-power.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-system-power.svg b/.icons/Dracula/apps/scalable/preferences-system-power.svg deleted file mode 100644 index dd5c81ed1..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-power.svg +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-system-session-services.svg b/.icons/Dracula/apps/scalable/preferences-system-session-services.svg deleted file mode 120000 index 14429f69f..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-session-services.svg +++ /dev/null @@ -1 +0,0 @@ -wmtweaks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-system-session.svg b/.icons/Dracula/apps/scalable/preferences-system-session.svg deleted file mode 120000 index 1752c2f2d..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-session.svg +++ /dev/null @@ -1 +0,0 @@ -session-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-system-time.svg b/.icons/Dracula/apps/scalable/preferences-system-time.svg deleted file mode 100644 index cbe00de4d..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system-time.svg +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/preferences-system.svg b/.icons/Dracula/apps/scalable/preferences-system.svg deleted file mode 120000 index 14429f69f..000000000 --- a/.icons/Dracula/apps/scalable/preferences-system.svg +++ /dev/null @@ -1 +0,0 @@ -wmtweaks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-theme.svg b/.icons/Dracula/apps/scalable/preferences-theme.svg deleted file mode 120000 index 3c8cc8752..000000000 --- a/.icons/Dracula/apps/scalable/preferences-theme.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-theme.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/preferences-web-browser-stylesheets.svg b/.icons/Dracula/apps/scalable/preferences-web-browser-stylesheets.svg deleted file mode 100644 index c36012178..000000000 --- a/.icons/Dracula/apps/scalable/preferences-web-browser-stylesheets.svg +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/printer.svg b/.icons/Dracula/apps/scalable/printer.svg deleted file mode 100644 index e5587b75b..000000000 --- a/.icons/Dracula/apps/scalable/printer.svg +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/psensor.svg b/.icons/Dracula/apps/scalable/psensor.svg deleted file mode 100644 index f2d30a2fb..000000000 --- a/.icons/Dracula/apps/scalable/psensor.svg +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/puddletag.svg b/.icons/Dracula/apps/scalable/puddletag.svg deleted file mode 120000 index 655858a33..000000000 --- a/.icons/Dracula/apps/scalable/puddletag.svg +++ /dev/null @@ -1 +0,0 @@ -easytag.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/pycharm.svg b/.icons/Dracula/apps/scalable/pycharm.svg deleted file mode 100644 index b025cdbe6..000000000 --- a/.icons/Dracula/apps/scalable/pycharm.svg +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/pysol.svg b/.icons/Dracula/apps/scalable/pysol.svg deleted file mode 100644 index 7d2e60fe9..000000000 --- a/.icons/Dracula/apps/scalable/pysol.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/python.svg b/.icons/Dracula/apps/scalable/python.svg deleted file mode 100644 index 875996565..000000000 --- a/.icons/Dracula/apps/scalable/python.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/python2.6.svg b/.icons/Dracula/apps/scalable/python2.6.svg deleted file mode 120000 index 00d4dd1bc..000000000 --- a/.icons/Dracula/apps/scalable/python2.6.svg +++ /dev/null @@ -1 +0,0 @@ -python.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/python2.7.svg b/.icons/Dracula/apps/scalable/python2.7.svg deleted file mode 120000 index 00d4dd1bc..000000000 --- a/.icons/Dracula/apps/scalable/python2.7.svg +++ /dev/null @@ -1 +0,0 @@ -python.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/python3.0.svg b/.icons/Dracula/apps/scalable/python3.0.svg deleted file mode 120000 index 00d4dd1bc..000000000 --- a/.icons/Dracula/apps/scalable/python3.0.svg +++ /dev/null @@ -1 +0,0 @@ -python.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/python3.1.svg b/.icons/Dracula/apps/scalable/python3.1.svg deleted file mode 120000 index 00d4dd1bc..000000000 --- a/.icons/Dracula/apps/scalable/python3.1.svg +++ /dev/null @@ -1 +0,0 @@ -python.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/python3.2.svg b/.icons/Dracula/apps/scalable/python3.2.svg deleted file mode 120000 index 00d4dd1bc..000000000 --- a/.icons/Dracula/apps/scalable/python3.2.svg +++ /dev/null @@ -1 +0,0 @@ -python.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/python3.3.svg b/.icons/Dracula/apps/scalable/python3.3.svg deleted file mode 120000 index 00d4dd1bc..000000000 --- a/.icons/Dracula/apps/scalable/python3.3.svg +++ /dev/null @@ -1 +0,0 @@ -python.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/python3.4.svg b/.icons/Dracula/apps/scalable/python3.4.svg deleted file mode 120000 index 00d4dd1bc..000000000 --- a/.icons/Dracula/apps/scalable/python3.4.svg +++ /dev/null @@ -1 +0,0 @@ -python.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qalculator.svg b/.icons/Dracula/apps/scalable/qalculator.svg deleted file mode 120000 index 67684fa72..000000000 --- a/.icons/Dracula/apps/scalable/qalculator.svg +++ /dev/null @@ -1 +0,0 @@ -calculator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qbittorrent.svg b/.icons/Dracula/apps/scalable/qbittorrent.svg deleted file mode 100644 index 96b49ace9..000000000 --- a/.icons/Dracula/apps/scalable/qbittorrent.svg +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/qcad.svg b/.icons/Dracula/apps/scalable/qcad.svg deleted file mode 100644 index 6e849d1ea..000000000 --- a/.icons/Dracula/apps/scalable/qcad.svg +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/qdbusviewer-qt4.svg b/.icons/Dracula/apps/scalable/qdbusviewer-qt4.svg deleted file mode 120000 index b54d60898..000000000 --- a/.icons/Dracula/apps/scalable/qdbusviewer-qt4.svg +++ /dev/null @@ -1 +0,0 @@ -qtdbusviewer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qdbusviewer.svg b/.icons/Dracula/apps/scalable/qdbusviewer.svg deleted file mode 120000 index b54d60898..000000000 --- a/.icons/Dracula/apps/scalable/qdbusviewer.svg +++ /dev/null @@ -1 +0,0 @@ -qtdbusviewer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qemu-system-aarch64.svg b/.icons/Dracula/apps/scalable/qemu-system-aarch64.svg deleted file mode 120000 index f77cdf23a..000000000 --- a/.icons/Dracula/apps/scalable/qemu-system-aarch64.svg +++ /dev/null @@ -1 +0,0 @@ -qemu.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qemu-system-arm.svg b/.icons/Dracula/apps/scalable/qemu-system-arm.svg deleted file mode 120000 index f77cdf23a..000000000 --- a/.icons/Dracula/apps/scalable/qemu-system-arm.svg +++ /dev/null @@ -1 +0,0 @@ -qemu.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qemu-system-i386.svg b/.icons/Dracula/apps/scalable/qemu-system-i386.svg deleted file mode 120000 index f77cdf23a..000000000 --- a/.icons/Dracula/apps/scalable/qemu-system-i386.svg +++ /dev/null @@ -1 +0,0 @@ -qemu.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qemu-system-x86_64-spice.svg b/.icons/Dracula/apps/scalable/qemu-system-x86_64-spice.svg deleted file mode 120000 index f77cdf23a..000000000 --- a/.icons/Dracula/apps/scalable/qemu-system-x86_64-spice.svg +++ /dev/null @@ -1 +0,0 @@ -qemu.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qemu-system-x86_64.svg b/.icons/Dracula/apps/scalable/qemu-system-x86_64.svg deleted file mode 120000 index f77cdf23a..000000000 --- a/.icons/Dracula/apps/scalable/qemu-system-x86_64.svg +++ /dev/null @@ -1 +0,0 @@ -qemu.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qemu.svg b/.icons/Dracula/apps/scalable/qemu.svg deleted file mode 100644 index bd36b263f..000000000 --- a/.icons/Dracula/apps/scalable/qemu.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/qgit.svg b/.icons/Dracula/apps/scalable/qgit.svg deleted file mode 100644 index b935190c2..000000000 --- a/.icons/Dracula/apps/scalable/qgit.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/qjackctl.svg b/.icons/Dracula/apps/scalable/qjackctl.svg deleted file mode 100644 index fb717583b..000000000 --- a/.icons/Dracula/apps/scalable/qjackctl.svg +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/qlipper.svg b/.icons/Dracula/apps/scalable/qlipper.svg deleted file mode 120000 index a1ab7bbe5..000000000 --- a/.icons/Dracula/apps/scalable/qlipper.svg +++ /dev/null @@ -1 +0,0 @@ -clipit.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qmlscene.svg b/.icons/Dracula/apps/scalable/qmlscene.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qmlscene.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qpdfview.svg b/.icons/Dracula/apps/scalable/qpdfview.svg deleted file mode 120000 index d0e0f0dce..000000000 --- a/.icons/Dracula/apps/scalable/qpdfview.svg +++ /dev/null @@ -1 +0,0 @@ -acroread.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qr-creator.svg b/.icons/Dracula/apps/scalable/qr-creator.svg deleted file mode 100644 index 9dd2a327e..000000000 --- a/.icons/Dracula/apps/scalable/qr-creator.svg +++ /dev/null @@ -1,613 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/qreator.svg b/.icons/Dracula/apps/scalable/qreator.svg deleted file mode 120000 index 0be70cab3..000000000 --- a/.icons/Dracula/apps/scalable/qreator.svg +++ /dev/null @@ -1 +0,0 @@ -qr-creator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qrqt.svg b/.icons/Dracula/apps/scalable/qrqt.svg deleted file mode 120000 index 0be70cab3..000000000 --- a/.icons/Dracula/apps/scalable/qrqt.svg +++ /dev/null @@ -1 +0,0 @@ -qr-creator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qt-logo.svg b/.icons/Dracula/apps/scalable/qt-logo.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qt-logo.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qt.svg b/.icons/Dracula/apps/scalable/qt.svg deleted file mode 120000 index a2c2cf3c4..000000000 --- a/.icons/Dracula/apps/scalable/qt.svg +++ /dev/null @@ -1 +0,0 @@ -qtassistant.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qt4logo.svg b/.icons/Dracula/apps/scalable/qt4logo.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qt4logo.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtassistant.svg b/.icons/Dracula/apps/scalable/qtassistant.svg deleted file mode 100644 index 1594f96a0..000000000 --- a/.icons/Dracula/apps/scalable/qtassistant.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/qtconfig-qt4.svg b/.icons/Dracula/apps/scalable/qtconfig-qt4.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtconfig-qt4.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtconfig.svg b/.icons/Dracula/apps/scalable/qtconfig.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtconfig.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtcreator.svg b/.icons/Dracula/apps/scalable/qtcreator.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtcreator.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtcreator_logo_32.svg b/.icons/Dracula/apps/scalable/qtcreator_logo_32.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtcreator_logo_32.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtdbusviewer.svg b/.icons/Dracula/apps/scalable/qtdbusviewer.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtdbusviewer.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtdesigner.svg b/.icons/Dracula/apps/scalable/qtdesigner.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtdesigner.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qterminal.svg b/.icons/Dracula/apps/scalable/qterminal.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/qterminal.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtlinguist.svg b/.icons/Dracula/apps/scalable/qtlinguist.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtlinguist.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qtlogo.svg b/.icons/Dracula/apps/scalable/qtlogo.svg deleted file mode 120000 index 2ba2d083e..000000000 --- a/.icons/Dracula/apps/scalable/qtlogo.svg +++ /dev/null @@ -1 +0,0 @@ -qt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/qupzilla.svg b/.icons/Dracula/apps/scalable/qupzilla.svg deleted file mode 100644 index 0d74bab2e..000000000 --- a/.icons/Dracula/apps/scalable/qupzilla.svg +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/r-linux.svg b/.icons/Dracula/apps/scalable/r-linux.svg deleted file mode 100644 index c0bcf9d66..000000000 --- a/.icons/Dracula/apps/scalable/r-linux.svg +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/r-studio.svg b/.icons/Dracula/apps/scalable/r-studio.svg deleted file mode 120000 index c2b458a8b..000000000 --- a/.icons/Dracula/apps/scalable/r-studio.svg +++ /dev/null @@ -1 +0,0 @@ -r-linux.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ramme.svg b/.icons/Dracula/apps/scalable/ramme.svg deleted file mode 100644 index a555baf3d..000000000 --- a/.icons/Dracula/apps/scalable/ramme.svg +++ /dev/null @@ -1,417 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/rawtherapee.svg b/.icons/Dracula/apps/scalable/rawtherapee.svg deleted file mode 100644 index cb7c1b539..000000000 --- a/.icons/Dracula/apps/scalable/rawtherapee.svg +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/reddit.svg b/.icons/Dracula/apps/scalable/reddit.svg deleted file mode 100644 index 0e8cbf17a..000000000 --- a/.icons/Dracula/apps/scalable/reddit.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/redhat-filemanager.svg b/.icons/Dracula/apps/scalable/redhat-filemanager.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/redhat-filemanager.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/redshift.svg b/.icons/Dracula/apps/scalable/redshift.svg deleted file mode 100644 index 5672420d3..000000000 --- a/.icons/Dracula/apps/scalable/redshift.svg +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/regedit.svg b/.icons/Dracula/apps/scalable/regedit.svg deleted file mode 100644 index 3c94a7b3f..000000000 --- a/.icons/Dracula/apps/scalable/regedit.svg +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/rekonq.svg b/.icons/Dracula/apps/scalable/rekonq.svg deleted file mode 100644 index f50dd7a77..000000000 --- a/.icons/Dracula/apps/scalable/rekonq.svg +++ /dev/null @@ -1,408 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/resapplet.svg b/.icons/Dracula/apps/scalable/resapplet.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/resapplet.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/rhythmbox.svg b/.icons/Dracula/apps/scalable/rhythmbox.svg deleted file mode 120000 index 790c8c357..000000000 --- a/.icons/Dracula/apps/scalable/rhythmbox.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-audio-player.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/riot.svg b/.icons/Dracula/apps/scalable/riot.svg deleted file mode 100644 index 4fc46d1bb..000000000 --- a/.icons/Dracula/apps/scalable/riot.svg +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/rip.svg b/.icons/Dracula/apps/scalable/rip.svg deleted file mode 120000 index 9976859e8..000000000 --- a/.icons/Dracula/apps/scalable/rip.svg +++ /dev/null @@ -1 +0,0 @@ -ubiquity.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ristretto.svg b/.icons/Dracula/apps/scalable/ristretto.svg deleted file mode 120000 index c8a50656a..000000000 --- a/.icons/Dracula/apps/scalable/ristretto.svg +++ /dev/null @@ -1 +0,0 @@ -gpicview.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/rpmdrake.svg b/.icons/Dracula/apps/scalable/rpmdrake.svg deleted file mode 120000 index df850daf8..000000000 --- a/.icons/Dracula/apps/scalable/rpmdrake.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-installer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/rss_indicator.svg b/.icons/Dracula/apps/scalable/rss_indicator.svg deleted file mode 120000 index 5ba07e594..000000000 --- a/.icons/Dracula/apps/scalable/rss_indicator.svg +++ /dev/null @@ -1 +0,0 @@ -akregator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/rssguard.svg b/.icons/Dracula/apps/scalable/rssguard.svg deleted file mode 120000 index 5ba07e594..000000000 --- a/.icons/Dracula/apps/scalable/rssguard.svg +++ /dev/null @@ -1 +0,0 @@ -akregator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/rssnow.svg b/.icons/Dracula/apps/scalable/rssnow.svg deleted file mode 120000 index 5ba07e594..000000000 --- a/.icons/Dracula/apps/scalable/rssnow.svg +++ /dev/null @@ -1 +0,0 @@ -akregator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/rssowl.svg b/.icons/Dracula/apps/scalable/rssowl.svg deleted file mode 120000 index 5ba07e594..000000000 --- a/.icons/Dracula/apps/scalable/rssowl.svg +++ /dev/null @@ -1 +0,0 @@ -akregator.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/scanner.svg b/.icons/Dracula/apps/scalable/scanner.svg deleted file mode 100644 index e00242070..000000000 --- a/.icons/Dracula/apps/scalable/scanner.svg +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/screenie-qt.svg b/.icons/Dracula/apps/scalable/screenie-qt.svg deleted file mode 120000 index 7549e2de3..000000000 --- a/.icons/Dracula/apps/scalable/screenie-qt.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-screenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/screenie.svg b/.icons/Dracula/apps/scalable/screenie.svg deleted file mode 120000 index 7549e2de3..000000000 --- a/.icons/Dracula/apps/scalable/screenie.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-screenshot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/screensaver.svg b/.icons/Dracula/apps/scalable/screensaver.svg deleted file mode 120000 index 4cbb8f640..000000000 --- a/.icons/Dracula/apps/scalable/screensaver.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/scudcloud.svg b/.icons/Dracula/apps/scalable/scudcloud.svg deleted file mode 120000 index 7cb5329ce..000000000 --- a/.icons/Dracula/apps/scalable/scudcloud.svg +++ /dev/null @@ -1 +0,0 @@ -slack.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/seahorse.svg b/.icons/Dracula/apps/scalable/seahorse.svg deleted file mode 120000 index 22a7f7ffc..000000000 --- a/.icons/Dracula/apps/scalable/seahorse.svg +++ /dev/null @@ -1 +0,0 @@ -password.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/seamonkey-mozilla-build.svg b/.icons/Dracula/apps/scalable/seamonkey-mozilla-build.svg deleted file mode 120000 index dfd1391eb..000000000 --- a/.icons/Dracula/apps/scalable/seamonkey-mozilla-build.svg +++ /dev/null @@ -1 +0,0 @@ -seamonkey.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/seamonkey.svg b/.icons/Dracula/apps/scalable/seamonkey.svg deleted file mode 100644 index db8c90ddc..000000000 --- a/.icons/Dracula/apps/scalable/seamonkey.svg +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/search.svg b/.icons/Dracula/apps/scalable/search.svg deleted file mode 120000 index cb1fa4c48..000000000 --- a/.icons/Dracula/apps/scalable/search.svg +++ /dev/null @@ -1 +0,0 @@ -system-search.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/searchmonkey.svg b/.icons/Dracula/apps/scalable/searchmonkey.svg deleted file mode 120000 index 861c24d84..000000000 --- a/.icons/Dracula/apps/scalable/searchmonkey.svg +++ /dev/null @@ -1 +0,0 @@ -pkgbrowser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/security-medium.svg b/.icons/Dracula/apps/scalable/security-medium.svg deleted file mode 120000 index 22a7f7ffc..000000000 --- a/.icons/Dracula/apps/scalable/security-medium.svg +++ /dev/null @@ -1 +0,0 @@ -password.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/selinux.svg b/.icons/Dracula/apps/scalable/selinux.svg deleted file mode 100644 index c71c70d60..000000000 --- a/.icons/Dracula/apps/scalable/selinux.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/sepolicy.svg b/.icons/Dracula/apps/scalable/sepolicy.svg deleted file mode 100644 index a710f23fd..000000000 --- a/.icons/Dracula/apps/scalable/sepolicy.svg +++ /dev/null @@ -1,462 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/session-properties.svg b/.icons/Dracula/apps/scalable/session-properties.svg deleted file mode 100644 index 1551fafd6..000000000 --- a/.icons/Dracula/apps/scalable/session-properties.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/setroubleshoot_icon.svg b/.icons/Dracula/apps/scalable/setroubleshoot_icon.svg deleted file mode 120000 index 27faafb06..000000000 --- a/.icons/Dracula/apps/scalable/setroubleshoot_icon.svg +++ /dev/null @@ -1 +0,0 @@ -selinux.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/shotwell.svg b/.icons/Dracula/apps/scalable/shotwell.svg deleted file mode 120000 index c8a50656a..000000000 --- a/.icons/Dracula/apps/scalable/shotwell.svg +++ /dev/null @@ -1 +0,0 @@ -gpicview.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/showerthoughts2.svg b/.icons/Dracula/apps/scalable/showerthoughts2.svg deleted file mode 120000 index 87266ec0e..000000000 --- a/.icons/Dracula/apps/scalable/showerthoughts2.svg +++ /dev/null @@ -1 +0,0 @@ -reddit.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/shutter.svg b/.icons/Dracula/apps/scalable/shutter.svg deleted file mode 100644 index ea6fbfd33..000000000 --- a/.icons/Dracula/apps/scalable/shutter.svg +++ /dev/null @@ -1,1291 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/sigil.svg b/.icons/Dracula/apps/scalable/sigil.svg deleted file mode 100644 index 339a353dc..000000000 --- a/.icons/Dracula/apps/scalable/sigil.svg +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/signal-desktop-beta.svg b/.icons/Dracula/apps/scalable/signal-desktop-beta.svg deleted file mode 120000 index eac099104..000000000 --- a/.icons/Dracula/apps/scalable/signal-desktop-beta.svg +++ /dev/null @@ -1 +0,0 @@ -signal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/signal-desktop.svg b/.icons/Dracula/apps/scalable/signal-desktop.svg deleted file mode 120000 index eac099104..000000000 --- a/.icons/Dracula/apps/scalable/signal-desktop.svg +++ /dev/null @@ -1 +0,0 @@ -signal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/signal.svg b/.icons/Dracula/apps/scalable/signal.svg deleted file mode 100644 index b68f10695..000000000 --- a/.icons/Dracula/apps/scalable/signal.svg +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/sigram.svg b/.icons/Dracula/apps/scalable/sigram.svg deleted file mode 120000 index 8fa96d0ac..000000000 --- a/.icons/Dracula/apps/scalable/sigram.svg +++ /dev/null @@ -1 +0,0 @@ -telegram.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/silicon-128.svg b/.icons/Dracula/apps/scalable/silicon-128.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/silicon-128.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/silicon-22.svg b/.icons/Dracula/apps/scalable/silicon-22.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/silicon-22.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/silicon-32.svg b/.icons/Dracula/apps/scalable/silicon-32.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/silicon-32.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/silicon-48.svg b/.icons/Dracula/apps/scalable/silicon-48.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/silicon-48.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/silicon-64.svg b/.icons/Dracula/apps/scalable/silicon-64.svg deleted file mode 120000 index d2d6e2969..000000000 --- a/.icons/Dracula/apps/scalable/silicon-64.svg +++ /dev/null @@ -1 +0,0 @@ -brasero.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/simple-ccsm.svg b/.icons/Dracula/apps/scalable/simple-ccsm.svg deleted file mode 120000 index ab4dcadb7..000000000 --- a/.icons/Dracula/apps/scalable/simple-ccsm.svg +++ /dev/null @@ -1 +0,0 @@ -ccsm.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/simple-scan.svg b/.icons/Dracula/apps/scalable/simple-scan.svg deleted file mode 120000 index 490a5aa3c..000000000 --- a/.icons/Dracula/apps/scalable/simple-scan.svg +++ /dev/null @@ -1 +0,0 @@ -scanner.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/simplescreenrecorder.svg b/.icons/Dracula/apps/scalable/simplescreenrecorder.svg deleted file mode 120000 index 857b57ced..000000000 --- a/.icons/Dracula/apps/scalable/simplescreenrecorder.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-recordmydesktop.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/skanlite.svg b/.icons/Dracula/apps/scalable/skanlite.svg deleted file mode 120000 index 490a5aa3c..000000000 --- a/.icons/Dracula/apps/scalable/skanlite.svg +++ /dev/null @@ -1 +0,0 @@ -scanner.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/skype-call-recorder.svg b/.icons/Dracula/apps/scalable/skype-call-recorder.svg deleted file mode 100644 index 1a1f30d8b..000000000 --- a/.icons/Dracula/apps/scalable/skype-call-recorder.svg +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/skype.svg b/.icons/Dracula/apps/scalable/skype.svg deleted file mode 100644 index 438a6a510..000000000 --- a/.icons/Dracula/apps/scalable/skype.svg +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/skype_protocol.svg b/.icons/Dracula/apps/scalable/skype_protocol.svg deleted file mode 120000 index c233e23c9..000000000 --- a/.icons/Dracula/apps/scalable/skype_protocol.svg +++ /dev/null @@ -1 +0,0 @@ -skype.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/skypeforlinux.svg b/.icons/Dracula/apps/scalable/skypeforlinux.svg deleted file mode 120000 index c233e23c9..000000000 --- a/.icons/Dracula/apps/scalable/skypeforlinux.svg +++ /dev/null @@ -1 +0,0 @@ -skype.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/slack.svg b/.icons/Dracula/apps/scalable/slack.svg deleted file mode 100644 index c14531d59..000000000 --- a/.icons/Dracula/apps/scalable/slack.svg +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/slimjet.svg b/.icons/Dracula/apps/scalable/slimjet.svg deleted file mode 100644 index 6067cb0c5..000000000 --- a/.icons/Dracula/apps/scalable/slimjet.svg +++ /dev/null @@ -1,612 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/slingscold.svg b/.icons/Dracula/apps/scalable/slingscold.svg deleted file mode 100644 index 92c15048d..000000000 --- a/.icons/Dracula/apps/scalable/slingscold.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/smartgit.svg b/.icons/Dracula/apps/scalable/smartgit.svg deleted file mode 100644 index e64bb4bdc..000000000 --- a/.icons/Dracula/apps/scalable/smartgit.svg +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/smc.svg b/.icons/Dracula/apps/scalable/smc.svg deleted file mode 100644 index bfe9ef7ce..000000000 --- a/.icons/Dracula/apps/scalable/smc.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/smplayer.svg b/.icons/Dracula/apps/scalable/smplayer.svg deleted file mode 120000 index 32d53de22..000000000 --- a/.icons/Dracula/apps/scalable/smplayer.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-video-player.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/smtube.svg b/.icons/Dracula/apps/scalable/smtube.svg deleted file mode 100644 index c4f0b8742..000000000 --- a/.icons/Dracula/apps/scalable/smtube.svg +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/smuxi-frontend-gnome.svg b/.icons/Dracula/apps/scalable/smuxi-frontend-gnome.svg deleted file mode 120000 index 9d8350488..000000000 --- a/.icons/Dracula/apps/scalable/smuxi-frontend-gnome.svg +++ /dev/null @@ -1 +0,0 @@ -empathy.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/smuxi.svg b/.icons/Dracula/apps/scalable/smuxi.svg deleted file mode 120000 index 5c5c8313f..000000000 --- a/.icons/Dracula/apps/scalable/smuxi.svg +++ /dev/null @@ -1 +0,0 @@ -smuxi-frontend-gnome.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/software-manager.svg b/.icons/Dracula/apps/scalable/software-manager.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/software-manager.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/software-properties-mint.svg b/.icons/Dracula/apps/scalable/software-properties-mint.svg deleted file mode 120000 index 7a77b571c..000000000 --- a/.icons/Dracula/apps/scalable/software-properties-mint.svg +++ /dev/null @@ -1 +0,0 @@ -software-store.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/software-properties.svg b/.icons/Dracula/apps/scalable/software-properties.svg deleted file mode 100644 index 5eb162c3e..000000000 --- a/.icons/Dracula/apps/scalable/software-properties.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/software-sources.svg b/.icons/Dracula/apps/scalable/software-sources.svg deleted file mode 120000 index b4324aaf0..000000000 --- a/.icons/Dracula/apps/scalable/software-sources.svg +++ /dev/null @@ -1 +0,0 @@ -software-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/software-store.svg b/.icons/Dracula/apps/scalable/software-store.svg deleted file mode 100644 index 9577d373b..000000000 --- a/.icons/Dracula/apps/scalable/software-store.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/softwarecenter-debian.svg b/.icons/Dracula/apps/scalable/softwarecenter-debian.svg deleted file mode 120000 index 7a77b571c..000000000 --- a/.icons/Dracula/apps/scalable/softwarecenter-debian.svg +++ /dev/null @@ -1 +0,0 @@ -software-store.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/softwarecenter.svg b/.icons/Dracula/apps/scalable/softwarecenter.svg deleted file mode 100644 index 23e501816..000000000 --- a/.icons/Dracula/apps/scalable/softwarecenter.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/soundconverter.svg b/.icons/Dracula/apps/scalable/soundconverter.svg deleted file mode 100644 index 3251ff4a4..000000000 --- a/.icons/Dracula/apps/scalable/soundconverter.svg +++ /dev/null @@ -1,523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/soundkconverter.svg b/.icons/Dracula/apps/scalable/soundkconverter.svg deleted file mode 100644 index d864fa8ff..000000000 --- a/.icons/Dracula/apps/scalable/soundkconverter.svg +++ /dev/null @@ -1,523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/spacefm.svg b/.icons/Dracula/apps/scalable/spacefm.svg deleted file mode 120000 index 41092c8f1..000000000 --- a/.icons/Dracula/apps/scalable/spacefm.svg +++ /dev/null @@ -1 +0,0 @@ -file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/spectacle.svg b/.icons/Dracula/apps/scalable/spectacle.svg deleted file mode 100644 index aed7188a5..000000000 --- a/.icons/Dracula/apps/scalable/spectacle.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/spotify-client.svg b/.icons/Dracula/apps/scalable/spotify-client.svg deleted file mode 120000 index 5604c5dda..000000000 --- a/.icons/Dracula/apps/scalable/spotify-client.svg +++ /dev/null @@ -1 +0,0 @@ -spotify.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/spotify-linux-48x48.svg b/.icons/Dracula/apps/scalable/spotify-linux-48x48.svg deleted file mode 120000 index 5604c5dda..000000000 --- a/.icons/Dracula/apps/scalable/spotify-linux-48x48.svg +++ /dev/null @@ -1 +0,0 @@ -spotify.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/spotify-linux-512x512.svg b/.icons/Dracula/apps/scalable/spotify-linux-512x512.svg deleted file mode 120000 index 5604c5dda..000000000 --- a/.icons/Dracula/apps/scalable/spotify-linux-512x512.svg +++ /dev/null @@ -1 +0,0 @@ -spotify.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/spotify.svg b/.icons/Dracula/apps/scalable/spotify.svg deleted file mode 100644 index 884cb4ea4..000000000 --- a/.icons/Dracula/apps/scalable/spotify.svg +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/spotify_A.svg b/.icons/Dracula/apps/scalable/spotify_A.svg deleted file mode 120000 index 5604c5dda..000000000 --- a/.icons/Dracula/apps/scalable/spotify_A.svg +++ /dev/null @@ -1 +0,0 @@ -spotify.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/starbound.svg b/.icons/Dracula/apps/scalable/starbound.svg deleted file mode 100644 index 51608c7bf..000000000 --- a/.icons/Dracula/apps/scalable/starbound.svg +++ /dev/null @@ -1,466 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/steam-icon.svg b/.icons/Dracula/apps/scalable/steam-icon.svg deleted file mode 120000 index c630de4b6..000000000 --- a/.icons/Dracula/apps/scalable/steam-icon.svg +++ /dev/null @@ -1 +0,0 @@ -steam.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/steam-launcher.svg b/.icons/Dracula/apps/scalable/steam-launcher.svg deleted file mode 120000 index c630de4b6..000000000 --- a/.icons/Dracula/apps/scalable/steam-launcher.svg +++ /dev/null @@ -1 +0,0 @@ -steam.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/steam.svg b/.icons/Dracula/apps/scalable/steam.svg deleted file mode 100644 index 8e4d4a3ce..000000000 --- a/.icons/Dracula/apps/scalable/steam.svg +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/steam_icon_10.svg b/.icons/Dracula/apps/scalable/steam_icon_10.svg deleted file mode 120000 index 4fca1844c..000000000 --- a/.icons/Dracula/apps/scalable/steam_icon_10.svg +++ /dev/null @@ -1 +0,0 @@ -cs.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/steam_icon_380840.svg b/.icons/Dracula/apps/scalable/steam_icon_380840.svg deleted file mode 120000 index 960f9cefb..000000000 --- a/.icons/Dracula/apps/scalable/steam_icon_380840.svg +++ /dev/null @@ -1 +0,0 @@ -teeworlds.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/steam_icon_404790.svg b/.icons/Dracula/apps/scalable/steam_icon_404790.svg deleted file mode 120000 index d2f793f01..000000000 --- a/.icons/Dracula/apps/scalable/steam_icon_404790.svg +++ /dev/null @@ -1 +0,0 @@ -godot.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/steam_icon_450140.svg b/.icons/Dracula/apps/scalable/steam_icon_450140.svg deleted file mode 120000 index c6959e583..000000000 --- a/.icons/Dracula/apps/scalable/steam_icon_450140.svg +++ /dev/null @@ -1 +0,0 @@ -7kaa.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/steampowered.svg b/.icons/Dracula/apps/scalable/steampowered.svg deleted file mode 120000 index c630de4b6..000000000 --- a/.icons/Dracula/apps/scalable/steampowered.svg +++ /dev/null @@ -1 +0,0 @@ -steam.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/sticky-notes.svg b/.icons/Dracula/apps/scalable/sticky-notes.svg deleted file mode 120000 index 838070172..000000000 --- a/.icons/Dracula/apps/scalable/sticky-notes.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-notes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/stock_about.svg b/.icons/Dracula/apps/scalable/stock_about.svg deleted file mode 120000 index 29abcb2a4..000000000 --- a/.icons/Dracula/apps/scalable/stock_about.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-info.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/stock_addressbook.svg b/.icons/Dracula/apps/scalable/stock_addressbook.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/stock_addressbook.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/stock_help-agent.svg b/.icons/Dracula/apps/scalable/stock_help-agent.svg deleted file mode 120000 index 29abcb2a4..000000000 --- a/.icons/Dracula/apps/scalable/stock_help-agent.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-info.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/stock_insert_note.svg b/.icons/Dracula/apps/scalable/stock_insert_note.svg deleted file mode 120000 index f49bc261c..000000000 --- a/.icons/Dracula/apps/scalable/stock_insert_note.svg +++ /dev/null @@ -1 +0,0 @@ -knotes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/stock_new-meeting.svg b/.icons/Dracula/apps/scalable/stock_new-meeting.svg deleted file mode 120000 index 12ff0ec56..000000000 --- a/.icons/Dracula/apps/scalable/stock_new-meeting.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/stock_notes.svg b/.icons/Dracula/apps/scalable/stock_notes.svg deleted file mode 120000 index f49bc261c..000000000 --- a/.icons/Dracula/apps/scalable/stock_notes.svg +++ /dev/null @@ -1 +0,0 @@ -knotes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/style.svg b/.icons/Dracula/apps/scalable/style.svg deleted file mode 120000 index 3c8cc8752..000000000 --- a/.icons/Dracula/apps/scalable/style.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-theme.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/sublime-text-2.svg b/.icons/Dracula/apps/scalable/sublime-text-2.svg deleted file mode 120000 index e9c599f46..000000000 --- a/.icons/Dracula/apps/scalable/sublime-text-2.svg +++ /dev/null @@ -1 +0,0 @@ -sublime-text.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/sublime-text.svg b/.icons/Dracula/apps/scalable/sublime-text.svg deleted file mode 100644 index 598c28737..000000000 --- a/.icons/Dracula/apps/scalable/sublime-text.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/sublime3-text.svg b/.icons/Dracula/apps/scalable/sublime3-text.svg deleted file mode 120000 index e9c599f46..000000000 --- a/.icons/Dracula/apps/scalable/sublime3-text.svg +++ /dev/null @@ -1 +0,0 @@ -sublime-text.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/sublime_text.svg b/.icons/Dracula/apps/scalable/sublime_text.svg deleted file mode 120000 index e9c599f46..000000000 --- a/.icons/Dracula/apps/scalable/sublime_text.svg +++ /dev/null @@ -1 +0,0 @@ -sublime-text.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/subtitleeditor.svg b/.icons/Dracula/apps/scalable/subtitleeditor.svg deleted file mode 120000 index 30a4d733c..000000000 --- a/.icons/Dracula/apps/scalable/subtitleeditor.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-subtitles.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/supertux2.svg b/.icons/Dracula/apps/scalable/supertux2.svg deleted file mode 100644 index 9211d5c9b..000000000 --- a/.icons/Dracula/apps/scalable/supertux2.svg +++ /dev/null @@ -1,568 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/supertuxkart.svg b/.icons/Dracula/apps/scalable/supertuxkart.svg deleted file mode 100644 index 6c0d68dea..000000000 --- a/.icons/Dracula/apps/scalable/supertuxkart.svg +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/sylpheed.svg b/.icons/Dracula/apps/scalable/sylpheed.svg deleted file mode 100644 index f7e843214..000000000 --- a/.icons/Dracula/apps/scalable/sylpheed.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/synaptic.svg b/.icons/Dracula/apps/scalable/synaptic.svg deleted file mode 100644 index bcf5eb53a..000000000 --- a/.icons/Dracula/apps/scalable/synaptic.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/syncterm.svg b/.icons/Dracula/apps/scalable/syncterm.svg deleted file mode 100644 index 298ac443e..000000000 --- a/.icons/Dracula/apps/scalable/syncterm.svg +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/system-config-date.svg b/.icons/Dracula/apps/scalable/system-config-date.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/system-config-date.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-config-displayca.svg b/.icons/Dracula/apps/scalable/system-config-displayca.svg deleted file mode 120000 index 412fc412f..000000000 --- a/.icons/Dracula/apps/scalable/system-config-displayca.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-display-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-config-samba.svg b/.icons/Dracula/apps/scalable/system-config-samba.svg deleted file mode 100644 index 78da5fa16..000000000 --- a/.icons/Dracula/apps/scalable/system-config-samba.svg +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/system-config-users.svg b/.icons/Dracula/apps/scalable/system-config-users.svg deleted file mode 120000 index 12ff0ec56..000000000 --- a/.icons/Dracula/apps/scalable/system-config-users.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-error-alt.svg b/.icons/Dracula/apps/scalable/system-error-alt.svg deleted file mode 100644 index 737961a71..000000000 --- a/.icons/Dracula/apps/scalable/system-error-alt.svg +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/system-error.svg b/.icons/Dracula/apps/scalable/system-error.svg deleted file mode 120000 index 3146dda65..000000000 --- a/.icons/Dracula/apps/scalable/system-error.svg +++ /dev/null @@ -1 +0,0 @@ -apport.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-file-manager-old.svg b/.icons/Dracula/apps/scalable/system-file-manager-old.svg deleted file mode 100644 index b5e19a268..000000000 --- a/.icons/Dracula/apps/scalable/system-file-manager-old.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/system-file-manager.svg b/.icons/Dracula/apps/scalable/system-file-manager.svg deleted file mode 100644 index 99f7cd725..000000000 --- a/.icons/Dracula/apps/scalable/system-file-manager.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-installer.svg b/.icons/Dracula/apps/scalable/system-installer.svg deleted file mode 120000 index 7e458b8eb..000000000 --- a/.icons/Dracula/apps/scalable/system-installer.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-install.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-lock-screen.svg b/.icons/Dracula/apps/scalable/system-lock-screen.svg deleted file mode 120000 index 48720206f..000000000 --- a/.icons/Dracula/apps/scalable/system-lock-screen.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-user-password.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-monitor.svg b/.icons/Dracula/apps/scalable/system-monitor.svg deleted file mode 120000 index b6e5ceead..000000000 --- a/.icons/Dracula/apps/scalable/system-monitor.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-search.svg b/.icons/Dracula/apps/scalable/system-search.svg deleted file mode 120000 index b1e60c9a6..000000000 --- a/.icons/Dracula/apps/scalable/system-search.svg +++ /dev/null @@ -1 +0,0 @@ -lxfind.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-software-install.svg b/.icons/Dracula/apps/scalable/system-software-install.svg deleted file mode 120000 index 2a919ead5..000000000 --- a/.icons/Dracula/apps/scalable/system-software-install.svg +++ /dev/null @@ -1 +0,0 @@ -lubuntu-software-center.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-software-installer.svg b/.icons/Dracula/apps/scalable/system-software-installer.svg deleted file mode 120000 index 2a919ead5..000000000 --- a/.icons/Dracula/apps/scalable/system-software-installer.svg +++ /dev/null @@ -1 +0,0 @@ -lubuntu-software-center.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/system-software-update.svg b/.icons/Dracula/apps/scalable/system-software-update.svg deleted file mode 100644 index c07c1da33..000000000 --- a/.icons/Dracula/apps/scalable/system-software-update.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/system-users.svg b/.icons/Dracula/apps/scalable/system-users.svg deleted file mode 100644 index 3a5e43edd..000000000 --- a/.icons/Dracula/apps/scalable/system-users.svg +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/tamtam-app.svg b/.icons/Dracula/apps/scalable/tamtam-app.svg deleted file mode 100644 index 29a9560fe..000000000 --- a/.icons/Dracula/apps/scalable/tamtam-app.svg +++ /dev/null @@ -1,685 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/teamviewer.svg b/.icons/Dracula/apps/scalable/teamviewer.svg deleted file mode 100644 index ba7980536..000000000 --- a/.icons/Dracula/apps/scalable/teamviewer.svg +++ /dev/null @@ -1,1254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/teeworlds.svg b/.icons/Dracula/apps/scalable/teeworlds.svg deleted file mode 100644 index 52e1ac58d..000000000 --- a/.icons/Dracula/apps/scalable/teeworlds.svg +++ /dev/null @@ -1,533 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/telegram.svg b/.icons/Dracula/apps/scalable/telegram.svg deleted file mode 100644 index ea6ab910d..000000000 --- a/.icons/Dracula/apps/scalable/telegram.svg +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/telepathy-kde.svg b/.icons/Dracula/apps/scalable/telepathy-kde.svg deleted file mode 100644 index dd0b66eb8..000000000 --- a/.icons/Dracula/apps/scalable/telepathy-kde.svg +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/terminal-tango.svg b/.icons/Dracula/apps/scalable/terminal-tango.svg deleted file mode 120000 index 08ba74f8c..000000000 --- a/.icons/Dracula/apps/scalable/terminal-tango.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/terminal.svg b/.icons/Dracula/apps/scalable/terminal.svg deleted file mode 100644 index 2e8f1fae6..000000000 --- a/.icons/Dracula/apps/scalable/terminal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/terminator.svg b/.icons/Dracula/apps/scalable/terminator.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/terminator.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/texstudio.svg b/.icons/Dracula/apps/scalable/texstudio.svg deleted file mode 100644 index b16b36f9f..000000000 --- a/.icons/Dracula/apps/scalable/texstudio.svg +++ /dev/null @@ -1,1193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/text-editor.svg b/.icons/Dracula/apps/scalable/text-editor.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/text-editor.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/thermal-monitor.svg b/.icons/Dracula/apps/scalable/thermal-monitor.svg deleted file mode 100644 index 1a29a4e27..000000000 --- a/.icons/Dracula/apps/scalable/thermal-monitor.svg +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/thunar.svg b/.icons/Dracula/apps/scalable/thunar.svg deleted file mode 120000 index 41092c8f1..000000000 --- a/.icons/Dracula/apps/scalable/thunar.svg +++ /dev/null @@ -1 +0,0 @@ -file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/thunderbird.svg b/.icons/Dracula/apps/scalable/thunderbird.svg deleted file mode 100644 index 941619727..000000000 --- a/.icons/Dracula/apps/scalable/thunderbird.svg +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/tilda.svg b/.icons/Dracula/apps/scalable/tilda.svg deleted file mode 120000 index 08ba74f8c..000000000 --- a/.icons/Dracula/apps/scalable/tilda.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/tilix.svg b/.icons/Dracula/apps/scalable/tilix.svg deleted file mode 120000 index 2bfa0f9ba..000000000 --- a/.icons/Dracula/apps/scalable/tilix.svg +++ /dev/null @@ -1 +0,0 @@ -com.gexperts.Tilix.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/time-admin.svg b/.icons/Dracula/apps/scalable/time-admin.svg deleted file mode 120000 index 9f07aeaa2..000000000 --- a/.icons/Dracula/apps/scalable/time-admin.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-time.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/timekpr.svg b/.icons/Dracula/apps/scalable/timekpr.svg deleted file mode 120000 index 374b07dac..000000000 --- a/.icons/Dracula/apps/scalable/timekpr.svg +++ /dev/null @@ -1 +0,0 @@ -time-admin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/timeshift.svg b/.icons/Dracula/apps/scalable/timeshift.svg deleted file mode 100644 index 096c52966..000000000 --- a/.icons/Dracula/apps/scalable/timeshift.svg +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/tomboy-note.svg b/.icons/Dracula/apps/scalable/tomboy-note.svg deleted file mode 120000 index f49bc261c..000000000 --- a/.icons/Dracula/apps/scalable/tomboy-note.svg +++ /dev/null @@ -1 +0,0 @@ -knotes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/tomboy.svg b/.icons/Dracula/apps/scalable/tomboy.svg deleted file mode 120000 index 51a8e65aa..000000000 --- a/.icons/Dracula/apps/scalable/tomboy.svg +++ /dev/null @@ -1 +0,0 @@ -gnote.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/tools-report-bug.svg b/.icons/Dracula/apps/scalable/tools-report-bug.svg deleted file mode 120000 index 2778f8f1f..000000000 --- a/.icons/Dracula/apps/scalable/tools-report-bug.svg +++ /dev/null @@ -1 +0,0 @@ -abrt.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/tor-browser-en.svg b/.icons/Dracula/apps/scalable/tor-browser-en.svg deleted file mode 120000 index 407773e53..000000000 --- a/.icons/Dracula/apps/scalable/tor-browser-en.svg +++ /dev/null @@ -1 +0,0 @@ -tor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/tor-browser-ru.svg b/.icons/Dracula/apps/scalable/tor-browser-ru.svg deleted file mode 120000 index 407773e53..000000000 --- a/.icons/Dracula/apps/scalable/tor-browser-ru.svg +++ /dev/null @@ -1 +0,0 @@ -tor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/tor.svg b/.icons/Dracula/apps/scalable/tor.svg deleted file mode 100644 index e5d5cf0bc..000000000 --- a/.icons/Dracula/apps/scalable/tor.svg +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/torbrowser.svg.svg b/.icons/Dracula/apps/scalable/torbrowser.svg.svg deleted file mode 120000 index 407773e53..000000000 --- a/.icons/Dracula/apps/scalable/torbrowser.svg.svg +++ /dev/null @@ -1 +0,0 @@ -tor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/totem.svg b/.icons/Dracula/apps/scalable/totem.svg deleted file mode 120000 index c755826f7..000000000 --- a/.icons/Dracula/apps/scalable/totem.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-mplayer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/transgui-2.svg b/.icons/Dracula/apps/scalable/transgui-2.svg deleted file mode 120000 index cc5657698..000000000 --- a/.icons/Dracula/apps/scalable/transgui-2.svg +++ /dev/null @@ -1 +0,0 @@ -transmission.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/transgui.svg b/.icons/Dracula/apps/scalable/transgui.svg deleted file mode 120000 index 72adf7373..000000000 --- a/.icons/Dracula/apps/scalable/transgui.svg +++ /dev/null @@ -1 +0,0 @@ -transmission-remote-gtk.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/transmission-gtk.svg b/.icons/Dracula/apps/scalable/transmission-gtk.svg deleted file mode 120000 index cc5657698..000000000 --- a/.icons/Dracula/apps/scalable/transmission-gtk.svg +++ /dev/null @@ -1 +0,0 @@ -transmission.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/transmission-qt.svg b/.icons/Dracula/apps/scalable/transmission-qt.svg deleted file mode 120000 index cc5657698..000000000 --- a/.icons/Dracula/apps/scalable/transmission-qt.svg +++ /dev/null @@ -1 +0,0 @@ -transmission.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/transmission-remote-gtk.svg b/.icons/Dracula/apps/scalable/transmission-remote-gtk.svg deleted file mode 120000 index cc5657698..000000000 --- a/.icons/Dracula/apps/scalable/transmission-remote-gtk.svg +++ /dev/null @@ -1 +0,0 @@ -transmission.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/transmission-remote-qt.svg b/.icons/Dracula/apps/scalable/transmission-remote-qt.svg deleted file mode 120000 index cc5657698..000000000 --- a/.icons/Dracula/apps/scalable/transmission-remote-qt.svg +++ /dev/null @@ -1 +0,0 @@ -transmission.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/transmission.svg b/.icons/Dracula/apps/scalable/transmission.svg deleted file mode 100644 index 207db825d..000000000 --- a/.icons/Dracula/apps/scalable/transmission.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/trojita.svg b/.icons/Dracula/apps/scalable/trojita.svg deleted file mode 120000 index 386723066..000000000 --- a/.icons/Dracula/apps/scalable/trojita.svg +++ /dev/null @@ -1 +0,0 @@ -claws-mail.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/twitter.svg b/.icons/Dracula/apps/scalable/twitter.svg deleted file mode 100644 index 4d54ba9ba..000000000 --- a/.icons/Dracula/apps/scalable/twitter.svg +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ubiquity-kde.svg b/.icons/Dracula/apps/scalable/ubiquity-kde.svg deleted file mode 100644 index 966d1bed8..000000000 --- a/.icons/Dracula/apps/scalable/ubiquity-kde.svg +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ubiquity.svg b/.icons/Dracula/apps/scalable/ubiquity.svg deleted file mode 100644 index f4e8a3d99..000000000 --- a/.icons/Dracula/apps/scalable/ubiquity.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ubuntu-tweak.svg b/.icons/Dracula/apps/scalable/ubuntu-tweak.svg deleted file mode 100644 index 21f686e68..000000000 --- a/.icons/Dracula/apps/scalable/ubuntu-tweak.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ubuntuone.svg b/.icons/Dracula/apps/scalable/ubuntuone.svg deleted file mode 100644 index d40f6026e..000000000 --- a/.icons/Dracula/apps/scalable/ubuntuone.svg +++ /dev/null @@ -1,714 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ubuntusoftware.svg b/.icons/Dracula/apps/scalable/ubuntusoftware.svg deleted file mode 100644 index d973f37ee..000000000 --- a/.icons/Dracula/apps/scalable/ubuntusoftware.svg +++ /dev/null @@ -1,880 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/ue4editor.svg b/.icons/Dracula/apps/scalable/ue4editor.svg deleted file mode 100644 index 58de2e1c9..000000000 --- a/.icons/Dracula/apps/scalable/ue4editor.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/uget-icon.svg b/.icons/Dracula/apps/scalable/uget-icon.svg deleted file mode 100644 index f07dc05b8..000000000 --- a/.icons/Dracula/apps/scalable/uget-icon.svg +++ /dev/null @@ -1,1118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/uget.svg b/.icons/Dracula/apps/scalable/uget.svg deleted file mode 120000 index b6221318d..000000000 --- a/.icons/Dracula/apps/scalable/uget.svg +++ /dev/null @@ -1 +0,0 @@ -uget-icon.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/unetbootin.svg b/.icons/Dracula/apps/scalable/unetbootin.svg deleted file mode 100644 index ebcedf33f..000000000 --- a/.icons/Dracula/apps/scalable/unetbootin.svg +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/unity-display-panel.svg b/.icons/Dracula/apps/scalable/unity-display-panel.svg deleted file mode 120000 index fa24a04e6..000000000 --- a/.icons/Dracula/apps/scalable/unity-display-panel.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-display.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/unity-editor-icon.svg b/.icons/Dracula/apps/scalable/unity-editor-icon.svg deleted file mode 100644 index 9d8fb6242..000000000 --- a/.icons/Dracula/apps/scalable/unity-editor-icon.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/unity-mail.svg b/.icons/Dracula/apps/scalable/unity-mail.svg deleted file mode 120000 index 73af2ca90..000000000 --- a/.icons/Dracula/apps/scalable/unity-mail.svg +++ /dev/null @@ -1 +0,0 @@ -email.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/update-manager.svg b/.icons/Dracula/apps/scalable/update-manager.svg deleted file mode 120000 index e4421720d..000000000 --- a/.icons/Dracula/apps/scalable/update-manager.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-update.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/usb-creator-gtk.svg b/.icons/Dracula/apps/scalable/usb-creator-gtk.svg deleted file mode 120000 index 9976859e8..000000000 --- a/.icons/Dracula/apps/scalable/usb-creator-gtk.svg +++ /dev/null @@ -1 +0,0 @@ -ubiquity.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/usb-creator.svg b/.icons/Dracula/apps/scalable/usb-creator.svg deleted file mode 120000 index 9976859e8..000000000 --- a/.icons/Dracula/apps/scalable/usb-creator.svg +++ /dev/null @@ -1 +0,0 @@ -ubiquity.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/user-info.svg b/.icons/Dracula/apps/scalable/user-info.svg deleted file mode 120000 index 12ff0ec56..000000000 --- a/.icons/Dracula/apps/scalable/user-info.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/users-admin.svg b/.icons/Dracula/apps/scalable/users-admin.svg deleted file mode 120000 index 12ff0ec56..000000000 --- a/.icons/Dracula/apps/scalable/users-admin.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/utilities-file-archiver.svg b/.icons/Dracula/apps/scalable/utilities-file-archiver.svg deleted file mode 120000 index 72381dbe8..000000000 --- a/.icons/Dracula/apps/scalable/utilities-file-archiver.svg +++ /dev/null @@ -1 +0,0 @@ -file-roller.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/utilities-system-monitor.svg b/.icons/Dracula/apps/scalable/utilities-system-monitor.svg deleted file mode 100644 index 93a3f93d1..000000000 --- a/.icons/Dracula/apps/scalable/utilities-system-monitor.svg +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/utilities-terminal.svg b/.icons/Dracula/apps/scalable/utilities-terminal.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/utilities-terminal.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/utilities-terminal_su.svg b/.icons/Dracula/apps/scalable/utilities-terminal_su.svg deleted file mode 120000 index bd5de8d69..000000000 --- a/.icons/Dracula/apps/scalable/utilities-terminal_su.svg +++ /dev/null @@ -1 +0,0 @@ -gksu-root-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/uxterm.svg b/.icons/Dracula/apps/scalable/uxterm.svg deleted file mode 120000 index 192ef4298..000000000 --- a/.icons/Dracula/apps/scalable/uxterm.svg +++ /dev/null @@ -1 +0,0 @@ -./utilities-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/vectr.svg b/.icons/Dracula/apps/scalable/vectr.svg deleted file mode 100644 index 96b56d70f..000000000 --- a/.icons/Dracula/apps/scalable/vectr.svg +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/viber.svg b/.icons/Dracula/apps/scalable/viber.svg deleted file mode 100644 index c52e8f4e3..000000000 --- a/.icons/Dracula/apps/scalable/viber.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/vidcutter.svg b/.icons/Dracula/apps/scalable/vidcutter.svg deleted file mode 100644 index 590c7b4b9..000000000 --- a/.icons/Dracula/apps/scalable/vidcutter.svg +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/video-display.svg b/.icons/Dracula/apps/scalable/video-display.svg deleted file mode 100644 index 8f1c5f8a7..000000000 --- a/.icons/Dracula/apps/scalable/video-display.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/vim.svg b/.icons/Dracula/apps/scalable/vim.svg deleted file mode 120000 index 091a266fc..000000000 --- a/.icons/Dracula/apps/scalable/vim.svg +++ /dev/null @@ -1 +0,0 @@ -gvim.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/vimlogo.svg b/.icons/Dracula/apps/scalable/vimlogo.svg deleted file mode 120000 index 091a266fc..000000000 --- a/.icons/Dracula/apps/scalable/vimlogo.svg +++ /dev/null @@ -1 +0,0 @@ -gvim.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/vinagre.svg b/.icons/Dracula/apps/scalable/vinagre.svg deleted file mode 120000 index 2e170d104..000000000 --- a/.icons/Dracula/apps/scalable/vinagre.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-remote-desktop.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/virt-manager.svg b/.icons/Dracula/apps/scalable/virt-manager.svg deleted file mode 100644 index 7b4973343..000000000 --- a/.icons/Dracula/apps/scalable/virt-manager.svg +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/virtualbox.svg b/.icons/Dracula/apps/scalable/virtualbox.svg deleted file mode 100644 index e9d68a5e7..000000000 --- a/.icons/Dracula/apps/scalable/virtualbox.svg +++ /dev/null @@ -1,2637 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/visual-studio-code-insiders.svg b/.icons/Dracula/apps/scalable/visual-studio-code-insiders.svg deleted file mode 100644 index e2d9820e5..000000000 --- a/.icons/Dracula/apps/scalable/visual-studio-code-insiders.svg +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/visual-studio-code.svg b/.icons/Dracula/apps/scalable/visual-studio-code.svg deleted file mode 120000 index 4eaaf1961..000000000 --- a/.icons/Dracula/apps/scalable/visual-studio-code.svg +++ /dev/null @@ -1 +0,0 @@ -code.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/vivaldi.svg b/.icons/Dracula/apps/scalable/vivaldi.svg deleted file mode 100644 index a59b13f78..000000000 --- a/.icons/Dracula/apps/scalable/vivaldi.svg +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/vmplayer.svg b/.icons/Dracula/apps/scalable/vmplayer.svg deleted file mode 120000 index eb851c242..000000000 --- a/.icons/Dracula/apps/scalable/vmplayer.svg +++ /dev/null @@ -1 +0,0 @@ -mplayer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/vmware-netcfg.svg b/.icons/Dracula/apps/scalable/vmware-netcfg.svg deleted file mode 100644 index d78c55285..000000000 --- a/.icons/Dracula/apps/scalable/vmware-netcfg.svg +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/vmware-workstation.svg b/.icons/Dracula/apps/scalable/vmware-workstation.svg deleted file mode 100644 index 93d38c224..000000000 --- a/.icons/Dracula/apps/scalable/vmware-workstation.svg +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/vocal.svg b/.icons/Dracula/apps/scalable/vocal.svg deleted file mode 100644 index 40a36a849..000000000 --- a/.icons/Dracula/apps/scalable/vocal.svg +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/volume-knob.svg b/.icons/Dracula/apps/scalable/volume-knob.svg deleted file mode 120000 index 04c6d09bf..000000000 --- a/.icons/Dracula/apps/scalable/volume-knob.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-volume-control.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wallpaper.svg b/.icons/Dracula/apps/scalable/wallpaper.svg deleted file mode 120000 index 911ba54b9..000000000 --- a/.icons/Dracula/apps/scalable/wallpaper.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/waterfox.svg b/.icons/Dracula/apps/scalable/waterfox.svg deleted file mode 100644 index 1c3612cce..000000000 --- a/.icons/Dracula/apps/scalable/waterfox.svg +++ /dev/null @@ -1,686 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/web-browser.svg b/.icons/Dracula/apps/scalable/web-browser.svg deleted file mode 100644 index d5f7e8c3e..000000000 --- a/.icons/Dracula/apps/scalable/web-browser.svg +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/web-facebook.svg b/.icons/Dracula/apps/scalable/web-facebook.svg deleted file mode 100644 index 9f58b72d0..000000000 --- a/.icons/Dracula/apps/scalable/web-facebook.svg +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/webstorm.svg b/.icons/Dracula/apps/scalable/webstorm.svg deleted file mode 100644 index 6d472c444..000000000 --- a/.icons/Dracula/apps/scalable/webstorm.svg +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wechat.svg b/.icons/Dracula/apps/scalable/wechat.svg deleted file mode 100644 index 65d5ad1b4..000000000 --- a/.icons/Dracula/apps/scalable/wechat.svg +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - wechat - - diff --git a/.icons/Dracula/apps/scalable/wesnoth.svg b/.icons/Dracula/apps/scalable/wesnoth.svg deleted file mode 100644 index 165a06d40..000000000 --- a/.icons/Dracula/apps/scalable/wesnoth.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/whaawmp.svg b/.icons/Dracula/apps/scalable/whaawmp.svg deleted file mode 120000 index 27d2c5fbe..000000000 --- a/.icons/Dracula/apps/scalable/whaawmp.svg +++ /dev/null @@ -1 +0,0 @@ -dragonplayer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/whatsapp.svg b/.icons/Dracula/apps/scalable/whatsapp.svg deleted file mode 100644 index 5d2c7b0a0..000000000 --- a/.icons/Dracula/apps/scalable/whatsapp.svg +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/window-manager.svg b/.icons/Dracula/apps/scalable/window-manager.svg deleted file mode 100644 index 5fa5536ee..000000000 --- a/.icons/Dracula/apps/scalable/window-manager.svg +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/windows.svg b/.icons/Dracula/apps/scalable/windows.svg deleted file mode 120000 index 417f68ca1..000000000 --- a/.icons/Dracula/apps/scalable/windows.svg +++ /dev/null @@ -1 +0,0 @@ -wine.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wine-help.svg b/.icons/Dracula/apps/scalable/wine-help.svg deleted file mode 100644 index 4ebab98af..000000000 --- a/.icons/Dracula/apps/scalable/wine-help.svg +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wine-notepad.svg b/.icons/Dracula/apps/scalable/wine-notepad.svg deleted file mode 120000 index 2991b88f1..000000000 --- a/.icons/Dracula/apps/scalable/wine-notepad.svg +++ /dev/null @@ -1 +0,0 @@ -notepad.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wine-sofware.svg b/.icons/Dracula/apps/scalable/wine-sofware.svg deleted file mode 100644 index 98da79081..000000000 --- a/.icons/Dracula/apps/scalable/wine-sofware.svg +++ /dev/null @@ -1,400 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wine-winecfg.svg b/.icons/Dracula/apps/scalable/wine-winecfg.svg deleted file mode 100644 index 74e9554e9..000000000 --- a/.icons/Dracula/apps/scalable/wine-winecfg.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wine-winetricks.svg b/.icons/Dracula/apps/scalable/wine-winetricks.svg deleted file mode 120000 index cda48fcbe..000000000 --- a/.icons/Dracula/apps/scalable/wine-winetricks.svg +++ /dev/null @@ -1 +0,0 @@ -winetricks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wine.svg b/.icons/Dracula/apps/scalable/wine.svg deleted file mode 100644 index 254ad871e..000000000 --- a/.icons/Dracula/apps/scalable/wine.svg +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/winefile.svg b/.icons/Dracula/apps/scalable/winefile.svg deleted file mode 100644 index eb1211b24..000000000 --- a/.icons/Dracula/apps/scalable/winefile.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/winemine.svg b/.icons/Dracula/apps/scalable/winemine.svg deleted file mode 100644 index 0aa9e3678..000000000 --- a/.icons/Dracula/apps/scalable/winemine.svg +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/winetricks.svg b/.icons/Dracula/apps/scalable/winetricks.svg deleted file mode 100644 index 5d5f8a63a..000000000 --- a/.icons/Dracula/apps/scalable/winetricks.svg +++ /dev/null @@ -1,586 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/winff.svg b/.icons/Dracula/apps/scalable/winff.svg deleted file mode 100644 index eac302312..000000000 --- a/.icons/Dracula/apps/scalable/winff.svg +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wire-desktop.svg b/.icons/Dracula/apps/scalable/wire-desktop.svg deleted file mode 100644 index 7a512186e..000000000 --- a/.icons/Dracula/apps/scalable/wire-desktop.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wire.svg b/.icons/Dracula/apps/scalable/wire.svg deleted file mode 100644 index de65a7a75..000000000 --- a/.icons/Dracula/apps/scalable/wire.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wireshark.svg b/.icons/Dracula/apps/scalable/wireshark.svg deleted file mode 100644 index 76738ca46..000000000 --- a/.icons/Dracula/apps/scalable/wireshark.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wmtweaks.svg b/.icons/Dracula/apps/scalable/wmtweaks.svg deleted file mode 100644 index cb285d5e7..000000000 --- a/.icons/Dracula/apps/scalable/wmtweaks.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/woeusbgui-icon.svg b/.icons/Dracula/apps/scalable/woeusbgui-icon.svg deleted file mode 100644 index 692264e60..000000000 --- a/.icons/Dracula/apps/scalable/woeusbgui-icon.svg +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wokoscreen.svg b/.icons/Dracula/apps/scalable/wokoscreen.svg deleted file mode 120000 index 9100e9c32..000000000 --- a/.icons/Dracula/apps/scalable/wokoscreen.svg +++ /dev/null @@ -1 +0,0 @@ -simplescreenrecorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wolfram-player.svg b/.icons/Dracula/apps/scalable/wolfram-player.svg deleted file mode 100644 index 05d399e50..000000000 --- a/.icons/Dracula/apps/scalable/wolfram-player.svg +++ /dev/null @@ -1,686 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/workspace-overview.svg b/.icons/Dracula/apps/scalable/workspace-overview.svg deleted file mode 100644 index 0bce03962..000000000 --- a/.icons/Dracula/apps/scalable/workspace-overview.svg +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/workspaces.svg b/.icons/Dracula/apps/scalable/workspaces.svg deleted file mode 100644 index d6557df12..000000000 --- a/.icons/Dracula/apps/scalable/workspaces.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wormux.svg b/.icons/Dracula/apps/scalable/wormux.svg deleted file mode 100644 index 84dd70fab..000000000 --- a/.icons/Dracula/apps/scalable/wormux.svg +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wps-calc.svg b/.icons/Dracula/apps/scalable/wps-calc.svg deleted file mode 120000 index 319c39949..000000000 --- a/.icons/Dracula/apps/scalable/wps-calc.svg +++ /dev/null @@ -1 +0,0 @@ -wps-office-etmain.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wps-office-etmain.svg b/.icons/Dracula/apps/scalable/wps-office-etmain.svg deleted file mode 100644 index 50545a589..000000000 --- a/.icons/Dracula/apps/scalable/wps-office-etmain.svg +++ /dev/null @@ -1,3806 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wps-office-wppmain.svg b/.icons/Dracula/apps/scalable/wps-office-wppmain.svg deleted file mode 100644 index c92111c20..000000000 --- a/.icons/Dracula/apps/scalable/wps-office-wppmain.svg +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wps-office-wpsmain.svg b/.icons/Dracula/apps/scalable/wps-office-wpsmain.svg deleted file mode 100644 index 5fc2c8fe6..000000000 --- a/.icons/Dracula/apps/scalable/wps-office-wpsmain.svg +++ /dev/null @@ -1,492 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/wps-pres.svg b/.icons/Dracula/apps/scalable/wps-pres.svg deleted file mode 120000 index c31b61a5b..000000000 --- a/.icons/Dracula/apps/scalable/wps-pres.svg +++ /dev/null @@ -1 +0,0 @@ -wps-office-wppmain.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wps-word.svg b/.icons/Dracula/apps/scalable/wps-word.svg deleted file mode 120000 index 211432e53..000000000 --- a/.icons/Dracula/apps/scalable/wps-word.svg +++ /dev/null @@ -1 +0,0 @@ -wps-office-wpsmain.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ws.openarena.OpenArena.svg b/.icons/Dracula/apps/scalable/ws.openarena.OpenArena.svg deleted file mode 120000 index fcca97b4c..000000000 --- a/.icons/Dracula/apps/scalable/ws.openarena.OpenArena.svg +++ /dev/null @@ -1 +0,0 @@ -openarena.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/www-browser.svg b/.icons/Dracula/apps/scalable/www-browser.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/www-browser.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/wxglade.svg b/.icons/Dracula/apps/scalable/wxglade.svg deleted file mode 100644 index 98fd1517c..000000000 --- a/.icons/Dracula/apps/scalable/wxglade.svg +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/x-office-address-book.svg b/.icons/Dracula/apps/scalable/x-office-address-book.svg deleted file mode 120000 index de1a7384f..000000000 --- a/.icons/Dracula/apps/scalable/x-office-address-book.svg +++ /dev/null @@ -1 +0,0 @@ -address-book.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/x-office-calendar.svg b/.icons/Dracula/apps/scalable/x-office-calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/x-office-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/x-office-mail.svg b/.icons/Dracula/apps/scalable/x-office-mail.svg deleted file mode 120000 index 73af2ca90..000000000 --- a/.icons/Dracula/apps/scalable/x-office-mail.svg +++ /dev/null @@ -1 +0,0 @@ -email.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/x-office_mail.svg b/.icons/Dracula/apps/scalable/x-office_mail.svg deleted file mode 120000 index 73af2ca90..000000000 --- a/.icons/Dracula/apps/scalable/x-office_mail.svg +++ /dev/null @@ -1 +0,0 @@ -email.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xame.svg b/.icons/Dracula/apps/scalable/xame.svg deleted file mode 120000 index 01b24b18c..000000000 --- a/.icons/Dracula/apps/scalable/xame.svg +++ /dev/null @@ -1 +0,0 @@ -kmenuedit.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xampp.svg b/.icons/Dracula/apps/scalable/xampp.svg deleted file mode 100644 index 2bf21d9ff..000000000 --- a/.icons/Dracula/apps/scalable/xampp.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xarchiver.svg b/.icons/Dracula/apps/scalable/xarchiver.svg deleted file mode 120000 index 72381dbe8..000000000 --- a/.icons/Dracula/apps/scalable/xarchiver.svg +++ /dev/null @@ -1 +0,0 @@ -file-roller.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xbmc.svg b/.icons/Dracula/apps/scalable/xbmc.svg deleted file mode 100644 index 383ea2d4f..000000000 --- a/.icons/Dracula/apps/scalable/xbmc.svg +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xcas.svg b/.icons/Dracula/apps/scalable/xcas.svg deleted file mode 100644 index eab616ef7..000000000 --- a/.icons/Dracula/apps/scalable/xcas.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xchat.svg b/.icons/Dracula/apps/scalable/xchat.svg deleted file mode 100644 index 53a47c7db..000000000 --- a/.icons/Dracula/apps/scalable/xchat.svg +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xdg-browser-launcher.svg b/.icons/Dracula/apps/scalable/xdg-browser-launcher.svg deleted file mode 120000 index 76b91b892..000000000 --- a/.icons/Dracula/apps/scalable/xdg-browser-launcher.svg +++ /dev/null @@ -1 +0,0 @@ -web-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xdiagnose.svg b/.icons/Dracula/apps/scalable/xdiagnose.svg deleted file mode 100644 index 65868b481..000000000 --- a/.icons/Dracula/apps/scalable/xdiagnose.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xed.svg b/.icons/Dracula/apps/scalable/xed.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/xed.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xedit.svg b/.icons/Dracula/apps/scalable/xedit.svg deleted file mode 120000 index 6bccf2288..000000000 --- a/.icons/Dracula/apps/scalable/xedit.svg +++ /dev/null @@ -1 +0,0 @@ -gedit.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfburn.svg b/.icons/Dracula/apps/scalable/xfburn.svg deleted file mode 120000 index cedb92b20..000000000 --- a/.icons/Dracula/apps/scalable/xfburn.svg +++ /dev/null @@ -1 +0,0 @@ -k3b.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfcalendar.svg b/.icons/Dracula/apps/scalable/xfcalendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/xfcalendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-calendar.svg b/.icons/Dracula/apps/scalable/xfce-calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/xfce-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-edit.svg b/.icons/Dracula/apps/scalable/xfce-edit.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/xfce-edit.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-filemanager.svg b/.icons/Dracula/apps/scalable/xfce-filemanager.svg deleted file mode 120000 index abdd0fd04..000000000 --- a/.icons/Dracula/apps/scalable/xfce-filemanager.svg +++ /dev/null @@ -1 +0,0 @@ -system-file-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-mail.svg b/.icons/Dracula/apps/scalable/xfce-mail.svg deleted file mode 120000 index 73af2ca90..000000000 --- a/.icons/Dracula/apps/scalable/xfce-mail.svg +++ /dev/null @@ -1 +0,0 @@ -email.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-man.svg b/.icons/Dracula/apps/scalable/xfce-man.svg deleted file mode 120000 index 5ec8e9d94..000000000 --- a/.icons/Dracula/apps/scalable/xfce-man.svg +++ /dev/null @@ -1 +0,0 @@ -help-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-newmail.svg b/.icons/Dracula/apps/scalable/xfce-newmail.svg deleted file mode 120000 index 73af2ca90..000000000 --- a/.icons/Dracula/apps/scalable/xfce-newmail.svg +++ /dev/null @@ -1 +0,0 @@ -email.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-printer.svg b/.icons/Dracula/apps/scalable/xfce-printer.svg deleted file mode 120000 index f0bff2272..000000000 --- a/.icons/Dracula/apps/scalable/xfce-printer.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-schedule.svg b/.icons/Dracula/apps/scalable/xfce-schedule.svg deleted file mode 120000 index 374b07dac..000000000 --- a/.icons/Dracula/apps/scalable/xfce-schedule.svg +++ /dev/null @@ -1 +0,0 @@ -time-admin.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-sensors.svg b/.icons/Dracula/apps/scalable/xfce-sensors.svg deleted file mode 120000 index a6c23f407..000000000 --- a/.icons/Dracula/apps/scalable/xfce-sensors.svg +++ /dev/null @@ -1 +0,0 @@ -thermal-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-system-info.svg b/.icons/Dracula/apps/scalable/xfce-system-info.svg deleted file mode 120000 index 29abcb2a4..000000000 --- a/.icons/Dracula/apps/scalable/xfce-system-info.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-info.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-system-lock.svg b/.icons/Dracula/apps/scalable/xfce-system-lock.svg deleted file mode 120000 index 4cbb8f640..000000000 --- a/.icons/Dracula/apps/scalable/xfce-system-lock.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-screensaver.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-terminal.svg b/.icons/Dracula/apps/scalable/xfce-terminal.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/xfce-terminal.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce-ui.svg b/.icons/Dracula/apps/scalable/xfce-ui.svg deleted file mode 120000 index 3c8cc8752..000000000 --- a/.icons/Dracula/apps/scalable/xfce-ui.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-theme.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-backdrop.svg b/.icons/Dracula/apps/scalable/xfce4-backdrop.svg deleted file mode 120000 index 911ba54b9..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-backdrop.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-wallpaper.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-cpugraph-plugin.svg b/.icons/Dracula/apps/scalable/xfce4-cpugraph-plugin.svg deleted file mode 120000 index b6e5ceead..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-cpugraph-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-system-monitor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-dict.svg b/.icons/Dracula/apps/scalable/xfce4-dict.svg deleted file mode 120000 index fc7facf71..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-dict.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-dictionary.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin-urgent.svg b/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin-urgent.svg deleted file mode 100644 index 5c2d78595..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin-urgent.svg +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin-warning.svg b/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin-warning.svg deleted file mode 100644 index dcb729503..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin-warning.svg +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin.svg b/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin.svg deleted file mode 120000 index 6080e25b2..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-fsguard-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-disks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-keyboard-settings.svg b/.icons/Dracula/apps/scalable/xfce4-keyboard-settings.svg deleted file mode 120000 index ec7b5e752..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-keyboard-settings.svg +++ /dev/null @@ -1 +0,0 @@ -gucharmap.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-menueditor.svg b/.icons/Dracula/apps/scalable/xfce4-menueditor.svg deleted file mode 120000 index 823c2959b..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-menueditor.svg +++ /dev/null @@ -1 +0,0 @@ -alacarte.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-mixer.svg b/.icons/Dracula/apps/scalable/xfce4-mixer.svg deleted file mode 100644 index d1446f6b4..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-mixer.svg +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xfce4-notes-plugin.svg b/.icons/Dracula/apps/scalable/xfce4-notes-plugin.svg deleted file mode 120000 index f49bc261c..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-notes-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -knotes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-notes.svg b/.icons/Dracula/apps/scalable/xfce4-notes.svg deleted file mode 120000 index f49bc261c..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-notes.svg +++ /dev/null @@ -1 +0,0 @@ -knotes.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-notifyd.svg b/.icons/Dracula/apps/scalable/xfce4-notifyd.svg deleted file mode 120000 index 0f3a7188c..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-notifyd.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-notification-bell.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-panel-menu.svg b/.icons/Dracula/apps/scalable/xfce4-panel-menu.svg deleted file mode 100644 index aa9cb3a12..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-panel-menu.svg +++ /dev/null @@ -1,341 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xfce4-panel.svg b/.icons/Dracula/apps/scalable/xfce4-panel.svg deleted file mode 120000 index e3e698a39..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-panel.svg +++ /dev/null @@ -1 +0,0 @@ -xfce4-panel-menu.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-power-manager-settings.svg b/.icons/Dracula/apps/scalable/xfce4-power-manager-settings.svg deleted file mode 120000 index e7a4d9f1f..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-power-manager-settings.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-power.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-session.svg b/.icons/Dracula/apps/scalable/xfce4-session.svg deleted file mode 120000 index 1752c2f2d..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-session.svg +++ /dev/null @@ -1 +0,0 @@ -session-properties.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-ui.svg b/.icons/Dracula/apps/scalable/xfce4-ui.svg deleted file mode 120000 index 3c8cc8752..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-ui.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-desktop-theme.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-weather.svg b/.icons/Dracula/apps/scalable/xfce4-weather.svg deleted file mode 120000 index 4f715a678..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-weather.svg +++ /dev/null @@ -1 +0,0 @@ -org.gnome.Weather.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-whiskermenu.svg b/.icons/Dracula/apps/scalable/xfce4-whiskermenu.svg deleted file mode 120000 index e3e698a39..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-whiskermenu.svg +++ /dev/null @@ -1 +0,0 @@ -xfce4-panel-menu.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce4-workspaces.svg b/.icons/Dracula/apps/scalable/xfce4-workspaces.svg deleted file mode 120000 index 7751cc5ce..000000000 --- a/.icons/Dracula/apps/scalable/xfce4-workspaces.svg +++ /dev/null @@ -1 +0,0 @@ -workspaces.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfce_unknown.svg b/.icons/Dracula/apps/scalable/xfce_unknown.svg deleted file mode 120000 index 5ec8e9d94..000000000 --- a/.icons/Dracula/apps/scalable/xfce_unknown.svg +++ /dev/null @@ -1 +0,0 @@ -help-browser.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfsm-switch.svg b/.icons/Dracula/apps/scalable/xfsm-switch.svg deleted file mode 120000 index a1fabb6de..000000000 --- a/.icons/Dracula/apps/scalable/xfsm-switch.svg +++ /dev/null @@ -1 +0,0 @@ -config-users.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xfwm4.svg b/.icons/Dracula/apps/scalable/xfwm4.svg deleted file mode 120000 index 275fda6f1..000000000 --- a/.icons/Dracula/apps/scalable/xfwm4.svg +++ /dev/null @@ -1 +0,0 @@ -window-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/ximian-evolution-calendar.svg b/.icons/Dracula/apps/scalable/ximian-evolution-calendar.svg deleted file mode 120000 index c44ce2b76..000000000 --- a/.icons/Dracula/apps/scalable/ximian-evolution-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -calendar.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xine.svg b/.icons/Dracula/apps/scalable/xine.svg deleted file mode 120000 index a30e61e16..000000000 --- a/.icons/Dracula/apps/scalable/xine.svg +++ /dev/null @@ -1 +0,0 @@ -totem.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xmind.svg b/.icons/Dracula/apps/scalable/xmind.svg deleted file mode 100644 index 20e756fdb..000000000 --- a/.icons/Dracula/apps/scalable/xmind.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xmms.svg b/.icons/Dracula/apps/scalable/xmms.svg deleted file mode 120000 index 32d53de22..000000000 --- a/.icons/Dracula/apps/scalable/xmms.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-video-player.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xnoise.svg b/.icons/Dracula/apps/scalable/xnoise.svg deleted file mode 100644 index 1d057ca2d..000000000 --- a/.icons/Dracula/apps/scalable/xnoise.svg +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xombrero.svg b/.icons/Dracula/apps/scalable/xombrero.svg deleted file mode 100644 index 74dd058bd..000000000 --- a/.icons/Dracula/apps/scalable/xombrero.svg +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xpad.svg b/.icons/Dracula/apps/scalable/xpad.svg deleted file mode 100644 index d33d2361d..000000000 --- a/.icons/Dracula/apps/scalable/xpad.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xsane.svg b/.icons/Dracula/apps/scalable/xsane.svg deleted file mode 120000 index 490a5aa3c..000000000 --- a/.icons/Dracula/apps/scalable/xsane.svg +++ /dev/null @@ -1 +0,0 @@ -scanner.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xscreensaver.svg b/.icons/Dracula/apps/scalable/xscreensaver.svg deleted file mode 100644 index dad9f1f70..000000000 --- a/.icons/Dracula/apps/scalable/xscreensaver.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/xterm-color.svg b/.icons/Dracula/apps/scalable/xterm-color.svg deleted file mode 120000 index b6181fcf9..000000000 --- a/.icons/Dracula/apps/scalable/xterm-color.svg +++ /dev/null @@ -1 +0,0 @@ -terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xterm-color_48x48.svg b/.icons/Dracula/apps/scalable/xterm-color_48x48.svg deleted file mode 120000 index 08ba74f8c..000000000 --- a/.icons/Dracula/apps/scalable/xterm-color_48x48.svg +++ /dev/null @@ -1 +0,0 @@ -utilities-terminal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xvidcap.svg b/.icons/Dracula/apps/scalable/xvidcap.svg deleted file mode 120000 index 68c845387..000000000 --- a/.icons/Dracula/apps/scalable/xvidcap.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-screen-recorder.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/xviewer.svg b/.icons/Dracula/apps/scalable/xviewer.svg deleted file mode 120000 index 0f365bad6..000000000 --- a/.icons/Dracula/apps/scalable/xviewer.svg +++ /dev/null @@ -1 +0,0 @@ -deepin-image-viewer.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yast-bootloader.svg b/.icons/Dracula/apps/scalable/yast-bootloader.svg deleted file mode 120000 index f288849db..000000000 --- a/.icons/Dracula/apps/scalable/yast-bootloader.svg +++ /dev/null @@ -1 +0,0 @@ -slingscold.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yast-disk.svg b/.icons/Dracula/apps/scalable/yast-disk.svg deleted file mode 120000 index 6080e25b2..000000000 --- a/.icons/Dracula/apps/scalable/yast-disk.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-disks.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yast-firewall.svg b/.icons/Dracula/apps/scalable/yast-firewall.svg deleted file mode 120000 index 84538d967..000000000 --- a/.icons/Dracula/apps/scalable/yast-firewall.svg +++ /dev/null @@ -1 +0,0 @@ -gufw.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yast-lan.svg b/.icons/Dracula/apps/scalable/yast-lan.svg deleted file mode 120000 index 66bda9816..000000000 --- a/.icons/Dracula/apps/scalable/yast-lan.svg +++ /dev/null @@ -1 +0,0 @@ -preferences-system-network.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yast-scanner.svg b/.icons/Dracula/apps/scalable/yast-scanner.svg deleted file mode 120000 index a6fb1a21d..000000000 --- a/.icons/Dracula/apps/scalable/yast-scanner.svg +++ /dev/null @@ -1 +0,0 @@ -skanlite.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yast-system.svg b/.icons/Dracula/apps/scalable/yast-system.svg deleted file mode 120000 index 9a40701e8..000000000 --- a/.icons/Dracula/apps/scalable/yast-system.svg +++ /dev/null @@ -1 +0,0 @@ -applications-system.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yast.svg b/.icons/Dracula/apps/scalable/yast.svg deleted file mode 100644 index ab466ec3b..000000000 --- a/.icons/Dracula/apps/scalable/yast.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/youtrack.svg b/.icons/Dracula/apps/scalable/youtrack.svg deleted file mode 100644 index d4d5403b6..000000000 --- a/.icons/Dracula/apps/scalable/youtrack.svg +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/youtube-dl-gui.svg b/.icons/Dracula/apps/scalable/youtube-dl-gui.svg deleted file mode 120000 index 68228e817..000000000 --- a/.icons/Dracula/apps/scalable/youtube-dl-gui.svg +++ /dev/null @@ -1 +0,0 @@ -youtube-dl.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/youtube-dl-gui_48x48.svg b/.icons/Dracula/apps/scalable/youtube-dl-gui_48x48.svg deleted file mode 120000 index 68228e817..000000000 --- a/.icons/Dracula/apps/scalable/youtube-dl-gui_48x48.svg +++ /dev/null @@ -1 +0,0 @@ -youtube-dl.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/youtube-dl-qt-icon.svg b/.icons/Dracula/apps/scalable/youtube-dl-qt-icon.svg deleted file mode 120000 index 68228e817..000000000 --- a/.icons/Dracula/apps/scalable/youtube-dl-qt-icon.svg +++ /dev/null @@ -1 +0,0 @@ -youtube-dl.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/youtube-dl.svg b/.icons/Dracula/apps/scalable/youtube-dl.svg deleted file mode 100644 index a5b8550ca..000000000 --- a/.icons/Dracula/apps/scalable/youtube-dl.svg +++ /dev/null @@ -1,702 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/youtube-dlg.svg b/.icons/Dracula/apps/scalable/youtube-dlg.svg deleted file mode 120000 index 68228e817..000000000 --- a/.icons/Dracula/apps/scalable/youtube-dlg.svg +++ /dev/null @@ -1 +0,0 @@ -youtube-dl.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/youtube.svg b/.icons/Dracula/apps/scalable/youtube.svg deleted file mode 100644 index 575a8c0ae..000000000 --- a/.icons/Dracula/apps/scalable/youtube.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/yumex-dnf.svg b/.icons/Dracula/apps/scalable/yumex-dnf.svg deleted file mode 120000 index 7a77b571c..000000000 --- a/.icons/Dracula/apps/scalable/yumex-dnf.svg +++ /dev/null @@ -1 +0,0 @@ -software-store.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/yumex.svg b/.icons/Dracula/apps/scalable/yumex.svg deleted file mode 120000 index 7a77b571c..000000000 --- a/.icons/Dracula/apps/scalable/yumex.svg +++ /dev/null @@ -1 +0,0 @@ -software-store.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/zeitgeist.svg b/.icons/Dracula/apps/scalable/zeitgeist.svg deleted file mode 120000 index a375001d7..000000000 --- a/.icons/Dracula/apps/scalable/zeitgeist.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-activity-journal.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/zen-icon.svg b/.icons/Dracula/apps/scalable/zen-icon.svg deleted file mode 120000 index e4421720d..000000000 --- a/.icons/Dracula/apps/scalable/zen-icon.svg +++ /dev/null @@ -1 +0,0 @@ -system-software-update.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/zenmap.svg b/.icons/Dracula/apps/scalable/zenmap.svg deleted file mode 120000 index 0dc443241..000000000 --- a/.icons/Dracula/apps/scalable/zenmap.svg +++ /dev/null @@ -1 +0,0 @@ -activity-log-manager.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/zim.svg b/.icons/Dracula/apps/scalable/zim.svg deleted file mode 120000 index 47ab1d8bc..000000000 --- a/.icons/Dracula/apps/scalable/zim.svg +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/zoom-desktop.svg b/.icons/Dracula/apps/scalable/zoom-desktop.svg deleted file mode 120000 index e522493b1..000000000 --- a/.icons/Dracula/apps/scalable/zoom-desktop.svg +++ /dev/null @@ -1 +0,0 @@ -Zoom.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/zoom-icon.svg b/.icons/Dracula/apps/scalable/zoom-icon.svg deleted file mode 120000 index e522493b1..000000000 --- a/.icons/Dracula/apps/scalable/zoom-icon.svg +++ /dev/null @@ -1 +0,0 @@ -Zoom.svg \ No newline at end of file diff --git a/.icons/Dracula/apps/scalable/zotero.svg b/.icons/Dracula/apps/scalable/zotero.svg deleted file mode 100644 index 73448f307..000000000 --- a/.icons/Dracula/apps/scalable/zotero.svg +++ /dev/null @@ -1,784 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/zsnes.svg b/.icons/Dracula/apps/scalable/zsnes.svg deleted file mode 100644 index 2371d2ed8..000000000 --- a/.icons/Dracula/apps/scalable/zsnes.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/apps/scalable/zynaddsubfx.svg b/.icons/Dracula/apps/scalable/zynaddsubfx.svg deleted file mode 100644 index 49efb6372..000000000 --- a/.icons/Dracula/apps/scalable/zynaddsubfx.svg +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.icons/Dracula/index.theme b/.icons/Dracula/index.theme deleted file mode 100644 index 08d583d76..000000000 --- a/.icons/Dracula/index.theme +++ /dev/null @@ -1,94 +0,0 @@ -[Icon Theme] -Name=Dracula -Comment=Folders for Dracula gtk theme. -Inherits=Papirus-Dark,breeze-dark,Zafiro,ubuntu-mono-dark,Mint-X,elementary,gnome,hicolor - - -# Directory list -Directories=Places/16,Places/48,apps/scalable,actions/16,actions/22,actions/24,actions/32,actions/16@2x,actions/22@2x,actions/24@2x,actions/32@2x,actions/symbolic - - -#ACTIONS - -[actions/16] -Context=Actions -Size=16 -Type=Fixed - -[actions/22] -Context=Actions -Size=22 -Type=Fixed - - - - -[Apps] -Context=Applications -Size=96 -MinSize=16 -MaxSize=192 -Type=Scalable - -[apps/scalable] -Size=48 -Context=Applications -MinSize=16 -MaxSize=512 -Type=Scalable - -[Mimes] -Context=MimeTypes -Size=96 -MinSize=16 -MaxSize=512 -Type=Scalable - -[Places/16] -Size=16 -Context=Places -MinSize=8 -MaxSize=32 -Type=Scalable - - -[places/24] -Size=24 -Context=Places -Type=Scalable - -[Places/48] -Size=48 -Context=Places -MinSize=32 -MaxSize=512 -Type=Scalable - -[Status] -Context=Status -Size=96 -MinSize=16 -MaxSize=512 -Type=Scalable - -[Categories] -Context=Categories -Size=96 -MinSize=16 -MaxSize=512 -Type=Scalable - - -[Devices] -Size=96 -Context=Devices -Type=Scalable -MinSize=16 -MaxSize=512 - -[Emblems] -Size=96 -Context=Emblems -Type=Scalable -MinSize=16 -MaxSize=512 diff --git a/.themes/Dracula GTK/Art/Dracula.png b/.themes/Dracula GTK/Art/Dracula.png deleted file mode 100644 index b85502bee..000000000 Binary files a/.themes/Dracula GTK/Art/Dracula.png and /dev/null differ diff --git a/.themes/Dracula GTK/Art/logo.png b/.themes/Dracula GTK/Art/logo.png deleted file mode 100644 index e2f80e771..000000000 Binary files a/.themes/Dracula GTK/Art/logo.png and /dev/null differ diff --git a/.themes/Dracula GTK/Gulpfile.js b/.themes/Dracula GTK/Gulpfile.js deleted file mode 100644 index 1daeeb7e2..000000000 --- a/.themes/Dracula GTK/Gulpfile.js +++ /dev/null @@ -1,42 +0,0 @@ -var gulp = require('gulp'); -var sass = require('gulp-sass'); -var exec = require('gulp-exec'); - -gulp.task('styles', function(done) { - gulp.src('gtk-3.20/**/*.scss') - .pipe(sass().on('error', sass.logError)) - .pipe(gulp.dest('./gtk-3.20/')) - .pipe(exec(' gsettings set org.gnome.desktop.interface gtk-theme "Dracula"')) - done(); -}); -gulp.task('shell-style', function(done) { - gulp.src('gnome-shell/*.scss') - .pipe(sass().on('error', sass.logError)) - .pipe(gulp.dest('./gnome-shell/')) - .pipe(exec('gsettings set org.gnome.shell.extensions.user-theme name "Ant"')) - .pipe(exec('gsettings set org.gnome.shell.extensions.user-theme name "Dracula"')) - done(); -}); - -gulp.task('cinnamon-style', function(done) { - gulp.src('cinnamon/**/*.scss') - .pipe(sass().on('error', sass.logError)) - .pipe(gulp.dest('./cinnamon/')) - .pipe(exec(' gsettings set org.cinnamon.desktop.interface gtk-theme "Dracula"')) - .pipe(exec(' gsettings set org.cinnamon.desktop.wm.preferences theme "Dracula"')) - .pipe(exec(' gsettings set org.cinnamon.theme name "Dracula"')) - done(); -}); - -//Watch task -gulp.task('default',function() { - gulp.watch('gtk-3.20/**/*.scss', gulp.series('styles')); -}); - -gulp.task('shell',function() { - gulp.watch('gnome-shell/*.scss', gulp.series('shell-style')); -}); - -gulp.task('cinnamon',function() { - gulp.watch('cinnamon/**/*.scss', gulp.series('cinnamon-style')); -}); \ No newline at end of file diff --git a/.themes/Dracula GTK/INSTALL.md b/.themes/Dracula GTK/INSTALL.md deleted file mode 100644 index f9d9e5b50..000000000 --- a/.themes/Dracula GTK/INSTALL.md +++ /dev/null @@ -1,34 +0,0 @@ -### [GTK](https://www.gtk.org/) - -#### Install manually - -Download using the [GitHub .zip download](https://github.com/dracula/gtk/archive/master.zip) option and extract the `.zip` file to the themes directory i.e. `/usr/share/themes/` or `~/.themes/` (create it if necessary). - -#### Activating theme - -To activate the theme in Gnome, run the following commands in Terminal: - -``` -gsettings set org.gnome.desktop.interface gtk-theme "Dracula" -gsettings set org.gnome.desktop.wm.preferences theme "Dracula" - -``` - -or Change via distribution specific tweak tool. - -## Icon Theme (optional) - -#### Install manually - -Download using the [GitHub .zip download](https://github.com/dracula/gtk/files/5214870/Dracula.zip) option and extract the `.zip` file to the icons directory i.e. `/usr/share/icons/` or `~/.icons/` (create it if necessary). - -#### Activating icon theme - -To activate the theme in Gnome, run the following commands in Terminal: - -``` -gsettings set org.gnome.desktop.interface icon-theme "Dracula" - -``` - -or Change via distribution specific tweak tool. diff --git a/.themes/Dracula GTK/LICENSE b/.themes/Dracula GTK/LICENSE deleted file mode 100644 index 9cecc1d46..000000000 --- a/.themes/Dracula GTK/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {one line to give the program's name and a brief idea of what it does.} - Copyright (C) {year} {name of author} - - 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 3 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, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - {project} Copyright (C) {year} {fullname} - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/.themes/Dracula GTK/README.md b/.themes/Dracula GTK/README.md deleted file mode 100644 index 81e994451..000000000 --- a/.themes/Dracula GTK/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Dracula for [GTK](https://www.gtk.org/) - -> A dark theme for [GTK](https://www.gtk.org/). - -![Screenshot](./screenshot.png) - -This theme provides support for GTK-3 and GTK-2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc. Also provides support for KDE plasma. - -## Install - -All instructions can be found at [draculatheme.com/gtk](https://draculatheme.com/gtk). - -## Team - -This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/gtk/graphs/contributors). - -[![Eliver Lara](https://avatars0.githubusercontent.com/u/9838260?v=3&s=70)](https://github.com/EliverLara) | ---- | -[Eliver Lara](https://github.com/EliverLara) | - -## License - -[GPL-3.0 License](./LICENSE) \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/checkbox-checked-active.png b/.themes/Dracula GTK/assets/checkbox-checked-active.png deleted file mode 100644 index c45f5154f..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-active@2.png b/.themes/Dracula GTK/assets/checkbox-checked-active@2.png deleted file mode 100644 index aea651475..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-active@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-backdrop.png b/.themes/Dracula GTK/assets/checkbox-checked-backdrop.png deleted file mode 100644 index c45f5154f..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-backdrop@2.png b/.themes/Dracula GTK/assets/checkbox-checked-backdrop@2.png deleted file mode 100644 index aea651475..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-hover.png b/.themes/Dracula GTK/assets/checkbox-checked-hover.png deleted file mode 100644 index c45f5154f..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-hover@2.png b/.themes/Dracula GTK/assets/checkbox-checked-hover@2.png deleted file mode 100644 index aea651475..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-insensitive-backdrop.png b/.themes/Dracula GTK/assets/checkbox-checked-insensitive-backdrop.png deleted file mode 100644 index 2dc2b7f0b..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-insensitive-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-insensitive-backdrop@2.png b/.themes/Dracula GTK/assets/checkbox-checked-insensitive-backdrop@2.png deleted file mode 100644 index 365426e38..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-insensitive.png b/.themes/Dracula GTK/assets/checkbox-checked-insensitive.png deleted file mode 100644 index 2dc2b7f0b..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked-insensitive@2.png b/.themes/Dracula GTK/assets/checkbox-checked-insensitive@2.png deleted file mode 100644 index 365426e38..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked.png b/.themes/Dracula GTK/assets/checkbox-checked.png deleted file mode 100644 index d4d6404f6..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-checked@2.png b/.themes/Dracula GTK/assets/checkbox-checked@2.png deleted file mode 100644 index c38c93bc8..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-checked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-active.png b/.themes/Dracula GTK/assets/checkbox-mixed-active.png deleted file mode 100644 index b4cd9e441..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-active@2.png b/.themes/Dracula GTK/assets/checkbox-mixed-active@2.png deleted file mode 100644 index fb6e2f5bd..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-active@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-backdrop.png b/.themes/Dracula GTK/assets/checkbox-mixed-backdrop.png deleted file mode 100644 index 928b0408a..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-backdrop@2.png b/.themes/Dracula GTK/assets/checkbox-mixed-backdrop@2.png deleted file mode 100644 index 8503821e2..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-hover.png b/.themes/Dracula GTK/assets/checkbox-mixed-hover.png deleted file mode 100644 index 928b0408a..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-hover@2.png b/.themes/Dracula GTK/assets/checkbox-mixed-hover@2.png deleted file mode 100644 index 8503821e2..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive-backdrop.png b/.themes/Dracula GTK/assets/checkbox-mixed-insensitive-backdrop.png deleted file mode 100644 index 6a138a877..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive-backdrop@2.png b/.themes/Dracula GTK/assets/checkbox-mixed-insensitive-backdrop@2.png deleted file mode 100644 index 2237059cb..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive.png b/.themes/Dracula GTK/assets/checkbox-mixed-insensitive.png deleted file mode 100644 index 6a138a877..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive@2.png b/.themes/Dracula GTK/assets/checkbox-mixed-insensitive@2.png deleted file mode 100644 index 2237059cb..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed.png b/.themes/Dracula GTK/assets/checkbox-mixed.png deleted file mode 100644 index 928b0408a..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-mixed@2.png b/.themes/Dracula GTK/assets/checkbox-mixed@2.png deleted file mode 100644 index 8503821e2..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-mixed@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-active.png b/.themes/Dracula GTK/assets/checkbox-unchecked-active.png deleted file mode 100644 index 1bf99a0ba..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-active@2.png b/.themes/Dracula GTK/assets/checkbox-unchecked-active@2.png deleted file mode 100644 index 2827fd8e6..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-active@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-backdrop.png b/.themes/Dracula GTK/assets/checkbox-unchecked-backdrop.png deleted file mode 100644 index 89c0ae8c8..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-backdrop@2.png b/.themes/Dracula GTK/assets/checkbox-unchecked-backdrop@2.png deleted file mode 100644 index 1ba2dc680..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-hover.png b/.themes/Dracula GTK/assets/checkbox-unchecked-hover.png deleted file mode 100644 index 1be96a2f3..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-hover@2.png b/.themes/Dracula GTK/assets/checkbox-unchecked-hover@2.png deleted file mode 100644 index f6e80c646..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive-backdrop.png b/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive-backdrop.png deleted file mode 100644 index 1ea8200de..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive-backdrop@2.png b/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive-backdrop@2.png deleted file mode 100644 index a75827b64..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive.png b/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index 1ea8200de..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive@2.png b/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive@2.png deleted file mode 100644 index a75827b64..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked.png b/.themes/Dracula GTK/assets/checkbox-unchecked.png deleted file mode 100644 index 89c0ae8c8..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/checkbox-unchecked@2.png b/.themes/Dracula GTK/assets/checkbox-unchecked@2.png deleted file mode 100644 index 1ba2dc680..000000000 Binary files a/.themes/Dracula GTK/assets/checkbox-unchecked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/close.png b/.themes/Dracula GTK/assets/close.png deleted file mode 100644 index eed4400ef..000000000 Binary files a/.themes/Dracula GTK/assets/close.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/close.svg b/.themes/Dracula GTK/assets/close.svg deleted file mode 100755 index d8c1f0f69..000000000 --- a/.themes/Dracula GTK/assets/close.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/close@2.png b/.themes/Dracula GTK/assets/close@2.png deleted file mode 100644 index c1f30fe69..000000000 Binary files a/.themes/Dracula GTK/assets/close@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/close_prelight.png b/.themes/Dracula GTK/assets/close_prelight.png deleted file mode 100644 index 7ca967e49..000000000 Binary files a/.themes/Dracula GTK/assets/close_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/close_prelight.svg b/.themes/Dracula GTK/assets/close_prelight.svg deleted file mode 100755 index 8c94c63ca..000000000 --- a/.themes/Dracula GTK/assets/close_prelight.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/close_prelight@2.png b/.themes/Dracula GTK/assets/close_prelight@2.png deleted file mode 100644 index 275739c79..000000000 Binary files a/.themes/Dracula GTK/assets/close_prelight@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/close_pressed.svg b/.themes/Dracula GTK/assets/close_pressed.svg deleted file mode 100755 index 0e9584ad8..000000000 --- a/.themes/Dracula GTK/assets/close_pressed.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/close_unfocused.png b/.themes/Dracula GTK/assets/close_unfocused.png deleted file mode 100644 index 1807b9315..000000000 Binary files a/.themes/Dracula GTK/assets/close_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/close_unfocused.svg b/.themes/Dracula GTK/assets/close_unfocused.svg deleted file mode 100755 index d1011fa85..000000000 --- a/.themes/Dracula GTK/assets/close_unfocused.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/close_unfocused@2.png b/.themes/Dracula GTK/assets/close_unfocused@2.png deleted file mode 100644 index 915522b2d..000000000 Binary files a/.themes/Dracula GTK/assets/close_unfocused@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/grid-selection-checked.png b/.themes/Dracula GTK/assets/grid-selection-checked.png deleted file mode 100755 index 91187176c..000000000 Binary files a/.themes/Dracula GTK/assets/grid-selection-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/grid-selection-checked@2.png b/.themes/Dracula GTK/assets/grid-selection-checked@2.png deleted file mode 100755 index b47379e46..000000000 Binary files a/.themes/Dracula GTK/assets/grid-selection-checked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/grid-selection-unchecked.png b/.themes/Dracula GTK/assets/grid-selection-unchecked.png deleted file mode 100755 index 508eea894..000000000 Binary files a/.themes/Dracula GTK/assets/grid-selection-unchecked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/grid-selection-unchecked@2.png b/.themes/Dracula GTK/assets/grid-selection-unchecked@2.png deleted file mode 100755 index d8c6bf0ea..000000000 Binary files a/.themes/Dracula GTK/assets/grid-selection-unchecked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/maximize.png b/.themes/Dracula GTK/assets/maximize.png deleted file mode 100644 index 454cab7c0..000000000 Binary files a/.themes/Dracula GTK/assets/maximize.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/maximize.svg b/.themes/Dracula GTK/assets/maximize.svg deleted file mode 100755 index 2eee09b60..000000000 --- a/.themes/Dracula GTK/assets/maximize.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/maximize@2.png b/.themes/Dracula GTK/assets/maximize@2.png deleted file mode 100644 index 04730a502..000000000 Binary files a/.themes/Dracula GTK/assets/maximize@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/maximize_prelight.png b/.themes/Dracula GTK/assets/maximize_prelight.png deleted file mode 100644 index 06cf5a343..000000000 Binary files a/.themes/Dracula GTK/assets/maximize_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/maximize_prelight.svg b/.themes/Dracula GTK/assets/maximize_prelight.svg deleted file mode 100755 index a1c380fdb..000000000 --- a/.themes/Dracula GTK/assets/maximize_prelight.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/maximize_prelight@2.png b/.themes/Dracula GTK/assets/maximize_prelight@2.png deleted file mode 100644 index 65da9f469..000000000 Binary files a/.themes/Dracula GTK/assets/maximize_prelight@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/maximize_pressed.svg b/.themes/Dracula GTK/assets/maximize_pressed.svg deleted file mode 100755 index 2a4397a52..000000000 --- a/.themes/Dracula GTK/assets/maximize_pressed.svg +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/maximize_unfocused.png b/.themes/Dracula GTK/assets/maximize_unfocused.png deleted file mode 100644 index 1807b9315..000000000 Binary files a/.themes/Dracula GTK/assets/maximize_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/maximize_unfocused.svg b/.themes/Dracula GTK/assets/maximize_unfocused.svg deleted file mode 100755 index b9fc20694..000000000 --- a/.themes/Dracula GTK/assets/maximize_unfocused.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-hover.png b/.themes/Dracula GTK/assets/menuitem-checkbox-checked-hover.png deleted file mode 100755 index 74a1a38a9..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-hover@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-checked-hover@2.png deleted file mode 100755 index 6bb911fa2..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-insensitive.png b/.themes/Dracula GTK/assets/menuitem-checkbox-checked-insensitive.png deleted file mode 100755 index 2186347f4..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-insensitive@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-checked-insensitive@2.png deleted file mode 100755 index 85a72370f..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-checked-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-checked.png b/.themes/Dracula GTK/assets/menuitem-checkbox-checked.png deleted file mode 100755 index 59e1524f0..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-checked@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-checked@2.png deleted file mode 100755 index fabd74dca..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-checked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-hover.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-hover.png deleted file mode 100755 index aa5e700ff..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-hover@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-hover@2.png deleted file mode 100755 index 24fff4c70..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-insensitive.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-insensitive.png deleted file mode 100755 index 9ba1e1729..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-insensitive@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-insensitive@2.png deleted file mode 100755 index 4cb073659..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-selected.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-selected.png deleted file mode 100755 index 2064a6311..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-selected.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-selected@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-selected@2.png deleted file mode 100755 index 900ccea19..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed-selected@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed.png deleted file mode 100755 index 9b7c1444c..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-mixed@2.png deleted file mode 100755 index e32aa1c49..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-mixed@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-unchecked.png b/.themes/Dracula GTK/assets/menuitem-checkbox-unchecked.png deleted file mode 100755 index 921e3464b..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-unchecked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-checkbox-unchecked@2.png b/.themes/Dracula GTK/assets/menuitem-checkbox-unchecked@2.png deleted file mode 100755 index 53ca8434d..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-checkbox-unchecked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-radio-checked-hover.png b/.themes/Dracula GTK/assets/menuitem-radio-checked-hover.png deleted file mode 100755 index c084e4014..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-radio-checked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-radio-checked-hover@2.png b/.themes/Dracula GTK/assets/menuitem-radio-checked-hover@2.png deleted file mode 100755 index cdbab86f0..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-radio-checked-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-radio-checked-insensitive.png b/.themes/Dracula GTK/assets/menuitem-radio-checked-insensitive.png deleted file mode 100755 index 2b08b40d3..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-radio-checked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-radio-checked-insensitive@2.png b/.themes/Dracula GTK/assets/menuitem-radio-checked-insensitive@2.png deleted file mode 100755 index 0d2ad9b5e..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-radio-checked-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-radio-checked.png b/.themes/Dracula GTK/assets/menuitem-radio-checked.png deleted file mode 100755 index 45681b99f..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-radio-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/menuitem-radio-checked@2.png b/.themes/Dracula GTK/assets/menuitem-radio-checked@2.png deleted file mode 100755 index e9863296c..000000000 Binary files a/.themes/Dracula GTK/assets/menuitem-radio-checked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/min.png b/.themes/Dracula GTK/assets/min.png deleted file mode 100644 index c3ab9b3bc..000000000 Binary files a/.themes/Dracula GTK/assets/min.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/min.svg b/.themes/Dracula GTK/assets/min.svg deleted file mode 100755 index 123b96bd7..000000000 --- a/.themes/Dracula GTK/assets/min.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/min@2.png b/.themes/Dracula GTK/assets/min@2.png deleted file mode 100644 index cecd71d39..000000000 Binary files a/.themes/Dracula GTK/assets/min@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/min_prelight.png b/.themes/Dracula GTK/assets/min_prelight.png deleted file mode 100644 index 1cb2a7fcb..000000000 Binary files a/.themes/Dracula GTK/assets/min_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/min_prelight.svg b/.themes/Dracula GTK/assets/min_prelight.svg deleted file mode 100755 index 42642a20a..000000000 --- a/.themes/Dracula GTK/assets/min_prelight.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/min_prelight@2.png b/.themes/Dracula GTK/assets/min_prelight@2.png deleted file mode 100644 index d78e54ddc..000000000 Binary files a/.themes/Dracula GTK/assets/min_prelight@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/min_pressed.svg b/.themes/Dracula GTK/assets/min_pressed.svg deleted file mode 100755 index 4dccd920e..000000000 --- a/.themes/Dracula GTK/assets/min_pressed.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/min_unfocused.png b/.themes/Dracula GTK/assets/min_unfocused.png deleted file mode 100644 index 1807b9315..000000000 Binary files a/.themes/Dracula GTK/assets/min_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/min_unfocused.svg b/.themes/Dracula GTK/assets/min_unfocused.svg deleted file mode 100755 index b9fc20694..000000000 --- a/.themes/Dracula GTK/assets/min_unfocused.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/pane-handle-vertical.png b/.themes/Dracula GTK/assets/pane-handle-vertical.png deleted file mode 100755 index 36ed49d26..000000000 Binary files a/.themes/Dracula GTK/assets/pane-handle-vertical.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/pane-handle-vertical@2.png b/.themes/Dracula GTK/assets/pane-handle-vertical@2.png deleted file mode 100755 index 3e2012678..000000000 Binary files a/.themes/Dracula GTK/assets/pane-handle-vertical@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/pane-handle.png b/.themes/Dracula GTK/assets/pane-handle.png deleted file mode 100755 index 05c886554..000000000 Binary files a/.themes/Dracula GTK/assets/pane-handle.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/pane-handle@2.png b/.themes/Dracula GTK/assets/pane-handle@2.png deleted file mode 100755 index 35b989861..000000000 Binary files a/.themes/Dracula GTK/assets/pane-handle@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-active.png b/.themes/Dracula GTK/assets/radio-checked-active.png deleted file mode 100644 index 8b692a14b..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-active@2.png b/.themes/Dracula GTK/assets/radio-checked-active@2.png deleted file mode 100644 index d6c9fdde6..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-active@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-backdrop.png b/.themes/Dracula GTK/assets/radio-checked-backdrop.png deleted file mode 100644 index 8b692a14b..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-backdrop@2.png b/.themes/Dracula GTK/assets/radio-checked-backdrop@2.png deleted file mode 100644 index d6c9fdde6..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-hover.png b/.themes/Dracula GTK/assets/radio-checked-hover.png deleted file mode 100644 index b070c9046..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-hover@2.png b/.themes/Dracula GTK/assets/radio-checked-hover@2.png deleted file mode 100644 index 35cb240bd..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-insensitive-backdrop.png b/.themes/Dracula GTK/assets/radio-checked-insensitive-backdrop.png deleted file mode 100644 index 9d2bb3f0a..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-insensitive-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-insensitive-backdrop@2.png b/.themes/Dracula GTK/assets/radio-checked-insensitive-backdrop@2.png deleted file mode 100644 index 76a56833b..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-insensitive.png b/.themes/Dracula GTK/assets/radio-checked-insensitive.png deleted file mode 100644 index 0059d9793..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked-insensitive@2.png b/.themes/Dracula GTK/assets/radio-checked-insensitive@2.png deleted file mode 100644 index 3291e3448..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked.png b/.themes/Dracula GTK/assets/radio-checked.png deleted file mode 100644 index 8b692a14b..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-checked@2.png b/.themes/Dracula GTK/assets/radio-checked@2.png deleted file mode 100644 index d6c9fdde6..000000000 Binary files a/.themes/Dracula GTK/assets/radio-checked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-active.png b/.themes/Dracula GTK/assets/radio-mixed-active.png deleted file mode 100644 index 66dd837c9..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-active@2.png b/.themes/Dracula GTK/assets/radio-mixed-active@2.png deleted file mode 100644 index f1d6445eb..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-active@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-backdrop.png b/.themes/Dracula GTK/assets/radio-mixed-backdrop.png deleted file mode 100644 index 66dd837c9..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-backdrop@2.png b/.themes/Dracula GTK/assets/radio-mixed-backdrop@2.png deleted file mode 100644 index f1d6445eb..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-hover.png b/.themes/Dracula GTK/assets/radio-mixed-hover.png deleted file mode 100644 index 66dd837c9..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-hover@2.png b/.themes/Dracula GTK/assets/radio-mixed-hover@2.png deleted file mode 100644 index f1d6445eb..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-insensitive-backdrop.png b/.themes/Dracula GTK/assets/radio-mixed-insensitive-backdrop.png deleted file mode 100644 index 04bc82778..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-insensitive-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-insensitive-backdrop@2.png b/.themes/Dracula GTK/assets/radio-mixed-insensitive-backdrop@2.png deleted file mode 100644 index 51d770835..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-insensitive-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-insensitive.png b/.themes/Dracula GTK/assets/radio-mixed-insensitive.png deleted file mode 100644 index 04bc82778..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed-insensitive@2.png b/.themes/Dracula GTK/assets/radio-mixed-insensitive@2.png deleted file mode 100644 index 51d770835..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed.png b/.themes/Dracula GTK/assets/radio-mixed.png deleted file mode 100644 index 66dd837c9..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-mixed@2.png b/.themes/Dracula GTK/assets/radio-mixed@2.png deleted file mode 100644 index f1d6445eb..000000000 Binary files a/.themes/Dracula GTK/assets/radio-mixed@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-selected-insensitive.png b/.themes/Dracula GTK/assets/radio-selected-insensitive.png deleted file mode 100755 index 8f3a360d3..000000000 Binary files a/.themes/Dracula GTK/assets/radio-selected-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-selected-insensitive@2.png b/.themes/Dracula GTK/assets/radio-selected-insensitive@2.png deleted file mode 100755 index f928dbced..000000000 Binary files a/.themes/Dracula GTK/assets/radio-selected-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-selected@2.png b/.themes/Dracula GTK/assets/radio-selected@2.png deleted file mode 100755 index dea193a6d..000000000 Binary files a/.themes/Dracula GTK/assets/radio-selected@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-active.png b/.themes/Dracula GTK/assets/radio-unchecked-active.png deleted file mode 100644 index 8c9f7f95a..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-active@2.png b/.themes/Dracula GTK/assets/radio-unchecked-active@2.png deleted file mode 100644 index a4136f968..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-active@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-backdrop.png b/.themes/Dracula GTK/assets/radio-unchecked-backdrop.png deleted file mode 100644 index ecc61992b..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-backdrop@2.png b/.themes/Dracula GTK/assets/radio-unchecked-backdrop@2.png deleted file mode 100644 index 306cb06cb..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-hover.png b/.themes/Dracula GTK/assets/radio-unchecked-hover.png deleted file mode 100644 index 8c9f7f95a..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-hover@2.png b/.themes/Dracula GTK/assets/radio-unchecked-hover@2.png deleted file mode 100644 index a4136f968..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-insensitive-backdrop.png b/.themes/Dracula GTK/assets/radio-unchecked-insensitive-backdrop.png deleted file mode 100644 index 925c40fbb..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-insensitive-backdrop.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-insensitive-backdrop@2.png b/.themes/Dracula GTK/assets/radio-unchecked-insensitive-backdrop@2.png deleted file mode 100644 index d409c790e..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-insensitive-backdrop@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-insensitive.png b/.themes/Dracula GTK/assets/radio-unchecked-insensitive.png deleted file mode 100644 index 2555d5be3..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked-insensitive@2.png b/.themes/Dracula GTK/assets/radio-unchecked-insensitive@2.png deleted file mode 100644 index cfd71cfc4..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked.png b/.themes/Dracula GTK/assets/radio-unchecked.png deleted file mode 100644 index 0c7f13503..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unchecked@2.png b/.themes/Dracula GTK/assets/radio-unchecked@2.png deleted file mode 100644 index b20482ecc..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unchecked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unselected-hover@2.png b/.themes/Dracula GTK/assets/radio-unselected-hover@2.png deleted file mode 100755 index 64c745f55..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unselected-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unselected-insensitive.png b/.themes/Dracula GTK/assets/radio-unselected-insensitive.png deleted file mode 100755 index 10f7e5dd4..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unselected-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unselected-insensitive@2.png b/.themes/Dracula GTK/assets/radio-unselected-insensitive@2.png deleted file mode 100755 index bbc0bdaa5..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unselected-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/radio-unselected.svg b/.themes/Dracula GTK/assets/radio-unselected.svg deleted file mode 100755 index f9893a1d9..000000000 --- a/.themes/Dracula GTK/assets/radio-unselected.svg +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/radio-unselected@2.png b/.themes/Dracula GTK/assets/radio-unselected@2.png deleted file mode 100755 index 0c01111ea..000000000 Binary files a/.themes/Dracula GTK/assets/radio-unselected@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/scale-slider-hover.svg b/.themes/Dracula GTK/assets/scale-slider-hover.svg deleted file mode 100644 index 44bc945b7..000000000 --- a/.themes/Dracula GTK/assets/scale-slider-hover.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/scale-slider-hover@2.png b/.themes/Dracula GTK/assets/scale-slider-hover@2.png deleted file mode 100755 index d64f411d0..000000000 Binary files a/.themes/Dracula GTK/assets/scale-slider-hover@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/scale-slider-insensitive.png b/.themes/Dracula GTK/assets/scale-slider-insensitive.png deleted file mode 100755 index 20d278dce..000000000 Binary files a/.themes/Dracula GTK/assets/scale-slider-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/scale-slider-insensitive@2.png b/.themes/Dracula GTK/assets/scale-slider-insensitive@2.png deleted file mode 100755 index 20e740dc2..000000000 Binary files a/.themes/Dracula GTK/assets/scale-slider-insensitive@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/scale-slider.svg b/.themes/Dracula GTK/assets/scale-slider.svg deleted file mode 100644 index 961029d55..000000000 --- a/.themes/Dracula GTK/assets/scale-slider.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/scale-slider@2.png b/.themes/Dracula GTK/assets/scale-slider@2.png deleted file mode 100755 index 1a860df83..000000000 Binary files a/.themes/Dracula GTK/assets/scale-slider@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-checkbox-checked.png b/.themes/Dracula GTK/assets/selected-checkbox-checked.png deleted file mode 100644 index c45f5154f..000000000 Binary files a/.themes/Dracula GTK/assets/selected-checkbox-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-checkbox-checked@2.png b/.themes/Dracula GTK/assets/selected-checkbox-checked@2.png deleted file mode 100644 index aea651475..000000000 Binary files a/.themes/Dracula GTK/assets/selected-checkbox-checked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-checkbox-mixed.png b/.themes/Dracula GTK/assets/selected-checkbox-mixed.png deleted file mode 100644 index b4cd9e441..000000000 Binary files a/.themes/Dracula GTK/assets/selected-checkbox-mixed.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-checkbox-mixed@2.png b/.themes/Dracula GTK/assets/selected-checkbox-mixed@2.png deleted file mode 100644 index fb6e2f5bd..000000000 Binary files a/.themes/Dracula GTK/assets/selected-checkbox-mixed@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-checkbox-unchecked.png b/.themes/Dracula GTK/assets/selected-checkbox-unchecked.png deleted file mode 100644 index 1bf99a0ba..000000000 Binary files a/.themes/Dracula GTK/assets/selected-checkbox-unchecked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-checkbox-unchecked@2.png b/.themes/Dracula GTK/assets/selected-checkbox-unchecked@2.png deleted file mode 100644 index 2827fd8e6..000000000 Binary files a/.themes/Dracula GTK/assets/selected-checkbox-unchecked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-radio-checked.png b/.themes/Dracula GTK/assets/selected-radio-checked.png deleted file mode 100644 index 8b692a14b..000000000 Binary files a/.themes/Dracula GTK/assets/selected-radio-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-radio-checked@2.png b/.themes/Dracula GTK/assets/selected-radio-checked@2.png deleted file mode 100644 index d6c9fdde6..000000000 Binary files a/.themes/Dracula GTK/assets/selected-radio-checked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-radio-mixed.png b/.themes/Dracula GTK/assets/selected-radio-mixed.png deleted file mode 100644 index 66dd837c9..000000000 Binary files a/.themes/Dracula GTK/assets/selected-radio-mixed.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-radio-mixed@2.png b/.themes/Dracula GTK/assets/selected-radio-mixed@2.png deleted file mode 100644 index f1d6445eb..000000000 Binary files a/.themes/Dracula GTK/assets/selected-radio-mixed@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-radio-unchecked.png b/.themes/Dracula GTK/assets/selected-radio-unchecked.png deleted file mode 100644 index 8c9f7f95a..000000000 Binary files a/.themes/Dracula GTK/assets/selected-radio-unchecked.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/selected-radio-unchecked@2.png b/.themes/Dracula GTK/assets/selected-radio-unchecked@2.png deleted file mode 100644 index a4136f968..000000000 Binary files a/.themes/Dracula GTK/assets/selected-radio-unchecked@2.png and /dev/null differ diff --git a/.themes/Dracula GTK/assets/switch-insensitive.svg b/.themes/Dracula GTK/assets/switch-insensitive.svg deleted file mode 100755 index f5800e13f..000000000 --- a/.themes/Dracula GTK/assets/switch-insensitive.svg +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/switch-insensitive@2.svg b/.themes/Dracula GTK/assets/switch-insensitive@2.svg deleted file mode 100755 index 7372b0828..000000000 --- a/.themes/Dracula GTK/assets/switch-insensitive@2.svg +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/switch-off.svg b/.themes/Dracula GTK/assets/switch-off.svg deleted file mode 100755 index 9555b3b28..000000000 --- a/.themes/Dracula GTK/assets/switch-off.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/switch-off@2.svg b/.themes/Dracula GTK/assets/switch-off@2.svg deleted file mode 100755 index f5800e13f..000000000 --- a/.themes/Dracula GTK/assets/switch-off@2.svg +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/switch-on.svg b/.themes/Dracula GTK/assets/switch-on.svg deleted file mode 100755 index df0d81992..000000000 --- a/.themes/Dracula GTK/assets/switch-on.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/switch-on@2.svg b/.themes/Dracula GTK/assets/switch-on@2.svg deleted file mode 100755 index 03cc342b6..000000000 --- a/.themes/Dracula GTK/assets/switch-on@2.svg +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/switch-slider-insensitive.svg b/.themes/Dracula GTK/assets/switch-slider-insensitive.svg deleted file mode 100755 index 79399cf0d..000000000 --- a/.themes/Dracula GTK/assets/switch-slider-insensitive.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/switch-slider-insensitive@2.svg b/.themes/Dracula GTK/assets/switch-slider-insensitive@2.svg deleted file mode 100755 index 069b0a3c1..000000000 --- a/.themes/Dracula GTK/assets/switch-slider-insensitive@2.svg +++ /dev/null @@ -1,11540 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/switch-slider-off.svg b/.themes/Dracula GTK/assets/switch-slider-off.svg deleted file mode 100755 index 79399cf0d..000000000 --- a/.themes/Dracula GTK/assets/switch-slider-off.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/switch-slider-off@2.svg b/.themes/Dracula GTK/assets/switch-slider-off@2.svg deleted file mode 100755 index fd4e31367..000000000 --- a/.themes/Dracula GTK/assets/switch-slider-off@2.svg +++ /dev/null @@ -1,11523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/assets/switch-slider-on.svg b/.themes/Dracula GTK/assets/switch-slider-on.svg deleted file mode 100755 index 5e25cf969..000000000 --- a/.themes/Dracula GTK/assets/switch-slider-on.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/.themes/Dracula GTK/assets/switch-slider-on@2.svg b/.themes/Dracula GTK/assets/switch-slider-on@2.svg deleted file mode 100755 index be0b5bb44..000000000 --- a/.themes/Dracula GTK/assets/switch-slider-on@2.svg +++ /dev/null @@ -1,11523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/_colors.scss b/.themes/Dracula GTK/cinnamon/_colors.scss deleted file mode 100644 index df3affc98..000000000 --- a/.themes/Dracula GTK/cinnamon/_colors.scss +++ /dev/null @@ -1,107 +0,0 @@ -// When color definition differs for dark and light variant, -// it gets @if ed depending on $variant - - -$base_color: #282a36; -$text_color: #f8f8f2; -$bg_color: #1e1f29; -$fg_color: #f8f8f2; - -$main_dark_color: darken($bg_color, 5%); - -$lime: #50fa7a; -$red: #ff5555; -$orange: #ffb86c; -$yellow: #f1fa8c; -$purple: #bd93f9; -$darkpurple: #44475a; -$cyan: #72BFD0; -$blue: #13b1d5; - -$selected_fg_color: #f8f8f2; -$selected_bg_color: transparentize($purple, 0.5); -$selected_borders_color: darken($selected_bg_color, 20%); -$borders_color: transparentize(#191A22, 0.1); - -$link_color: $blue; -$link_visited_color:transparentize($link_color,0.5); - -$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); -$selection_mode_fg: $selected_fg_color; -$warning_color: #F27835; -$error_color: #FC4138; -$warning_fg_color: white; -$error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; -$destructive_fg_color: white; -$suggested_fg_color: white; - -$drop_target_color: #F08437; - -//insensitive state derived colors -$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); -$insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); - -$header_bg: $bg_color; - - -$header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); - -$header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); - -$header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); - -$dark_sidebar_bg: $main_dark_color; -$dark_sidebar_fg: #BAC3CF; -$dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); - -$osd_fg_color: $dark_sidebar_fg; -$osd_bg_color: $dark_sidebar_bg; - -$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_button_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_insensitive_bg_color: darken($osd_bg_color, 3%); -$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%); -$osd_borders_color: transparentize(black, 0.3); - -$panel_bg: transparentize(rgb(30, 31, 41), 0.3); -$panel_fg: $dark_sidebar_fg; - -$entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); - -$header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); -$header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -$button_bg: if($variant == 'light', lighten($bg_color, 2%), lighten($base_color, 2%)); -$button_border: $entry_border; - -$header_button_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($button_bg, 0.1)); -$header_button_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -//WM Buttons - -// Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); - -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); - -// Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); -$wm_button_active_bg: $selected_bg_color; - -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); - -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); -$wm_icon_active_bg: $selected_fg_color; diff --git a/.themes/Dracula GTK/cinnamon/_common.scss b/.themes/Dracula GTK/cinnamon/_common.scss deleted file mode 100644 index ccf0eecd9..000000000 --- a/.themes/Dracula GTK/cinnamon/_common.scss +++ /dev/null @@ -1,1810 +0,0 @@ -$asset_path: if($variant == 'dark', dark-assets, light-assets); - -// -// Globals -// -$font-size: 9; -$font-family: Futura Bk bt, sans, Sans-Serif; -$_bubble_bg_color: opacify($osd_bg_color,0.25); -$_bubble_fg_color: $osd_fg_color; -$_bubble_borders_color: transparentize($osd_fg_color,0.8); -$_shell_fg_color: $fg_color; - -stage { - font-family: $font-family; - @include fontsize($font-size); - color: $fg_color; -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -%reset_style { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; -} - -// -// Buttons -// -%button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - - &, &:focus, &:hover, &:hover:focus, &:active, &:active:focus, &:insensitive { - border-radius: 2px; - } - - @include button(normal); - - &:focus { @include button(focus); } - &:hover { @include button(hover); } - &:hover:focus { @include button(focus-hover); } - &:active, &:active:focus { @include button(active); } - &:insensitive { @include button(insensitive); } -} - -%osd_button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - - @include button(osd); - - &:hover { @include button(osd-hover); } - &:focus { color: $selected_bg_color; } - &:active { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } -} - -// -// Entries -// -%entry { - padding: 7px; - caret-size: 1px; - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - transition-duration: 300ms; - border-radius: 3px; - - @include entry(normal); - - &:focus, &:hover { @include entry(focus); } - &:insensitive { @include entry(insensitive); } - - StIcon.capslock-warning { - icon-size: 16px; - warning-color: $warning_color; - padding: 0 4px; - } -} - -%osd_entry { - padding: 7px; - caret-size: 1px; - caret-color: $osd_fg_color; - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - transition-duration: 300ms; - border-radius: 3px; - - @include entry(osd); - - &:focus { @include entry(osd-focus); } - &:insensitive { @include entry(osd-insensitive); } -} - -// -// Scrollbars -// -StScrollView { - &.vfade { -st-vfade-offset: 0px; } - &.hfade { -st-hfade-offset: 0px; } -} - -StScrollBar { - - padding: 8px; - - StScrollView & { - min-width: 5px; - min-height: 5px; - } - - StBin#trough { - background-color: transparentize($base_color, 0.9); - border-radius: 8px; - } - - StButton#vhandle, StButton#hhandle { - border-radius: 2px; - background-color: mix($fg_color, $bg_color, 40%); - border: 0px solid; - margin: 0px; - - &:hover { background-color: mix($fg_color, $bg_color, 30%); } - - &:active { background-color: $selected_bg_color; } - } -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0,0,0,0); - -gradient-end: rgba(0,0,0,0); - -margin-horizontal: 1.5em; - height: 1em; -} - -// -// Slider -// -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: $button_border; //background of the trough - -slider-border-color: transparentize(black, 1); //trough border color - -slider-active-background-color: $selected_bg_color; //active trough fill - -slider-active-border-color: transparentize(black, 1); //active trough border - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; - - .popup-menu-item:active & { - -slider-background-color: transparentize(black, 0.8); - -slider-active-background-color: $selected_fg_color; - } -} - -// -// Check Boxes -// -.check-box { - - CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; - } - - StLabel { font-weight: normal; } - - StBin { - width: 16px; - height: 16px; - background-image: url("#{$asset_path}/checkbox/checkbox-unchecked.svg"); - } - - &:focus StBin { background-image: url("#{$asset_path}/checkbox/checkbox-unchecked-focused.svg"); } - - &:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked.svg"); } - - &:focus:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked-focused.svg"); } -} - -// -// Radio Buttons -// -.radiobutton { - - CinnamonGenericContainer { - spacing: .2em; - height: 26px; - padding-top: 2px; - } - - StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; - } - - StBin { - width: 16px; - height: 16px; - background-image: url("#{$asset_path}/checkbox/checkbox-unchecked.svg"); - } - - &:focus StBin { background-image: url("#{$asset_path}/checkbox/checkbox-unchecked-focused.svg"); } - - &:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked.svg"); } - - &:focus:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked-focused.svg"); } -} - -// -// Switches -// -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("#{$asset_path}/switch/switch-off.svg"); - - &:checked { background-image: url("#{$asset_path}/switch/switch-on.svg"); } - - .popup-menu-item:active & { - background-image: url("common-assets/switch/switch-off-selected.svg"); - - &:checked { background-image: url("common-assets/switch/switch-on-selected.svg"); } - } -} - -// -// Links -// -.cinnamon-link { - color: $link_color; - text-decoration: underline; - - &:hover { color: lighten($link_color,10%); } -} - -// -// Tooltip -// -#Tooltip { - border-radius: 3px; - padding: 5px 12px; - background-color: $osd_bg_color; - color: $osd_fg_color; - font-size: 1em; - font-weight: normal; - text-align: center; -} - -// -// Popvers/Menus -// -.menu, -.popup-menu, -%menu { - color: $fg_color; - border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9; - - &-arrow { icon-size: 16px; } - - .popup-sub-menu { - background-gradient-direction: none; - box-shadow: none; - border-image: url("#{$asset_path}/menu/submenu.svg") 9 9 9 9; - - .popup-menu-item:ltr { padding-right: 0em; } - .popup-menu-item:rtl { padding-left: 0em; } - - StScrollBar { - padding: 4px; - StBin#trough, StBin#vhandle { border-width: 0; } - } - } - - .popup-menu-content { padding: 1em 0em 1em 0em; } - .popup-menu-item { - padding: .4em 1.75em; - spacing: 1em; - - &:active { - color: $selected_fg_color; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; - } - &:insensitive { - color: transparentize($fg_color, 0.5); - background: none; - } - } - - .popup-inactive-menu-item { //all icons and other graphical elements - color: $fg_color; - - &:insensitive { color: $insensitive_fg_color; } - } - - .popup-menu-item:active .popup-inactive-menu-item { color: $selected_fg_color; } - - &-icon { icon-size: 16px; } -} - -.popup-menu-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: rgba(0,0,0,0.0); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0,0,0,0.0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - @extend %menu; - padding: 10px 1px; -} -.popup-image-menu-item {} - -.popup-combobox-item { spacing: 1em; } - -.popup-separator-menu-item { - -gradient-height: 2px; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { spacing: .5em; } - -.popup-subtitle-menu-item { font-weight: normal; } - -.nm-menu-item-icons { spacing: .5em; } - -// -// Panel -// -#panel { - font-size: 10pt; - height: 28px; - width: 32px; - font-weight: 700; - background-color: $panel_bg; - color: $fg_color; - &:highlight { - border-image: none; - background-color: transparentize($error_color, 0.5); - } - - &Left { - spacing: 4px; - - &:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255,0,0,0.05); - background-gradient-end: rgba(255,0,0,0.2); - } - &:ltr { padding-right: 4px; } - &:rtl { padding-left: 4px; } - - &.vertical { - padding: 0; - - &:ltr { padding-right: 0px; } - &:rtl { padding-left: 0px; } - } - } - - &Right { - - &:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0,0,255,0.05); - background-gradient-end: rgba(0,0,255,0.2); - } - &:ltr { padding-left: 4px; spacing: 0px; } - &:rtl { padding-right: 4px; spacing: 0px; } - - &.vertical { - padding: 0; - - &:ltr { padding-right: 0px; } - &:rtl { padding-left: 0px; } - } - } - - &Center { - spacing: 4px; - - &:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0,255,0,0.05); - background-gradient-end: rgba(0,255,0,0.2); - } - } -} - -.panel { - $_panel_fg_color: $_shell_fg_color; - - &-top, &-bottom, &-left, &-right { - color: $_panel_fg_color; - font-size: 1em; - padding: 0px; - } - - - &-dummy { - background-color: transparentize($error_color, 0.5); - - &:entered { background-color: transparentize($error_color, 0.4); } - } - - &-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - color: white; - height: 22px; - - &:hover {} - } - - &-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - color: green; - transition-duration: 100; - - &:hover {} - } -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -// -// Overview -// -#overview { spacing: 12px; } - -.window-caption { - background-color: $osd_bg_color; - border: 1px solid $osd_bg_color; - color: $osd_fg_color; - spacing: 25px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - - &#selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - border: 1px solid $selected_bg_color; - spacing: 25px; - } -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - @include entry(osd); - - &:focus { - border: 1px solid $selected_bg_color; - background-color: $selected_bg_color; - color: $selected_fg_color; - font-style: italic; - transition-duration: 300; - selection-background-color: $selected_fg_color; - selected-color: $selected_bg_color; - } -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255,255,255,0.0); - background-color: rgba(255,255,255,0.0); - border-radius: 2px; - - &#active { - border: 4px solid $selected_bg_color; - background-color: black; - border-radius: 2px; - } -} - -.expo-background { - background-color: opacify($osd_bg_color, 1); -} - -.workspace { - //&-controls { visible-height: 32px; } - - &-thumbnails { - spacing: 26px; - - &-background, &-background:rtl { padding: 8px; } - } - - &-add-button { - background-image: url("common-assets/misc/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; - - &:hover { - background-image: url("common-assets/misc/add-workspace-hover.svg"); - transition-duration: 100; - } - &:active { - background-image: url("common-assets/misc/add-workspace-active.svg"); - transition-duration: 100; - } - } - &-overview-background-shade { background-color: rgba(0,0,0,0.5); } -} - -.workspace-close-button, -.window-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 10px; - - &:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; - } - &:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; - } -} - -//.workspace-thumbnail-indicator { -// outline: 2px solid red; -// border: 1px solid green; -//} -// -//.window-close:rtl { -// -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5); -//} - -.window-close-area { - background-image: url("common-assets/misc/trash-icon.svg"); - height: 120px; - width: 400px; -} - -// -// About Dialog (applet.js and desklet.js) -// -.about { - &-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; - } - &-title { - font-size: 2em; - font-weight: bold; - } - &-uuid { - font-size: 10px; - color: #888; - } - &-icon { - padding-right: 20px; - padding-bottom: 14px; - } - &-scrollBox { - border: 1px solid $borders_color; - border-radius: 2px; - background-color: $base_color; - padding: 4px; - padding-right: 0; - border-radius: 0; - - &-innerBox { - padding: 1.2em; - spacing: 1.2em; - } - } - &-description { - padding-top: 4px; - padding-bottom: 16px; - } - &-version { - padding-left: 7px; - font-size: 10px; - color: #888; - } -} - - -// -// Calendar -// -.calendar { - padding: .4em 1.75em; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-month-label { - color: $fg_color; - font-weight: bold; - padding: 8px 0; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 16px; - height: 16px; -} - -//arrow back -.calendar-change-month-back { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); - - &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } - - &:active { background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - - &:rtl { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); - - &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - - &:active { background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - } -} - -//arrow forward -.calendar-change-month-forward { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); - - &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - - &:active { background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - - &:rtl { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); - - &:focus, &:hover { background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } - - &:active { background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - } -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: bold; - text-align: center; - color: $fg_color; - border-radius: 2px; -} - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; -} - -.calendar-day-heading { - color: transparentize($fg_color, 0.15); - margin-top: 1em; - font-size: 70%; -} - -.calendar-day { - border-width: 0; - color: transparentize($fg_color, 0.2); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: $fg_color; - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: $selected_fg_color; - background-color: $selected_bg_color; - border-width: 0; -} - -.calendar-other-month-day { - color: transparentize($fg_color, 0.7); - opacity: 1; -} - -.calendar-week-number { - color: transparentize($fg_color, 0.3); - font-size: 80%; -} - -// -// Notifications -// -#notification { - border-radius: 3px; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - padding: 13px; - spacing-rows: 10px; - spacing-columns: 10px; - margin-from-right-edge-of-screen: 20px; - width: 34em; - color: $osd_fg_color; - - .menu &, - .popup-menu & { - &, &.multi-line-notification { color: $fg_color; } - border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9; - - .notification-button, .notification-icon-button { - @extend %button; - padding: 5px; - } - - StEntry { @extend %entry; } - } - - &.multi-line-notification { - padding-bottom: 13px; - color: $osd_fg_color; - } - - &-scrollview { - max-height: 10em; - - > .top-shadow, > .bottom-shadow { height: 1em; } - - &:ltr > StScrollBar { padding-left: 6px; } - &:rtl > StScrollBar { padding-right: 6px; } - } - - &-body { spacing: 5px; } - &-actions { spacing: 10px; } -} - -.notification { - - &-with-image { - min-height: 159px; - color: $osd_fg_color; - } - - &-button, &-icon-button { - @extend %osd_button; - padding: 5px; - } - - &-icon-button > StIcon { icon-size: 36px; } - - StEntry { @extend %osd_entry; } -} - -// -// Alt Tab -/// -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: $osd_fg_color; - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - - > StBoxLayout { - padding: 4px; - } - - &-item-container { spacing: 8px; } - - .item-box { - padding: 8px; - border-radius: 2px; - - &:outlined { - padding: 8px; - border: 1px solid $selected_bg_color; - } - - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 0px solid $selected_bg_color; - } - } - - .thumbnail { width: 256px; } - - .thumbnail-box { - padding: 2px; - spacing: 4px; - } - .separator { - width: 1px; - background: rgba(255,255,255,0.2); - } -} - -.switcher-arrow { - border-color: rgba(0,0,0,0); - color: $osd_fg_color; - - &:highlighted { - border-color: rgba(0,0,0,0); - color: $_shell_fg_color; - } -} - -//.switcher-preview-backdrop { background-color: rgba(25,25,25,0.95); } - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -// -//Activities Ripples -// -.ripple-box { - width: 104px; - height: 104px; - background-image: url("common-assets/misc/corner-ripple.svg"); - background-size: contain; -} - -// -// Modal dialogs -// -.lightbox { background-color: rgba(0, 0, 0, 0.4); } -.flashspot { background-color: white; } - -.modal-dialog { - color: $fg_color; - background-color: transparentize($bg_color, 1); - border: none; - border-image: url("#{$asset_path}/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; - - > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; - } - - &-button-box { - spacing: 0; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("#{$asset_path}/misc/button-box.svg") 9 9 9 9; - - .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; - - @extend %osd_button; - } - } -} - -// -// Run dialog -// -.run-dialog { - padding: 0px 15px 10px 15px; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - - > * { padding: 0; } - - &-label { - font-size: 0; - font-weight: bold; - color: $osd_fg_color; - padding-bottom: 0; - } - - &-error-label { color: $error_color; } - - &-error-box { - padding-top: 15px; - spacing: 5px; - } - &-completion-box { - padding-left: 15px; - font-size: 10px; - } - &-entry { - width: 21em; - padding: 7px; - border-radius: 3px; - caret-color: $osd_fg_color; - selected-color: $selected_fg_color; - selection-background-color: $selected_bg_color; - - @include entry(osd); - - &:focus { @include entry(osd-focus); } - } - .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; - } -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: $warning_color; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; - - &-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - - &:rtl { - padding-left: 0px; - padding-right: 17px; - } - } - &-description { - padding-left: 17px; - width: 28em; - - &:rtl { padding-right: 17px; } - } -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; - - &:rtl { - padding-right: 49px; - padding-left: 32px; - } - - &-item { - color: #ccc; - - &:hover { color: white } - - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } - - &-icon:ltr { padding-right: 17px; } - &-icon:rtl { padding-left: 17px; } - - &-name { font-size: 1.1em; } - } -} - -// -// Magnifier -// -.magnifier-zoom-region { - border: 2px solid rgba(128, 0, 0, 1); - - .full-screen { border-width: 0px; } -} - -// -// On-Screen Keyboard -// -#keyboard { - background-color: $osd_bg_color; - border-width: 0; - border-top-width: 1px; - border-color: transparentize(black, 0.6); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - - &:grayed { @include button(osd-insensitive); } -} - -.keyboard-subkeys { //long press on a key popup - color: $osd_fg_color; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: $osd_bg_color; - -arrow-border-width: 1px; - -arrow-border-color: transparentize(black, 0.6);; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -// -// Cinnamon Specific Section -// - -// -// Menu (menu.js) -// -.menu { - &-favorites-box { - margin: auto; - padding: 10px; - transition-duration: 300; - background-color: $bg_color; - border: 1px solid $borders_color; - } - - &-favorites-button { - padding: 10px; - border: 1px solid rgba(0,0,0,0); - - &:hover { @extend %button:hover; } - } - - &-places { - - &-box { - margin: auto; - padding: 10px; - border: 0px solid red; - } - - &-button { padding: 10px; } - } - - &-categories-box { padding: 10px 30px 10px 30px; } - - &-applications-inner-box, - &-applications-outer-box { padding: 10px 10px 0 10px; } - - &-application-button { - padding: 7px; - border: 1px solid rgba(0,0,0,0); - - // This style is used in menu application buttons for applications which were newly installed - &:highlighted { font-weight: bold; } - - &-selected { - padding: 7px; - @extend %button:hover; - - &:highlighted { font-weight: bold; } - } - - &-label:ltr { padding-left: 5px; } - &-label:rtl { padding-right: 5px; } - } - - &-category-button { - padding: 7px; - border: 1px solid rgba(0,0,0,0); - - &-selected { - padding: 7px; - @extend %button:hover; - } - &-hover { - background-color: red; - border-radius: 2px; - } - &-greyed { - padding: 7px; - color: $insensitive_fg_color; - border: 1px solid rgba(0,0,0,0); - } - - &-label:ltr { padding-left: 5px; } - &-label:rtl { padding-right: 5px; } - } - - // Name and description of the currently hovered item in the menu - // This appears on the bottom right hand corner of the menu - &-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; - - &:rtl { - padding-top: 10px; - height: 30px; - } - } - - &-selected-app-title { font-weight: bold; } - - &-selected-app-description { max-width: 150px; } - - &-search-box:ltr { padding-left: 30px; } - &-search-box-rtl { padding-right: 30px; } -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: $fg_color; - - @extend %entry; -} - -.menu-search-entry-icon { - icon-size: 1em; - color: $fg_color; -} - -/* Context menu (at the moment only for favorites) */ -.menu-context-menu { -} - -// -// OSD -// -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: $_shell_fg_color; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - - color: $_shell_fg_color; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - -.osd-monitor-label { font-size: 3em; } - - .level { - padding: 0; - height: 4px; - background-color: transparentize(black, 0.5); - border-radius: 2px; - color: $selected_bg_color; - } - .level-bar { - background-color: $selected_bg_color; - } -} - -// -// Window list (windowList.js) -// - -.window-list { - &-box { - spacing: 0; - - .panel-top, - .panel-bottom & { - &:ltr { padding: 0 0 0 8px; } - &:rtl { padding: 0 8px 0 0; } - } - - &.vertical { padding: 6px 0 0 0; } - - &:highlight { background-color: $selected_bg_color } - } - - &-item-box { - border: 0 none transparent; - border-image: none; - background-image: none; - background-color: $panel_bg; - color: $osd_fg_color; - box-shadow: none; - font-weight: 400; - - &:hover { - color: $selected_fg_color; - @each $position, $_indicator in (top, 0 2px), - (bottom, 0 -2px), - (left, 2px 0), - (right, -2px 0) { - .panel-#{$position} & { - box-shadow: inset #{$_indicator} $selected_bg_color; - } - } - - } - &:active, - &:checked, - &:focus { - &, &:hover { - color: $selected_fg_color; - - @each $position, $_indicator in (top, 0 2px), - (bottom, 0 -2px), - (left, 2px 0), - (right, -2px 0) { - .panel-#{$position} & { - box-shadow: inset #{$_indicator} $red; - } - } - } - } - - StIcon, - StBin { - .panel-top &, - .panel-bottom & { padding: 0 (6px - 2px); } - } - - &.vertical StIcon, - &.vertical StBin { padding: 0; } - - StLabel { - font-weight: 400; - - .panel-top &, - .panel-bottom & { - &:ltr { padding: 0 (6px - 2px) 0 0; } - &:rtl { padding: 0 0 0 (6px - 2px); } - } - } - - &:progress, - .progress { - background-gradient-start: $selected_bg_color; - background-gradient-end: $selected_bg_color; - } - } - - &-item-demands-attention { - background-gradient-start: $selected_bg_color; - background-gradient-end: $selected_bg_color; - color: $selected_fg_color; - - @each $position, $_indicator in (top, 0 2px), - (bottom, 0 -2px), - (left, 2px 0), - (right, -2px 0) { - .panel-#{$position} & { - box-shadow: inset #{$_indicator} $selected_bg_color; - } - } - } - - - - // >= 3.6.7 - &-preview { // thumbnail popup windows = .switcher-list - padding: 20px - 8px; // = .switcher-list - .item-box - spacing: 8px; // = .switcher-list-item-container - border: none; - border-image: url("assets/misc/osd.svg") 9 9 9 9; - border-radius: 2px; - color: $osd_fg_color; - background: none; - } -} - - -.grouped-window-list { - &-item-box { - border: 0 none transparent; - border-image: none; - background-image: none; - background-color: $panel_bg; - color: $osd_fg_color; - box-shadow: none; - font-weight: 400; - - StIcon, - StBin { - .panel-top &, - .panel-bottom & { padding: 0 (6px - 2px); } - } - - &:active, - &:checked { - @each $position, $_indicator in (top, 0 2px), - (bottom, 0 -2px), - (left, 2px 0), - (right, -2px 0) { - .panel-#{$position} & { - box-shadow: inset #{$_indicator} lighten($panel_bg, 20%); - } - } - } - - &:hover, - &:active:hover, - &:focus, - &:active:focus, - &:focus:hover, - &:active:focus:hover { - @each $position, $_indicator in (top, 0 2px), - (bottom, 0 -2px), - (left, 2px 0), - (right, -2px 0) { - .panel-#{$position} & { - box-shadow: inset #{$_indicator} $purple; - } - } - } - - - &:progress, - .progress { - background-gradient-start: $selected_bg_color; - background-gradient-end: $selected_bg_color; - } - } - - &-item-demands-attention { - background-gradient-start: $selected_bg_color; - background-gradient-end: $selected_bg_color; - color: $selected_fg_color; - - @each $position, $_indicator in (top, 0 2px), - (bottom, 0 -2px), - (left, 2px 0), - (right, -2px 0) { - .panel-#{$position} & { - box-shadow: inset #{$_indicator} $selected_bg_color; - } - } - } - -} -/// -// Sound Applet (status/volume.js) -// -.sound-button { - width: 22px; - height: 13px; - padding: 8px; - - @extend %button; - - &-container { - padding-right: 3px; - padding-left: 3px; - } - StIcon { icon-size: 1.4em; } -} - -.sound-track { - &-infos { padding: 5px; } - &-info { - padding-top: 2px; - padding-bottom: 2px; - - StIcon { icon-size: 16px; } - - StLabel { - padding-left: 5px; - padding-right: 5px; - } - } - &-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; - } -} - -.sound-seek-box { - padding-left: 15px; - - StLabel { padding-top: 2px; } - StIcon { icon-size: 16px; } -} - -.sound-seek-slider { width: 140px; } - -.sound-volume-menu-item { - padding: .4em 1.75em; - - StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; - } -} - -.sound-playback-control { padding: 5px 10px 10px 10px; } - -// 2.8 -.sound-player { - padding: 0 4px; - - > StBoxLayout:first-child { - padding: 5px 10px 12px 10px; - spacing: 0.5em; - - StButton:small { - width: 16px; - height: 8px; - padding: 1px; - - StIcon { icon-size: 12px; } - } - } - - &-generic-coverart { - background: rgba(0,0,0,0.2); - } - - &-overlay { - width: 290px; - height: 70px; - padding: 15px; - spacing: 0.5em; - background: transparentize(darken($osd_bg_color, 5%), 0.1); - border: 0px solid darken($osd_bg_color, 10%); - border-bottom: 1px ; - color: $osd_fg_color; - - StButton { - width: 22px; - height: 13px; - padding: 5px; - color: $osd_fg_color; - border-radius: 2px; - border: 1px solid transparentize($osd_bg_color,1); - - StIcon { icon-size: 16px; } - - &:hover{ @include button(osd-hover); } - &:active { @include button(active); } - } - - StBoxLayout { - padding-top: 2px; - } - } - - .slider { - height: 0.5em; - padding: 0; - border: none; - -slider-height: 0.5em; - -slider-background-color: if($variant == 'light', $button_border, darken($bg_color, 5%)); - -slider-border-color: rgba(0,0,0,0); - -slider-active-background-color: $selected_bg_color; - -slider-active-border-color: rgba(0,0,0,0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; - } -} - -// -// Workspace Switcher applet (workspaceSwitcher.js) -// -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: $selected_fg_color; - padding: 3px; - padding-top: 4px; - transition-duration: 300; - - &:outlined, &:outlined:hover { color: $selected_bg_color; } - &:hover { color: transparentize($selected_bg_color, 0.5) } -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid transparentize(black, 0.6); - background-gradient-direction: none; - background-color: transparentize(black, 0.8); -} - -.workspace-graph .workspace:active { - border: 1px solid $selected_bg_color; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: lighten($panel_bg, 15%); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: lighten($panel_bg, 15%); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: lighten($panel_bg, 20%); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: lighten($panel_bg, 5%); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -// -// Panel Launchers Applet (panelLaunchers.js) -// -#panel-launchers-box { - padding-left: 7px; - - &.vertical { - padding: 2px 0; - } -} - -.panel-launcher, -.launcher { - margin: 1px; - padding: 1px; - transition-duration: 200; - - &:hover { - background-gradient-direction: none; - border: 0px solid $selected_bg_color; - - .panel-bottom & { border-bottom-width: 1px; } - .panel-top & { border-top-width: 1px; } - .panel-left & { border-left-width: 1px; padding-left: 0; } - .panel-right & { border-right-width: 1px; padding-right: 0; } - } -} - -// -// Overview corner -// -#overview-corner { - background-image: url("common-assets/misc/overview.png"); - - &:hover { background-image: url("common-assets/misc/overview-hover.png"); } -} - -// -// Applets (applet.js) -// -.applet { - &-separator { padding: 1px 4px; } - - &-separator-line { - width: 1px; - background: rgba(255,255,255, 0.12); - } - - &-box { - padding-left: 3px; - padding-right: 3px; - color: $_shell_fg_color; - text-shadow: none; - transition-duration: 100; - - &.vertical { - padding: 3px 0; - } - - &:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - - &:highlight { - background-image: none; - border-image: none; - background-color: transparentize($error_color, 0.5); - } - } - - &-label { - font-weight: bold; - color: $_shell_fg_color; - - &:hover, .applet-box:hover > & { - color: $selected_fg_color; - text-shadow: none; - } - } - - &-icon { - color: $_shell_fg_color; - icon-size: 22px; - - &:hover, .applet-box:hover > & { - color: $selected_fg_color; - text-shadow: none; - } - } - -} - -// -// User Applet -// -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: $fg_color; - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -// -// Desklets (desklet.js) -// -.desklet { - color: $osd_fg_color; - - &:highlight { - background-color: transparentize($error_color, 0.5); - } - - &-with-borders { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: $osd_fg_color; - padding: 12px; - padding-bottom: 16px; - - &:highlight { - background-color: transparentize($error_color, 0.5); - } - } - &-with-borders-and-header { - border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; - color: $osd_fg_color; - border-radius: 0; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; - - &:highlight { - background-color: transparentize($error_color, 0.5); - } - } - &-header { - border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; - color: $osd_fg_color; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; - } - &-drag-placeholder { - border: 2px solid $selected_bg_color; - background-color: transparentize($selected_bg_color, 0.7); - } -} - -.photoframe-box { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: $osd_fg_color; - padding: 12px; - padding-bottom: 16px; -} - -// -// Workspace OSD -// -/*FIXME*/ -.workspace-osd { - /*color: red;*/ - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -// -// Notification Applet -// -.notification-applet-padding { padding: .5em 1em; } - -.notification-applet-container { max-height: 100px; } - -// -// Tile Preview -// -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: transparentize($selected_bg_color, 0.7); - border: 1px solid $selected_bg_color; -} - -// -// Xkcd Desklet -// -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0,0,0,0); - border-radius: 0px; -} diff --git a/.themes/Dracula GTK/cinnamon/_drawing.scss b/.themes/Dracula GTK/cinnamon/_drawing.scss deleted file mode 100644 index 738a69d64..000000000 --- a/.themes/Dracula GTK/cinnamon/_drawing.scss +++ /dev/null @@ -1,167 +0,0 @@ -// Drawing mixins - -// generic drawing of more complex things - -// provide font size in rem, with px fallback -@mixin fontsize($size: 24, $base: 16) { - font-size: round($size) + pt; - //font-size: ($size / $base) * 1rem; -} - -// Entries - -@mixin entry($t, $dark:false) { -// -// Entries drawing function -// - //@extend %reset_style; - - @if $t==normal { - color: $text_color; - background-color: $entry_bg; - border: 1px solid $entry_border; - box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95); - } - - @if $t==focus { - color: $fg_color; - background-color: $entry_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95); - } - - @if $t==insensitive { - color: $insensitive_fg_color; - background-color: mix($entry_bg, $bg_color, 55%); - border-color: 1px solid mix($entry_border, $bg_color, 55%); - box-shadow: inset 0 2px 4px transparentize(mix($entry_bg, $bg_color, 55%), 0.95); - } - - @if $t==osd { - color: $osd_fg_color; - background-color: $osd_entry_bg; - border: 1px solid $osd_entry_border; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } - - @if $t==osd-focus { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } - - @if $t==osd-insensitive { - color: transparentize($osd_fg_color, 0.45); - background-color: transparentize($osd_entry_bg, 0.15); - border: 1px solid $osd_entry_border; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } -} - -// Buttons - -@mixin button($t) { -// -// Button drawing function -// - //@extend %reset_style; - - text-shadow: 0 1px transparentize($base_color, 1); - - @if $t==normal { - // - // normal button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $button_border; - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==focus { - // - // focused button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==focus-hover { - // - // focused button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==hover { - // - // hovered button - // - color: $fg_color; - background-color: lighten($button_bg, 5%); - border: 1px solid $button_border; - box-shadow: inset 0 2px 4px transparentize(lighten($button_bg, 5%), 0.95); - } - - @else if $t==active { - // - // pushed button - // - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px $selected_bg_color; - } - - @else if $t==insensitive { - // - // insensitive button - // - color: $insensitive_fg_color; - border: 1px solid transparentize($button_border, 0.45); - background-color: transparentize($button_bg, 0.45); - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==osd { - // - // normal osd button - // - color: $osd_fg_color; - border: 1px solid $osd_button_border; - background-color: $osd_button_bg; - } - - @else if $t==osd-hover { - // - // active osd button - // - color: $osd_fg_color; - border: 1px solid $osd_button_border; - background-color: opacify(lighten($osd_button_bg, 7%), 0.1); - } - - @else if $t==osd-active { - // - // active osd button - // - color: $selected_fg_color; - border: 1px solid $selected_bg_color; - background-color: $selected_bg_color; - } - - @else if $t==osd-insensitive { - // - // insensitive osd button - // - color: $osd_insensitive_fg_color; - border: 1px solid $osd_button_border; - background-color: transparentize($osd_button_bg, 0.15); - } -} diff --git a/.themes/Dracula GTK/cinnamon/cinnamon-dark.css b/.themes/Dracula GTK/cinnamon/cinnamon-dark.css deleted file mode 100644 index d6c3c4cd5..000000000 --- a/.themes/Dracula GTK/cinnamon/cinnamon-dark.css +++ /dev/null @@ -1,1515 +0,0 @@ -stage { - font-family: Futura Bk bt, sans, Sans-Serif; - font-size: 9pt; - color: #f8f8f2; } - -.label-shadow { - color: rgba(0, 0, 0, 0); } - -.menu #notification .notification-button, .menu #notification .notification-icon-button, -.popup-menu #notification .notification-button, -.popup-menu #notification .notification-icon-button, .sound-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #2c2f3c; - border: 1px solid rgba(25, 26, 34, 0.9); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - .menu #notification .notification-button, .menu #notification .notification-icon-button, - .popup-menu #notification .notification-button, - .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, - .popup-menu #notification .notification-button:focus, - .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, - .popup-menu #notification .notification-button:hover, - .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, - .popup-menu #notification .notification-button:hover:focus, - .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, - .popup-menu #notification .notification-button:active, - .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, - .popup-menu #notification .notification-button:active:focus, - .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, - .popup-menu #notification .notification-button:insensitive, - .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { - border-radius: 2px; } - .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, - .popup-menu #notification .notification-button:focus, - .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #2c2f3c; - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, - .popup-menu #notification .notification-button:hover, - .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #373a4b; - border: 1px solid rgba(25, 26, 34, 0.9); - box-shadow: inset 0 2px 4px rgba(55, 58, 75, 0.05); } - .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, - .popup-menu #notification .notification-button:hover:focus, - .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #2c2f3c; - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, - .popup-menu #notification .notification-button:active, - .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, - .popup-menu #notification .notification-button:active:focus, - .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(189, 147, 249, 0.5); } - .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, - .popup-menu #notification .notification-button:insensitive, - .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: rgba(248, 248, 242, 0.45); - border: 1px solid rgba(25, 26, 34, 0.45); - background-color: rgba(44, 47, 60, 0.55); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - -.notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.4); } - .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(82, 84, 112, 0.5); } - .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus { - color: rgba(189, 147, 249, 0.5); } - .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - border: 1px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0.5); } - .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #454850; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.25); } - -.menu #notification StEntry, -.popup-menu #notification StEntry, #menu-search-entry { - padding: 7px; - caret-size: 1px; - selection-background-color: rgba(189, 147, 249, 0.5); - selected-color: #f8f8f2; - transition-duration: 300ms; - border-radius: 3px; - color: #f8f8f2; - background-color: #282a36; - border: 1px solid rgba(25, 26, 34, 0.9); - box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); } - .menu #notification StEntry:focus, - .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, - .popup-menu #notification StEntry:hover, #menu-search-entry:hover { - color: #f8f8f2; - background-color: #282a36; - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); } - .menu #notification StEntry:insensitive, - .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { - color: rgba(248, 248, 242, 0.45); - background-color: #242530; - border-color: 1px solid rgba(28, 29, 38, 0.945); - box-shadow: inset 0 2px 4px rgba(36, 37, 48, 0.05); } - .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; } - -.notification StEntry { - padding: 7px; - caret-size: 1px; - caret-color: #BAC3CF; - selection-background-color: rgba(189, 147, 249, 0.5); - selected-color: #f8f8f2; - transition-duration: 300ms; - border-radius: 3px; - color: #BAC3CF; - background-color: rgba(67, 69, 91, 0.4); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .notification StEntry:focus { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .notification StEntry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-color: rgba(67, 69, 91, 0.25); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -StScrollView.vfade { - -st-vfade-offset: 0px; } - -StScrollView.hfade { - -st-hfade-offset: 0px; } - -StScrollBar { - padding: 8px; } - StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; } - StScrollBar StBin#trough { - background-color: rgba(40, 42, 54, 0.1); - border-radius: 8px; } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 2px; - background-color: #757679; - border: 0px solid; - margin: 0px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #5f6065; } - StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: rgba(189, 147, 249, 0.5); } - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; } - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(25, 26, 34, 0.9); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: rgba(189, 147, 249, 0.5); - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; } - .popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active - .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #f8f8f2; } - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; } - -.check-box StLabel { - font-weight: normal; } - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } - -.check-box:focus StBin { - background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.check-box:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } - -.check-box:focus:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - height: 26px; - padding-top: 2px; } - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; } - -.radiobutton StBin { - width: 16px; - height: 16px; - background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } - -.radiobutton:focus StBin { - background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.radiobutton:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } - -.radiobutton:focus:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("dark-assets/switch/switch-off.svg"); } - .toggle-switch:checked { - background-image: url("dark-assets/switch/switch-on.svg"); } - .popup-menu-item:active .toggle-switch { - background-image: url("common-assets/switch/switch-off-selected.svg"); } - .popup-menu-item:active .toggle-switch:checked { - background-image: url("common-assets/switch/switch-on-selected.svg"); } - -.cinnamon-link { - color: #13b1d5; - text-decoration: underline; } - .cinnamon-link:hover { - color: #2fc9ec; } - -#Tooltip { - border-radius: 3px; - padding: 5px 12px; - background-color: #13141a; - color: #BAC3CF; - font-size: 1em; - font-weight: normal; - text-align: center; } - -.menu, -.popup-menu, -.popup-combo-menu { - color: #f8f8f2; - border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } - .menu-arrow, - .popup-menu-arrow { - icon-size: 16px; } - .menu .popup-sub-menu, - .popup-menu .popup-sub-menu, - .popup-combo-menu .popup-sub-menu { - background-gradient-direction: none; - box-shadow: none; - border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } - .menu .popup-sub-menu .popup-menu-item:ltr, - .popup-menu .popup-sub-menu .popup-menu-item:ltr, - .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { - padding-right: 0em; } - .menu .popup-sub-menu .popup-menu-item:rtl, - .popup-menu .popup-sub-menu .popup-menu-item:rtl, - .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { - padding-left: 0em; } - .menu .popup-sub-menu StScrollBar, - .popup-menu .popup-sub-menu StScrollBar, - .popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; } - .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, - .popup-menu .popup-sub-menu StScrollBar StBin#trough, - .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, - .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, - .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; } - .menu .popup-menu-content, - .popup-menu .popup-menu-content, - .popup-combo-menu .popup-menu-content { - padding: 1em 0em 1em 0em; } - .menu .popup-menu-item, - .popup-menu .popup-menu-item, - .popup-combo-menu .popup-menu-item { - padding: .4em 1.75em; - spacing: 1em; } - .menu .popup-menu-item:active, - .popup-menu .popup-menu-item:active, - .popup-combo-menu .popup-menu-item:active { - color: #f8f8f2; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .menu .popup-menu-item:insensitive, - .popup-menu .popup-menu-item:insensitive, - .popup-combo-menu .popup-menu-item:insensitive { - color: rgba(248, 248, 242, 0.5); - background: none; } - .menu .popup-inactive-menu-item, - .popup-menu .popup-inactive-menu-item, - .popup-combo-menu .popup-inactive-menu-item { - color: #f8f8f2; } - .menu .popup-inactive-menu-item:insensitive, - .popup-menu .popup-inactive-menu-item:insensitive, - .popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(248, 248, 242, 0.45); } - .menu .popup-menu-item:active .popup-inactive-menu-item, - .popup-menu .popup-menu-item:active .popup-inactive-menu-item, - .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: #f8f8f2; } - .menu-icon, - .popup-menu-icon { - icon-size: 16px; } - -.popup-menu-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; } - -.popup-combo-menu { - padding: 10px 1px; } - -.popup-combobox-item { - spacing: 1em; } - -.popup-separator-menu-item { - -gradient-height: 2px; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 1em; } - -.popup-alternating-menu-item:alternate { - font-weight: normal; } - -.popup-device-menu-item { - spacing: .5em; } - -.popup-subtitle-menu-item { - font-weight: normal; } - -.nm-menu-item-icons { - spacing: .5em; } - -#panel { - font-size: 10pt; - height: 28px; - width: 32px; - font-weight: 700; - background-color: rgba(30, 31, 41, 0.7); - color: #f8f8f2; } - #panel:highlight { - border-image: none; - background-color: rgba(252, 65, 56, 0.5); } - #panelLeft { - spacing: 4px; } - #panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); } - #panelLeft:ltr { - padding-right: 4px; } - #panelLeft:rtl { - padding-left: 4px; } - #panelLeft.vertical { - padding: 0; } - #panelLeft.vertical:ltr { - padding-right: 0px; } - #panelLeft.vertical:rtl { - padding-left: 0px; } - #panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); } - #panelRight:ltr { - padding-left: 4px; - spacing: 0px; } - #panelRight:rtl { - padding-right: 4px; - spacing: 0px; } - #panelRight.vertical { - padding: 0; } - #panelRight.vertical:ltr { - padding-right: 0px; } - #panelRight.vertical:rtl { - padding-left: 0px; } - #panelCenter { - spacing: 4px; } - #panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); } - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: #f8f8f2; - font-size: 1em; - padding: 0px; } - -.panel-dummy { - background-color: rgba(252, 65, 56, 0.5); } - .panel-dummy:entered { - background-color: rgba(252, 65, 56, 0.6); } - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - color: white; - height: 22px; } - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - color: green; - transition-duration: 100; } - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; } - -#overview { - spacing: 12px; } - -.window-caption { - background-color: #13141a; - border: 1px solid #13141a; - color: #BAC3CF; - spacing: 25px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; } - .window-caption#selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; - border: 1px solid rgba(189, 147, 249, 0.5); - spacing: 25px; } - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: #BAC3CF; - background-color: rgba(67, 69, 91, 0.4); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .expo-workspaces-name-entry:focus, - .expo-workspaces-name-entry#selected:focus { - border: 1px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; - font-style: italic; - transition-duration: 300; - selection-background-color: #f8f8f2; - selected-color: rgba(189, 147, 249, 0.5); } - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 2px; } - .expo-workspace-thumbnail-frame#active { - border: 4px solid rgba(189, 147, 249, 0.5); - background-color: black; - border-radius: 2px; } - -.expo-background { - background-color: #13141a; } - -.workspace-thumbnails { - spacing: 26px; } - .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; } - -.workspace-add-button { - background-image: url("common-assets/misc/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; } - .workspace-add-button:hover { - background-image: url("common-assets/misc/add-workspace-hover.svg"); - transition-duration: 100; } - .workspace-add-button:active { - background-image: url("common-assets/misc/add-workspace-active.svg"); - transition-duration: 100; } - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); } - -.workspace-close-button, -.window-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 10px; } - .workspace-close-button:hover, - .window-close:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .workspace-close-button:active, - .window-close:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - -.window-close-area { - background-image: url("common-assets/misc/trash-icon.svg"); - height: 120px; - width: 400px; } - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; } - -.about-title { - font-size: 2em; - font-weight: bold; } - -.about-uuid { - font-size: 10px; - color: #888; } - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; } - -.about-scrollBox { - border: 1px solid rgba(25, 26, 34, 0.9); - border-radius: 2px; - background-color: #282a36; - padding: 4px; - padding-right: 0; - border-radius: 0; } - .about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; } - -.about-description { - padding-top: 4px; - padding-bottom: 16px; } - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; } - -.calendar { - padding: .4em 1.75em; - spacing-rows: 0px; - spacing-columns: 0px; } - -.calendar-month-label { - color: #f8f8f2; - font-weight: bold; - padding: 8px 0; } - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 16px; - height: 16px; } - -.calendar-change-month-back { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:focus, .calendar-change-month-back:hover { - background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-back:active { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:rtl { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { - background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-back:rtl:active { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - -.calendar-change-month-forward { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { - background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-forward:active { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:rtl { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { - background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-forward:rtl:active { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: bold; - text-align: center; - color: #f8f8f2; - border-radius: 2px; } - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; } - -.calendar-day-heading { - color: rgba(248, 248, 242, 0.85); - margin-top: 1em; - font-size: 70%; } - -.calendar-day { - border-width: 0; - color: rgba(248, 248, 242, 0.8); } - -.calendar-day-top { - border-top-width: 0; } - -.calendar-day-left { - border-left-width: 0; } - -.calendar-nonwork-day { - color: #f8f8f2; - background-color: transparent; - font-weight: bold; } - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border-width: 0; } - -.calendar-other-month-day { - color: rgba(248, 248, 242, 0.3); - opacity: 1; } - -.calendar-week-number { - color: rgba(248, 248, 242, 0.7); - font-size: 80%; } - -#notification { - border-radius: 3px; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - padding: 13px; - spacing-rows: 10px; - spacing-columns: 10px; - margin-from-right-edge-of-screen: 20px; - width: 34em; - color: #BAC3CF; } - .menu #notification, - .popup-menu #notification { - border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } - .menu #notification, .menu #notification.multi-line-notification, - .popup-menu #notification, - .popup-menu #notification.multi-line-notification { - color: #f8f8f2; } - .menu #notification .notification-button, .menu #notification .notification-icon-button, - .popup-menu #notification .notification-button, - .popup-menu #notification .notification-icon-button { - padding: 5px; } - #notification.multi-line-notification { - padding-bottom: 13px; - color: #BAC3CF; } - #notification-scrollview { - max-height: 10em; } - #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; } - #notification-scrollview:ltr > StScrollBar { - padding-left: 6px; } - #notification-scrollview:rtl > StScrollBar { - padding-right: 6px; } - #notification-body { - spacing: 5px; } - #notification-actions { - spacing: 10px; } - -.notification-with-image { - min-height: 159px; - color: #BAC3CF; } - -.notification-button, .notification-icon-button { - padding: 5px; } - -.notification-icon-button > StIcon { - icon-size: 36px; } - -#altTabPopup { - padding: 8px; - spacing: 16px; } - -.switcher-list { - color: #BAC3CF; - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; } - .switcher-list > StBoxLayout { - padding: 4px; } - .switcher-list-item-container { - spacing: 8px; } - .switcher-list .item-box { - padding: 8px; - border-radius: 2px; } - .switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid rgba(189, 147, 249, 0.5); } - .switcher-list .item-box:selected { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 0px solid rgba(189, 147, 249, 0.5); } - .switcher-list .thumbnail { - width: 256px; } - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - .switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); } - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #BAC3CF; } - .switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: #f8f8f2; } - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; } - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; } - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("common-assets/misc/corner-ripple.svg"); - background-size: contain; } - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); } - -.flashspot { - background-color: white; } - -.modal-dialog { - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0); - border: none; - border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; } - .modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; } - .modal-dialog-button-box { - spacing: 0; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; } - .modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; } - -.run-dialog { - padding: 0px 15px 10px 15px; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; } - .run-dialog > * { - padding: 0; } - .run-dialog-label { - font-size: 0; - font-weight: bold; - color: #BAC3CF; - padding-bottom: 0; } - .run-dialog-error-label { - color: #FC4138; } - .run-dialog-error-box { - padding-top: 15px; - spacing: 5px; } - .run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; } - .run-dialog-entry { - width: 21em; - padding: 7px; - border-radius: 3px; - caret-color: #BAC3CF; - selected-color: #f8f8f2; - selection-background-color: rgba(189, 147, 249, 0.5); - color: #BAC3CF; - background-color: rgba(67, 69, 91, 0.4); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .run-dialog-entry:focus { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; } - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; } - -.mount-password-reask { - color: #F27835; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; } - .show-processes-dialog-subject, - .mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; } - .show-processes-dialog-subject:rtl, - .mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; } - .show-processes-dialog-description, - .mount-question-dialog-description { - padding-left: 17px; - width: 28em; } - .show-processes-dialog-description:rtl, - .mount-question-dialog-description:rtl { - padding-right: 17px; } - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; } - .show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - .show-processes-dialog-app-list-item { - color: #ccc; } - .show-processes-dialog-app-list-item:hover { - color: white; } - .show-processes-dialog-app-list-item:ltr { - padding-right: 1em; } - .show-processes-dialog-app-list-item:rtl { - padding-left: 1em; } - .show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - .show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - .show-processes-dialog-app-list-item-name { - font-size: 1.1em; } - -.magnifier-zoom-region { - border: 2px solid maroon; } - .magnifier-zoom-region .full-screen { - border-width: 0px; } - -#keyboard { - background-color: #13141a; - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); } - -.keyboard-layout { - spacing: 10px; - padding: 10px; } - -.keyboard-row { - spacing: 15px; } - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.4); } - .keyboard-key:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(82, 84, 112, 0.5); } - .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - border: 1px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0.5); } - .keyboard-key:grayed { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #454850; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.25); } - -.keyboard-subkeys { - color: #BAC3CF; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: #13141a; - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -.menu-favorites-box { - margin: auto; - padding: 10px; - transition-duration: 300; - background-color: #1e1f29; - border: 1px solid rgba(25, 26, 34, 0.9); } - -.menu-favorites-button { - padding: 10px; - border: 1px solid rgba(0, 0, 0, 0); } - -.menu-places-box { - margin: auto; - padding: 10px; - border: 0px solid red; } - -.menu-places-button { - padding: 10px; } - -.menu-categories-box { - padding: 10px 30px 10px 30px; } - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 10px 10px 0 10px; } - -.menu-application-button { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0); } - .menu-application-button:highlighted { - font-weight: bold; } - .menu-application-button-selected { - padding: 7px; } - .menu-application-button-selected:highlighted { - font-weight: bold; } - .menu-application-button-label:ltr { - padding-left: 5px; } - .menu-application-button-label:rtl { - padding-right: 5px; } - -.menu-category-button { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0); } - .menu-category-button-selected { - padding: 7px; } - .menu-category-button-hover { - background-color: red; - border-radius: 2px; } - .menu-category-button-greyed { - padding: 7px; - color: rgba(248, 248, 242, 0.45); - border: 1px solid rgba(0, 0, 0, 0); } - .menu-category-button-label:ltr { - padding-left: 5px; } - .menu-category-button-label:rtl { - padding-right: 5px; } - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; } - .menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; } - -.menu-selected-app-title { - font-weight: bold; } - -.menu-selected-app-description { - max-width: 150px; } - -.menu-search-box:ltr { - padding-left: 30px; } - -.menu-search-box-rtl { - padding-right: 30px; } - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: #f8f8f2; } - -.menu-search-entry-icon { - icon-size: 1em; - color: #f8f8f2; } - -/* Context menu (at the moment only for favorites) */ -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: #f8f8f2; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - color: #f8f8f2; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - .osd-window .osd-monitor-label { - font-size: 3em; } - .osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - color: rgba(189, 147, 249, 0.5); } - .osd-window .level-bar { - background-color: rgba(189, 147, 249, 0.5); } - -.window-list-box { - spacing: 0; } - .window-list-box .panel-top:ltr, - .panel-bottom .window-list-box:ltr { - padding: 0 0 0 8px; } - .window-list-box .panel-top:rtl, - .panel-bottom .window-list-box:rtl { - padding: 0 8px 0 0; } - .window-list-box.vertical { - padding: 6px 0 0 0; } - .window-list-box:highlight { - background-color: rgba(189, 147, 249, 0.5); } - -.window-list-item-box { - border: 0 none transparent; - border-image: none; - background-image: none; - background-color: rgba(30, 31, 41, 0.7); - color: #BAC3CF; - box-shadow: none; - font-weight: 400; } - .window-list-item-box:hover { - color: #f8f8f2; } - .panel-top .window-list-item-box:hover { - box-shadow: inset 0 2px rgba(189, 147, 249, 0.5); } - .panel-bottom .window-list-item-box:hover { - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - .panel-left .window-list-item-box:hover { - box-shadow: inset 2px 0 rgba(189, 147, 249, 0.5); } - .panel-right .window-list-item-box:hover { - box-shadow: inset -2px 0 rgba(189, 147, 249, 0.5); } - .window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover { - color: #f8f8f2; } - .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover { - box-shadow: inset 0 2px #ff5555; } - .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:focus:hover { - box-shadow: inset 0 -2px #ff5555; } - .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:active:hover, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:checked:hover, .panel-left .window-list-item-box:focus, .panel-left .window-list-item-box:focus:hover { - box-shadow: inset 2px 0 #ff5555; } - .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:active:hover, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:checked:hover, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:focus:hover { - box-shadow: inset -2px 0 #ff5555; } - .panel-top .window-list-item-box StIcon, - .panel-bottom .window-list-item-box StIcon, .panel-top - .window-list-item-box StBin, - .panel-bottom - .window-list-item-box StBin { - padding: 0 4px; } - .window-list-item-box.vertical StIcon, - .window-list-item-box.vertical StBin { - padding: 0; } - .window-list-item-box StLabel { - font-weight: 400; } - .panel-top .window-list-item-box StLabel:ltr, - .panel-bottom .window-list-item-box StLabel:ltr { - padding: 0 4px 0 0; } - .panel-top .window-list-item-box StLabel:rtl, - .panel-bottom .window-list-item-box StLabel:rtl { - padding: 0 0 0 4px; } - .window-list-item-box:progress, - .window-list-item-box .progress { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); } - -.window-list-item-demands-attention { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - .panel-top .window-list-item-demands-attention { - box-shadow: inset 0 2px rgba(189, 147, 249, 0.5); } - .panel-bottom .window-list-item-demands-attention { - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - .panel-left .window-list-item-demands-attention { - box-shadow: inset 2px 0 rgba(189, 147, 249, 0.5); } - .panel-right .window-list-item-demands-attention { - box-shadow: inset -2px 0 rgba(189, 147, 249, 0.5); } - -.window-list-preview { - padding: 12px; - spacing: 8px; - border: none; - border-image: url("assets/misc/osd.svg") 9 9 9 9; - border-radius: 2px; - color: #BAC3CF; - background: none; } - -.grouped-window-list-item-box { - border: 0 none transparent; - border-image: none; - background-image: none; - background-color: rgba(30, 31, 41, 0.7); - color: #BAC3CF; - box-shadow: none; - font-weight: 400; } - .panel-top .grouped-window-list-item-box StIcon, - .panel-bottom .grouped-window-list-item-box StIcon, .panel-top - .grouped-window-list-item-box StBin, - .panel-bottom - .grouped-window-list-item-box StBin { - padding: 0 4px; } - .panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked { - box-shadow: inset 0 2px rgba(73, 76, 100, 0.7); } - .panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked { - box-shadow: inset 0 -2px rgba(73, 76, 100, 0.7); } - .panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked { - box-shadow: inset 2px 0 rgba(73, 76, 100, 0.7); } - .panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { - box-shadow: inset -2px 0 rgba(73, 76, 100, 0.7); } - .panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset 0 2px #bd93f9; } - .panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset 0 -2px #bd93f9; } - .panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset 2px 0 #bd93f9; } - .panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset -2px 0 #bd93f9; } - .grouped-window-list-item-box:progress, - .grouped-window-list-item-box .progress { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); } - -.grouped-window-list-item-demands-attention { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - .panel-top .grouped-window-list-item-demands-attention { - box-shadow: inset 0 2px rgba(189, 147, 249, 0.5); } - .panel-bottom .grouped-window-list-item-demands-attention { - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - .panel-left .grouped-window-list-item-demands-attention { - box-shadow: inset 2px 0 rgba(189, 147, 249, 0.5); } - .panel-right .grouped-window-list-item-demands-attention { - box-shadow: inset -2px 0 rgba(189, 147, 249, 0.5); } - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; } - .sound-button-container { - padding-right: 3px; - padding-left: 3px; } - .sound-button StIcon { - icon-size: 1.4em; } - -.sound-track-infos { - padding: 5px; } - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; } - .sound-track-info StIcon { - icon-size: 16px; } - .sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; } - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; } - -.sound-seek-box { - padding-left: 15px; } - .sound-seek-box StLabel { - padding-top: 2px; } - .sound-seek-box StIcon { - icon-size: 16px; } - -.sound-seek-slider { - width: 140px; } - -.sound-volume-menu-item { - padding: .4em 1.75em; } - .sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; } - -.sound-playback-control { - padding: 5px 10px 10px 10px; } - -.sound-player { - padding: 0 4px; } - .sound-player > StBoxLayout:first-child { - padding: 5px 10px 12px 10px; - spacing: 0.5em; } - .sound-player > StBoxLayout:first-child StButton:small { - width: 16px; - height: 8px; - padding: 1px; } - .sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 12px; } - .sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); } - .sound-player-overlay { - width: 290px; - height: 70px; - padding: 15px; - spacing: 0.5em; - background: rgba(8, 9, 12, 0.9); - border: 0px solid black; - border-bottom: 1px; - color: #BAC3CF; } - .sound-player-overlay StButton { - width: 22px; - height: 13px; - padding: 5px; - color: #BAC3CF; - border-radius: 2px; - border: 1px solid rgba(19, 20, 26, 0); } - .sound-player-overlay StButton StIcon { - icon-size: 16px; } - .sound-player-overlay StButton:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(82, 84, 112, 0.5); } - .sound-player-overlay StButton:active { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(189, 147, 249, 0.5); } - .sound-player-overlay StBoxLayout { - padding-top: 2px; } - .sound-player .slider { - height: 0.5em; - padding: 0; - border: none; - -slider-height: 0.5em; - -slider-background-color: #13141a; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: rgba(189, 147, 249, 0.5); - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; } - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; } - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; } - -.workspace-button { - width: 20px; - height: 10px; - color: #f8f8f2; - padding: 3px; - padding-top: 4px; - transition-duration: 300; } - .workspace-button:outlined, .workspace-button:outlined:hover { - color: rgba(189, 147, 249, 0.5); } - .workspace-button:hover { - color: rgba(189, 147, 249, 0); } - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; } - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); } - -.workspace-graph .workspace:active { - border: 1px solid rgba(189, 147, 249, 0.5); - background-gradient-direction: none; } - -.workspace-graph .workspace .windows { - -active-window-background: rgba(62, 64, 85, 0.7); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(62, 64, 85, 0.7); - -inactive-window-border: rgba(0, 0, 0, 0.8); } - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(73, 76, 100, 0.7); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(41, 42, 56, 0.7); - -inactive-window-border: rgba(0, 0, 0, 0.8); } - -#panel-launchers-box { - padding-left: 7px; } - #panel-launchers-box.vertical { - padding: 2px 0; } - -.panel-launcher, -.launcher { - margin: 1px; - padding: 1px; - transition-duration: 200; } - .panel-launcher:hover, - .launcher:hover { - background-gradient-direction: none; - border: 0px solid rgba(189, 147, 249, 0.5); } - .panel-bottom .panel-launcher:hover, .panel-bottom - .launcher:hover { - border-bottom-width: 1px; } - .panel-top .panel-launcher:hover, .panel-top - .launcher:hover { - border-top-width: 1px; } - .panel-left .panel-launcher:hover, .panel-left - .launcher:hover { - border-left-width: 1px; - padding-left: 0; } - .panel-right .panel-launcher:hover, .panel-right - .launcher:hover { - border-right-width: 1px; - padding-right: 0; } - -#overview-corner { - background-image: url("common-assets/misc/overview.png"); } - #overview-corner:hover { - background-image: url("common-assets/misc/overview-hover.png"); } - -.applet-separator { - padding: 1px 4px; } - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); } - -.applet-box { - padding-left: 3px; - padding-right: 3px; - color: #f8f8f2; - text-shadow: none; - transition-duration: 100; } - .applet-box.vertical { - padding: 3px 0; } - .applet-box:hover { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - .applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(252, 65, 56, 0.5); } - -.applet-label { - font-weight: bold; - color: #f8f8f2; } - .applet-label:hover, .applet-box:hover > .applet-label { - color: #f8f8f2; - text-shadow: none; } - -.applet-icon { - color: #f8f8f2; - icon-size: 22px; } - .applet-icon:hover, .applet-box:hover > .applet-icon { - color: #f8f8f2; - text-shadow: none; } - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; } - -.user-label { - color: #f8f8f2; - font-size: 1em; - font-weight: bold; - margin: 0px; } - -.desklet { - color: #BAC3CF; } - .desklet:highlight { - background-color: rgba(252, 65, 56, 0.5); } - .desklet-with-borders { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #BAC3CF; - padding: 12px; - padding-bottom: 16px; } - .desklet-with-borders:highlight { - background-color: rgba(252, 65, 56, 0.5); } - .desklet-with-borders-and-header { - border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; - color: #BAC3CF; - border-radius: 0; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; } - .desklet-with-borders-and-header:highlight { - background-color: rgba(252, 65, 56, 0.5); } - .desklet-header { - border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; - color: #BAC3CF; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; } - .desklet-drag-placeholder { - border: 2px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0); } - -.photoframe-box { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #BAC3CF; - padding: 12px; - padding-bottom: 16px; } - -/*FIXME*/ -.workspace-osd { - /*color: red;*/ - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; } - -.notification-applet-padding { - padding: .5em 1em; } - -.notification-applet-container { - max-height: 100px; } - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(189, 147, 249, 0); - border: 1px solid rgba(189, 147, 249, 0.5); } - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; } diff --git a/.themes/Dracula GTK/cinnamon/cinnamon-dark.scss b/.themes/Dracula GTK/cinnamon/cinnamon-dark.scss deleted file mode 100644 index 8898486db..000000000 --- a/.themes/Dracula GTK/cinnamon/cinnamon-dark.scss +++ /dev/null @@ -1,8 +0,0 @@ -$variant: 'dark'; -$transparency: 'true'; -$darker: 'false'; - -@import "_colors"; //use gtk colors -@import "_drawing"; -@import "_common"; - diff --git a/.themes/Dracula GTK/cinnamon/cinnamon.css b/.themes/Dracula GTK/cinnamon/cinnamon.css deleted file mode 100644 index d6c3c4cd5..000000000 --- a/.themes/Dracula GTK/cinnamon/cinnamon.css +++ /dev/null @@ -1,1515 +0,0 @@ -stage { - font-family: Futura Bk bt, sans, Sans-Serif; - font-size: 9pt; - color: #f8f8f2; } - -.label-shadow { - color: rgba(0, 0, 0, 0); } - -.menu #notification .notification-button, .menu #notification .notification-icon-button, -.popup-menu #notification .notification-button, -.popup-menu #notification .notification-icon-button, .sound-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #2c2f3c; - border: 1px solid rgba(25, 26, 34, 0.9); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - .menu #notification .notification-button, .menu #notification .notification-icon-button, - .popup-menu #notification .notification-button, - .popup-menu #notification .notification-icon-button, .sound-button, .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, - .popup-menu #notification .notification-button:focus, - .popup-menu #notification .notification-icon-button:focus, .sound-button:focus, .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, - .popup-menu #notification .notification-button:hover, - .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, - .popup-menu #notification .notification-button:hover:focus, - .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, - .popup-menu #notification .notification-button:active, - .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, - .popup-menu #notification .notification-button:active:focus, - .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus, .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, - .popup-menu #notification .notification-button:insensitive, - .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { - border-radius: 2px; } - .menu #notification .notification-button:focus, .menu #notification .notification-icon-button:focus, - .popup-menu #notification .notification-button:focus, - .popup-menu #notification .notification-icon-button:focus, .sound-button:focus { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #2c2f3c; - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - .menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover, - .popup-menu #notification .notification-button:hover, - .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #373a4b; - border: 1px solid rgba(25, 26, 34, 0.9); - box-shadow: inset 0 2px 4px rgba(55, 58, 75, 0.05); } - .menu #notification .notification-button:hover:focus, .menu #notification .notification-icon-button:hover:focus, - .popup-menu #notification .notification-button:hover:focus, - .popup-menu #notification .notification-icon-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: #2c2f3c; - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - .menu #notification .notification-button:active, .menu #notification .notification-icon-button:active, - .popup-menu #notification .notification-button:active, - .popup-menu #notification .notification-icon-button:active, .sound-button:active, .menu #notification .notification-button:active:focus, .menu #notification .notification-icon-button:active:focus, - .popup-menu #notification .notification-button:active:focus, - .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(189, 147, 249, 0.5); } - .menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive, - .popup-menu #notification .notification-button:insensitive, - .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: rgba(248, 248, 242, 0.45); - border: 1px solid rgba(25, 26, 34, 0.45); - background-color: rgba(44, 47, 60, 0.55); - box-shadow: inset 0 2px 4px rgba(44, 47, 60, 0.05); } - -.notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.4); } - .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(82, 84, 112, 0.5); } - .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus { - color: rgba(189, 147, 249, 0.5); } - .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - border: 1px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0.5); } - .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #454850; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.25); } - -.menu #notification StEntry, -.popup-menu #notification StEntry, #menu-search-entry { - padding: 7px; - caret-size: 1px; - selection-background-color: rgba(189, 147, 249, 0.5); - selected-color: #f8f8f2; - transition-duration: 300ms; - border-radius: 3px; - color: #f8f8f2; - background-color: #282a36; - border: 1px solid rgba(25, 26, 34, 0.9); - box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); } - .menu #notification StEntry:focus, - .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .menu #notification StEntry:hover, - .popup-menu #notification StEntry:hover, #menu-search-entry:hover { - color: #f8f8f2; - background-color: #282a36; - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(40, 42, 54, 0.05); } - .menu #notification StEntry:insensitive, - .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { - color: rgba(248, 248, 242, 0.45); - background-color: #242530; - border-color: 1px solid rgba(28, 29, 38, 0.945); - box-shadow: inset 0 2px 4px rgba(36, 37, 48, 0.05); } - .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; } - -.notification StEntry { - padding: 7px; - caret-size: 1px; - caret-color: #BAC3CF; - selection-background-color: rgba(189, 147, 249, 0.5); - selected-color: #f8f8f2; - transition-duration: 300ms; - border-radius: 3px; - color: #BAC3CF; - background-color: rgba(67, 69, 91, 0.4); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .notification StEntry:focus { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .notification StEntry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-color: rgba(67, 69, 91, 0.25); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -StScrollView.vfade { - -st-vfade-offset: 0px; } - -StScrollView.hfade { - -st-hfade-offset: 0px; } - -StScrollBar { - padding: 8px; } - StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; } - StScrollBar StBin#trough { - background-color: rgba(40, 42, 54, 0.1); - border-radius: 8px; } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 2px; - background-color: #757679; - border: 0px solid; - margin: 0px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #5f6065; } - StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: rgba(189, 147, 249, 0.5); } - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; } - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(25, 26, 34, 0.9); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: rgba(189, 147, 249, 0.5); - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; } - .popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active - .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #f8f8f2; } - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; } - -.check-box StLabel { - font-weight: normal; } - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } - -.check-box:focus StBin { - background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.check-box:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } - -.check-box:focus:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - height: 26px; - padding-top: 2px; } - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; } - -.radiobutton StBin { - width: 16px; - height: 16px; - background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } - -.radiobutton:focus StBin { - background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.radiobutton:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } - -.radiobutton:focus:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("dark-assets/switch/switch-off.svg"); } - .toggle-switch:checked { - background-image: url("dark-assets/switch/switch-on.svg"); } - .popup-menu-item:active .toggle-switch { - background-image: url("common-assets/switch/switch-off-selected.svg"); } - .popup-menu-item:active .toggle-switch:checked { - background-image: url("common-assets/switch/switch-on-selected.svg"); } - -.cinnamon-link { - color: #13b1d5; - text-decoration: underline; } - .cinnamon-link:hover { - color: #2fc9ec; } - -#Tooltip { - border-radius: 3px; - padding: 5px 12px; - background-color: #13141a; - color: #BAC3CF; - font-size: 1em; - font-weight: normal; - text-align: center; } - -.menu, -.popup-menu, -.popup-combo-menu { - color: #f8f8f2; - border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } - .menu-arrow, - .popup-menu-arrow { - icon-size: 16px; } - .menu .popup-sub-menu, - .popup-menu .popup-sub-menu, - .popup-combo-menu .popup-sub-menu { - background-gradient-direction: none; - box-shadow: none; - border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } - .menu .popup-sub-menu .popup-menu-item:ltr, - .popup-menu .popup-sub-menu .popup-menu-item:ltr, - .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { - padding-right: 0em; } - .menu .popup-sub-menu .popup-menu-item:rtl, - .popup-menu .popup-sub-menu .popup-menu-item:rtl, - .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { - padding-left: 0em; } - .menu .popup-sub-menu StScrollBar, - .popup-menu .popup-sub-menu StScrollBar, - .popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; } - .menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, - .popup-menu .popup-sub-menu StScrollBar StBin#trough, - .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, - .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, - .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; } - .menu .popup-menu-content, - .popup-menu .popup-menu-content, - .popup-combo-menu .popup-menu-content { - padding: 1em 0em 1em 0em; } - .menu .popup-menu-item, - .popup-menu .popup-menu-item, - .popup-combo-menu .popup-menu-item { - padding: .4em 1.75em; - spacing: 1em; } - .menu .popup-menu-item:active, - .popup-menu .popup-menu-item:active, - .popup-combo-menu .popup-menu-item:active { - color: #f8f8f2; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .menu .popup-menu-item:insensitive, - .popup-menu .popup-menu-item:insensitive, - .popup-combo-menu .popup-menu-item:insensitive { - color: rgba(248, 248, 242, 0.5); - background: none; } - .menu .popup-inactive-menu-item, - .popup-menu .popup-inactive-menu-item, - .popup-combo-menu .popup-inactive-menu-item { - color: #f8f8f2; } - .menu .popup-inactive-menu-item:insensitive, - .popup-menu .popup-inactive-menu-item:insensitive, - .popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(248, 248, 242, 0.45); } - .menu .popup-menu-item:active .popup-inactive-menu-item, - .popup-menu .popup-menu-item:active .popup-inactive-menu-item, - .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: #f8f8f2; } - .menu-icon, - .popup-menu-icon { - icon-size: 16px; } - -.popup-menu-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; } - -.popup-combo-menu { - padding: 10px 1px; } - -.popup-combobox-item { - spacing: 1em; } - -.popup-separator-menu-item { - -gradient-height: 2px; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 1em; } - -.popup-alternating-menu-item:alternate { - font-weight: normal; } - -.popup-device-menu-item { - spacing: .5em; } - -.popup-subtitle-menu-item { - font-weight: normal; } - -.nm-menu-item-icons { - spacing: .5em; } - -#panel { - font-size: 10pt; - height: 28px; - width: 32px; - font-weight: 700; - background-color: rgba(30, 31, 41, 0.7); - color: #f8f8f2; } - #panel:highlight { - border-image: none; - background-color: rgba(252, 65, 56, 0.5); } - #panelLeft { - spacing: 4px; } - #panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); } - #panelLeft:ltr { - padding-right: 4px; } - #panelLeft:rtl { - padding-left: 4px; } - #panelLeft.vertical { - padding: 0; } - #panelLeft.vertical:ltr { - padding-right: 0px; } - #panelLeft.vertical:rtl { - padding-left: 0px; } - #panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); } - #panelRight:ltr { - padding-left: 4px; - spacing: 0px; } - #panelRight:rtl { - padding-right: 4px; - spacing: 0px; } - #panelRight.vertical { - padding: 0; } - #panelRight.vertical:ltr { - padding-right: 0px; } - #panelRight.vertical:rtl { - padding-left: 0px; } - #panelCenter { - spacing: 4px; } - #panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); } - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: #f8f8f2; - font-size: 1em; - padding: 0px; } - -.panel-dummy { - background-color: rgba(252, 65, 56, 0.5); } - .panel-dummy:entered { - background-color: rgba(252, 65, 56, 0.6); } - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - color: white; - height: 22px; } - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - color: green; - transition-duration: 100; } - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; } - -#overview { - spacing: 12px; } - -.window-caption { - background-color: #13141a; - border: 1px solid #13141a; - color: #BAC3CF; - spacing: 25px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; } - .window-caption#selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; - border: 1px solid rgba(189, 147, 249, 0.5); - spacing: 25px; } - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: #BAC3CF; - background-color: rgba(67, 69, 91, 0.4); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .expo-workspaces-name-entry:focus, - .expo-workspaces-name-entry#selected:focus { - border: 1px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; - font-style: italic; - transition-duration: 300; - selection-background-color: #f8f8f2; - selected-color: rgba(189, 147, 249, 0.5); } - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 2px; } - .expo-workspace-thumbnail-frame#active { - border: 4px solid rgba(189, 147, 249, 0.5); - background-color: black; - border-radius: 2px; } - -.expo-background { - background-color: #13141a; } - -.workspace-thumbnails { - spacing: 26px; } - .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; } - -.workspace-add-button { - background-image: url("common-assets/misc/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; } - .workspace-add-button:hover { - background-image: url("common-assets/misc/add-workspace-hover.svg"); - transition-duration: 100; } - .workspace-add-button:active { - background-image: url("common-assets/misc/add-workspace-active.svg"); - transition-duration: 100; } - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); } - -.workspace-close-button, -.window-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 10px; } - .workspace-close-button:hover, - .window-close:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .workspace-close-button:active, - .window-close:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - -.window-close-area { - background-image: url("common-assets/misc/trash-icon.svg"); - height: 120px; - width: 400px; } - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; } - -.about-title { - font-size: 2em; - font-weight: bold; } - -.about-uuid { - font-size: 10px; - color: #888; } - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; } - -.about-scrollBox { - border: 1px solid rgba(25, 26, 34, 0.9); - border-radius: 2px; - background-color: #282a36; - padding: 4px; - padding-right: 0; - border-radius: 0; } - .about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; } - -.about-description { - padding-top: 4px; - padding-bottom: 16px; } - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; } - -.calendar { - padding: .4em 1.75em; - spacing-rows: 0px; - spacing-columns: 0px; } - -.calendar-month-label { - color: #f8f8f2; - font-weight: bold; - padding: 8px 0; } - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 16px; - height: 16px; } - -.calendar-change-month-back { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:focus, .calendar-change-month-back:hover { - background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-back:active { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:rtl { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { - background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-back:rtl:active { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - -.calendar-change-month-forward { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { - background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-forward:active { - background-image: url("common-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:rtl { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { - background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-forward:rtl:active { - background-image: url("common-assets/misc/calendar-arrow-left.svg"); } - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: bold; - text-align: center; - color: #f8f8f2; - border-radius: 2px; } - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; } - -.calendar-day-heading { - color: rgba(248, 248, 242, 0.85); - margin-top: 1em; - font-size: 70%; } - -.calendar-day { - border-width: 0; - color: rgba(248, 248, 242, 0.8); } - -.calendar-day-top { - border-top-width: 0; } - -.calendar-day-left { - border-left-width: 0; } - -.calendar-nonwork-day { - color: #f8f8f2; - background-color: transparent; - font-weight: bold; } - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border-width: 0; } - -.calendar-other-month-day { - color: rgba(248, 248, 242, 0.3); - opacity: 1; } - -.calendar-week-number { - color: rgba(248, 248, 242, 0.7); - font-size: 80%; } - -#notification { - border-radius: 3px; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - padding: 13px; - spacing-rows: 10px; - spacing-columns: 10px; - margin-from-right-edge-of-screen: 20px; - width: 34em; - color: #BAC3CF; } - .menu #notification, - .popup-menu #notification { - border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } - .menu #notification, .menu #notification.multi-line-notification, - .popup-menu #notification, - .popup-menu #notification.multi-line-notification { - color: #f8f8f2; } - .menu #notification .notification-button, .menu #notification .notification-icon-button, - .popup-menu #notification .notification-button, - .popup-menu #notification .notification-icon-button { - padding: 5px; } - #notification.multi-line-notification { - padding-bottom: 13px; - color: #BAC3CF; } - #notification-scrollview { - max-height: 10em; } - #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; } - #notification-scrollview:ltr > StScrollBar { - padding-left: 6px; } - #notification-scrollview:rtl > StScrollBar { - padding-right: 6px; } - #notification-body { - spacing: 5px; } - #notification-actions { - spacing: 10px; } - -.notification-with-image { - min-height: 159px; - color: #BAC3CF; } - -.notification-button, .notification-icon-button { - padding: 5px; } - -.notification-icon-button > StIcon { - icon-size: 36px; } - -#altTabPopup { - padding: 8px; - spacing: 16px; } - -.switcher-list { - color: #BAC3CF; - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; } - .switcher-list > StBoxLayout { - padding: 4px; } - .switcher-list-item-container { - spacing: 8px; } - .switcher-list .item-box { - padding: 8px; - border-radius: 2px; } - .switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid rgba(189, 147, 249, 0.5); } - .switcher-list .item-box:selected { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 0px solid rgba(189, 147, 249, 0.5); } - .switcher-list .thumbnail { - width: 256px; } - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - .switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); } - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #BAC3CF; } - .switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: #f8f8f2; } - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; } - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; } - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("common-assets/misc/corner-ripple.svg"); - background-size: contain; } - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); } - -.flashspot { - background-color: white; } - -.modal-dialog { - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0); - border: none; - border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; } - .modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; } - .modal-dialog-button-box { - spacing: 0; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; } - .modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; } - -.run-dialog { - padding: 0px 15px 10px 15px; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; } - .run-dialog > * { - padding: 0; } - .run-dialog-label { - font-size: 0; - font-weight: bold; - color: #BAC3CF; - padding-bottom: 0; } - .run-dialog-error-label { - color: #FC4138; } - .run-dialog-error-box { - padding-top: 15px; - spacing: 5px; } - .run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; } - .run-dialog-entry { - width: 21em; - padding: 7px; - border-radius: 3px; - caret-color: #BAC3CF; - selected-color: #f8f8f2; - selection-background-color: rgba(189, 147, 249, 0.5); - color: #BAC3CF; - background-color: rgba(67, 69, 91, 0.4); - border: 1px solid rgba(0, 0, 0, 0.4); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .run-dialog-entry:focus { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; } - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; } - -.mount-password-reask { - color: #F27835; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; } - .show-processes-dialog-subject, - .mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; } - .show-processes-dialog-subject:rtl, - .mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; } - .show-processes-dialog-description, - .mount-question-dialog-description { - padding-left: 17px; - width: 28em; } - .show-processes-dialog-description:rtl, - .mount-question-dialog-description:rtl { - padding-right: 17px; } - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; } - .show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - .show-processes-dialog-app-list-item { - color: #ccc; } - .show-processes-dialog-app-list-item:hover { - color: white; } - .show-processes-dialog-app-list-item:ltr { - padding-right: 1em; } - .show-processes-dialog-app-list-item:rtl { - padding-left: 1em; } - .show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - .show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - .show-processes-dialog-app-list-item-name { - font-size: 1.1em; } - -.magnifier-zoom-region { - border: 2px solid maroon; } - .magnifier-zoom-region .full-screen { - border-width: 0px; } - -#keyboard { - background-color: #13141a; - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); } - -.keyboard-layout { - spacing: 10px; - padding: 10px; } - -.keyboard-row { - spacing: 15px; } - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.4); } - .keyboard-key:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(82, 84, 112, 0.5); } - .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - border: 1px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0.5); } - .keyboard-key:grayed { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #454850; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(67, 69, 91, 0.25); } - -.keyboard-subkeys { - color: #BAC3CF; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: #13141a; - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -.menu-favorites-box { - margin: auto; - padding: 10px; - transition-duration: 300; - background-color: #1e1f29; - border: 1px solid rgba(25, 26, 34, 0.9); } - -.menu-favorites-button { - padding: 10px; - border: 1px solid rgba(0, 0, 0, 0); } - -.menu-places-box { - margin: auto; - padding: 10px; - border: 0px solid red; } - -.menu-places-button { - padding: 10px; } - -.menu-categories-box { - padding: 10px 30px 10px 30px; } - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 10px 10px 0 10px; } - -.menu-application-button { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0); } - .menu-application-button:highlighted { - font-weight: bold; } - .menu-application-button-selected { - padding: 7px; } - .menu-application-button-selected:highlighted { - font-weight: bold; } - .menu-application-button-label:ltr { - padding-left: 5px; } - .menu-application-button-label:rtl { - padding-right: 5px; } - -.menu-category-button { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0); } - .menu-category-button-selected { - padding: 7px; } - .menu-category-button-hover { - background-color: red; - border-radius: 2px; } - .menu-category-button-greyed { - padding: 7px; - color: rgba(248, 248, 242, 0.45); - border: 1px solid rgba(0, 0, 0, 0); } - .menu-category-button-label:ltr { - padding-left: 5px; } - .menu-category-button-label:rtl { - padding-right: 5px; } - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; } - .menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; } - -.menu-selected-app-title { - font-weight: bold; } - -.menu-selected-app-description { - max-width: 150px; } - -.menu-search-box:ltr { - padding-left: 30px; } - -.menu-search-box-rtl { - padding-right: 30px; } - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: #f8f8f2; } - -.menu-search-entry-icon { - icon-size: 1em; - color: #f8f8f2; } - -/* Context menu (at the moment only for favorites) */ -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: #f8f8f2; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - color: #f8f8f2; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - .osd-window .osd-monitor-label { - font-size: 3em; } - .osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - color: rgba(189, 147, 249, 0.5); } - .osd-window .level-bar { - background-color: rgba(189, 147, 249, 0.5); } - -.window-list-box { - spacing: 0; } - .window-list-box .panel-top:ltr, - .panel-bottom .window-list-box:ltr { - padding: 0 0 0 8px; } - .window-list-box .panel-top:rtl, - .panel-bottom .window-list-box:rtl { - padding: 0 8px 0 0; } - .window-list-box.vertical { - padding: 6px 0 0 0; } - .window-list-box:highlight { - background-color: rgba(189, 147, 249, 0.5); } - -.window-list-item-box { - border: 0 none transparent; - border-image: none; - background-image: none; - background-color: rgba(30, 31, 41, 0.7); - color: #BAC3CF; - box-shadow: none; - font-weight: 400; } - .window-list-item-box:hover { - color: #f8f8f2; } - .panel-top .window-list-item-box:hover { - box-shadow: inset 0 2px rgba(189, 147, 249, 0.5); } - .panel-bottom .window-list-item-box:hover { - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - .panel-left .window-list-item-box:hover { - box-shadow: inset 2px 0 rgba(189, 147, 249, 0.5); } - .panel-right .window-list-item-box:hover { - box-shadow: inset -2px 0 rgba(189, 147, 249, 0.5); } - .window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover { - color: #f8f8f2; } - .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover { - box-shadow: inset 0 2px #ff5555; } - .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus, .panel-bottom .window-list-item-box:focus:hover { - box-shadow: inset 0 -2px #ff5555; } - .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:active:hover, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:checked:hover, .panel-left .window-list-item-box:focus, .panel-left .window-list-item-box:focus:hover { - box-shadow: inset 2px 0 #ff5555; } - .panel-right .window-list-item-box:active, .panel-right .window-list-item-box:active:hover, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:checked:hover, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:focus:hover { - box-shadow: inset -2px 0 #ff5555; } - .panel-top .window-list-item-box StIcon, - .panel-bottom .window-list-item-box StIcon, .panel-top - .window-list-item-box StBin, - .panel-bottom - .window-list-item-box StBin { - padding: 0 4px; } - .window-list-item-box.vertical StIcon, - .window-list-item-box.vertical StBin { - padding: 0; } - .window-list-item-box StLabel { - font-weight: 400; } - .panel-top .window-list-item-box StLabel:ltr, - .panel-bottom .window-list-item-box StLabel:ltr { - padding: 0 4px 0 0; } - .panel-top .window-list-item-box StLabel:rtl, - .panel-bottom .window-list-item-box StLabel:rtl { - padding: 0 0 0 4px; } - .window-list-item-box:progress, - .window-list-item-box .progress { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); } - -.window-list-item-demands-attention { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - .panel-top .window-list-item-demands-attention { - box-shadow: inset 0 2px rgba(189, 147, 249, 0.5); } - .panel-bottom .window-list-item-demands-attention { - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - .panel-left .window-list-item-demands-attention { - box-shadow: inset 2px 0 rgba(189, 147, 249, 0.5); } - .panel-right .window-list-item-demands-attention { - box-shadow: inset -2px 0 rgba(189, 147, 249, 0.5); } - -.window-list-preview { - padding: 12px; - spacing: 8px; - border: none; - border-image: url("assets/misc/osd.svg") 9 9 9 9; - border-radius: 2px; - color: #BAC3CF; - background: none; } - -.grouped-window-list-item-box { - border: 0 none transparent; - border-image: none; - background-image: none; - background-color: rgba(30, 31, 41, 0.7); - color: #BAC3CF; - box-shadow: none; - font-weight: 400; } - .panel-top .grouped-window-list-item-box StIcon, - .panel-bottom .grouped-window-list-item-box StIcon, .panel-top - .grouped-window-list-item-box StBin, - .panel-bottom - .grouped-window-list-item-box StBin { - padding: 0 4px; } - .panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked { - box-shadow: inset 0 2px rgba(73, 76, 100, 0.7); } - .panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked { - box-shadow: inset 0 -2px rgba(73, 76, 100, 0.7); } - .panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked { - box-shadow: inset 2px 0 rgba(73, 76, 100, 0.7); } - .panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked { - box-shadow: inset -2px 0 rgba(73, 76, 100, 0.7); } - .panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset 0 2px #bd93f9; } - .panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset 0 -2px #bd93f9; } - .panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset 2px 0 #bd93f9; } - .panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover { - box-shadow: inset -2px 0 #bd93f9; } - .grouped-window-list-item-box:progress, - .grouped-window-list-item-box .progress { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); } - -.grouped-window-list-item-demands-attention { - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - .panel-top .grouped-window-list-item-demands-attention { - box-shadow: inset 0 2px rgba(189, 147, 249, 0.5); } - .panel-bottom .grouped-window-list-item-demands-attention { - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - .panel-left .grouped-window-list-item-demands-attention { - box-shadow: inset 2px 0 rgba(189, 147, 249, 0.5); } - .panel-right .grouped-window-list-item-demands-attention { - box-shadow: inset -2px 0 rgba(189, 147, 249, 0.5); } - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; } - .sound-button-container { - padding-right: 3px; - padding-left: 3px; } - .sound-button StIcon { - icon-size: 1.4em; } - -.sound-track-infos { - padding: 5px; } - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; } - .sound-track-info StIcon { - icon-size: 16px; } - .sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; } - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; } - -.sound-seek-box { - padding-left: 15px; } - .sound-seek-box StLabel { - padding-top: 2px; } - .sound-seek-box StIcon { - icon-size: 16px; } - -.sound-seek-slider { - width: 140px; } - -.sound-volume-menu-item { - padding: .4em 1.75em; } - .sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; } - -.sound-playback-control { - padding: 5px 10px 10px 10px; } - -.sound-player { - padding: 0 4px; } - .sound-player > StBoxLayout:first-child { - padding: 5px 10px 12px 10px; - spacing: 0.5em; } - .sound-player > StBoxLayout:first-child StButton:small { - width: 16px; - height: 8px; - padding: 1px; } - .sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 12px; } - .sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); } - .sound-player-overlay { - width: 290px; - height: 70px; - padding: 15px; - spacing: 0.5em; - background: rgba(8, 9, 12, 0.9); - border: 0px solid black; - border-bottom: 1px; - color: #BAC3CF; } - .sound-player-overlay StButton { - width: 22px; - height: 13px; - padding: 5px; - color: #BAC3CF; - border-radius: 2px; - border: 1px solid rgba(19, 20, 26, 0); } - .sound-player-overlay StButton StIcon { - icon-size: 16px; } - .sound-player-overlay StButton:hover { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.4); - background-color: rgba(82, 84, 112, 0.5); } - .sound-player-overlay StButton:active { - text-shadow: 0 1px rgba(40, 42, 54, 0); - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid rgba(189, 147, 249, 0.5); - box-shadow: inset 0 2px 4px rgba(189, 147, 249, 0.5); } - .sound-player-overlay StBoxLayout { - padding-top: 2px; } - .sound-player .slider { - height: 0.5em; - padding: 0; - border: none; - -slider-height: 0.5em; - -slider-background-color: #13141a; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: rgba(189, 147, 249, 0.5); - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; } - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; } - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; } - -.workspace-button { - width: 20px; - height: 10px; - color: #f8f8f2; - padding: 3px; - padding-top: 4px; - transition-duration: 300; } - .workspace-button:outlined, .workspace-button:outlined:hover { - color: rgba(189, 147, 249, 0.5); } - .workspace-button:hover { - color: rgba(189, 147, 249, 0); } - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; } - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); } - -.workspace-graph .workspace:active { - border: 1px solid rgba(189, 147, 249, 0.5); - background-gradient-direction: none; } - -.workspace-graph .workspace .windows { - -active-window-background: rgba(62, 64, 85, 0.7); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(62, 64, 85, 0.7); - -inactive-window-border: rgba(0, 0, 0, 0.8); } - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(73, 76, 100, 0.7); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(41, 42, 56, 0.7); - -inactive-window-border: rgba(0, 0, 0, 0.8); } - -#panel-launchers-box { - padding-left: 7px; } - #panel-launchers-box.vertical { - padding: 2px 0; } - -.panel-launcher, -.launcher { - margin: 1px; - padding: 1px; - transition-duration: 200; } - .panel-launcher:hover, - .launcher:hover { - background-gradient-direction: none; - border: 0px solid rgba(189, 147, 249, 0.5); } - .panel-bottom .panel-launcher:hover, .panel-bottom - .launcher:hover { - border-bottom-width: 1px; } - .panel-top .panel-launcher:hover, .panel-top - .launcher:hover { - border-top-width: 1px; } - .panel-left .panel-launcher:hover, .panel-left - .launcher:hover { - border-left-width: 1px; - padding-left: 0; } - .panel-right .panel-launcher:hover, .panel-right - .launcher:hover { - border-right-width: 1px; - padding-right: 0; } - -#overview-corner { - background-image: url("common-assets/misc/overview.png"); } - #overview-corner:hover { - background-image: url("common-assets/misc/overview-hover.png"); } - -.applet-separator { - padding: 1px 4px; } - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); } - -.applet-box { - padding-left: 3px; - padding-right: 3px; - color: #f8f8f2; - text-shadow: none; - transition-duration: 100; } - .applet-box.vertical { - padding: 3px 0; } - .applet-box:hover { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - .applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(252, 65, 56, 0.5); } - -.applet-label { - font-weight: bold; - color: #f8f8f2; } - .applet-label:hover, .applet-box:hover > .applet-label { - color: #f8f8f2; - text-shadow: none; } - -.applet-icon { - color: #f8f8f2; - icon-size: 22px; } - .applet-icon:hover, .applet-box:hover > .applet-icon { - color: #f8f8f2; - text-shadow: none; } - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; } - -.user-label { - color: #f8f8f2; - font-size: 1em; - font-weight: bold; - margin: 0px; } - -.desklet { - color: #BAC3CF; } - .desklet:highlight { - background-color: rgba(252, 65, 56, 0.5); } - .desklet-with-borders { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #BAC3CF; - padding: 12px; - padding-bottom: 16px; } - .desklet-with-borders:highlight { - background-color: rgba(252, 65, 56, 0.5); } - .desklet-with-borders-and-header { - border-image: url("common-assets/misc/desklet.svg") 9 9 9 9; - color: #BAC3CF; - border-radius: 0; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; } - .desklet-with-borders-and-header:highlight { - background-color: rgba(252, 65, 56, 0.5); } - .desklet-header { - border-image: url("common-assets/misc/desklet-header.svg") 9 9 9 9; - color: #BAC3CF; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; } - .desklet-drag-placeholder { - border: 2px solid rgba(189, 147, 249, 0.5); - background-color: rgba(189, 147, 249, 0); } - -.photoframe-box { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - color: #BAC3CF; - padding: 12px; - padding-bottom: 16px; } - -/*FIXME*/ -.workspace-osd { - /*color: red;*/ - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; } - -.notification-applet-padding { - padding: .5em 1em; } - -.notification-applet-container { - max-height: 100px; } - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(189, 147, 249, 0); - border: 1px solid rgba(189, 147, 249, 0.5); } - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; } diff --git a/.themes/Dracula GTK/cinnamon/cinnamon.scss b/.themes/Dracula GTK/cinnamon/cinnamon.scss deleted file mode 100644 index 4a6146192..000000000 --- a/.themes/Dracula GTK/cinnamon/cinnamon.scss +++ /dev/null @@ -1,7 +0,0 @@ -$variant: 'dark'; -$transparency: 'true'; -$darker: 'false'; - -@import "_colors"; //use gtk colors -@import "_drawing"; -@import "_common"; diff --git a/.themes/Dracula GTK/cinnamon/common-assets/menu/menu-hover.svg b/.themes/Dracula GTK/cinnamon/common-assets/menu/menu-hover.svg deleted file mode 100644 index bff5bc51d..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/menu/menu-hover.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/menu/menu-separator.svg b/.themes/Dracula GTK/cinnamon/common-assets/menu/menu-separator.svg deleted file mode 100644 index 4962ebcdb..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/menu/menu-separator.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace-active.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace-active.svg deleted file mode 100644 index 17800c794..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace-active.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace-hover.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace-hover.svg deleted file mode 100644 index e771e33f9..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace-hover.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace.svg deleted file mode 100644 index 65f536108..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/add-workspace.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/bg.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/bg.svg deleted file mode 100644 index 7d162944a..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/bg.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg deleted file mode 100644 index b40eb47a9..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-left.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-left.svg deleted file mode 100644 index 27742545b..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-left.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg deleted file mode 100644 index 980b9ebd6..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-right.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-right.svg deleted file mode 100644 index 366e69b10..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/calendar-arrow-right.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/close-active.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/close-active.svg deleted file mode 100644 index 95822bf34..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/close-hover.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/close-hover.svg deleted file mode 100644 index 7b52140c5..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/close.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/close.svg deleted file mode 100644 index e221a33fb..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/close.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/corner-ripple.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/corner-ripple.svg deleted file mode 100644 index a692fc2b3..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/corner-ripple.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/desklet-header.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/desklet-header.svg deleted file mode 100644 index 458f5f8bb..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/desklet-header.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/desklet.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/desklet.svg deleted file mode 100644 index 0862589e1..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/desklet.svg +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/osd.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/osd.svg deleted file mode 100644 index 6cf5cc2a3..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/osd.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/overview-hover.png b/.themes/Dracula GTK/cinnamon/common-assets/misc/overview-hover.png deleted file mode 100644 index 75673f9cf..000000000 Binary files a/.themes/Dracula GTK/cinnamon/common-assets/misc/overview-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/overview.png b/.themes/Dracula GTK/cinnamon/common-assets/misc/overview.png deleted file mode 100644 index 9eb4f87f4..000000000 Binary files a/.themes/Dracula GTK/cinnamon/common-assets/misc/overview.png and /dev/null differ diff --git a/.themes/Dracula GTK/cinnamon/common-assets/misc/trash-icon.svg b/.themes/Dracula GTK/cinnamon/common-assets/misc/trash-icon.svg deleted file mode 100644 index 61097ddb0..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/misc/trash-icon.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/activities-active.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/activities-active.svg deleted file mode 100644 index be4524705..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/activities-active.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/activities.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/activities.svg deleted file mode 100644 index b4a4b0dd8..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/activities.svg +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-bottom.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-bottom.svg deleted file mode 100644 index 89e3e26b6..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-bottom.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-left.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-left.svg deleted file mode 100644 index 8f91ed9d5..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-left.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-right.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-right.svg deleted file mode 100644 index 137673f5d..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-right.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-top.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-top.svg deleted file mode 100644 index ad26fc6e4..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/panel-top.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-bottom.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-bottom.svg deleted file mode 100644 index fda919141..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-bottom.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-left.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-left.svg deleted file mode 100644 index 0b43f0b81..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-left.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-right.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-right.svg deleted file mode 100644 index 76180b74e..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-right.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-top.svg b/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-top.svg deleted file mode 100644 index d2c1cb9b5..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/panel/window-list-active-top.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/switch/switch-off-selected.svg b/.themes/Dracula GTK/cinnamon/common-assets/switch/switch-off-selected.svg deleted file mode 100644 index f285abf99..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/switch/switch-off-selected.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/common-assets/switch/switch-on-selected.svg b/.themes/Dracula GTK/cinnamon/common-assets/switch/switch-on-selected.svg deleted file mode 100644 index 007265e12..000000000 --- a/.themes/Dracula GTK/cinnamon/common-assets/switch/switch-on-selected.svg +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg deleted file mode 100644 index 1313c88e3..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-checked.svg deleted file mode 100644 index 5f97eb59f..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-checked.svg +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg deleted file mode 100644 index 01c4066e3..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg deleted file mode 100644 index 5b2fc58ce..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/menu/menu.svg b/.themes/Dracula GTK/cinnamon/dark-assets/menu/menu.svg deleted file mode 100644 index fae28d21f..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/menu/menu.svg +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/menu/submenu.svg b/.themes/Dracula GTK/cinnamon/dark-assets/menu/submenu.svg deleted file mode 100644 index b1e3a1495..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/menu/submenu.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/misc/button-box.svg b/.themes/Dracula GTK/cinnamon/dark-assets/misc/button-box.svg deleted file mode 100644 index ef41e12b3..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/misc/button-box.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/misc/message.svg b/.themes/Dracula GTK/cinnamon/dark-assets/misc/message.svg deleted file mode 100644 index 7c8f1b61f..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/misc/message.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/misc/modal.svg b/.themes/Dracula GTK/cinnamon/dark-assets/misc/modal.svg deleted file mode 100644 index 622cabb87..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/misc/modal.svg +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/switch/switch-off.svg b/.themes/Dracula GTK/cinnamon/dark-assets/switch/switch-off.svg deleted file mode 100644 index f285abf99..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/switch/switch-off.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/dark-assets/switch/switch-on.svg b/.themes/Dracula GTK/cinnamon/dark-assets/switch/switch-on.svg deleted file mode 100644 index 007265e12..000000000 --- a/.themes/Dracula GTK/cinnamon/dark-assets/switch/switch-on.svg +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/cinnamon/thumbnail.png b/.themes/Dracula GTK/cinnamon/thumbnail.png deleted file mode 100644 index a48cc232e..000000000 Binary files a/.themes/Dracula GTK/cinnamon/thumbnail.png and /dev/null differ diff --git a/.themes/Dracula GTK/gnome-shell/_colors.scss b/.themes/Dracula GTK/gnome-shell/_colors.scss deleted file mode 100644 index 63e6e84d3..000000000 --- a/.themes/Dracula GTK/gnome-shell/_colors.scss +++ /dev/null @@ -1,55 +0,0 @@ -$base_color:#282a36; -$bg_color:#282a36; //252b2f -$main_dark: darken($bg_color, 5%); -$gray: lighten($bg_color, 7%); -$fg_color: #C3C7D1; -$dracula: $bg_color; -$topbar_color: #f8f8f2; - - -$orange: #ffb86c; -$yellow: #f1fa8c; -$red: #ff5555; -$purple: #bd93f9; -$cyan: #72BFD0; -$lime: #50fa7a; -$teal: #bd93f9; - -$g1: transparentize($purple, 0.5); -$g2: transparentize($purple, 0.5); - -$selected_fg_color: #f8f8f2; -$selected_bg_color: transparentize($purple, 0.5); -$selected_borders_color: darken($selected_bg_color, 10%); -$borders_color: darken($bg_color, 3%); -$borders_edge: transparentize(white, 0.9); -$link_color: #A0C1B9; -$link_visited_color: transparentize($link_color,0.5); -$top_hilight: $borders_edge; -$top_highlight: transparentize(white, 0.9); -$bottom_highlight: transparentize(black, 0.9); - -$warning_color: darken($orange,10%); -$error_color: darken( $red,5%); -$success_color: darken($cyan,10%); -$destructive_color: darken( #c72240,10%); - -$osd_fg_color: $fg_color; -$osd_bg_color: transparentize($bg_color, 0.05); -$osd_borders_color: transparentize(black, 0.3); -$osd_outer_borders_color: transparentize(white, 0.9); - -$tooltip_borders_color: $osd_outer_borders_color; - -//insensitive state derived colors -$insensitive_fg_color: mix($fg_color, $bg_color, 50%); -$insensitive_bg_color: mix($bg_color, $base_color, 60%); -$insensitive_borders_color: $borders_color; - -//colors for the backdrop state, derived from the main colors. -$backdrop_base_color: lighten($base_color,1%); -$backdrop_bg_color: $bg_color; -$backdrop_fg_color: transparentize($fg_color, 0.2); -$backdrop_insensitive_color: lighten($backdrop_bg_color, 15%); -$backdrop_borders_color: mix($borders_color, $bg_color, 90%); -$backdrop_dark_fill: mix($backdrop_borders_color,$backdrop_bg_color, 35%); diff --git a/.themes/Dracula GTK/gnome-shell/_common.scss b/.themes/Dracula GTK/gnome-shell/_common.scss deleted file mode 100644 index 8ed340acd..000000000 --- a/.themes/Dracula GTK/gnome-shell/_common.scss +++ /dev/null @@ -1,2187 +0,0 @@ -$corner-radius: 2px; - - -/* GLOBALS */ -$font-size: 10; -$font-family: Roboto,Ubuntu, Cantarell, Sans-Serif; -$_bubble_bg_color: $osd_bg_color; -$_bubble_fg_color: $fg_color; -$_bubble_borders_color: $fg_color; -$_bubble_transparent: transparentize($osd_bg_color, 0.17); -$topbar_bg_color: transparentize($dracula, 0.05); - -stage { - font-family: $font-family; - @include fontsize($font-size); - color: $fg_color; -} - -/* WIDGETS */ - -/* Buttons */ -.button { - @include button(normal); - border-radius: 4px; - border-width: 0; - padding: 4px 32px; - &:focus { @include button(focus); } - &:insensitive { @include button(insensitive); } - &:active { @include button(active); } - &:hover { - @include button(hover); - } -} - -.modal-dialog-linked-button { - padding: 10px; - border: 1px solid $borders_color; - color: $fg_color; - background: $main_dark; - text-shadow: none; - icon-shadow: none; - box-shadow: none; - &:insensitive { @include button(insensitive); } - &:active { - @include button(active); - } - &:focus { - @include button(focus); - &:hover { - @include button(focus); - } - } - &:hover { - @include button(hover); - } - - &:first-child { border-radius: 0px 0px 0px 2px; } - &:last-child { border-radius: 0px 0px 2px 0px; } - &:first-child:last-child { border-radius: 0px 0px 2px 2px; } -} - -/* Entries */ -StEntry { - @include entry(normal); - border-radius: 2px; - padding: 4px; - border-width: 0; - color: $fg_color; - //&:hover { @include entry(hover);} - &:focus { @include entry(focus,$fc:transparentize($fg_color,0.5));} - &:insensitive { @include entry(insensitive);} - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - StIcon.capslock-warning { - icon-size: 16px; - warning-color: $warning_color; - padding: 0 4px; - } -} - - -/* Scrollbars */ - -StScrollView { - &.vfade { -st-vfade-offset: 68px; } - &.hfade { -st-hfade-offset: 68px; } -} - -StScrollBar { - padding: 0; - - StScrollView & { - min-width: 14px; - min-height: 14px; - } - - StBin#trough { - border-radius: 0; - background-color: transparent; - } - - StButton#vhandle, StButton#hhandle { - border-radius: 8px; - background-color: mix($fg_color, $bg_color, 20%); - //border: 3px solid transparent; //would be nice to margin or at least to transparent - margin: 3px; - &:hover { background-color: mix($fg_color, $bg_color, 80%); } - &:active { background-color: $selected_bg_color; } - } -} - -/* Slider */ - -.slider { - height: 1em; - color: darken($selected_fg_color, 25%); - border-color: black; - -slider-height: 0.1em; - -slider-background-color: $gray; //background of the trough - -slider-border-color: black; //trough border color - -slider-active-background-color: $teal; //active trough fill - -slider-active-border-color: $lime; //active trough border - -slider-border-width: 0; - -slider-handle-radius: 6px; - - -barlevel-height: 0.1em; - -barlevel-background-color: $gray; - -barlevel-border-color: black; - -barlevel-active-background-color: $teal; - -barlevel-active-border-color: $lime; - -barlevel-border-width: 0; - -barlevel-handle-radius: 6px; - -barlevel-overdrive-color: $teal; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 0px; -} - -/* Check Boxes */ - -.check-box { - StBoxLayout { spacing: .8em; } - StBin { - width: 24px; - height: 22px; - background-image: url("assets/checkbox-off.svg"); - } - &:focus, &:hover StBin { background-image: url("assets/checkbox-off-focused.svg"); } - &:checked StBin { background-image: url("assets/checkbox.svg"); } - &:focus:checked StBin { background-image: url("assets/checkbox-focused.svg"); } -} - -/* Switches */ -.toggle-switch { - width: 65px; - height: 22px; - background-size: contain; - //Gnome 3.32// - background-image: url("assets/toggle-off.svg"); - &:checked { background-image: url("assets/toggle-on.svg"); } -} - - @each $v in us, intl { - .toggle-switch-#{$v} { - background-image: url("assets/toggle-off.svg"); - &:checked { background-image: url("assets/toggle-on.svg"); } - } - } - -/* links */ -.shell-link { - color: $link_color; - &:hover { color: lighten($link_color,10%); } -} - -/* Modal Dialogs */ - -.headline { font-size: 110%; } -.lightbox { background-color: black; } -.flashspot { background-color: white; } - -.modal-dialog { - border: none; - border-radius: 2px; - color: $osd_fg_color; - background-color: darken($osd_bg_color,5%); - box-shadow: $depth6; - - .modal-dialog-content-box { padding: 24px; } - .run-dialog-entry { - width: 20em; - margin-bottom: 6px; - } - .run-dialog-error-box { - color: $error_color; - padding-top: 16px; - spacing: 6px; - } - .run-dialog-button-box { padding-top: 1em; } - .run-dialog-label { - @include fontsize($font-size + 1.1); - font-weight: bold; - color: darken($osd_fg_color,10%); - padding-bottom: .4em; - } - - .run-dialog-description { - color: $fg_color; - } - -} - - .mount-dialog-subject, - .end-session-dialog-subject { //this should be a generic header class - @include fontsize($font-size * 1.3); - } - -/* Message Dialog */ - .message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; - } - - .message-dialog-content { - max-width: 28em; - spacing: 20px; - } - - .message-dialog-icon { - min-width: 48px; - icon-size: 48px; - } - - .message-dialog-title { - font-weight: bold; - } - - .message-dialog-subtitle { - color: darken($fg_color,40%); - font-weight: bold; - } - -/* End Session Dialog */ -.end-session-dialog { - spacing: 42px; - border: none; - & .modal-dialog-linked-button:last-child { - background-color: $red; - color: #fff; - &:hover, &:focus { - background: darken($error_color, 3%); - color: #fff; - } - } -} - - .end-session-dialog-list { - padding-top: 20px; - } - - .end-session-dialog-layout { - padding-left: 17px; - &:rtl { padding-right: 17px; } - } - - .end-session-dialog-description { - width: 28em; - padding-bottom: 10px; - &:rtl { - text-align: right; - } - } - - .end-session-dialog-warning { - width: 28em; - color: $warning_color; - padding-top: 6px; - &:rtl { - text-align: right; - } - } - - .end-session-dialog-logout-icon { - //border: 2px solid #8b8b8b; - border-radius: 3px; - width: 48px; - height: 48px; - background-size: contain; - } - - .end-session-dialog-shutdown-icon { - color: $error_color; - width: 48px; - height: 48px; - } - - .end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; - } - - .end-session-dialog-session-list, - .end-session-dialog-app-list { - spacing: 1em; - } - - .end-session-dialog-list-header { - font-weight: bold; - &:rtl { text-align: right; } - } - - .end-session-dialog-app-list-item, - .end-session-dialog-session-list-item { - spacing: 1em; - } - - .end-session-dialog-app-list-item-name, - .end-session-dialog-session-list-item-name { - font-weight: bold; - } - - .end-session-dialog-app-list-item-description { - color: darken($fg_color,5%); - font-size: 10pt; - } - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { icon-size: 48px; } - - .mount-dialog { - spacing: 24px; - - .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; - } - - .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; - } - - .message-dialog-body { - padding-left: 17px; - width: 28em; - } - - .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; - } - } - - .mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; - } - - .mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; - } - - .mount-dialog-app-list-item { - color: darken($fg_color,10%); - &:hover { color: $fg_color; } - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } - } - - .mount-dialog-app-list-item-icon { - &:ltr { padding-right: 17px; } - &:rtl { padding-left: 17px; } - } - - .mount-dialog-app-list-item-name { - font-size: 10pt; - } - - -/* Password or Authentication Dialog */ - -.prompt-dialog { - //this is the width of the entire modal popup - width: 34em; - border: none; - border-radius: 2px; - - .message-dialog-main-layout { spacing: 24px; padding: 10px; } - .message-dialog-content { spacing: 16px; } - .message-dialog-title { color: darken($osd_fg_color,25%); } -} - - .prompt-dialog-description:rtl { - text-align: right; - } - - .prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; - } - - .prompt-dialog-error-label { - font-size: 10pt; - color: $error_color; - padding-bottom: 8px; - } - - .prompt-dialog-info-label { - font-size: 10pt; - padding-bottom: 8px; - } - - .hidden { - color: rgba(0,0,0,0); - } - - .prompt-dialog-null-label { - font-size: 10pt; - padding-bottom: 8px; - } - - -/* Polkit Dialog */ - -.polkit-dialog-user-layout { - padding-left: 10px; - spacing: 10px; - &:rtl { - padding-left: 0px; - padding-right: 10px; - } -} - - .polkit-dialog-user-root-label { - color: $warning_color; - } - - .polkit-dialog-user-icon { - border-radius: 3px; - background-size: contain; - width: 48px; - height: 48px; - } - -/* Audio selection dialog */ -.audio-device-selection-dialog { - spacing: 30px; -} - - .audio-selection-content { - spacing: 20px; - padding: 24px; - } - - .audio-selection-title { - font-weight: bold; - text-align: center; - } - - .audio-selection-box { - spacing: 20px; - } - - .audio-selection-device { - border: 1px solid $_bubble_borders_color; - border-radius: 12px; - &:active,&:hover,&:focus { background-color: $selected_bg_color; } - } - - .audio-selection-device-box { - padding: 20px; - spacing: 20px; - } - - .audio-selection-device-icon { - icon-size: 64px; - } - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog { - .message-dialog-main-layout { spacing: 24px; padding: 10px; } - .message-dialog-title { color: darken($osd_fg_color,25%); } -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ - -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -/* Popovers/Menus */ - -.popup-menu { - min-width: 15em; - background-color: transparent; - color: $fg_color; - .popup-menu-arrow { } //defined globally in the TOP BAR - .popup-sub-menu { - background-color: transparentize(darken($main_dark,57%), 0.8); - box-shadow: $depth6; - } - - .popup-menu-content { padding: 16px 0; } - .popup-menu-item { - spacing: 6px; - padding: 6px; - - &:ltr { padding-right: 1.75em; padding-left: 0; } - &:rtl { padding-right: 0; padding-left: 1.75em; } - - &:checked { - background-color: transparentize(darken($bg_color, 4%), 0.07); - color: $selected_fg_color; - box-shadow: inset 1px 0px 0px lighten($selected_bg_color,5%); - font-weight: normal; - &:hover{ - background-color: transparentize(darken($bg_color, 4%), 0.07); - color: $selected_bg_color; - } - } - &.selected { background-color: transparentize($fg_color,0.9); color: $fg_color; } - &:active { background-color: $selected_bg_color; color: $selected_fg_color; } - &:insensitive { color: transparentize($fg_color,.5); } - } - - .popup-inactive-menu-item { //all icons and other graphical elements - color: $fg_color; - - &:insensitive { color: transparentize($fg_color,0.5); } - } - //.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is - &.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; - } -} - - - - .popup-menu-ornament { - text-align: right; - width: 1.2em; - } - .popup-menu-boxpointer, - .candidate-popup-boxpointer { - -arrow-border-radius: 7px; - -arrow-background-color: $bg_color; - -arrow-border-width: 1px; - -arrow-border-color: $borders_color; - -arrow-base: 24px; - -arrow-rise: 11px; - -arrow-box-shadow: 0 1px 3px black; //dreaming. bug #689995 - } - - .popup-separator-menu-item { - background: transparent; - &-separator { - //-margin-horizontal: 24px; - height: 1px; //not really the whole box - margin: 6px 64px; - background-color: transparent; - border-color: transparent; - border-bottom-width: 1px; - border-bottom-style: solid; - } - .popup-sub-menu & &-separator { //submenu separators - margin: 0 64px 0 32px; - background: transparent; - } - } - - -// Background menu -.background-menu { -boxpointer-gap: 4px; -arrow-rise: 0px; } - -/* fallback menu -- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled - app menu inside the main app window itself rather than the top bar -*/ - - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; - - .osd-monitor-label { font-size: 3em; } - .level { - height: 0.4em; - border-radius: 0.3em; - color: $osd_fg_color; - border: 1px solid $borders_color; - - -barlevel-height: 0.4em; - -barlevel-background-color: transparentize(darken($main_dark,15%),0.5); - -barlevel-active-background-color: $selected_bg_color; - -barlevel-overdrive-color: $red; - -barlevel-overdrive-separator-width: 0.2em; - } - .level-bar { - background-color: $selected_bg_color; - border-radius: 0.3em; - } -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: transparentize(black, 0.2); - - .pad-osd-title-box { spacing: 12px; } - .pad-osd-title-menu-box { spacing: 6px; } -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.osd-window, -.resize-popup, -.switcher-list { - @extend %osd-panel; -} - - .switcher-list-item-container { spacing: 8px; } - - .switcher-list .item-box { - padding: 8px; - border-radius: 4px; - } - - .switcher-list .item-box:outlined { - padding: 6px; - border: 2px solid darken($borders_color,10%); - } - - .switcher-list .item-box:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; - } - - .switcher-list .thumbnail { - width: 256px; - } - - .switcher-list .separator { - width: 1px; - background: $borders_color; - } - - .switcher-arrow { - border-color: rgba(0,0,0,0); - color: transparentize($fg_color,0.2); - &:highlighted { - color: $fg_color; - } - } - - .input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; - } - -/* Window Cycler */ -.cycler-highlight { border: 5px solid $selected_bg_color; } - -/* Workspace Switcher */ -.workspace-switcher-group { padding: 12px; } - - .workspace-switcher-container { - @extend %osd-panel; - } - - .workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; - } - - .ws-switcher-active-up, .ws-switcher-active-down { - height: 50px; - background-color: $selected_bg_color; - color: $selected_fg_color; - border: none; - background-size: 32px; - border-radius: 8px; - } - .ws-switcher-active-up { - background-image: url("assets/ws-switch-arrow-up.png"); } - - .ws-switcher-active-down { - background-image: url("assets/ws-switch-arrow-down.png"); } - - .ws-switcher-box { - height: 50px; - border: 1px solid transparentize($osd_fg_color,0.9); - background: darken($_bubble_bg_color, 10%); - border-radius: 8px; - } - -%osd-panel { - color: $_bubble_fg_color; - background-color: $_bubble_bg_color; - border: 1px solid $borders_color; - box-shadow: 0px 0px 7px $borders_color; - border-radius: 5px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: transparentize($selected_bg_color, 0.2); - border: 1px solid $selected_bg_color; -} - - .tile-preview-left.on-primary { - border-radius: $corner-radius $corner-radius 0 0; - } - - .tile-preview-right.on-primary { - border-radius: 0 $corner-radius 0 0; - } - - .tile-preview-left.tile-preview-right.on-primary { - border-radius: $corner-radius $corner-radius 0 0; - } - -/* TOP BAR */ - -#panel { - background-gradient-direction: none; - background-color: $topbar_bg_color; - /* transition from solid to transparent */ - transition-duration: 500ms; - font-weight: bold; - height: 1.86em; - padding: 0px 0px; - - &.unlock-screen, - &.login-screen, - &.lock-screen { - background-color: transparent; - } - - #panelLeft, #panelCenter { // spacing between activities<>app menu and such - spacing: 4px; - } - - .panel-corner { - -panel-corner-radius: 0px; - -panel-corner-background-color: rgba(0, 0, 0, 0.2); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; - - &:active, &:overview, &:focus { - -panel-corner-border-color: lighten($selected_bg_color,5%); - } - - &.lock-screen, &.login-screen, &.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; - } - } - - .panel-button { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: $topbar_color; - transition-duration: 100ms; - - .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 4px; - margin-right: 4px; - //dimensions of the icon are hardcoded - } - - .system-status-icon, - .app-menu-icon > StIcon, - .popup-menu-arrow { - icon-shadow: none; - } - - &:hover { - background: lighten($topbar_bg_color, 10%); - color: lighten($topbar_color, 10%); - transition-duration: 200ms; - } - - &:active, &:overview, &:focus, &:checked { - // Trick due to St limitations. It needs a background to draw - // a box-shadow - box-shadow: none; - @include gradient(); - color: $selected_fg_color; - transition-duration: 200ms; - - & > .system-status-icon { icon-shadow: red 0 2px 2px; } - } - - .system-status-icon { icon-size: 1.09em; padding: 0 5px; } - .unlock-screen &, - .login-screen &, - .lock-screen & { - color: lighten($fg_color, 10%); - &:focus, &:hover, &:active { color: lighten($fg_color, 10%); } - } - - // Remove default bottom border - &.clock-display { - &:active, &:overview, &:focus, &:checked { - box-shadow: none; - .clock { - box-shadow: none; - } - } - } - } - - .panel-status-indicators-box, - .panel-status-menu-box { - spacing: 2px; - } - - // spacing between power icon and (optional) percentage label - .power-status.panel-status-indicators-box { - spacing: 0; - } - - .screencast-indicator { color: $warning_color; } - - &.solid { - background-color: $dracula; - /* transition from transparent to solid */ - transition-duration: 300ms; - - .panel-corner { - -panel-corner-background-color: black; - } - .system-status-icon, - .app-menu-icon > StIcon, - .popup-menu-arrow { - icon-shadow: none; - } - } -} - - // calendar popover - #calendarArea { - padding: 0.75em 1.0em; - } - - .calendar { - margin-bottom: 1em; - } - - .calendar, .world-clocks-button, .weather-button, .events-button { - background: transparent; - border: none; - } - - .calendar, - .datemenu-today-button, - .datemenu-displays-box, - .message-list-sections { - margin: 0 1.5em; - } - - .datemenu-calendar-column { spacing: 0.5em; } - .datemenu-displays-section { padding-bottom: 3em; } - .datemenu-displays-box { spacing: 1em; } - - .datemenu-calendar-column { - border: 0 solid transparent; - &:ltr { border-left-width: 1px; } - &:rtl { border-right-width: 1px; } - background: darken($bg_color, 0.7%); - //@include gradient(); - } - - .datemenu-today-button, - .world-clocks-button, - .weather-button, - .events-section-title, - .message-list-section-title, - .events-button { - border-radius: 4px; - color: $fg_color; - padding: .4em; - } - - .message-list-section-list:ltr { - padding-left: .4em; - } - - .message-list-section-list:rtl { - padding-right: .4em; - } - - .datemenu-today-button, - .world-clocks-button, - .weather-button, - .events-section-title, - .message-list-section-title, - .events-button { - &:hover,&:focus { background-color: lighten($bg_color,5%); } - &:active { - color: lighten($selected_fg_color,5%); - background-color: $selected_bg_color; - } - } - - .datemenu-today-button .day-label { - } - - .datemenu-today-button .date-label { - font-size: 1.5em; - } - - .world-clocks-header, - .weather-header, - .events-section-title, - .message-list-section-title, - .events-title { - color: darken($fg_color, 10%); - font-weight: bold; - } - - .events-button .event-time { - color: darken($fg_color, 4%); - } - - .world-clocks-grid { - spacing-rows: 0.4em; - } - - .weather-box { - spacing: 0.4em; - } - - .calendar-month-label { - color: darken($fg_color,5%); - font-weight: bold; - padding: 8px 0; - &:focus {} - } - - .pager-button { - color: white; - background-color: transparent; - width: 32px; - border-radius: 4px; - &:hover, &:focus { background-color: transparentize($fg_color,0.95); } - &:active { background-color: transparentize($bg_color,0.95); } - } - - .calendar-change-month-back { //arrow back - background-image: url("assets/calendar-arrow-left.svg"); - &:rtl { background-image: url("assets/calendar-arrow-right.svg"); } - } - .calendar-change-month-forward { //arrow foreward - background-image: url("assets/calendar-arrow-right.svg"); - &:rtl { background-image: url("assets/calendar-arrow-left.svg"); } - } - - .calendar-change-month-back StIcon, - .calendar-change-month-forward StIcon { - color: darken($fg_color, 5%); - } - - .calendar-day-base { - font-size: 80%; - text-align: center; - width: 2.4em; height: 2.4em; - padding: 0.1em; - margin: 2px; - border-radius: 1.4em; - color: $fg_color; - &:hover,&:focus { background-color: lighten($bg_color,5%); } - &:active,&:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - border-color: transparent; //avoid jumparound due to today - } - &.calendar-day-heading { //day of week heading - color: darken($fg_color, 10%); - margin-top: 1em; - font-size: 70%; - } - } - .calendar-day { //border collapse hack - see calendar.js - border-width: 0; - } - .calendar-day-top { border-top-width: 1px; } - .calendar-day-left { border-left-width: 1px; } - .calendar-work-day { - - } - .calendar-nonwork-day { - color: $insensitive_fg_color; - } - - // Today - .calendar-today { - font-weight: bold; - border: 1px solid $selected_bg_color; - background-color: transparent; - color: $selected_fg_color; - - &:hover,&:focus { - background-color:lighten($selected_bg_color, 3%); - color: $selected_fg_color; - } - - &:active,&:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - - &:hover,&:focus { - background-color:lighten($selected_bg_color, 3%); - color: $selected_fg_color; - } - } - } - .calendar-day-with-events { - color: lighten($fg_color,10%); - font-weight: bold; - background-image: url("assets/calendar-today.svg"); - } - .calendar-other-month-day { - color: $insensitive_fg_color; - opacity: 0.5; - } - .calendar-week-number { - font-size: 70%; - font-weight: bold; - width: 2.3em; height: 1.8em; - border-radius: 2px; - padding: 0.5em 0 0; - margin: 6px; - background-color: transparentize($fg_color,0.7); - color: $bg_color; - } - - /* Message list */ - .message-list { - width: 31.5em; - .message-title{ - color: darken($fg_color,3%); - } - .message-content, .message-body { - color: darken($fg_color,4%); - } - } - - .message-list-clear-button.button { - background: darken($bg_color, 0.7%); - border: 1px solid transparent; - &:hover,&:focus { @include button(hover); } - margin: 1.5em 1.5em 0; - } - - .message-list-sections { - spacing: 1em; - } - - .message-list-section, - .message-list-section-list { - spacing: 0.4em; - } - .message-list-section-close{ - & > StIcon { - icon-size: 16px; - border-radius: 16px; - padding: 8px; - color: $fg_color; - background-color: transparent; - } - &:hover > StIcon, - &:focus > StIcon - &:active > StIcon{ - color: $red; - background: transparent; - } - } - - .message { - &:hover,&:focus { - background-color: darken($bg_color, 3%); - box-shadow: 2px 0px 0px 0px $teal inset; - border-radius: 1px 5px 5px 1px; - } - background: darken($bg_color, 0.7%); - border: 1px solid $borders_color; - border-radius: 5px; - box-shadow: none; - } - - .message-close-button { - color: $fg_color; - } - .message-icon-bin { - padding: 10px 3px 10px 10px; - &:rtl { padding: 10px 10px 10px 3px; } - } - - .message-icon-bin > StIcon { - icon-size: 16px; - -st-icon-style: symbolic; - } - - .message-secondary-bin { - padding: 0 12px; - } - - .message-secondary-bin > .event-time { - color: darken($fg_color, 15%); - font-size: 0.7em; - /* HACK: the label should be baseline-aligned with a 1em label, - fake this with some bottom padding */ - padding-bottom: 0.13em; - - } - - .message-secondary-bin > StIcon { - icon-size: 16px; - } - - .message-title { - //color: darken($fg_color,5%); - - } - - .message-content { - // color: darken($fg_color,20%); - padding: 10px; - *:hover > StIcon, - *:focus > StIcon, { - color: $red; - } - } - - .message-media-control { - padding: 12px; - color: darken($fg_color, 20%); - - &:last-child:ltr { padding-right: 18px; } - &:last-child:rtl { padding-left: 18px; } - &:hover { color: $fg_color; } - &:insensitive { color: darken($fg_color,40%); } - } - - .media-message-cover-icon { - icon-size: 48px !important; - &.fallback { - color: lighten($bg_color,10%); - background-color: $bg_color; - border: 2px solid $bg_color; - border-radius: 2px; - icon-size: 16px; - padding: 8px; } - } - - /* World clocks */ -.world-clocks-button { - - // city label - .world-clocks-city { - color: $fg_color; - font-weight: normal; - } - - // timezone time - .world-clocks-time { - font-weight: bold; - color: $fg_color; - font-feature-settings: "lnum"; - text-align: right; - } - - // timezone offset label - .world-clocks-timezone { - color: darken($fg_color, 20%); - font-feature-settings: "tnum"; - } -} - -/* Weather */ -.weather-button { - - .weather-header { - color: darken($fg_color, 10%); - font-weight: bold; - - &.location { - font-weight: normal; - } - } - - .weather-forecast-time { - color: darken($fg_color, 10%); - font-feature-settings: "tnum"; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; - } - - .weather-forecast-temp { - font-weight: bold; - } -} - - // a little unstructured mess: - - .system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; - } - .system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; - } - - #appMenu { - spinner-image: url("assets/process-working.svg"); - spacing: 4px; - - .label-shadow { color: transparent; } - } - - .aggregate-menu { - min-width: 21em; - .popup-menu-icon { padding: 0 4px; } - } - - .system-menu-action { - - color: $fg_color; - - border-radius: 32px; /* wish we could do 50% */ - border: 1px solid $borders_color; - background: darken($bg_color, 3%); - padding: 13px; - - &:hover, &:focus { - border: 1px solid $selected_bg_color; - color: $selected_bg_color; - background: transparent; - } - &:active { - background-color: darken($selected_bg_color, 10%); - color: $selected_fg_color; - border: 1px solid darken($selected_bg_color, 10%); - } - - & > StIcon { icon-size: 16px; } - } - -//Activities Ripples -.ripple-box { - width: 52px; - height: 52px; - background-image: url("assets/corner-ripple-ltr.png"); - background-size: contain; -} - -.ripple-box:rtl { - background-image: url("assets/corner-ripple-rtl.png"); -} - -// not really top bar only -.popup-menu-arrow { width: 16px; height: 16px; } -.popup-menu-icon { icon-size: 1.09em; } - -//close buttons - -.window-close { - background-color: transparent; - background-image: url("assets/close-window.svg"); - background-size: 32px; - border: none; - box-shadow: none; - color: transparent; - height: 32px; - width: 32px; -} - .window-close { - -shell-close-overlap: 16px; - &:rtl { -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5); } - } - -/* NETWORK DIALOGS */ - -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - - .nm-dialog-content { - spacing: 20px; - padding: 24px; - } - .nm-dialog-header-hbox { spacing: 10px; } - .nm-dialog-airplane-box { spacing: 12px; } - - .nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; - } - - .nm-dialog-airplane-text { color: $fg_color; } - .nm-dialog-header-icon { icon-size: 32px; } - .nm-dialog-scroll-view { border: 2px solid $borders_color; background: transparent; } - .nm-dialog-header { font-weight: bold; } - - .nm-dialog-item { - font-size: 110%; - border-bottom: 1px solid $borders_color; - padding: 12px; - spacing: 20px; - } - - .nm-dialog-item:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - - .nm-dialog-icons { spacing: .5em; } - .nm-dialog-icon { icon-size: 16px; } - .no-networks-label { color: #999999; } - .no-networks-box { spacing: 12px; } - -/* OVERVIEW */ - -#overview { - spacing: 24px; // -} - -.overview-controls { - padding-bottom: 32px; -} - - .window-picker { //container around window thumbnails - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 16px; - - &.external-monitor { padding: 16px; } - } - - .window-clone-border { - border: 1px solid transparentize(rgba(255, 255, 255, 0.3),.7); - border-radius: 0px; - // For window decorations with round corners we can't match - // the exact shape when the window is scaled. So apply a shadow - // to fix that case - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); - } - .window-caption { - spacing: 20px; - color: $topbar_color; - background-color: transparentize($osd_bg_color,.3); - border-radius: 2px; - padding: 4px 8px; - } - - //search entry - .search-entry { - width: 320px; - padding: 9px; - border-radius: 100px; - border: 1px solid $borders_color; - color: $fg_color; - background-color: transparentize($bg_color, 0.4); - box-shadow: $depth; - &:focus { - color: $fg_color; - background-color: transparentize($bg_color, 0.2); - box-shadow: $depth2; - } - - .search-entry-icon { icon-size: 1em; padding: 0 4px; color: transparentize($fg_color,.3); } - - &:hover, &:focus { - background-color: transparentize($bg_color, 0.2); - border-color: transparentize($selected_bg_color, 0.2); - .search-entry-icon { color: $fg_color; } - } - } - - //search results - - #searchResultsBin { - max-width: 1000px; - } - - #searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; - } - - .search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing - .search-section-content { - background-color: transparent; - border-radius: 0; - border: none; - box-shadow: none; - // This is the space between the provider icon and the results container - spacing: 32px; - } - .search-statustext { // "no results" - @extend %status_text; - } - .list-search-results { spacing: 3px; } - - .search-section-separator { height: 2px; background-color: rgba(255, 255, 255, 0.2); } - - .list-search-result-content { spacing: 30px; } - .list-search-result-title { color: lighten($topbar_color,5%); spacing: 12px; } - .list-search-result-description { color: transparentize(lighten($topbar_color,15%), 0.5); } - .list-search-provider-details { width: 150px; color: lighten($topbar_color,5%); margin-top: 0.24em; } - .list-search-provider-content { spacing: 20px; } - .search-provider-icon { padding: 15px; } - - - /* DASHBOARD */ - - #dash { - font-size: 9pt; - color: $topbar_color; - background-color: $topbar_bg_color; - padding: 6px 0; - border: 1px solid $borders_color; - border-left: 0px; - border-radius: 0px 5px 5px 0px; - - &:rtl { - border-radius: 9px 0 0 9px; - } - - .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; - } - - .empty-dash-drop-target { - width: 24px; - height: 24px; - } - - } - - .dash-item-container > StWidget { - padding: 4px 8px; - } - - .dash-label { //osd tooltip - border-radius: 7px; - padding: 4px 12px; - color: $topbar_color; - background-color: $topbar_bg_color; - text-align: center; - -x-offset: 8px; - } - - /* App Vault/Grid */ - .icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; - - .overview-icon { icon-size: 96px; } - } - //.app-display { spacing: 20px; } - - .system-action-icon { - background-color: black; - color: white; - border-radius: 99px; - icon-size: 48px; - } - - .app-view-controls { //favorties | all toggle container - padding-bottom: 32px; - - } - .app-view-control { //favorties | all toggle button - padding: 4px 32px; - &:checked { @include button(active); } - &:first-child { - border-right-width: 0; - border-radius: 3px 0 0 3px; - } - &:last-child { - border-radius: 0 3px 3px 0; - } - } - - //Icon tile - .search-provider-icon, - .list-search-result { - @extend %icon_tile; - &:active, &:checked { background-color: transparentize(darken($osd_bg_color,10%),.1); } - &:focus, &:selected, &:hover { - background-color: transparentize($bg_color,.7); - transition-duration: 200ms; - } - } - .app-well-app, - .app-well-app.app-folder, - .show-apps, - .grid-search-result { - - border: none; - & .overview-icon { - @extend %icon_tile; - } - &:active .overview-icon, - &:checked .overview-icon { - background-color: transparentize(darken($osd_bg_color,7%),.1); - box-shadow: inset $depth2; - color: $fg_color; - } - &:hover .overview-icon, - &:focus .overview-icon, - &:selected .overview-icon { - background-color: transparentize($bg_color,.5); - transition-duration: 0ms; - border-image: none; - background-image: none; - } - - } - - .app-well-app-running-dot { //running apps indicator - width: 4px; height: 4px; - background-color: $selected_bg_color; - border-radius: 10px !important; - box-shadow: 0px 0px 5px 4px transparentize($purple, 0.2); - margin-bottom: 0px; - } - - %icon_tile { - color: $selected_fg_color; - border-radius: 2px; - padding: 7px 6px; - border: none; - transition-duration: 100ms; - text-align: center; - box-shadow: $depth; - } - - .app-well-app.app-folder > .overview-icon { - background-color: transparentize($osd_bg_color,.6); - } - .show-apps .show-apps-icon { - color: $topbar_color; - } - .show-apps:checked .show-apps-icon, - .show-apps:focus .show-apps-icon { - color: $fg_color; - transition-duration: 100ms; - } - - - // Collections - .app-folder-popup { //expanded collection - -arrow-border-radius: 8px; - -arrow-background-color: transparentize($bg_color,0.5); - -arrow-base: 24px; - -arrow-rise: 11px; - } - .app-folder-popup-bin { padding: 5px; background: transparentize($bg_color,.5);;} - .app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; - } - - .page-indicator { - padding: 15px 20px; - - .page-indicator-icon { - width: 12px; - height: 12px; - border-radius: 12px; - background-image: none; - background-color: rgba(255, 255, 255, 0.3); - border: none; - } - - &:hover .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.5); - } - &:active .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.7); - margin: 0; - } - &:checked .page-indicator-icon{ - background-image: none; - background-color: #FFFFFF; - transition-duration: 0.3s; - transition-timing-function: ease-in-out; - } - } - - .no-frequent-applications-label { @extend %status_text; } - - .app-well-app > .overview-icon.overview-icon-with-label, - .grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; - } - - // Workspace pager - .workspace-thumbnails { //container ala dash - @extend %overview-panel; - visible-width: 32px; //amount visible before hover - spacing: 11px; - padding: 8px; - border-radius: 0; - //border-width: 1px 0 1px 1px; //fixme: can't have non unoform borders :( - &:rtl { border-radius: 0;} - } - .workspace-thumbnail-indicator { - border: 4px solid transparentize($selected_bg_color, .1); - box-shadow: $depth; - padding: 0; - } - - //Some hacks I don't even - .search-display > StBoxLayout, - .all-apps, - .frequent-apps > StBoxLayout { - // horizontal padding to make sure scrollbars or dash don't overlap content - padding: 0px 88px 10px 88px; - } - -%overview-panel { - color: $_bubble_fg_color; - background-color: transparent; - border: none; -} - -%status_text { - font-size: 2em; - font-weight: bold; - color: $fg_color; -} - -/* NOTIFICATIONS & MESSAGE TRAY */ - - .url-highlighter { link-color: lighten($selected_bg_color,10%); } - - // Banners - .notification-banner { - font-size: 11pt; - width: 34em; - margin: 5px; - border-radius: 3px; - color: $topbar_color; - background-color: $bg_color; - border: 1px solid $borders_color; - box-shadow: 0 1px 4px black; - &:hover { background-color: transparentize($bg_color, 0.04); } - &:focus { background-color: transparentize($bg_color, 0.04); } - *{ color: #fefefe; } - - .notification-icon { padding: 5px; } - .notification-content { padding: 5px; spacing: 5px; } - .secondary-icon { icon-size: 1.09em; } - .notification-actions { - background-color: darken($bg_color, 2%); - padding-top: 2px; - spacing: 1px; - } - .notification-button { - padding: 5px; - background-color: transparentize($bg_color, 0.1); - box-shadow: none; - &:first-child { border-radius: 0 0 0 3px; } - &:last-child { border-radius: 0 0 3px 0; } - &:hover, &focus { background-color: darken($bg_color,2%); color: $selected_bg_color;} - } - } - .summary-source-counter { - font-size: 10pt; - font-weight: bold; - height: 1.6em; width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: $selected_bg_color; - color: $selected_fg_color; - border: 2px solid $osd_fg_color; - box-shadow: 0 2px 2px rgba(0,0,0,0.5); - border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%; - } - - .secondary-icon { icon-size: 1.09em; } - - //chat bubbles - .chat-body { spacing: 5px; } - .chat-response { margin: 5px; } - .chat-log-message { color: darken($fg_color,10%); } - .chat-new-group { padding-top: 1em; } - .chat-received { - padding-left: 4px; - &:rtl { padding-left: 0px; padding-right: 4px; } - } - .chat-sent { - padding-left: 18pt; - color: darken($fg_color, 15%); - &:rtl { padding-left: 0; padding-right: 18pt; } - } - .chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: darken($fg_color,20%); - &:rtl { padding-left: 0; padding-right: 4px; } - } - - //hotplug - .hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; - } - .hotplug-notification-item { - padding: 2px 10px; - &:focus { padding: 1px 71px 1px 11px; } - } - - .hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; - } - - .hotplug-resident-box { spacing: 8px; } - - .hotplug-resident-mount { - spacing: 8px; - border-radius: 4px; - &:hover { background-color: transparentize($bg_color,0.7); } - } - - .hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; - } - - .hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; - } - - .hotplug-resident-eject-icon { - icon-size: 16px; - } - - .hotplug-resident-eject-button { - padding: 7px; - border-radius: 5px; - color: pink; - } - -/* Eeeky things */ - -//magnifier - -.magnifier-zoom-region { - border: 2px solid $selected_bg_color; - &.full-screen { border-width: 0; } -} - -//Keyboard -/* On-screen Keyboard */ - -#keyboard { - background-color: transparentize($osd_bg_color, 0.3); -} - - .keyboard-layout { - spacing: 10px; - padding: 10px; - } - - .keyboard-row { spacing: 15px; } - - .keyboard-key { - @include button(normal); - background-color: $base_color; - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 5px; - &:focus { @include button(focus); } - &:hover,&:checked { @include button(hover); } - &:active { @include button(active);} - &:grayed { //FIXME - background-color: $osd_bg_color; - color: $osd_fg_color; - border-color: $osd_borders_color; - } - } - - .keyboard-subkeys { //long press on a key popup - color: white; - padding: 5px; - -arrow-border-radius: 10px; - -arrow-background-color: transparentize($osd_bg_color, 0.3); - -arrow-border-width: 2px; - -arrow-border-color: $_bubble_borders_color; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - } - -// IBus Candidate Popup - -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; -} - - .candidate-index { - padding: 0 0.5em 0 0; - color: darken($fg_color,10%); - } - - .candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 4px; - &:selected,&:hover { background-color: $selected_bg_color; color: $selected_fg_color; } - } - - .candidate-page-button-box { - height: 2em; - .vertical & { padding-top: 0.5em; } - .horizontal & { padding-left: 0.5em; } - } - - .candidate-page-button { - padding: 4px; - } - - .candidate-page-button-previous { border-radius: 4px 0px 0px 4px; border-right-width: 0; } - .candidate-page-button-next { border-radius: 0px 4px 4px 0px; } - .candidate-page-button-icon { icon-size: 1em; } - -/* Auth Dialogs & Screen Shield */ - -.framed-user-icon { - background-size: contain; - border: 2px solid $osd_fg_color; - color: $osd_fg_color; - border-radius: 3px; - &:hover { - border-color: lighten($osd_fg_color,30%); - color: lighten($osd_fg_color,30%); - } -} - -// LOGIN DIALOG - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog { - //reset - border: none; - background-color: transparent; - - .modal-dialog-button-box { spacing: 3px; } - .modal-dialog-button { - padding: 3px 18px; - &:default { - @include button(normal,$c:$selected_bg_color); - &:hover,&:focus { @include button(hover,$c:$selected_bg_color); } - &:active { @include button(active,$c:$selected_bg_color); } - &:insensitive { @include button(insensitive); } - - } - } - -} - - .login-dialog-logo-bin { padding: 24px 0px; } - .login-dialog-banner { color: darken($osd_fg_color,10%); } - .login-dialog-button-box { spacing: 5px; } - .login-dialog-message-warning { color: $warning_color; } - .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } - .login-dialog-user-selection-box { padding: 100px 0px; } - .login-dialog-not-listed-label { - padding-left: 2px; - .login-dialog-not-listed-button:focus &, - .login-dialog-not-listed-button:hover & { - color: $osd_fg_color; - } - } - .login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: darken($osd_fg_color,30%); - padding-top: 1em; - } - - .login-dialog-user-list-view { -st-vfade-offset: 1em; } - .login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; - &:expanded .login-dialog-user-list-item:selected { background-color: $selected_bg_color; color: $selected_fg_color; } - &:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid $selected_bg_color; } - } - .login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: darken($osd_fg_color,30%); - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } - .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: $osd_fg_color; - } - &:focus .login-dialog-timed-login-indicator { background-color: $selected_fg_color; } - } - - .login-dialog-username, - .user-widget-label { - color: $osd_fg_color; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; - } - .user-widget-label { - &:ltr { padding-left: 18px; } - &:rtl { padding-right: 18px; } - } - - .login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; - } - - .login-dialog-prompt-label { - color: darken($osd_fg_color, 20%); - font-size: 110%; - padding-top: 1em; - } - - .login-dialog-session-list-button StIcon { - icon-size: 1.25em; - } - - .login-dialog-session-list-button { - color: darken($osd_fg_color,30%); - &:hover,&:focus { color: $osd_fg_color; } - &:active { color: darken($osd_fg_color, 50%); } - } - -//SCREEN SHIELD - -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0,0,0,0.4); -} - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0,0,0,0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0,0,0,0.4); -} - -.screen-shield-clock-date { font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; - .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; - } - - .notification, - .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid $_bubble_borders_color; - background-color: transparentize($osd_bg_color,0.5); - color: $_bubble_fg_color; - border-radius: 4px; - } - .notification { margin-right: 15px; } //compensate for space allocated to the scrollbar -} - - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; -} - -.screen-shield-notification-count-text { padding: 0px 0px 0px 12px; } - -#panel.lock-screen { background-color: transparentize($_bubble_bg_color, 0.5); } - -.screen-shield-background { //just the shadow, really - background: black; - box-shadow: 0px 2px 4px transparentize(black,0.6); -} - -#lockDialogGroup { - background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png); - background-repeat: repeat; -} - -#screenShieldNotifications { - StButton#vhandle, StButton#hhandle { - background-color: transparentize($bg_color,0.7); - &:hover, &:focus { background-color: transparentize($bg_color,0.5); } - &:active { background-color: transparentize($selected_bg_color, 0.1); } - } -} - - -// Looking Glass -#LookingGlassDialog { - background-color: rgba(0,0,0,0.80); - spacing: 4px; - padding: 4px; - border: 2px solid grey; - border-radius: 4px; - & > #Toolbar { - border: 1px solid grey; - border-radius: 4px; - } - .labels { spacing: 4px; } - .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #ccc; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; - &:hover { - color: white; - text-shadow: black 0px 2px 2px; - } - &:selected { - border-bottom-width: 2px; - border-color: lighten($selected_bg_color,5%); - color: white; - text-shadow: black 0px 2px 2px; - } - } - StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } - StBoxLayout#ResultsArea { spacing: 4px; } -} - - .lg-dialog { - StEntry { - selection-background-color: #bbbbbb; - selected-color: #333333; - } - .shell-link { - color: #999999; - &:hover { color: #dddddd; } - } - } - - .lg-completions-text { - font-size: .9em; - font-style: italic; - } - - .lg-obj-inspector-title { - spacing: 4px; - } - - .lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; - &:hover { border: 1px solid #ffffff; } - } - - #lookingGlassExtensions { padding: 4px; } - - .lg-extensions-list { - padding: 4px; - spacing: 6px; - } - - .lg-extension { - border: 1px solid #6f6f6f; - border-radius: 4px; - padding: 4px; - } - - .lg-extension-name { - font-weight: bold; - } - - .lg-extension-meta { - spacing: 6px; - } - - #LookingGlassPropertyInspector { - background: rgba(0, 0, 0, 0.8); - border: 2px solid grey; - border-radius: 4px; - padding: 6px; - } \ No newline at end of file diff --git a/.themes/Dracula GTK/gnome-shell/_drawing.scss b/.themes/Dracula GTK/gnome-shell/_drawing.scss deleted file mode 100644 index 21a72c04b..000000000 --- a/.themes/Dracula GTK/gnome-shell/_drawing.scss +++ /dev/null @@ -1,228 +0,0 @@ -/***************** -* Drawing mixins * -*****************/ - -// drawing of depth/shadows - - $depth: 0 1px 2px rgba(0, 0, 0, 0.10); - $depth2: 0 1px 2px rgba(0, 0, 0, 0.15); - $depth3: inset 0 1px 1px rgba(0, 0, 0, 0.06); - $depth4: inset 0 1px 2px rgba(0, 0, 0, 0.10); - $depth5: inset 0 1px 2px rgba(0, 0, 0, 0.15); - $depth6: 0 2px 4px 2px transparentize(black, 0.8); - -// generic drawing of more complex things - -@function _widget_edge($c:$borders_edge) { -// outer highlight "used" on most widgets - @return 0 1px $c; -} - -// provide font size in rem, with px fallback -@mixin fontsize($size: 24, $base: 16) { - font-size: round($size) + pt; - //font-size: ($size / $base) * 1rem; -} - -@mixin _shadows($shadow1, $shadow2:none, $shadow3:none, $shadow4:none) { -// -// Helper function to stack up to 4 box-shadows; -// - @if $shadow4!=none { box-shadow: $shadow1, $shadow2, $shadow3, $shadow4; } - @else if $shadow3!=none { box-shadow: $shadow1, $shadow2, $shadow3; } - @else if $shadow2!=none { box-shadow: $shadow1, $shadow2; } - @else { box-shadow: $shadow1; } -} - -// entries - -@mixin entry($t, $fc:$selected_bg_color, $edge: $borders_edge) { -// -// Entries drawing function -// -// $t: entry type -// $fc: focus color -// $edge: set to none to not draw the bottom edge or specify a color to not -// use the default one -// -// possible $t values: -// normal, focus, insensitive -// - - @if $t==normal { - background-color: $gray; - border-color: $borders_color; - - @include _shadows($depth); - - } - @if $t==focus { @include _shadows($depth); } - @if $t==hover { } - @if $t==insensitive { - color: $insensitive_fg_color; - box-shadow: $depth; - } -} - -// buttons - -@function _border_color ($c) { @return darken($c,25%); } // colored buttons want - // the border form the - // base color - -@function _text_shadow_color ($tc:$fg_color, $bg:$bg_color) { -// -// calculate the color of text shadows -// -// $tc is the text color -// $bg is the background color -// - $_lbg: lightness($bg)/100%; - @if lightness($tc)<50% { @return transparentize(white,1-$_lbg/($_lbg*1.3)); } - @else { @return transparentize(black,$_lbg*0.8); } -} - -@function _button_hilight_color($c) { -// -// calculate the right top hilight color for buttons -// -// $c: base color; -// - @if lightness($c)>90% { @return white; } - @else if lightness($c)>80% { @return transparentize(white, 0.3); } - @else if lightness($c)>50% { @return transparentize(white, 0.5); } - @else if lightness($c)>40% { @return transparentize(white, 0.7); } - @else { @return transparentize(white, 0.9); } -} - -@mixin _button_text_shadow ($tc:$fg_color, $bg:$bg_color) { -// -// helper function for the text emboss effect -// -// $tc is the optional text color, not the shadow color -// -// TODO: this functions needs a way to deal with special cases -// - - $_shadow: _text_shadow_color($tc, $bg); - - @if lightness($tc)<50% { - text-shadow: 0 1px $_shadow; - icon-shadow: 0 1px $_shadow; - } - @else { - text-shadow: 0 -1px $_shadow; - icon-shadow: 0 -1px $_shadow; - } -} - -@mixin button($t, $c:$osd_bg_color, $tc:$fg_color, $edge: $borders_edge) { -// -// Button drawing function -// -// $t: button type, -// $c: base button color for colored* types -// $tc: optional text color for colored* types -// $edge: set to none to not draw the bottom edge or specify a color to not -// use the default one -// -// possible $t values: -// normal, hover, active, insensitive, insensitive-active, -// backdrop, backdrop-active, backdrop-insensitive, backdrop-insensitive-active, -// osd, osd-hover, osd-active, osd-insensitive, osd-backdrop, undecorated -// - - $_hilight_color: _button_hilight_color($c); - $_button_edge: if($edge == none, none, _widget_edge($edge)); - $_blank_edge: if($edge == none, none, _widget_edge(transparentize($edge,1))); - - - @if $t==normal { - // - // normal button - // - - color: $fg_color; - background-color: $main_dark; - box-shadow: none; - border: 1px solid $borders_color; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - } - @if $t==focus { - // - // focused button - // - $_bg: if($c!=$osd_bg_color, transparentize($c, 0.5), - $osd_bg_color); - - color: $purple; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: none; - border: 1px solid $borders_color; - } - - @else if $t==hover { - // - // active osd button - // - $_bg: if($c!=$osd_bg_color, transparentize($c, 0.3), - lighten($main_dark, 2%)); - - color: $purple; - background-color: $_bg; - border: 1px solid $borders_color; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - - } - @else if $t==active { - // - // active osd button - // - $_bg: if($c!=$bg_color, $c, $selected_bg_color); - - color: $purple; - background-color: $_bg; - // This should be none, but it's creating some issues with borders, so to - // workaround it for now, use inset wich goes through a different code path. - // see https://bugzilla.gnome.org/show_bug.cgi?id=752934 - border: 1px solid $borders_color; - text-shadow: none; - icon-shadow: none; - } - @else if $t==insensitive { - // - // insensitive osd button - // - $_bg: transparentize(mix($insensitive_fg_color,$osd_bg_color,20%),0.3); - - color: $insensitive_fg_color; - background-color: $_bg; - box-shadow: $depth4; - border: none; - text-shadow: none; - icon-shadow: none; - } - @else if $t==undecorated { - // - // reset - // - border-color: transparent; - background-color: transparent; - background-image: none; - - @include _shadows(inset 0 1px transparentize(white,1), - $_blank_edge); - - text-shadow: none; - icon-shadow: none; - } -} - -@mixin gradient($c1: $g1, $c2: $g2, $dir: horizontal) { - background-gradient-start: $c1; - background-gradient-end: $c2; - background-gradient-direction: $dir; -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gnome-shell/_extensions.scss b/.themes/Dracula GTK/gnome-shell/_extensions.scss deleted file mode 100644 index aaeaa3b07..000000000 --- a/.themes/Dracula GTK/gnome-shell/_extensions.scss +++ /dev/null @@ -1 +0,0 @@ -@import "extensions/_openweather" \ No newline at end of file diff --git a/.themes/Dracula GTK/gnome-shell/assets/calendar-arrow-left.svg b/.themes/Dracula GTK/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100755 index deaa12348..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/calendar-arrow-right.svg b/.themes/Dracula GTK/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100755 index 626ed7ef6..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/calendar-today.svg b/.themes/Dracula GTK/gnome-shell/assets/calendar-today.svg deleted file mode 100755 index 66cfc806d..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/checkbox-focused.svg b/.themes/Dracula GTK/gnome-shell/assets/checkbox-focused.svg deleted file mode 100755 index 4eac09a10..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/checkbox-focused.svg +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/checkbox-off-focused.svg b/.themes/Dracula GTK/gnome-shell/assets/checkbox-off-focused.svg deleted file mode 100755 index 6e0391e4b..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/checkbox-off-focused.svg +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/checkbox-off.svg b/.themes/Dracula GTK/gnome-shell/assets/checkbox-off.svg deleted file mode 100755 index 8ebc9cd0f..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/checkbox.svg b/.themes/Dracula GTK/gnome-shell/assets/checkbox.svg deleted file mode 100755 index ddb1c5a02..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/close-window.svg b/.themes/Dracula GTK/gnome-shell/assets/close-window.svg deleted file mode 100644 index 6e7883bfb..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/close-window.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/.themes/Dracula GTK/gnome-shell/assets/corner-ripple-ltr.png b/.themes/Dracula GTK/gnome-shell/assets/corner-ripple-ltr.png deleted file mode 100755 index 32e14ca63..000000000 Binary files a/.themes/Dracula GTK/gnome-shell/assets/corner-ripple-ltr.png and /dev/null differ diff --git a/.themes/Dracula GTK/gnome-shell/assets/corner-ripple-rtl.png b/.themes/Dracula GTK/gnome-shell/assets/corner-ripple-rtl.png deleted file mode 100755 index 1434e7c43..000000000 Binary files a/.themes/Dracula GTK/gnome-shell/assets/corner-ripple-rtl.png and /dev/null differ diff --git a/.themes/Dracula GTK/gnome-shell/assets/dash-placeholder.svg b/.themes/Dracula GTK/gnome-shell/assets/dash-placeholder.svg deleted file mode 100755 index cbae148a2..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/logged-in-indicator.svg b/.themes/Dracula GTK/gnome-shell/assets/logged-in-indicator.svg deleted file mode 100755 index c0267ea01..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/logged-in-indicator.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/noise-texture.png b/.themes/Dracula GTK/gnome-shell/assets/noise-texture.png deleted file mode 100755 index 6b70a2d40..000000000 Binary files a/.themes/Dracula GTK/gnome-shell/assets/noise-texture.png and /dev/null differ diff --git a/.themes/Dracula GTK/gnome-shell/assets/process-working.svg b/.themes/Dracula GTK/gnome-shell/assets/process-working.svg deleted file mode 100755 index 920a67d2d..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,3084 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/running-indicator.svg b/.themes/Dracula GTK/gnome-shell/assets/running-indicator.svg deleted file mode 100755 index ebe7ecfc9..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/running-indicator.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/source-button-border.svg b/.themes/Dracula GTK/gnome-shell/assets/source-button-border.svg deleted file mode 100755 index 6e5051ee9..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/source-button-border.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/toggle-off.svg b/.themes/Dracula GTK/gnome-shell/assets/toggle-off.svg deleted file mode 100755 index 5b80758fc..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/toggle-on.svg b/.themes/Dracula GTK/gnome-shell/assets/toggle-on.svg deleted file mode 100755 index 7eb4de343..000000000 --- a/.themes/Dracula GTK/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gnome-shell/assets/ws-switch-arrow-down.png b/.themes/Dracula GTK/gnome-shell/assets/ws-switch-arrow-down.png deleted file mode 100644 index a674ad58d..000000000 Binary files a/.themes/Dracula GTK/gnome-shell/assets/ws-switch-arrow-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gnome-shell/assets/ws-switch-arrow-up.png b/.themes/Dracula GTK/gnome-shell/assets/ws-switch-arrow-up.png deleted file mode 100644 index 1b6f61114..000000000 Binary files a/.themes/Dracula GTK/gnome-shell/assets/ws-switch-arrow-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gnome-shell/extensions/_openweather.scss b/.themes/Dracula GTK/gnome-shell/extensions/_openweather.scss deleted file mode 100644 index 03dd97b7a..000000000 --- a/.themes/Dracula GTK/gnome-shell/extensions/_openweather.scss +++ /dev/null @@ -1,13 +0,0 @@ -.openweather-current-summarybox, -.openweather-forecast-icon, -.openweather-current-databox-captions, -.openweather-current-databox-values, -.openweather-current-icon, -.openweather-forecast-summary, -.openweather-forecast-temperature{ - background: transparent; -} - -.openweather-current-databox-captions, .openweather-forecast-day { - color: $selected_bg_color; -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gnome-shell/gnome-shell.css b/.themes/Dracula GTK/gnome-shell/gnome-shell.css deleted file mode 100644 index 3b8e5b58b..000000000 --- a/.themes/Dracula GTK/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,2069 +0,0 @@ -/***************** -* Drawing mixins * -*****************/ -/* GLOBALS */ -stage { - font-family: Roboto, Ubuntu, Cantarell, Sans-Serif; - font-size: 10pt; - color: #C3C7D1; } - -/* WIDGETS */ -/* Buttons */ -.button { - color: #C3C7D1; - background-color: #1d1f27; - box-shadow: none; - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - border-radius: 4px; - border-width: 0; - padding: 4px 32px; } - .button:focus { - color: #bd93f9; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: none; - border: 1px solid #21232d; } - .button:insensitive { - color: #767984; - background-color: rgba(57, 59, 71, 0.66); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - border: none; - text-shadow: none; - icon-shadow: none; } - .button:active { - color: #bd93f9; - background-color: rgba(40, 42, 54, 0.95); - border: 1px solid #21232d; - text-shadow: none; - icon-shadow: none; } - .button:hover { - color: #bd93f9; - background-color: #21232d; - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - -.modal-dialog-linked-button { - padding: 10px; - border: 1px solid #21232d; - color: #C3C7D1; - background: #1d1f27; - text-shadow: none; - icon-shadow: none; - box-shadow: none; } - .modal-dialog-linked-button:insensitive { - color: #767984; - background-color: rgba(57, 59, 71, 0.66); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - border: none; - text-shadow: none; - icon-shadow: none; } - .modal-dialog-linked-button:active { - color: #bd93f9; - background-color: rgba(40, 42, 54, 0.95); - border: 1px solid #21232d; - text-shadow: none; - icon-shadow: none; } - .modal-dialog-linked-button:focus { - color: #bd93f9; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: none; - border: 1px solid #21232d; } - .modal-dialog-linked-button:focus:hover { - color: #bd93f9; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: none; - border: 1px solid #21232d; } - .modal-dialog-linked-button:hover { - color: #bd93f9; - background-color: #21232d; - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .modal-dialog-linked-button:first-child { - border-radius: 0px 0px 0px 2px; } - .modal-dialog-linked-button:last-child { - border-radius: 0px 0px 2px 0px; } - .modal-dialog-linked-button:first-child:last-child { - border-radius: 0px 0px 2px 2px; } - -/* Entries */ -StEntry { - background-color: #373a4b; - border-color: #21232d; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); - border-radius: 2px; - padding: 4px; - border-width: 0; - color: #C3C7D1; - selection-background-color: rgba(189, 147, 249, 0.5); - selected-color: #f8f8f2; } - StEntry:focus { - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } - StEntry:insensitive { - color: #767984; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } - StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #ff9f39; - padding: 0 4px; } - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 68px; } - -StScrollView.hfade { - -st-hfade-offset: 68px; } - -StScrollBar { - padding: 0; } - StScrollView StScrollBar { - min-width: 14px; - min-height: 14px; } - StScrollBar StBin#trough { - border-radius: 0; - background-color: transparent; } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 8px; - background-color: #474955; - margin: 3px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #a4a8b2; } - StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: rgba(189, 147, 249, 0.5); } - -/* Slider */ -.slider { - height: 1em; - color: #cbcb9f; - border-color: black; - -slider-height: 0.1em; - -slider-background-color: #373a4b; - -slider-border-color: black; - -slider-active-background-color: #bd93f9; - -slider-active-border-color: #50fa7a; - -slider-border-width: 0; - -slider-handle-radius: 6px; - -barlevel-height: 0.1em; - -barlevel-background-color: #373a4b; - -barlevel-border-color: black; - -barlevel-active-background-color: #bd93f9; - -barlevel-active-border-color: #50fa7a; - -barlevel-border-width: 0; - -barlevel-handle-radius: 6px; - -barlevel-overdrive-color: #bd93f9; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 0px; } - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: .8em; } - -.check-box StBin { - width: 24px; - height: 22px; - background-image: url("assets/checkbox-off.svg"); } - -.check-box:focus, .check-box:hover StBin { - background-image: url("assets/checkbox-off-focused.svg"); } - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); } - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox-focused.svg"); } - -/* Switches */ -.toggle-switch { - width: 65px; - height: 22px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); } - .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); } - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); } - .toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); } - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); } - .toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); } - -/* links */ -.shell-link { - color: #A0C1B9; } - .shell-link:hover { - color: #bfd5d0; } - -/* Modal Dialogs */ -.headline { - font-size: 110%; } - -.lightbox { - background-color: black; } - -.flashspot { - background-color: white; } - -.modal-dialog { - border: none; - border-radius: 2px; - color: #C3C7D1; - background-color: rgba(29, 31, 39, 0.95); - box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } - .modal-dialog .modal-dialog-content-box { - padding: 24px; } - .modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; } - .modal-dialog .run-dialog-error-box { - color: #ff3c3c; - padding-top: 16px; - spacing: 6px; } - .modal-dialog .run-dialog-button-box { - padding-top: 1em; } - .modal-dialog .run-dialog-label { - font-size: 11pt; - font-weight: bold; - color: #a6acbb; - padding-bottom: .4em; } - .modal-dialog .run-dialog-description { - color: #C3C7D1; } - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 13pt; } - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; } - -.message-dialog-content { - max-width: 28em; - spacing: 20px; } - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; } - -.message-dialog-title { - font-weight: bold; } - -.message-dialog-subtitle { - color: #575e71; - font-weight: bold; } - -/* End Session Dialog */ -.end-session-dialog { - spacing: 42px; - border: none; } - .end-session-dialog .modal-dialog-linked-button:last-child { - background-color: #ff5555; - color: #fff; } - .end-session-dialog .modal-dialog-linked-button:last-child:hover, .end-session-dialog .modal-dialog-linked-button:last-child:focus { - background: #ff2c2c; - color: #fff; } - -.end-session-dialog-list { - padding-top: 20px; } - -.end-session-dialog-layout { - padding-left: 17px; } - .end-session-dialog-layout:rtl { - padding-right: 17px; } - -.end-session-dialog-description { - width: 28em; - padding-bottom: 10px; } - .end-session-dialog-description:rtl { - text-align: right; } - -.end-session-dialog-warning { - width: 28em; - color: #ff9f39; - padding-top: 6px; } - .end-session-dialog-warning:rtl { - text-align: right; } - -.end-session-dialog-logout-icon { - border-radius: 3px; - width: 48px; - height: 48px; - background-size: contain; } - -.end-session-dialog-shutdown-icon { - color: #ff3c3c; - width: 48px; - height: 48px; } - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; } - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; } - -.end-session-dialog-list-header { - font-weight: bold; } - .end-session-dialog-list-header:rtl { - text-align: right; } - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; } - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; } - -.end-session-dialog-app-list-item-description { - color: #b5bac6; - font-size: 10pt; } - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; } - -.mount-dialog { - spacing: 24px; } - .mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; } - .mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; } - .mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; } - .mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; } - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; } - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - -.mount-dialog-app-list-item { - color: #a6acbb; } - .mount-dialog-app-list-item:hover { - color: #C3C7D1; } - .mount-dialog-app-list-item:ltr { - padding-right: 1em; } - .mount-dialog-app-list-item:rtl { - padding-left: 1em; } - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - -.mount-dialog-app-list-item-name { - font-size: 10pt; } - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 34em; - border: none; - border-radius: 2px; } - .prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; } - .prompt-dialog .message-dialog-content { - spacing: 16px; } - .prompt-dialog .message-dialog-title { - color: #7b849a; } - -.prompt-dialog-description:rtl { - text-align: right; } - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; } - -.prompt-dialog-error-label { - font-size: 10pt; - color: #ff3c3c; - padding-bottom: 8px; } - -.prompt-dialog-info-label { - font-size: 10pt; - padding-bottom: 8px; } - -.hidden { - color: rgba(0, 0, 0, 0); } - -.prompt-dialog-null-label { - font-size: 10pt; - padding-bottom: 8px; } - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - padding-left: 10px; - spacing: 10px; } - .polkit-dialog-user-layout:rtl { - padding-left: 0px; - padding-right: 10px; } - -.polkit-dialog-user-root-label { - color: #ff9f39; } - -.polkit-dialog-user-icon { - border-radius: 3px; - background-size: contain; - width: 48px; - height: 48px; } - -/* Audio selection dialog */ -.audio-device-selection-dialog { - spacing: 30px; } - -.audio-selection-content { - spacing: 20px; - padding: 24px; } - -.audio-selection-title { - font-weight: bold; - text-align: center; } - -.audio-selection-box { - spacing: 20px; } - -.audio-selection-device { - border: 1px solid #C3C7D1; - border-radius: 12px; } - .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(189, 147, 249, 0.5); } - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; } - -.audio-selection-device-icon { - icon-size: 64px; } - -/* Access Dialog */ -.access-dialog { - spacing: 30px; } - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; } - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; } - -.extension-dialog .message-dialog-title { - color: #7b849a; } - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; } - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -/* Popovers/Menus */ -.popup-menu { - min-width: 15em; - background-color: transparent; - color: #C3C7D1; } - .popup-menu .popup-sub-menu { - background-color: rgba(0, 0, 0, 0.2); - box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); } - .popup-menu .popup-menu-content { - padding: 16px 0; } - .popup-menu .popup-menu-item { - spacing: 6px; - padding: 6px; } - .popup-menu .popup-menu-item:ltr { - padding-right: 1.75em; - padding-left: 0; } - .popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 1.75em; } - .popup-menu .popup-menu-item:checked { - background-color: rgba(31, 33, 42, 0.93); - color: #f8f8f2; - box-shadow: inset 1px 0px 0px rgba(204, 171, 250, 0.5); - font-weight: normal; } - .popup-menu .popup-menu-item:checked:hover { - background-color: rgba(31, 33, 42, 0.93); - color: rgba(189, 147, 249, 0.5); } - .popup-menu .popup-menu-item.selected { - background-color: rgba(195, 199, 209, 0.1); - color: #C3C7D1; } - .popup-menu .popup-menu-item:active { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - .popup-menu .popup-menu-item:insensitive { - color: rgba(195, 199, 209, 0.5); } - .popup-menu .popup-inactive-menu-item { - color: #C3C7D1; } - .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(195, 199, 209, 0.5); } - .popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; } - -.popup-menu-ornament { - text-align: right; - width: 1.2em; } - -.popup-menu-boxpointer, -.candidate-popup-boxpointer { - -arrow-border-radius: 7px; - -arrow-background-color: #282a36; - -arrow-border-width: 1px; - -arrow-border-color: #21232d; - -arrow-base: 24px; - -arrow-rise: 11px; - -arrow-box-shadow: 0 1px 3px black; } - -.popup-separator-menu-item { - background: transparent; } - .popup-separator-menu-item-separator { - height: 1px; - margin: 6px 64px; - background-color: transparent; - border-color: transparent; - border-bottom-width: 1px; - border-bottom-style: solid; } - .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - margin: 0 64px 0 32px; - background: transparent; } - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; } - -/* fallback menu -- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled - app menu inside the main app window itself rather than the top bar -*/ -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; } - .osd-window .osd-monitor-label { - font-size: 3em; } - .osd-window .level { - height: 0.4em; - border-radius: 0.3em; - color: #C3C7D1; - border: 1px solid #21232d; - -barlevel-height: 0.4em; - -barlevel-background-color: rgba(0, 0, 0, 0.5); - -barlevel-active-background-color: rgba(189, 147, 249, 0.5); - -barlevel-overdrive-color: #ff5555; - -barlevel-overdrive-separator-width: 0.2em; } - .osd-window .level-bar { - background-color: rgba(189, 147, 249, 0.5); - border-radius: 0.3em; } - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.8); } - .pad-osd-window .pad-osd-title-box { - spacing: 12px; } - .pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; } - -.combo-box-label { - width: 15em; } - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 16px; } - -.switcher-list-item-container { - spacing: 8px; } - -.switcher-list .item-box { - padding: 8px; - border-radius: 4px; } - -.switcher-list .item-box:outlined { - padding: 6px; - border: 2px solid #0c0c10; } - -.switcher-list .item-box:selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - -.switcher-list .thumbnail { - width: 256px; } - -.switcher-list .separator { - width: 1px; - background: #21232d; } - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: rgba(195, 199, 209, 0.8); } - .switcher-arrow:highlighted { - color: #C3C7D1; } - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; } - -/* Window Cycler */ -.cycler-highlight { - border: 5px solid rgba(189, 147, 249, 0.5); } - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 12px; } - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; } - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 50px; - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; - border: none; - background-size: 32px; - border-radius: 8px; } - -.ws-switcher-active-up { - background-image: url("assets/ws-switch-arrow-up.png"); } - -.ws-switcher-active-down { - background-image: url("assets/ws-switch-arrow-down.png"); } - -.ws-switcher-box { - height: 50px; - border: 1px solid rgba(195, 199, 209, 0.1); - background: rgba(18, 19, 25, 0.95); - border-radius: 8px; } - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #C3C7D1; - background-color: rgba(40, 42, 54, 0.95); - border: 1px solid #21232d; - box-shadow: 0px 0px 7px #21232d; - border-radius: 5px; - padding: 12px; } - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(189, 147, 249, 0.3); - border: 1px solid rgba(189, 147, 249, 0.5); } - -.tile-preview-left.on-primary { - border-radius: 2px 2px 0 0; } - -.tile-preview-right.on-primary { - border-radius: 0 2px 0 0; } - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 2px 2px 0 0; } - -/* TOP BAR */ -#panel { - background-gradient-direction: none; - background-color: rgba(40, 42, 54, 0.95); - /* transition from solid to transparent */ - transition-duration: 500ms; - font-weight: bold; - height: 1.86em; - padding: 0px 0px; } - #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; } - #panel #panelLeft, #panel #panelCenter { - spacing: 4px; } - #panel .panel-corner { - -panel-corner-radius: 0px; - -panel-corner-background-color: rgba(0, 0, 0, 0.2); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; } - #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: rgba(204, 171, 250, 0.5); } - #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; } - #panel .panel-button { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #f8f8f2; - transition-duration: 100ms; } - #panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 4px; - margin-right: 4px; } - #panel .panel-button .system-status-icon, - #panel .panel-button .app-menu-icon > StIcon, - #panel .panel-button .popup-menu-arrow { - icon-shadow: none; } - #panel .panel-button:hover { - background: rgba(62, 65, 83, 0.95); - color: white; - transition-duration: 200ms; } - #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - box-shadow: none; - background-gradient-start: rgba(189, 147, 249, 0.5); - background-gradient-end: rgba(189, 147, 249, 0.5); - background-gradient-direction: horizontal; - color: #f8f8f2; - transition-duration: 200ms; } - #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { - icon-shadow: red 0 2px 2px; } - #panel .panel-button .system-status-icon { - icon-size: 1.09em; - padding: 0 5px; } - .unlock-screen #panel .panel-button, - .login-screen #panel .panel-button, - .lock-screen #panel .panel-button { - color: #e0e2e7; } - .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, - .login-screen #panel .panel-button:focus, - .login-screen #panel .panel-button:hover, - .login-screen #panel .panel-button:active, - .lock-screen #panel .panel-button:focus, - .lock-screen #panel .panel-button:hover, - .lock-screen #panel .panel-button:active { - color: #e0e2e7; } - #panel .panel-button.clock-display:active, #panel .panel-button.clock-display:overview, #panel .panel-button.clock-display:focus, #panel .panel-button.clock-display:checked { - box-shadow: none; } - #panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - box-shadow: none; } - #panel .panel-status-indicators-box, - #panel .panel-status-menu-box { - spacing: 2px; } - #panel .power-status.panel-status-indicators-box { - spacing: 0; } - #panel .screencast-indicator { - color: #ff9f39; } - #panel.solid { - background-color: #282a36; - /* transition from transparent to solid */ - transition-duration: 300ms; } - #panel.solid .panel-corner { - -panel-corner-background-color: black; } - #panel.solid .system-status-icon, - #panel.solid .app-menu-icon > StIcon, - #panel.solid .popup-menu-arrow { - icon-shadow: none; } - -#calendarArea { - padding: 0.75em 1.0em; } - -.calendar { - margin-bottom: 1em; } - -.calendar, .world-clocks-button, .weather-button, .events-button { - background: transparent; - border: none; } - -.calendar, -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 0 1.5em; } - -.datemenu-calendar-column { - spacing: 0.5em; } - -.datemenu-displays-section { - padding-bottom: 3em; } - -.datemenu-displays-box { - spacing: 1em; } - -.datemenu-calendar-column { - border: 0 solid transparent; - background: #262834; } - .datemenu-calendar-column:ltr { - border-left-width: 1px; } - .datemenu-calendar-column:rtl { - border-right-width: 1px; } - -.datemenu-today-button, -.world-clocks-button, -.weather-button, -.events-section-title, -.message-list-section-title, -.events-button { - border-radius: 4px; - color: #C3C7D1; - padding: .4em; } - -.message-list-section-list:ltr { - padding-left: .4em; } - -.message-list-section-list:rtl { - padding-right: .4em; } - -.datemenu-today-button:hover, .datemenu-today-button:focus, -.world-clocks-button:hover, -.world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-section-title:hover, -.events-section-title:focus, -.message-list-section-title:hover, -.message-list-section-title:focus, -.events-button:hover, -.events-button:focus { - background-color: #333545; } - -.datemenu-today-button:active, -.world-clocks-button:active, -.weather-button:active, -.events-section-title:active, -.message-list-section-title:active, -.events-button:active { - color: white; - background-color: rgba(189, 147, 249, 0.5); } - -.datemenu-today-button .date-label { - font-size: 1.5em; } - -.world-clocks-header, -.weather-header, -.events-section-title, -.message-list-section-title, -.events-title { - color: #a6acbb; - font-weight: bold; } - -.events-button .event-time { - color: #b7bcc8; } - -.world-clocks-grid { - spacing-rows: 0.4em; } - -.weather-box { - spacing: 0.4em; } - -.calendar-month-label { - color: #b5bac6; - font-weight: bold; - padding: 8px 0; } - -.pager-button { - color: white; - background-color: transparent; - width: 32px; - border-radius: 4px; } - .pager-button:hover, .pager-button:focus { - background-color: rgba(195, 199, 209, 0.05); } - .pager-button:active { - background-color: rgba(40, 42, 54, 0.05); } - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); } - .calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); } - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); } - .calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); } - -.calendar-change-month-back StIcon, -.calendar-change-month-forward StIcon { - color: #b5bac6; } - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 2.4em; - height: 2.4em; - padding: 0.1em; - margin: 2px; - border-radius: 1.4em; - color: #C3C7D1; } - .calendar-day-base:hover, .calendar-day-base:focus { - background-color: #333545; } - .calendar-day-base:active, .calendar-day-base:selected { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); - border-color: transparent; } - .calendar-day-base.calendar-day-heading { - color: #a6acbb; - margin-top: 1em; - font-size: 70%; } - -.calendar-day { - border-width: 0; } - -.calendar-day-top { - border-top-width: 1px; } - -.calendar-day-left { - border-left-width: 1px; } - -.calendar-nonwork-day { - color: #767984; } - -.calendar-today { - font-weight: bold; - border: 1px solid rgba(189, 147, 249, 0.5); - background-color: transparent; - color: #f8f8f2; } - .calendar-today:hover, .calendar-today:focus { - background-color: rgba(198, 161, 250, 0.5); - color: #f8f8f2; } - .calendar-today:active, .calendar-today:selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - .calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: rgba(198, 161, 250, 0.5); - color: #f8f8f2; } - -.calendar-day-with-events { - color: #e0e2e7; - font-weight: bold; - background-image: url("assets/calendar-today.svg"); } - -.calendar-other-month-day { - color: #767984; - opacity: 0.5; } - -.calendar-week-number { - font-size: 70%; - font-weight: bold; - width: 2.3em; - height: 1.8em; - border-radius: 2px; - padding: 0.5em 0 0; - margin: 6px; - background-color: rgba(195, 199, 209, 0.3); - color: #282a36; } - -/* Message list */ -.message-list { - width: 31.5em; } - .message-list .message-title { - color: #babfca; } - .message-list .message-content, .message-list .message-body { - color: #b7bcc8; } - -.message-list-clear-button.button { - background: #262834; - border: 1px solid transparent; - margin: 1.5em 1.5em 0; } - .message-list-clear-button.button:hover, .message-list-clear-button.button:focus { - color: #bd93f9; - background-color: #21232d; - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - -.message-list-sections { - spacing: 1em; } - -.message-list-section, -.message-list-section-list { - spacing: 0.4em; } - -.message-list-section-close > StIcon { - icon-size: 16px; - border-radius: 16px; - padding: 8px; - color: #C3C7D1; - background-color: transparent; } - -.message-list-section-close:hover > StIcon, -.message-list-section-close:focus > StIcon .message-list-section-close:active > StIcon { - color: #ff5555; - background: transparent; } - -.message { - background: #262834; - border: 1px solid #21232d; - border-radius: 5px; - box-shadow: none; } - .message:hover, .message:focus { - background-color: #21232d; - box-shadow: 2px 0px 0px 0px #bd93f9 inset; - border-radius: 1px 5px 5px 1px; } - -.message-close-button { - color: #C3C7D1; } - -.message-icon-bin { - padding: 10px 3px 10px 10px; } - .message-icon-bin:rtl { - padding: 10px 10px 10px 3px; } - -.message-icon-bin > StIcon { - icon-size: 16px; - -st-icon-style: symbolic; } - -.message-secondary-bin { - padding: 0 12px; } - -.message-secondary-bin > .event-time { - color: #989fb0; - font-size: 0.7em; - /* HACK: the label should be baseline-aligned with a 1em label, - fake this with some bottom padding */ - padding-bottom: 0.13em; } - -.message-secondary-bin > StIcon { - icon-size: 16px; } - -.message-content { - padding: 10px; } - .message-content *:hover > StIcon, - .message-content *:focus > StIcon { - color: #ff5555; } - -.message-media-control { - padding: 12px; - color: #8991a5; } - .message-media-control:last-child:ltr { - padding-right: 18px; } - .message-media-control:last-child:rtl { - padding-left: 18px; } - .message-media-control:hover { - color: #C3C7D1; } - .message-media-control:insensitive { - color: #575e71; } - -.media-message-cover-icon { - icon-size: 48px !important; } - .media-message-cover-icon.fallback { - color: #3e4153; - background-color: #282a36; - border: 2px solid #282a36; - border-radius: 2px; - icon-size: 16px; - padding: 8px; } - -/* World clocks */ -.world-clocks-button .world-clocks-city { - color: #C3C7D1; - font-weight: normal; } - -.world-clocks-button .world-clocks-time { - font-weight: bold; - color: #C3C7D1; - font-feature-settings: "lnum"; - text-align: right; } - -.world-clocks-button .world-clocks-timezone { - color: #8991a5; - font-feature-settings: "tnum"; } - -/* Weather */ -.weather-button .weather-header { - color: #a6acbb; - font-weight: bold; } - .weather-button .weather-header.location { - font-weight: normal; } - -.weather-button .weather-forecast-time { - color: #a6acbb; - font-feature-settings: "tnum"; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; } - -.weather-button .weather-forecast-temp { - font-weight: bold; } - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; } - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; } - -#appMenu { - spinner-image: url("assets/process-working.svg"); - spacing: 4px; } - #appMenu .label-shadow { - color: transparent; } - -.aggregate-menu { - min-width: 21em; } - .aggregate-menu .popup-menu-icon { - padding: 0 4px; } - -.system-menu-action { - color: #C3C7D1; - border-radius: 32px; - /* wish we could do 50% */ - border: 1px solid #21232d; - background: #21232d; - padding: 13px; } - .system-menu-action:hover, .system-menu-action:focus { - border: 1px solid rgba(189, 147, 249, 0.5); - color: rgba(189, 147, 249, 0.5); - background: transparent; } - .system-menu-action:active { - background-color: rgba(159, 99, 246, 0.5); - color: #f8f8f2; - border: 1px solid rgba(159, 99, 246, 0.5); } - .system-menu-action > StIcon { - icon-size: 16px; } - -.ripple-box { - width: 52px; - height: 52px; - background-image: url("assets/corner-ripple-ltr.png"); - background-size: contain; } - -.ripple-box:rtl { - background-image: url("assets/corner-ripple-rtl.png"); } - -.popup-menu-arrow { - width: 16px; - height: 16px; } - -.popup-menu-icon { - icon-size: 1.09em; } - -.window-close { - background-color: transparent; - background-image: url("assets/close-window.svg"); - background-size: 32px; - border: none; - box-shadow: none; - color: transparent; - height: 32px; - width: 32px; } - -.window-close { - -shell-close-overlap: 16px; } - .window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; } - -.nm-dialog-content { - spacing: 20px; - padding: 24px; } - -.nm-dialog-header-hbox { - spacing: 10px; } - -.nm-dialog-airplane-box { - spacing: 12px; } - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; } - -.nm-dialog-airplane-text { - color: #C3C7D1; } - -.nm-dialog-header-icon { - icon-size: 32px; } - -.nm-dialog-scroll-view { - border: 2px solid #21232d; - background: transparent; } - -.nm-dialog-header { - font-weight: bold; } - -.nm-dialog-item { - font-size: 110%; - border-bottom: 1px solid #21232d; - padding: 12px; - spacing: 20px; } - -.nm-dialog-item:selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - -.nm-dialog-icons { - spacing: .5em; } - -.nm-dialog-icon { - icon-size: 16px; } - -.no-networks-label { - color: #999999; } - -.no-networks-box { - spacing: 12px; } - -/* OVERVIEW */ -#overview { - spacing: 24px; } - -.overview-controls { - padding-bottom: 32px; } - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 16px; } - .window-picker.external-monitor { - padding: 16px; } - -.window-clone-border { - border: 1px solid rgba(255, 255, 255, 0); - border-radius: 0px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); } - -.window-caption { - spacing: 20px; - color: #f8f8f2; - background-color: rgba(40, 42, 54, 0.65); - border-radius: 2px; - padding: 4px 8px; } - -.search-entry { - width: 320px; - padding: 9px; - border-radius: 100px; - border: 1px solid #21232d; - color: #C3C7D1; - background-color: rgba(40, 42, 54, 0.6); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } - .search-entry:focus { - color: #C3C7D1; - background-color: rgba(40, 42, 54, 0.8); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } - .search-entry .search-entry-icon { - icon-size: 1em; - padding: 0 4px; - color: rgba(195, 199, 209, 0.7); } - .search-entry:hover, .search-entry:focus { - background-color: rgba(40, 42, 54, 0.8); - border-color: rgba(189, 147, 249, 0.3); } - .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #C3C7D1; } - -#searchResultsBin { - max-width: 1000px; } - -#searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; } - -.search-section { - spacing: 16px; } - -.search-section-content { - background-color: transparent; - border-radius: 0; - border: none; - box-shadow: none; - spacing: 32px; } - -.list-search-results { - spacing: 3px; } - -.search-section-separator { - height: 2px; - background-color: rgba(255, 255, 255, 0.2); } - -.list-search-result-content { - spacing: 30px; } - -.list-search-result-title { - color: white; - spacing: 12px; } - -.list-search-result-description { - color: rgba(255, 255, 255, 0.5); } - -.list-search-provider-details { - width: 150px; - color: white; - margin-top: 0.24em; } - -.list-search-provider-content { - spacing: 20px; } - -.search-provider-icon { - padding: 15px; } - -/* DASHBOARD */ -#dash { - font-size: 9pt; - color: #f8f8f2; - background-color: rgba(40, 42, 54, 0.95); - padding: 6px 0; - border: 1px solid #21232d; - border-left: 0px; - border-radius: 0px 5px 5px 0px; } - #dash:rtl { - border-radius: 9px 0 0 9px; } - #dash .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; } - #dash .empty-dash-drop-target { - width: 24px; - height: 24px; } - -.dash-item-container > StWidget { - padding: 4px 8px; } - -.dash-label { - border-radius: 7px; - padding: 4px 12px; - color: #f8f8f2; - background-color: rgba(40, 42, 54, 0.95); - text-align: center; - -x-offset: 8px; } - -/* App Vault/Grid */ -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; } - .icon-grid .overview-icon { - icon-size: 96px; } - -.system-action-icon { - background-color: black; - color: white; - border-radius: 99px; - icon-size: 48px; } - -.app-view-controls { - padding-bottom: 32px; } - -.app-view-control { - padding: 4px 32px; } - .app-view-control:checked { - color: #bd93f9; - background-color: rgba(40, 42, 54, 0.95); - border: 1px solid #21232d; - text-shadow: none; - icon-shadow: none; } - .app-view-control:first-child { - border-right-width: 0; - border-radius: 3px 0 0 3px; } - .app-view-control:last-child { - border-radius: 0 3px 3px 0; } - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(18, 19, 25, 0.85); } - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(40, 42, 54, 0.3); - transition-duration: 200ms; } - -.app-well-app, -.app-well-app.app-folder, -.show-apps, -.grid-search-result { - border: none; } - .app-well-app:active .overview-icon, - .app-well-app:checked .overview-icon, - .app-well-app.app-folder:active .overview-icon, - .app-well-app.app-folder:checked .overview-icon, - .show-apps:active .overview-icon, - .show-apps:checked .overview-icon, - .grid-search-result:active .overview-icon, - .grid-search-result:checked .overview-icon { - background-color: rgba(25, 26, 33, 0.85); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); - color: #C3C7D1; } - .app-well-app:hover .overview-icon, - .app-well-app:focus .overview-icon, - .app-well-app:selected .overview-icon, - .app-well-app.app-folder:hover .overview-icon, - .app-well-app.app-folder:focus .overview-icon, - .app-well-app.app-folder:selected .overview-icon, - .show-apps:hover .overview-icon, - .show-apps:focus .overview-icon, - .show-apps:selected .overview-icon, - .grid-search-result:hover .overview-icon, - .grid-search-result:focus .overview-icon, - .grid-search-result:selected .overview-icon { - background-color: rgba(40, 42, 54, 0.5); - transition-duration: 0ms; - border-image: none; - background-image: none; } - -.app-well-app-running-dot { - width: 4px; - height: 4px; - background-color: rgba(189, 147, 249, 0.5); - border-radius: 10px !important; - box-shadow: 0px 0px 5px 4px rgba(189, 147, 249, 0.8); - margin-bottom: 0px; } - -.search-provider-icon, -.list-search-result, .app-well-app .overview-icon, -.app-well-app.app-folder .overview-icon, -.show-apps .overview-icon, -.grid-search-result .overview-icon { - color: #f8f8f2; - border-radius: 2px; - padding: 7px 6px; - border: none; - transition-duration: 100ms; - text-align: center; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(40, 42, 54, 0.35); } - -.show-apps .show-apps-icon { - color: #f8f8f2; } - -.show-apps:checked .show-apps-icon, -.show-apps:focus .show-apps-icon { - color: #C3C7D1; - transition-duration: 100ms; } - -.app-folder-popup { - -arrow-border-radius: 8px; - -arrow-background-color: rgba(40, 42, 54, 0.5); - -arrow-base: 24px; - -arrow-rise: 11px; } - -.app-folder-popup-bin { - padding: 5px; - background: rgba(40, 42, 54, 0.5); } - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; } - -.page-indicator { - padding: 15px 20px; } - .page-indicator .page-indicator-icon { - width: 12px; - height: 12px; - border-radius: 12px; - background-image: none; - background-color: rgba(255, 255, 255, 0.3); - border: none; } - .page-indicator:hover .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.5); } - .page-indicator:active .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.7); - margin: 0; } - .page-indicator:checked .page-indicator-icon { - background-image: none; - background-color: #FFFFFF; - transition-duration: 0.3s; - transition-timing-function: ease-in-out; } - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; } - -.workspace-thumbnails { - visible-width: 32px; - spacing: 11px; - padding: 8px; - border-radius: 0; } - .workspace-thumbnails:rtl { - border-radius: 0; } - -.workspace-thumbnail-indicator { - border: 4px solid rgba(189, 147, 249, 0.4); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); - padding: 0; } - -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; } - -.workspace-thumbnails { - color: #C3C7D1; - background-color: transparent; - border: none; } - -.search-statustext, .no-frequent-applications-label { - font-size: 2em; - font-weight: bold; - color: #C3C7D1; } - -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: rgba(219, 195, 252, 0.5); } - -.notification-banner { - font-size: 11pt; - width: 34em; - margin: 5px; - border-radius: 3px; - color: #f8f8f2; - background-color: #282a36; - border: 1px solid #21232d; - box-shadow: 0 1px 4px black; } - .notification-banner:hover { - background-color: rgba(40, 42, 54, 0.96); } - .notification-banner:focus { - background-color: rgba(40, 42, 54, 0.96); } - .notification-banner * { - color: #fefefe; } - .notification-banner .notification-icon { - padding: 5px; } - .notification-banner .notification-content { - padding: 5px; - spacing: 5px; } - .notification-banner .secondary-icon { - icon-size: 1.09em; } - .notification-banner .notification-actions { - background-color: #242530; - padding-top: 2px; - spacing: 1px; } - .notification-banner .notification-button { - padding: 5px; - background-color: rgba(40, 42, 54, 0.9); - box-shadow: none; } - .notification-banner .notification-button:first-child { - border-radius: 0 0 0 3px; } - .notification-banner .notification-button:last-child { - border-radius: 0 0 3px 0; } - .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: #242530; - color: rgba(189, 147, 249, 0.5); } - -.summary-source-counter { - font-size: 10pt; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; - border: 2px solid #C3C7D1; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; } - -.secondary-icon { - icon-size: 1.09em; } - -.chat-body { - spacing: 5px; } - -.chat-response { - margin: 5px; } - -.chat-log-message { - color: #a6acbb; } - -.chat-new-group { - padding-top: 1em; } - -.chat-received { - padding-left: 4px; } - .chat-received:rtl { - padding-left: 0px; - padding-right: 4px; } - -.chat-sent { - padding-left: 18pt; - color: #989fb0; } - .chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; } - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: #8991a5; } - .chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; } - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; } - -.hotplug-notification-item { - padding: 2px 10px; } - .hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; } - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; } - -.hotplug-resident-box { - spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 4px; } - .hotplug-resident-mount:hover { - background-color: rgba(40, 42, 54, 0.3); } - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; } - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; } - -.hotplug-resident-eject-icon { - icon-size: 16px; } - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 5px; - color: pink; } - -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid rgba(189, 147, 249, 0.5); } - .magnifier-zoom-region.full-screen { - border-width: 0; } - -/* On-screen Keyboard */ -#keyboard { - background-color: rgba(40, 42, 54, 0.65); } - -.keyboard-layout { - spacing: 10px; - padding: 10px; } - -.keyboard-row { - spacing: 15px; } - -.keyboard-key { - color: #C3C7D1; - background-color: #1d1f27; - box-shadow: none; - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - background-color: #282a36; - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 5px; } - .keyboard-key:focus { - color: #bd93f9; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; - box-shadow: none; - border: 1px solid #21232d; } - .keyboard-key:hover, .keyboard-key:checked { - color: #bd93f9; - background-color: #21232d; - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .keyboard-key:active { - color: #bd93f9; - background-color: rgba(40, 42, 54, 0.95); - border: 1px solid #21232d; - text-shadow: none; - icon-shadow: none; } - .keyboard-key:grayed { - background-color: rgba(40, 42, 54, 0.95); - color: #C3C7D1; - border-color: rgba(0, 0, 0, 0.7); } - -.keyboard-subkeys { - color: white; - padding: 5px; - -arrow-border-radius: 10px; - -arrow-background-color: rgba(40, 42, 54, 0.65); - -arrow-border-width: 2px; - -arrow-border-color: #C3C7D1; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; } - -.candidate-index { - padding: 0 0.5em 0 0; - color: #a6acbb; } - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 4px; } - .candidate-box:selected, .candidate-box:hover { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - -.candidate-page-button-box { - height: 2em; } - .vertical .candidate-page-button-box { - padding-top: 0.5em; } - .horizontal .candidate-page-button-box { - padding-left: 0.5em; } - -.candidate-page-button { - padding: 4px; } - -.candidate-page-button-previous { - border-radius: 4px 0px 0px 4px; - border-right-width: 0; } - -.candidate-page-button-next { - border-radius: 0px 4px 4px 0px; } - -.candidate-page-button-icon { - icon-size: 1em; } - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: 2px solid #C3C7D1; - color: #C3C7D1; - border-radius: 3px; } - .framed-user-icon:hover { - border-color: white; - color: white; } - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; } - -.login-dialog { - border: none; - background-color: transparent; } - .login-dialog .modal-dialog-button-box { - spacing: 3px; } - .login-dialog .modal-dialog-button { - padding: 3px 18px; } - .login-dialog .modal-dialog-button:default { - color: #C3C7D1; - background-color: #1d1f27; - box-shadow: none; - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - color: #bd93f9; - background-color: rgba(189, 147, 249, 0.2); - border: 1px solid #21232d; - text-shadow: 0 1px black; - icon-shadow: 0 1px black; } - .login-dialog .modal-dialog-button:default:active { - color: #bd93f9; - background-color: rgba(189, 147, 249, 0.5); - border: 1px solid #21232d; - text-shadow: none; - icon-shadow: none; } - .login-dialog .modal-dialog-button:default:insensitive { - color: #767984; - background-color: rgba(57, 59, 71, 0.66); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - border: none; - text-shadow: none; - icon-shadow: none; } - -.login-dialog-logo-bin { - padding: 24px 0px; } - -.login-dialog-banner { - color: #a6acbb; } - -.login-dialog-button-box { - spacing: 5px; } - -.login-dialog-message-warning { - color: #ff9f39; } - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; } - -.login-dialog-user-selection-box { - padding: 100px 0px; } - -.login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: #C3C7D1; } - -.login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: #6d768e; - padding-top: 1em; } - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; } - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid rgba(189, 147, 249, 0.5); } - -.login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: #6d768e; } - .login-dialog-user-list-item:ltr { - padding-right: 1em; } - .login-dialog-user-list-item:rtl { - padding-left: 1em; } - .login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: #C3C7D1; } - .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #f8f8f2; } - -.login-dialog-username, -.user-widget-label { - color: #C3C7D1; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; } - -.user-widget-label:ltr { - padding-left: 18px; } - -.user-widget-label:rtl { - padding-right: 18px; } - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; } - -.login-dialog-prompt-label { - color: #8991a5; - font-size: 110%; - padding-top: 1em; } - -.login-dialog-session-list-button StIcon { - icon-size: 1.25em; } - -.login-dialog-session-list-button { - color: #6d768e; } - .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #C3C7D1; } - .login-dialog-session-list-button:active { - color: #414654; } - -.screen-shield-arrows { - padding-bottom: 3em; } - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; } - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock-date { - font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; } - .screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; } - .screen-shield-notifications-container .notification, - .screen-shield-notifications-container .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid #C3C7D1; - background-color: rgba(40, 42, 54, 0.45); - color: #C3C7D1; - border-radius: 4px; } - .screen-shield-notifications-container .notification { - margin-right: 15px; } - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; } - -.screen-shield-notification-count-text { - padding: 0px 0px 0px 12px; } - -#panel.lock-screen { - background-color: rgba(40, 42, 54, 0.45); } - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } - -#lockDialogGroup { - background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png); - background-repeat: repeat; } - -#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(40, 42, 54, 0.3); } - #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(40, 42, 54, 0.5); } - #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(189, 147, 249, 0.4); } - -#LookingGlassDialog { - background-color: rgba(0, 0, 0, 0.8); - spacing: 4px; - padding: 4px; - border: 2px solid grey; - border-radius: 4px; } - #LookingGlassDialog > #Toolbar { - border: 1px solid grey; - border-radius: 4px; } - #LookingGlassDialog .labels { - spacing: 4px; } - #LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #ccc; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; } - #LookingGlassDialog .notebook-tab:hover { - color: white; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 2px; - border-color: rgba(204, 171, 250, 0.5); - color: white; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; } - #LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; } - -.lg-dialog StEntry { - selection-background-color: #bbbbbb; - selected-color: #333333; } - -.lg-dialog .shell-link { - color: #999999; } - .lg-dialog .shell-link:hover { - color: #dddddd; } - -.lg-completions-text { - font-size: .9em; - font-style: italic; } - -.lg-obj-inspector-title { - spacing: 4px; } - -.lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; } - .lg-obj-inspector-button:hover { - border: 1px solid #ffffff; } - -#lookingGlassExtensions { - padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; } - -.lg-extension { - border: 1px solid #6f6f6f; - border-radius: 4px; - padding: 4px; } - -.lg-extension-name { - font-weight: bold; } - -.lg-extension-meta { - spacing: 6px; } - -#LookingGlassPropertyInspector { - background: rgba(0, 0, 0, 0.8); - border: 2px solid grey; - border-radius: 4px; - padding: 6px; } - -.openweather-current-summarybox, -.openweather-forecast-icon, -.openweather-current-databox-captions, -.openweather-current-databox-values, -.openweather-current-icon, -.openweather-forecast-summary, -.openweather-forecast-temperature { - background: transparent; } - -.openweather-current-databox-captions, .openweather-forecast-day { - color: rgba(189, 147, 249, 0.5); } diff --git a/.themes/Dracula GTK/gnome-shell/gnome-shell.scss b/.themes/Dracula GTK/gnome-shell/gnome-shell.scss deleted file mode 100644 index f84c6f858..000000000 --- a/.themes/Dracula GTK/gnome-shell/gnome-shell.scss +++ /dev/null @@ -1,6 +0,0 @@ -$subtheme: 'main'; - -@import "colors"; //use gtk colors -@import "drawing"; -@import "common"; -@import "extensions" \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/apps/chrome.rc b/.themes/Dracula GTK/gtk-2.0/apps/chrome.rc deleted file mode 100755 index 0c37ab339..000000000 --- a/.themes/Dracula GTK/gtk-2.0/apps/chrome.rc +++ /dev/null @@ -1,50 +0,0 @@ -# ============================================================================== -# CHROME/-UIM SPECIFIC SETTINGS -# ============================================================================== - -# Chromium lets us define some colours and settings for better integration - -style "chrome-gtk-frame" -{ - ChromeGtkFrame::frame-color = @wm_color - ChromeGtkFrame::inactive-frame-color = @unfocused_wm_color - - ChromeGtkFrame::frame-gradient-size = 16 - ChromeGtkFrame::frame-gradient-color = shade(1.07, @wm_color) - - ChromeGtkFrame::incognito-frame-color = shade(0.85, @wm_color) - ChromeGtkFrame::incognito-inactive-frame-color = @wm_color - - ChromeGtkFrame::incognito-frame-gradient-color = @wm_color - - ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @wm_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @wm_color) - ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color -} - -class "ChromeGtkFrame" style "chrome-gtk-frame" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -widget_class "*Chrom*" style "chrome_entry" - -# Chrome Menu item background - -style "chrome_menu_item" -{ - bg[SELECTED] = @wm_color -} - -widget_class "***" style "chrome_menu_item" - - -# Chrome buttons - -widget_class "*Chrom*Button*" style "button" diff --git a/.themes/Dracula GTK/gtk-2.0/apps/gimp.rc b/.themes/Dracula GTK/gtk-2.0/apps/gimp.rc deleted file mode 100755 index 490880394..000000000 --- a/.themes/Dracula GTK/gtk-2.0/apps/gimp.rc +++ /dev/null @@ -1,83 +0,0 @@ -# ============================================================================== -# GIMP SPECIFIC SETTINGS -# ============================================================================== - -# TODO: This could really look nicer -style "gimp_spin_scale" { - - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/spin-up-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/spin-down-insensitive.png" - overlay_stretch = FALSE - } - - } - -} - - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/apps/libreoffice.rc b/.themes/Dracula GTK/gtk-2.0/apps/libreoffice.rc deleted file mode 100755 index 6e976a2b4..000000000 --- a/.themes/Dracula GTK/gtk-2.0/apps/libreoffice.rc +++ /dev/null @@ -1,12 +0,0 @@ -# ============================================================================== -# OPEN/LIBREOFFICE SPECIFIC SETTINGS -# ============================================================================== - -style "ooo_stepper_hack" -{ - GtkScrollbar::stepper-size = 13 - GtkScrollbar::has-backward-stepper = 1 - GtkScrollbar::has-forward-stepper = 1 -} - -widget "*openoffice-toplevel*" style "ooo_stepper_hack" \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/apps/terminal.rc b/.themes/Dracula GTK/gtk-2.0/apps/terminal.rc deleted file mode 100755 index 07f4346b7..000000000 --- a/.themes/Dracula GTK/gtk-2.0/apps/terminal.rc +++ /dev/null @@ -1,48 +0,0 @@ -# ============================================================================== -# GNOME TERMINAL SPECIFIC SETTINGS -# ============================================================================== - -style "terminal_window" = "dark" { -} - -style "terminal_menubar" -{ - - engine "murrine" { - } -} - -style "terminal_notebook" = "dark" -{ - fg[ACTIVE] = mix (0.8, "#DADBDB", "#DADBDB") - - engine "murrine" { - } -} - -style "terminal_scrollbar" = "scrollbar" -{ - bg[NORMAL] = "#263238" - bg[PRELIGHT] = shade(1.08, "#263238") - bg[ACTIVE] = shade(0.94, "#263238") - bg[SELECTED] = shade(1.0, @selected_bg_color) - bg[INSENSITIVE] = "#263238" - - engine "murrine" { - } -} - -style "terminal_screen" -{ - text[NORMAL] = "#DADBDB" - base[NORMAL] = "#384952" - - TerminalScreen::background-darkness = 0.95 -} - -widget "*TerminalWindow*" style "terminal_window" -#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar" -widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook" -widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar" -#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button" -widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/.themes/Dracula GTK/gtk-2.0/apps/thunar.rc b/.themes/Dracula GTK/gtk-2.0/apps/thunar.rc deleted file mode 100755 index dbe6d0c6c..000000000 --- a/.themes/Dracula GTK/gtk-2.0/apps/thunar.rc +++ /dev/null @@ -1,13 +0,0 @@ -# ============================================================================== -# THUNAR SPECIFIC SETTINGS -# ============================================================================== - -style "sidepane" { - base[NORMAL] = @bg_color - base[INSENSITIVE] = mix(0.4, shade(1.35, @selected_bg_color), shade(0.9, @base_color)) - bg[NORMAL] = @bg_color - text[NORMAL] = mix(0.9, @fg_color, @bg_color) -} - -widget_class "*ThunarShortcutsView*" style "sidepane" -widget_class "*ThunarTreeView*" style "sidepane" diff --git a/.themes/Dracula GTK/gtk-2.0/apps/xfce.rc b/.themes/Dracula GTK/gtk-2.0/apps/xfce.rc deleted file mode 100755 index c01adca94..000000000 --- a/.themes/Dracula GTK/gtk-2.0/apps/xfce.rc +++ /dev/null @@ -1,89 +0,0 @@ -style "theme-panel" = "dark" { - xthickness = 1 - ythickness = 1 -} - -style "xfdesktop-icon-view" { - XfdesktopIconView::label-alpha = 0 - XfdesktopIconView::selected-label-alpha = 80 - XfdesktopIconView::shadow-x-offset = 0 - XfdesktopIconView::shadow-y-offset = 0 - XfdesktopIconView::selected-shadow-x-offset = 0 - XfdesktopIconView::selected-shadow-y-offset = 0 - XfdesktopIconView::shadow-color = @tooltip_bg_color - XfdesktopIconView::selected-shadow-color = @tooltip_bg_color - XfdesktopIconView::cell-spacing = 2 - XfdesktopIconView::cell-padding = 6 - XfdesktopIconView::cell-text-width-proportion = 1.9 - - fg[NORMAL] = shade (0.9, @selected_fg_color) - fg[ACTIVE] = @selected_fg_color - -} - -style "theme-panel-text" = "dark" { -} - -style "panel-entry" = "dark" { -} - -style "theme-main-menu-text" = "theme-panel-text" -{ - fg[PRELIGHT] = "#ffffff" - text[PRELIGHT] = "#ffffff" -} - -style "workspace-switcher" = "dark" -{ - bg[SELECTED] = shade (0.8, @selected_bg_color) -} - -style "window-buttons" = "dark" { - -} - -style "indicator" = "theme-panel" -{ - xthickness = 0 - ythickness = 0 -} - -widget "*PanelWidget*" style "theme-panel" -widget "*PanelApplet*" style "theme-panel" -widget "*fast-user-switch*" style "theme-panel" -widget "*CPUFreq*Applet*" style "theme-panel" -class "PanelApp*" style "theme-panel" -class "PanelToplevel*" style "theme-panel" -widget_class "*PanelToplevel*" style "theme-panel" -widget_class "*notif*" style "theme-panel" -widget_class "*Notif*" style "theme-panel" -widget_class "*Tray*" style "theme-panel" -widget_class "*tray*" style "theme-panel" -widget_class "*computertemp*" style "theme-panel" -widget_class "*Applet*Tomboy*" style "theme-panel" -widget_class "*Applet*Netstatus*" style "theme-panel" - -# Fixes for tooltip text in some apps. -widget_class "*Notif*Beagle*" style "theme-panel" -widget_class "*Notif*Brasero*" style "theme-panel" - -# XFCE panel theming. -widget "*Xfce*Panel*" style "theme-panel" -class "*Xfce*Panel*" style "theme-panel" -widget "*WnckPager*" style "workspace-switcher" -widget "*XfdesktopIconView*" style "xfdesktop-icon-view" - -# Fix gtk-entries in the panel -class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin -widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin - -# Make sure panel text color doesn't change -widget_class "*Panel*MenuBar*" style "theme-main-menu-text" -widget_class "*Panel**" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" - -# Override general panel-style with specific plugin-styles -widget "*indicator-applet*" style "indicator" -widget "*indicator-button*" style "indicator" -#widget "*XfceTasklist*" style "dark_button" diff --git a/.themes/Dracula GTK/gtk-2.0/assets.svg b/.themes/Dracula GTK/gtk-2.0/assets.svg deleted file mode 100755 index 6e14ca5d0..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets.svg +++ /dev/null @@ -1,4848 +0,0 @@ - - - EvoPop GTK2 Source - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - EvoPop GTK2 Source - - - Peter Cornelis - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gtk-2.0/assets.txt b/.themes/Dracula GTK/gtk-2.0/assets.txt deleted file mode 100755 index d3e28540d..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets.txt +++ /dev/null @@ -1,146 +0,0 @@ -menu-checkbox -menu-checkbox-hover -menu-checkbox-insensitive -menu-checkbox-checked -menu-checkbox-checked-hover -menu-checkbox-checked-insensitive -menu-checkbox-mixed -menu-checkbox-mixed-hover -menu-checkbox-mixed-insensitive -menu-radio -menu-radio-hover -menu-radio-insensitive -menu-radio-checked -menu-radio-checked-hover -menu-radio-checked-insensitive -menu-radio-mixed -menu-radio-mixed-hover -menu-radio-mixed-insensitive -menu-pan-left -menu-pan-left-hover -menu-pan-left-insensitive -menu-pan-right -menu-pan-right-hover -menu-pan-right-insensitive -menu-pan-up -menu-pan-up-insensitive -menu-pan-down -menu-pan-down-insensitive -button -button-hover -button-active -button-insensitive -toolbar-button-hover -toolbar-button-active -combo-entry-ltr-entry -combo-entry-ltr-entry-active -combo-entry-ltr-entry-insensitive -combo-entry-ltr-button -combo-entry-ltr-button-hover -combo-entry-ltr-button-active -combo-entry-ltr-button-insensitive -combo-entry-rtl-entry -combo-entry-rtl-entry-active -combo-entry-rtl-entry-insensitive -combo-entry-rtl-button -combo-entry-rtl-button-hover -combo-entry-rtl-button-active -combo-entry-rtl-button-insensitive -entry -entry-active -entry-insensitive -entry-background -entry-background-insensitive -border -frame -frame-inline -frame-notebook -line -focus -handle -handle-horz -handle-vert -menu-border -menubar-item-active -notebook-entry -notebook-entry-active -notebook-entry-insensitive -notebook-combo-entry-ltr-entry -notebook-combo-entry-ltr-entry-active -notebook-combo-entry-ltr-entry-insensitive -notebook-combo-entry-rtl-entry -notebook-combo-entry-rtl-entry-active -notebook-combo-entry-rtl-entry-insensitive -pan-left -pan-left-semi -pan-left-insensitive -pan-right -pan-right-semi -pan-right-insensitive -pan-up -pan-up-insensitive -pan-down -pan-down-insensitive -progressbar-horz -progressbar-horz-trough -progressbar-vert -progressbar-vert-trough -scrollbar-horz-slider -scrollbar-horz-slider-hover -scrollbar-horz-slider-active -scrollbar-horz-trough -scrollbar-vert-slider -scrollbar-vert-slider-hover -scrollbar-vert-slider-active -scrollbar-vert-trough -scrollbar-vert-slider-rtl -scrollbar-vert-slider-hover-rtl -scrollbar-vert-slider-active-rtl -scrollbar-vert-trough-rtl -spin-ltr-down -spin-ltr-down-hover -spin-ltr-down-active -spin-ltr-down-insensitive -spin-ltr-up -spin-ltr-up-hover -spin-ltr-up-active -spin-ltr-up-insensitive -spin-rtl-down -spin-rtl-down-hover -spin-rtl-down-active -spin-rtl-down-insensitive -spin-rtl-up -spin-rtl-up-hover -spin-rtl-up-active -spin-rtl-up-insensitive -spin-up -spin-down -spin-up-insensitive -spin-down-insensitive -scale-slider -scale-slider-hover -scale-slider-active -scale-slider-insensitive -scale-horz-focus -scale-horz-trough -scale-horz-trough-active -scale-vert-trough -scale-vert-trough-active -tab-left -tab-left-active -tab-right -tab-right-active -tab-up -tab-up-active -tab-down -tab-down-active -tab-horz-gap -tab-vert-gap -treeview-pan-up -treeview-pan-up-hover -treeview-pan-up-active -treeview-pan-down -treeview-pan-down-hover -treeview-pan-down-active -treeview-separator-ltr -treeview-separator-rtl diff --git a/.themes/Dracula GTK/gtk-2.0/assets/border.png b/.themes/Dracula GTK/gtk-2.0/assets/border.png deleted file mode 100644 index 89a30fcc5..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/border.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/button-active.png b/.themes/Dracula GTK/gtk-2.0/assets/button-active.png deleted file mode 100644 index d0f10ed58..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/button-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/button-hover.png deleted file mode 100644 index c46a6090e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/button-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/button-insensitive.png deleted file mode 100644 index 12f2d60c9..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/button-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/button.png b/.themes/Dracula GTK/gtk-2.0/assets/button.png deleted file mode 100644 index 9fc87f817..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/button.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-active.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 120000 index 32e486bb8..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 120000 index a4306c111..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked-hover.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-insensitive.png deleted file mode 120000 index a2f413abb..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked-insensitive.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked.png deleted file mode 120000 index e3c799121..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-checked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-checked.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-active.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 120000 index 15e6f968a..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 120000 index c56215c98..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed-hover.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-insensitive.png deleted file mode 120000 index 622d897c2..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed-insensitive.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed.png deleted file mode 120000 index c374de58e..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-mixed.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-mixed.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-active.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 120000 index d359e67b1..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 120000 index 236c489c2..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked-hover.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-insensitive.png deleted file mode 120000 index 40ddad0e9..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked-insensitive.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked.png b/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 120000 index 2e28adec1..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/checkbox-unchecked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/checkbox-unchecked.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-active.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-active.png deleted file mode 100644 index 0f3851064..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-hover.png deleted file mode 100644 index f61d3a430..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png deleted file mode 100644 index 809cec8cc..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button.png deleted file mode 100644 index 45da9d6e4..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-button.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry-active.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry-active.png deleted file mode 100644 index a31ba13c0..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png deleted file mode 100644 index 4f14efe21..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry.png deleted file mode 100644 index dc28de067..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-ltr-entry.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-active.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-active.png deleted file mode 100644 index 919a949ff..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-hover.png deleted file mode 100644 index 201717101..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png deleted file mode 100644 index f906b508a..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button.png deleted file mode 100644 index d90bdb021..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-button.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry-active.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry-active.png deleted file mode 100644 index c76555897..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png deleted file mode 100644 index fcc53a66f..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry.png b/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry.png deleted file mode 100644 index 636c77f10..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/combo-entry-rtl-entry.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/entry-active.png b/.themes/Dracula GTK/gtk-2.0/assets/entry-active.png deleted file mode 100644 index aee1950de..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/entry-background-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/entry-background-insensitive.png deleted file mode 100644 index 37a598003..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/entry-background-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/entry-background.png b/.themes/Dracula GTK/gtk-2.0/assets/entry-background.png deleted file mode 100644 index 37a598003..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/entry-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/entry-insensitive.png deleted file mode 100644 index 0addeeb9d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/entry-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/entry.png b/.themes/Dracula GTK/gtk-2.0/assets/entry.png deleted file mode 100644 index 1e83aebb1..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/focus.png b/.themes/Dracula GTK/gtk-2.0/assets/focus.png deleted file mode 100644 index 17a73652b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/frame-inline.png b/.themes/Dracula GTK/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index 0dad24383..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/frame-notebook.png b/.themes/Dracula GTK/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index 3ee610e93..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/frame.png b/.themes/Dracula GTK/gtk-2.0/assets/frame.png deleted file mode 100644 index ffd7ba34e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/handle-horz.png b/.themes/Dracula GTK/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index ab54028d1..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/handle-vert.png b/.themes/Dracula GTK/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index e30f40f3e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/handle.png b/.themes/Dracula GTK/gtk-2.0/assets/handle.png deleted file mode 100644 index 63c2fcf54..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/handle.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/line.png b/.themes/Dracula GTK/gtk-2.0/assets/line.png deleted file mode 100644 index 915ee6912..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/line.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-border.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-border.png deleted file mode 100644 index 6fb06b87e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-border.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked-hover.png deleted file mode 100644 index 908efb7d8..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked-insensitive.png deleted file mode 100644 index e5c22a31c..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 69a2ddebb..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-hover.png deleted file mode 100644 index 09ec3c376..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-insensitive.png deleted file mode 100644 index c65a08e0b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed-hover.png deleted file mode 100644 index d1ea3d64f..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png deleted file mode 100644 index 2e467f99d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index 26f9e9858..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox.png deleted file mode 100644 index 09ec3c376..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-checkbox.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-down-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-down-insensitive.png deleted file mode 100644 index 8e5042199..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-down-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-down.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-down.png deleted file mode 100644 index 06321d27d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left-hover.png deleted file mode 100644 index 287335453..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left-insensitive.png deleted file mode 100644 index 4a34692df..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left.png deleted file mode 100644 index 287335453..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-left.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right-hover.png deleted file mode 100644 index 1bce6b34e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right-insensitive.png deleted file mode 100644 index 5daedfaf2..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right.png deleted file mode 100644 index 1bce6b34e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-right.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-up-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-up-insensitive.png deleted file mode 100644 index e998f0cd4..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-up-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-up.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-up.png deleted file mode 100644 index 37098c024..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-pan-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked-hover.png deleted file mode 100644 index 6b95b87a9..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked-insensitive.png deleted file mode 100644 index d112b8112..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 6b95b87a9..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-hover.png deleted file mode 100644 index e5327ec7b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-insensitive.png deleted file mode 100644 index 39cb34236..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed-hover.png deleted file mode 100644 index a1d4e0763..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed-insensitive.png deleted file mode 100644 index 84152bc46..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index a1d4e0763..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio.png b/.themes/Dracula GTK/gtk-2.0/assets/menu-radio.png deleted file mode 100644 index e5327ec7b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menu-radio.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/menubar-item-active.png b/.themes/Dracula GTK/gtk-2.0/assets/menubar-item-active.png deleted file mode 100644 index 2d8a8c063..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/menubar-item-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png deleted file mode 100644 index e496263cb..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png deleted file mode 100644 index f2c08bb2e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png deleted file mode 100644 index 5c5b882ee..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png deleted file mode 100644 index 599d08727..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png deleted file mode 100644 index 3205d4137..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png deleted file mode 100644 index 1c0a87cac..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry-active.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry-active.png deleted file mode 100644 index aee1950de..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry-insensitive.png deleted file mode 100644 index 0addeeb9d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry.png b/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry.png deleted file mode 100644 index 1e83aebb1..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/notebook-entry.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-down-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-down-insensitive.png deleted file mode 100644 index 8e5042199..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-down-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-down.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-down.png deleted file mode 100644 index 06321d27d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-left-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-left-insensitive.png deleted file mode 100644 index c1ecb6621..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-left-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-left-semi.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index bb9deda61..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-left.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-left.png deleted file mode 100644 index 6a40875d0..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-right-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-right-insensitive.png deleted file mode 100644 index 880a88a40..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-right-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-right-semi.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index ed6f48a0a..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-right.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-right.png deleted file mode 100644 index 64cf6497b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-up-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-up-insensitive.png deleted file mode 100644 index e998f0cd4..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-up-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/pan-up.png b/.themes/Dracula GTK/gtk-2.0/assets/pan-up.png deleted file mode 100644 index 37098c024..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-horz-trough.png b/.themes/Dracula GTK/gtk-2.0/assets/progressbar-horz-trough.png deleted file mode 100644 index ffcaf8391..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-horz-trough.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-horz.png b/.themes/Dracula GTK/gtk-2.0/assets/progressbar-horz.png deleted file mode 100644 index 7fc658dca..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-horz.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-vert-trough.png b/.themes/Dracula GTK/gtk-2.0/assets/progressbar-vert-trough.png deleted file mode 100644 index a3f636978..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-vert-trough.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-vert.png b/.themes/Dracula GTK/gtk-2.0/assets/progressbar-vert.png deleted file mode 100644 index 17a9eab26..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/progressbar-vert.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-active.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-active.png deleted file mode 120000 index 92aadaba0..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-hover.png deleted file mode 120000 index 93600b805..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked-hover.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-insensitive.png deleted file mode 120000 index 00ebdff2f..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked-insensitive.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-checked.png deleted file mode 120000 index f6597e687..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-checked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-checked.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-active.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-active.png deleted file mode 120000 index a9cdfcc19..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 120000 index 3afe064cb..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed-hover.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-insensitive.png deleted file mode 120000 index 9e96200e1..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed-insensitive.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed.png deleted file mode 120000 index 04011a08f..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-mixed.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-mixed.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-active.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 120000 index a03c7db99..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-active.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 120000 index 082cd725e..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-hover.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked-hover.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-insensitive.png deleted file mode 120000 index 36e22c8d6..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked-insensitive.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked-insensitive.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked.png b/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked.png deleted file mode 120000 index af2826b74..000000000 --- a/.themes/Dracula GTK/gtk-2.0/assets/radio-unchecked.png +++ /dev/null @@ -1 +0,0 @@ -../../assets/radio-unchecked.png \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-focus.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-focus.png deleted file mode 100644 index d76ad3eac..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-focus.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-trough-active.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 7dc3e0b38..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-trough.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index a3e7e6eca..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-active.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index 4831c03a6..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index 93aa4d64a..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-insensitive.png deleted file mode 100644 index bf2d6f9fd..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index bf2d6f9fd..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-vert-trough-active.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index 1fab392b7..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scale-vert-trough.png b/.themes/Dracula GTK/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index cb5138e9b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider-active.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index aa802fa0f..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index 65a4cb4a3..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index 8bb6e99eb..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-trough.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index 32c7dd681..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png deleted file mode 100644 index 9a7e32d70..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-active.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-active.png deleted file mode 100644 index c336722e2..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png deleted file mode 100644 index 7bf10f832..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-hover.png deleted file mode 100644 index 97ed58f81..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-rtl.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-rtl.png deleted file mode 100644 index a5b146a8b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider-rtl.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider.png deleted file mode 100644 index d031e4a9e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-slider.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-trough-rtl.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-trough-rtl.png deleted file mode 100644 index 29392f749..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-trough-rtl.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-trough.png b/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-trough.png deleted file mode 100644 index 29392f749..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/scrollbar-vert-trough.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-down-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-down-insensitive.png deleted file mode 100644 index ad47a61de..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-down-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-down.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-down.png deleted file mode 100644 index 2ada70401..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-active.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index 51370b1b1..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index a4bb9c9a7..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-insensitive.png deleted file mode 100644 index 6f31545a8..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 58cf6ebbc..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-active.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index 9b7f6be20..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index 87c5e51bc..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-insensitive.png deleted file mode 100644 index 0ffd21eaa..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index 0ffd21eaa..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-active.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index ad502e49b..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index 527d1935d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-insensitive.png deleted file mode 100644 index a079d434e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index 0268c315f..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-active.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index b4a4f2ecf..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index b26928e3c..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-insensitive.png deleted file mode 100644 index 12fd47a22..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index e0bbd3421..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-up-insensitive.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-up-insensitive.png deleted file mode 100644 index 2e4ee4f60..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-up-insensitive.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/spin-up.png b/.themes/Dracula GTK/gtk-2.0/assets/spin-up.png deleted file mode 100644 index 4bd52fc6d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/spin-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-down-active.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-down-active.png deleted file mode 100644 index 6234fb2d1..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-down-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-down.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-down.png deleted file mode 100644 index b4ba807dc..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-horz-gap.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-horz-gap.png deleted file mode 100644 index 17f205c7e..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-horz-gap.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-left-active.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-left-active.png deleted file mode 100644 index a1566766c..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-left-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-left.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-left.png deleted file mode 100644 index ac5ad431c..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-left.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-right-active.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-right-active.png deleted file mode 100644 index eac32005d..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-right-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-right.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-right.png deleted file mode 100644 index 202d1d393..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-right.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-up-active.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-up-active.png deleted file mode 100644 index 71ff05beb..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-up-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-up.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-up.png deleted file mode 100644 index aa2634fe1..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/tab-vert-gap.png b/.themes/Dracula GTK/gtk-2.0/assets/tab-vert-gap.png deleted file mode 100644 index 9d94014ab..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/tab-vert-gap.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/toolbar-button-active.png b/.themes/Dracula GTK/gtk-2.0/assets/toolbar-button-active.png deleted file mode 100644 index 07a66a36c..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/toolbar-button-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/toolbar-button-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/toolbar-button-hover.png deleted file mode 100644 index 80c585cd2..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/toolbar-button-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down-active.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down-active.png deleted file mode 100644 index 033c8d722..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down-hover.png deleted file mode 100644 index 0d68e1ea6..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down.png deleted file mode 100644 index 5a3302b68..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-down.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up-active.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up-active.png deleted file mode 100644 index bb6de7617..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up-hover.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up-hover.png deleted file mode 100644 index eadd767e6..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up-hover.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up.png deleted file mode 100644 index b5f0b5a54..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-pan-up.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-separator-ltr.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-separator-ltr.png deleted file mode 100644 index 4bfcae7f6..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-separator-ltr.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/assets/treeview-separator-rtl.png b/.themes/Dracula GTK/gtk-2.0/assets/treeview-separator-rtl.png deleted file mode 100644 index 65a7be4fb..000000000 Binary files a/.themes/Dracula GTK/gtk-2.0/assets/treeview-separator-rtl.png and /dev/null differ diff --git a/.themes/Dracula GTK/gtk-2.0/gtkrc b/.themes/Dracula GTK/gtk-2.0/gtkrc deleted file mode 100755 index a97cb4f85..000000000 --- a/.themes/Dracula GTK/gtk-2.0/gtkrc +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2016 Peter Cornelis. -# -# This file is part of the EvoPop GTK theme. -# -# Authors: -# Sam Hewitt -# Peter Cornelis -# -# The EvoPop GTK theme 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 3 of the -# License, or (at your option) any later version. -# -# The EvoPop GTK theme 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 the EvoPop GTK theme. If not, see http://www.gnu.org/licenses/. - -# ============================================================================== -# EvoPop GTK2 THEME -# ============================================================================== - -# Text/base colors -gtk-color-scheme = "text_color:#f8f8f2\nbase_color:#282a36" -# Foreground/background colors -gtk-color-scheme = "fg_color:#f8f8f2\nbg_color:#1e1f29" -# Selection colors -gtk-color-scheme = "selected_fg_color:#f8f8f2\nselected_bg_color:#6E5991" -# Tooltip colors -gtk-color-scheme = "tooltip_fg_color:#f8f8f2\ntooltip_bg_color:#46474F" -# Window colors -gtk-color-scheme = "wm_color:#31363d\nunfocused_wm_color:#31363d" -# Panel colors -gtk-color-scheme = "panel_bg_color:#46474F\npanel_fg_color:#f8f8f2" -# Dark Theme - Text/base colors -gtk-color-scheme = "dark_text_color:#f8f8f2\ndark_base_color:#282a36" -# Dark Theme - Foreground/background colors -gtk-color-scheme = "dark_fg_color:#f8f8f2\ndark_bg_color:#1e1f29" - -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -include "main.rc" - -# App stylings -include "apps/chrome.rc" -include "apps/gimp.rc" -include "apps/libreoffice.rc" -include "apps/terminal.rc" -include "apps/thunar.rc" -include "apps/xfce.rc" diff --git a/.themes/Dracula GTK/gtk-2.0/links.fish b/.themes/Dracula GTK/gtk-2.0/links.fish deleted file mode 100644 index 7b8dfad85..000000000 --- a/.themes/Dracula GTK/gtk-2.0/links.fish +++ /dev/null @@ -1,13 +0,0 @@ -set -l files 'checkbox' 'radio' -set -l states 'unchecked' 'checked' 'mixed' -set -l sub_states 'active' 'hover' 'insensitive' - -for f in $files; - for s in $states; - ln -sf ../../assets/$f-$s.png ./assets/$f-$s.png - for i in $sub_states; - ln -sf ../../assets/$f-$s-$i.png ./assets/$f-$s-$i.png - ;end - ;end - -;end diff --git a/.themes/Dracula GTK/gtk-2.0/main.rc b/.themes/Dracula GTK/gtk-2.0/main.rc deleted file mode 100755 index 28e72a252..000000000 --- a/.themes/Dracula GTK/gtk-2.0/main.rc +++ /dev/null @@ -1,2614 +0,0 @@ -style "default" { - - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-line-width = 1 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::internal-padding = 4 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 3 - GtkWidget::tooltip-alpha = 235 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = shade(0.9, @selected_bg_color) - GtkWidget::visited-link-color = shade(0.8, @selected_bg_color) - GnomeHRef::link_color = shade(0.9, @selected_bg_color) - GtkHTML::link-color = shade(0.9, @selected_bg_color) - GtkHTML::vlink-color = shade(0.8, @selected_bg_color) - GtkIMHtml::hyperlink-color = shade(0.9, @selected_bg_color) - GtkIMHtml::hyperlink-visited-color = shade(0.8, @selected_bg_color) - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 1 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {4, 4, 4, 4} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {7, 7, 4, 5} - - GtkPaned::handle-size = 9 - GtkHPaned::handle-size = 9 - GtkVPaned::handle-size = 9 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 13 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 48 # 42 + 2*3 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 26 - GtkScale::slider_width = 26 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 6 - GtkProgressBar::min-vertical-bar-width = 6 - # Making this bigger than the min[height,width]-2*[y,x]spacing makes the - # whole progressbar thicker, so by setting it to the exact above value - # we get the maximum spacing between the text and the edges without - # doing so. - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 2 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 10 - - GtkCheckButton::indicator_spacing = 3 - GtkOptionMenu::indicator_spacing = {13, 13, 5, 8} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 1 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - GtkTreeView::odd_row_color = shade(0.90, @base_color) - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 4 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color) - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = darker (@bg_color) - text[ACTIVE] = @selected_fg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - base[ACTIVE] = @selected_bg_color - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-insensitive.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-insensitive.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - image { - function = ARROW - detail = "vscrollbar" - } - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/menu-pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/menu-pan-left-hover.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/menu-pan-left-insensitive.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/menu-pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/menu-pan-right-hover.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/menu-pan-right-insensitive.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/menu-pan-up-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/menu-pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/menu-pan-down-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/menu-pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-insensitive.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-insensitive.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-insensitive.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-insensitive.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-insensitive.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/line.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/line.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - file = "assets/handle-horz.png" - border = {0, 0, 4, 4} - orientation = HORIZONTAL - } - - image { - function = HANDLE - file = "assets/handle-vert.png" - border = {4, 4, 0, 0} - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - file = "assets/pan-down.png" - } - - # LTR - - image { - function = EXPANDER - expander_style = COLLAPSED - file = "assets/pan-right.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - direction = LTR - } - - # RTL - - image { - function = EXPANDER - expander_style = COLLAPSED - file = "assets/pan-left.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - direction = RTL - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab-left-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - file = "assets/tab-left.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab-right-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - file = "assets/tab-right.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab-up-active.png" - border = { 3,3,5,3 } - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - file = "assets/tab-up.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab-down-active.png" - border = { 3,3,3,5 } - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - file = "assets/tab-down.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab-vert-gap.png" - gap_border = {1, 0, 1, 1} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab-vert-gap.png" - gap_border = {0, 1, 1, 1} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab-horz-gap.png" - gap_border = {1, 1, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab-horz-gap.png" - gap_border = {1, 1, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - direction = LTR - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-trough-rtl.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - direction = RTL - } - - - # Disable insensitive sliders - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {6, 6, 7, 6 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {6, 6, 7, 6 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {6, 6, 7, 6 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-slider.png" - border = {7, 6, 6, 6} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-slider-hover.png" - border = {7, 6, 6, 6} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-slider-active.png" - border = {7, 6, 6, 6} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - # RTL - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-slider-rtl.png" - border = {6, 7, 6, 6} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-slider-hover-rtl.png" - border = {6, 7, 6, 6} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-slider-active-rtl.png" - border = {6, 7, 6, 6} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - ########## - # Scales # - ########## - - # Troughs - # They are overrided later on - # We set them here too because some widgets don't specify their orientation - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {10, 10, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {10, 10, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 10, 10} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 10, 10} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-insensitive.png" - } - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-insensitive.png" - } - - ########### - # Menubar # - ########### - - image { - function = BOX - detail = "menubar" - file = "assets/line.png" - border = {0, 0, 0, 1} - } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/line.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/line.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/line.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/line.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-insensitive.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - ######### - # Spins # - ######### - - # Spin-Up LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {1, 4, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {1, 4, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {1, 4, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-insensitive.png" - border = {1, 4, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up-insensitive.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {4, 1, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {4, 1, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {4, 1, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-insensitive.png" - border = {4, 1, 4, 0} - stretch = TRUE - overlay_file = "assets/spin-up-insensitive.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {1, 4, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {1, 4, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {1, 4, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-insensitive.png" - border = {1, 4, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down-insensitive.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {4, 1, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {4, 1, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {4, 1, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-insensitive.png" - border = {4, 1, 1, 4} - stretch = TRUE - overlay_file = "assets/spin-down-insensitive.png" - overlay_stretch = FALSE - direction = RTL - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-horz.png" - stretch = TRUE - border = {2, 2, 1, 1} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-vert.png" - stretch = TRUE - border = {1, 1, 2, 2} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - - } - -} - -style "menubar" { - - # Needed to fix Firefox's menubar text - bg[NORMAL] = @dark_bg_color - text[NORMAL] = @dark_fg_color - fg[NORMAL] = @dark_fg_color - bg[SELECTED] = @dark_bg_color - fg[SELECTED] = shade(0.9, @dark_fg_color) - -} - -style "menubar_item" { - - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = @dark_fg_color - fg[PRELIGHT] = @dark_fg_color - text[NORMAL] = @dark_fg_color - - engine "pixmap" { - image { - function = BOX - state = PRELIGHT - file = "assets/menubar-item-active.png" - border = {0, 0, 0, 3} - } - } - -} - -style "menu" { - - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @base_color - bg[INSENSITIVE] = @base_color - bg[PRELIGHT] = @base_color - bg[SELECTED] = @selected_bg_color - -} - -style "menu_item" { - - xthickness = 3 - ythickness = 4 - - bg[PRELIGHT] = @selected_bg_color - # Chromium uses this setting - bg[SELECTED] = @selected_bg_color - - fg[PRELIGHT] = @selected_fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @selected_fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-insensitive.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-insensitive.png" - overlay_stretch = FALSE - } - - - - } - -} - -style "separator_menu_item" { - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - image { - function = BOX - file = "assets/line.png" - } - } - -} - -style "button_label" { - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color -} - -style "misc_button_label" { - fg[PRELIGHT] = @fg_color - fg[ACTIVE] = @fg_color -} - -style "button" { - - xthickness = 2 - ythickness = 2 - - fg[PRELIGHT] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - font_name = "Bold" - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - } -} - -style "link_button" { - - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } - -} - -style "entry" { - - # We set this same as the border of the border of the entry - # This way theres no overlap - xthickness = 4 - ythickness = 4 - -} - -style "combobox" { - - xthickness = 6 - ythickness = 4 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - -} - -style "combobox_cellview" { - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color -} - -style "combobox_entry" { - - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 1, 0, 0} - - engine "pixmap" { - - ############# - # LTR entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-entry-ltr-entry.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-entry-ltr-entry-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-entry-ltr-entry-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - ############# - # RTL entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-entry-rtl-entry.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-entry-rtl-entry-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-entry-rtl-entry-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = RTL - } - - ############## - # LTR button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-entry-ltr-button.png" - border = {0, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-entry-ltr-button-hover.png" - border = {0, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-entry-ltr-button-active.png" - border = {0, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-entry-ltr-button-insensitive.png" - border = {0, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - ############## - # RTL button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-entry-rtl-button.png" - border = {4, 0, 4, 4} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-entry-rtl-button-hover.png" - border = {4, 0, 4, 4} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-entry-rtl-button-active.png" - border = {4, 0, 4, 4} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-entry-rtl-button-insensitive.png" - border = {4, 0, 4, 4} - stretch = TRUE - direction = RTL - } - - } - -} - -style "combo_button_padding" { - - # Since one side of the button is missing, we need to shift the arrow a little to the right - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button - GtkButton::inner-border = {6, 8, 4, 4} - -} - -style "notebook" { - - xthickness = 5 - ythickness = 2 - -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - - engine "pixmap" { - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/notebook-entry-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/notebook-entry-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/notebook-entry.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - } -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color) -} - -style "normal_entry" { - - engine "pixmap" { - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - } -} - -style "notebook_combo" { - - engine "pixmap" { - - ############# - # LTR entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/notebook-combo-entry-ltr-entry.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/notebook-combo-entry-ltr-entry-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/notebook-combo-entry-ltr-entry-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = LTR - } - - ############# - # RTL entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/notebook-combo-entry-rtl-entry.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/notebook-combo-entry-rtl-entry-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/notebook-combo-entry-rtl-entry-insensitive.png" - border = {4, 4, 4, 4} - stretch = TRUE - direction = RTL - } - - } - -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {10, 10, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {10, 10, 0, 0} - stretch = TRUE - } - - } - -} - -style "scale_vert" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 10, 10} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 10, 10} - stretch = TRUE - } - - } - -} - -style "progressbar" { - - xthickness = 1 - ythickness = 1 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-horz-trough.png" - border = {3, 3, 2, 2} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-vert-trough.png" - border = {2, 2, 3, 3} - stretch = TRUE - orientation = VERTICAL - } - - } - -} - -style "treeview_header" { - - xthickness = 1 - ythickness = 0 - - fg[NORMAL] = mix(0.5, @fg_color, @base_color) - fg[PRELIGHT] = mix(0.5, mix(0.5, @fg_color, @base_color), @fg_color) - - font_name = "Bold" - - GtkButton::inner-border = {5, 5, 0, 1} - - engine "pixmap" { - - image { - function = BOX - file = "assets/treeview-separator-ltr.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - file = "assets/treeview-separator-rtl.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/treeview-pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/treeview-pan-up-hover.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/treeview-pan-up-active.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/treeview-pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/treeview-pan-down-hover.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/treeview-pan-down-active.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - } - -} - -style "scrolled_window" { - - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } - -} - -style "frame" { - - engine "pixmap" { - - image { - function = SHADOW - file = "assets/frame.png" - border = {0, 0, 0, 0} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {0, 0, 0, 0} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - - } - -} - -style "toolbar_button" { - - xthickness = 2 - ythickness = 2 - - GtkButton::inner-border = {2, 2, 2, 2} - - engine "pixmap" { - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/toolbar-button-hover.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/toolbar-button-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/toolbar-button-active.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/line.png" - } - } - -} - -style "inline_toolbar" { - - GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } - -} - -style "tooltip" { - - xthickness = 13 - ythickness = 13 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color - -} - - -style "disable_shadow" { - - engine "pixmap" { - image { - function = SHADOW - } - } - -} - -style "disable_separator" { - - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 - -} - -# Text Style -style "text" = "default" { - engine "murrine" { textstyle = 0 } -} - -style "menu_text" = "menu_item" { - engine "murrine" { textstyle = 0 } -} - -# Default style, containing most of the stuff -class "GtkWidget" style "default" - -# Override padding, style and colour -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -widget_class "**" style "button_label" -widget_class "**" style "misc_button_label" - -# Menu and menubar items -widget_class "**" style "menu_item" -widget_class "*.*" style "menubar_item" -widget_class "**" style "separator_menu_item" - -# Frames in statusbars look ugly, let's disable them -widget_class "**" style "disable_shadow" -# Disable the frame around poor Wilbert too -widget_class "**" style "disable_shadow" - -# Treeview buttons -widget_class "***" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "**" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*." style "combobox" -# And disable separators on them -widget_class "*.*" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "**" style "combobox_entry" - -# Join the Combo entry and button -widget_class "**" style "combobox_entry" -# Tweak the padding on the button a little bit because it uses it a bit differently -widget_class "*." style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there isn't a way to apply the style to only -# the comboboxes that have an entry inside - -# Toolbar buttons have different paddings -widget_class "**" style "toolbar_button" - -# Notebooks are white, act accordingly -widget_class "**" style "notebook_entry" -widget_class "**" style "notebook_bg" -widget_class "**" style "notebook_bg" -widget_class "***" style "notebook_bg" -widget_class "**" style "notebook_bg" -widget_class "*.*" style "notebook_bg" -widget_class "***" style "notebook_combo" -widget_class "***" style "notebook_combo" - -# However, stuff inside eventboxes inside notebooks is grey again, react -widget_class "***" style "normal_entry" -widget_class "***" style "normal_bg" -widget_class "***" style "normal_bg" -widget_class "****" style "combobox_entry" -widget_class "****" style "combobox_entry" -widget_class "***." style "combo_button_padding" - -# ComboBoxes tend to draw the button label with text[] instead of fg[], we need to fix that -widget_class "**" style "combobox_cellview" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" - -# Fixes ugly text shadows for insensitive text -widget_class "*" style "text" -widget_class "**" style "menu_text" -widget_class "**" style "text" -widget_class "**" style "text" -widget_class "**" style "text" \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-2.0/render-assets.sh b/.themes/Dracula GTK/gtk-2.0/render-assets.sh deleted file mode 100755 index f4fd9ffef..000000000 --- a/.themes/Dracula GTK/gtk-2.0/render-assets.sh +++ /dev/null @@ -1,24 +0,0 @@ -#! /bin/bash - -INKSCAPE="/usr/bin/inkscape" -OPTIPNG="/usr/bin/optipng" - -SRC_FILE="assets.svg" -ASSETS_DIR="assets" -INDEX="assets.txt" - -for i in `cat $INDEX` -do -if [ -f $ASSETS_DIR/$i.png ]; then - echo $ASSETS_DIR/$i.png exists. -else - echo - echo Rendering $ASSETS_DIR/$i.png - $INKSCAPE --export-id=$i \ - --export-id-only \ - --export-background-opacity=0 \ - --export-filename=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ - && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png -fi -done -exit 0 diff --git a/.themes/Dracula GTK/gtk-3.0/apps/budgie.css b/.themes/Dracula GTK/gtk-3.0/apps/budgie.css deleted file mode 100755 index 1dbf21838..000000000 --- a/.themes/Dracula GTK/gtk-3.0/apps/budgie.css +++ /dev/null @@ -1,65 +0,0 @@ -.budgie-panel { - border-bottom-color: transparent; -} - -.max-budgie-panel { - border: none; - background-color: alpha(black, 0.5); -} - -.budgie-panel *:active { - background-color: transparent; -} - -/* top panel */ -.budgie-panel.top { - border-top-color: transparent; -} - -/* left panel */ -.budgie-panel.left { - border-left-color: transparent; -} - -/* right panel */ -.budgie-panel.right { - border-right-color: transparent; -} - -.budgie-panel .message-area { - border-radius: 3px; - border: none; - font: bold; - text-shadow: 1px 1px alpha(black, 0.3); - background-color: alpha(black, 0.5); - box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.1); -} - -.budgie-panel .menu-icon *, -.budgie-panel .message-area * { - icon-shadow: 1px 1px alpha(black, 0.3); -} - -.max-budgie-panel .message-area { - box-shadow:none; - background-color: transparent; -} - -.budgie-panel * { - icon-shadow: none; -} - -.launcher * { - icon-shadow: 1px 1px alpha(black, 0.3); -} - -PanelToplevel { - padding: 0px; - background-color: @panel_bg_color; - background-image: none; - color: @panel_fg_color; -} - -.dark .notif-title { - color: @orange; -} diff --git a/.themes/Dracula GTK/gtk-3.0/apps/corebird.css b/.themes/Dracula GTK/gtk-3.0/apps/corebird.css deleted file mode 100755 index 1cff971b2..000000000 --- a/.themes/Dracula GTK/gtk-3.0/apps/corebird.css +++ /dev/null @@ -1,9 +0,0 @@ -.button.text-only-button:hover{ - color: @selected_bg_color; -} - -.button.text-only-button:active, -.button.text-only-button:active:hover { - color: @selected_bg_color; - background-color: transparent; -} diff --git a/.themes/Dracula GTK/gtk-3.0/apps/gala.css b/.themes/Dracula GTK/gtk-3.0/apps/gala.css deleted file mode 100755 index d472b45cf..000000000 --- a/.themes/Dracula GTK/gtk-3.0/apps/gala.css +++ /dev/null @@ -1,127 +0,0 @@ -/******* -* Gala * -*******/ - -.gala-notification { - border: none; - border-radius: 4px; - background-color: transparent; - background-image: - linear-gradient( - to bottom, - @bg_color, - @bg_color 80%, - shade ( - @bg_color, - 0.94 - ) - ); - box-shadow: - inset 0 0 0 1px alpha (@bg_highlight_color, 0.1), - inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9), - inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3), - 0 0 0 1px alpha (#000, 0.2), - 0 3px 6px alpha (#000, 0.16), - 0 5px 5px -3px alpha (#000, 0.4); -} - -.gala-notification .title, -.gala-notification .label { - color: @text_color; -} - -.gala-notification GtkImage { - color: alpha (@text_color, 0.8); -} - -.gala-button { - padding: 3px; - color: #fff; - border: none; - border-radius: 100px; - background-image: - linear-gradient( - to bottom, - #7e7e7e, - #3e3e3e - ); - box-shadow: - inset 0 0 0 1px alpha (#fff, 0.02), - inset 0 1px 0 0 alpha (#fff, 0.07), - inset 0 -1px 0 0 alpha (#fff, 0.01), - 0 0 0 1px alpha (#000, 0.4), - 0 3px 6px alpha (#000, 0.16), - 0 3px 6px alpha (#000, 0.23); - text-shadow: 0 1px 1px alpha (#000, 0.6); -} - -/********* - * Panel * - ********/ - - .panel { - background-color: transparent; - transition: all 100ms ease-in-out; -} - -.panel.maximized { - background-color: alpha(#000, 0); -} - -.panel.translucent { - background-color: alpha(#000, 0); -} - -.composited-indicator > revealer label, -.composited-indicator > revealer image, -.composited-indicator > GtkRevealer { - color: #fff; - font-weight: bold; - text-shadow: - 0 0 2px alpha (#000, 0.3), - 0 1px 2px alpha (#000, 0.6); - icon-shadow: - 0 0 2px alpha (#000, 0.3), - 0 1px 2px alpha (#000, 0.6); - transition: all 200ms ease-in-out; -} - -.composited-indicator .keyboard { - background-color: #fff; - border-radius: 2px; - box-shadow: - 0 0 2px alpha (#000, 0.3), - 0 1px 2px alpha (#000, 0.6); - color: #333; - font-weight: 600; - padding: 0 3px; - text-shadow: none; -} - -.panel.color-light .composited-indicator > revealer label, -.panel.color-light .composited-indicator > revealer image, -.panel.color-light .composited-indicator > GtkRevealer { - color: alpha (#000, 0.65); - text-shadow: - 0 0 2px alpha (#fff, 0.3), - 0 1px 0 alpha (#fff, 0.25); - icon-shadow: - 0 0 2px alpha (#fff, 0.3), - 0 1px 0 alpha (#fff, 0.25); -} - -.panel.color-light .composited-indicator .keyboard { - background-color: alpha (#000, 0); - box-shadow: - 0 0 2px alpha (#fff, 0.3), - 0 1px 0 alpha (#fff, 0.25); - color: #fff; - text-shadow: none; -} - -.panel .popover { - box-shadow: - inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5), - 0 3px 4px alpha (#000, 0.15), - 0 3px 3px -3px alpha (#000, 0.35); -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.0/apps/gnome-applications.css b/.themes/Dracula GTK/gtk-3.0/apps/gnome-applications.css deleted file mode 100755 index 4f3fb1c47..000000000 --- a/.themes/Dracula GTK/gtk-3.0/apps/gnome-applications.css +++ /dev/null @@ -1,120 +0,0 @@ -/************ - * nautilus * - ************/ -.nautilus-canvas-item { - border-radius: 0px; -} - -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 1px 1px alpha(black,0.8); -} - -.nautilus-desktop.nautilus-canvas-item:active, -.nautilus-desktop.nautilus-canvas-item:prelight, -.nautilus-desktop.nautilus-canvas-item:selected { - border-radius: 3px; - text-shadow: none; -} - -NautilusWindow.window-frame { - background-color: transparent; -} - -NautilusWindow.background { - background-color: alpha(mix(@bg_color,@base_color,0.7),0.96); -} - -NautilusWindow .sidebar, -NautilusWindow .sidebar .view { - background-color: transparent; - background-image: none; -} - -NautilusWindow .sidebar .cell:selected, -NautilusWindow .sidebar .cell:selected:focus { - border-radius: 0 3px 3px 0; -} - -NautilusWindow .pane-separator.horizontal { - background-image: none; - border-right: 1px solid @bg_color; -} - - -NautilusListView GtkTreeView { - border-color: @borders; -} - -/****************** - * gnome terminal * - ******************/ -VteTerminal { - background-color: @bg_color; - color: @fg_color; -} - -/********* - * gedit * - *********/ -GeditViewFrame .gedit-search-slider { - padding: 4px; - border-radius: 0 0 0 5px; - border: 0; - background-color: @bg_color; -} - -GeditViewFrame .gedit-search-slider .linked .button { - border-color: alpha(black,0.2); -} - -GeditViewFrame .gedit-search-slider .linked .button:hover { - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2); -} - - -GeditViewFrame .gedit-search-slider .not-found { - background-color: @error_bg_color; - background-image: none; - color: @error_fg_color; -} - -GeditViewFrame .gedit-search-slider .not-found:selected { - background-color: @selected_bg_color; - color: @selected_fg_color; -} - -GdTaggedEntry *{ - color: @fg_color; -} - -/************** - * Tweak Tool * - **************/ -.tweak:hover{ - color: @text_color; -} - -.tweak-categories .list-row.button:hover { - background-color: @selected_bg_color; - color: @selected_fg_color; -} - -.tweak-categories { - background-color: @base_color; - background-image: linear-gradient(to bottom,@base_color,@base_color); -} - -/************** - * geary * - **************/ -.geary-titlebar-right GtkBox.left .button{ - - background: transparent; -} -.geary-titlebar-right GtkBox.left .button:hover{ - - background: transparent; -} diff --git a/.themes/Dracula GTK/gtk-3.0/apps/mate-applications.css b/.themes/Dracula GTK/gtk-3.0/apps/mate-applications.css deleted file mode 100644 index 5adbfbf97..000000000 --- a/.themes/Dracula GTK/gtk-3.0/apps/mate-applications.css +++ /dev/null @@ -1,17 +0,0 @@ - -/******** - * Caja * - ********/ - -/* caja sidebar */ -CajaWindow FMTreeView .view, -CajaWindow CajaNotesViewer .view, -CajaWindow CajaPlacesSidebar .view, -CajaWindow CajaHistorySidebar .view, -CajaWindow CajaInformationPanel GtkVBox, -CajaWindow CajaEmblemSidebar GtkViewport { - background-color: @header_bg_color; - color: @header_fg_color; - border-width: 0px; -} - diff --git a/.themes/Dracula GTK/gtk-3.0/apps/solus-applications.css b/.themes/Dracula GTK/gtk-3.0/apps/solus-applications.css deleted file mode 100755 index d52a5de6c..000000000 --- a/.themes/Dracula GTK/gtk-3.0/apps/solus-applications.css +++ /dev/null @@ -1,12 +0,0 @@ -QuirkyClient .linked .button:first-child { - border-color: alpha(black,0.2); - border-width: 1px; -} - -QuirkyClient .linked .button:first-child:hover, -QuirkyClient .linked .button:first-child:active, -QuirkyClient .linked .button:first-child:checked { - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2); -} diff --git a/.themes/Dracula GTK/gtk-3.0/apps/unity.css b/.themes/Dracula GTK/gtk-3.0/apps/unity.css deleted file mode 100755 index c22b2f29e..000000000 --- a/.themes/Dracula GTK/gtk-3.0/apps/unity.css +++ /dev/null @@ -1,74 +0,0 @@ -UnityDecoration { - -UnityDecoration-extents: 28px 0px 0px 0px; - -UnityDecoration-input-extents: 10px; - - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: alpha(@dark_shadow, 0.75); - -UnityDecoration-active-shadow-radius: 9px; - -UnityDecoration-inactive-shadow-color: alpha(@dark_shadow, 0.5); - -UnityDecoration-inactive-shadow-radius: 6px; - - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: @theme_selected_bg_color; - - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 50px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration.top { - border: 1px solid @header_bg_color; - border-bottom-width: 0; - border-radius: 5px 5px 0 0; - padding: 1px 8px 0 8px; - background-color: @header_bg_color; - color: @header_fg_color; - text-shadow: none; -} - -UnityDecoration.top:backdrop { - border: 1px solid @header_bg_color; - border-bottom-width: 0; - background-color: @header_bg_color; - color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.2); -} - -UnityDecoration.left, -UnityDecoration.right, -UnityDecoration.bottom { - background-color: @theme_bg_color; -} - -UnityDecoration.left:backdrop, -UnityDecoration.right:backdrop, -UnityDecoration.bottom:backdrop { - background-color: @theme_bg_color; -} - -UnityPanelWidget, -.unity-panel { - border-width: 0 0 0 0; - border-style: solid; - border-color: @panel_bg_color; - background-color: @header_bg_color; /* the theme_bg_color of the dark theme */ - color: @theme_fg_color; -} - -.unity-panel.menubar, -.unity-panel .menubar { -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - border-width: 0 0 0 0; - color: @panel_fg_color; -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-color: mix(@panel_bg_color, @panel_fg_color, 0.2); - background-color: @selected_bg_color; - background-image: none; - color: shade(@panel_fg_color, 1.08); -} diff --git a/.themes/Dracula GTK/gtk-3.0/gtk-widgets-assets.css b/.themes/Dracula GTK/gtk-3.0/gtk-widgets-assets.css deleted file mode 100755 index a2242e650..000000000 --- a/.themes/Dracula GTK/gtk-3.0/gtk-widgets-assets.css +++ /dev/null @@ -1,293 +0,0 @@ -.selection-mode.titlebar .titlebutton.minimize, -.titlebar .titlebutton.minimize { - color: transparent; - border:none; - box-shadow: none; - background-position: center; - background-repeat: no-repeat; - background-image: -gtk-scaled(url("../assets/min.svg")); -} - -.selection-mode.titlebar .titlebutton.minimize:backdrop, -.titlebar .titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("../assets/min_unfocused.png")); - color: transparent; -} - -.selection-mode.titlebar .titlebutton.minimize:hover, -.selection-mode.titlebar .titlebutton.minimize:active, -.selection-mode.titlebar .titlebutton.minimize:checked, -.titlebar .titlebutton.minimize:hover, -.titlebar .titlebutton.minimize:active, -.titlebar .titlebutton.minimize:checked { - color: transparent; - border: none; - box-shadow: none; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - background-image: -gtk-scaled(url("../assets/min_prelight.svg")); -} - -.selection-mode.titlebar .titlebutton.maximize, -.titlebar .titlebutton.maximize { - color: transparent; - border: none; - box-shadow: none; - background-position: center; - background-repeat: no-repeat; - background-image: -gtk-scaled(url("../assets/maximize.svg")); -} - -.selection-mode.titlebar .titlebutton.maximize:backdrop, -.titlebar .titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("../assets/maximize_unfocused.png")); - color: transparent; -} - -.selection-mode.titlebar .titlebutton.maximize:hover, -.selection-mode.titlebar .titlebutton.maximize:active, -.selection-mode.titlebar .titlebutton.maximize:checked, -.titlebar .titlebutton.maximize:hover, -.titlebar .titlebutton.maximize:active, -.titlebar .titlebutton.maximize:checked { - color: transparent; - border: none; - box-shadow: none; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - background-image: -gtk-scaled(url("../assets/maximize_prelight.svg")); -} - -.selection-mode.titlebar .titlebutton.close, -.titlebar .titlebutton.close { - color: transparent; - border: none; - box-shadow: none; - background-position: center; - background-repeat: no-repeat; - background-image: -gtk-scaled(url("../assets/close.svg")); -} - -.selection-mode.titlebar .titlebutton.close:backdrop, -.titlebar .titlebutton.close:backdrop { - background-image: -gtk-scaled(url("../assets/close_unfocused.png")); - color: transparent; -} - -.selection-mode.titlebar .titlebutton.close:hover, -.selection-mode.titlebar .titlebutton.close:active, -.selection-mode.titlebar .titlebutton.close:checked, -.titlebar .titlebutton.close:hover, -.titlebar .titlebutton.close:active, -.titlebar .titlebutton.close:checked { - color: transparent; - border: none; - box-shadow: none; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - background-image: -gtk-scaled(url("../assets/close_prelight.svg")); -} - -/******************* - * check and radio * - *******************/ -/* draw regular check and radio items using our assets */ - -.check, -.check:focus { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"),url("../assets/checkbox-unchecked@2.png")); -} - -.check:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-hover.png"),url("../assets/checkbox-unchecked-hover@2.png")); -} - -.check:insensitive, -.check row:selected:insensitive, -.check row:selected:focus:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-insensitive.png"),url("../assets/checkbox-unchecked-insensitive@2.png")); -} - -.check:active, -.check:checked, -.check row:selected:active, -.check row:selected:focus:active { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"),url("../assets/checkbox-checked@2.svg")); -} - -.check:active:insensitive, -.check:checked:insensitive, -.check row:selected:active:insensitive, -.check row:selected:focus:active:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-insensitive.png"),url("../assets/checkbox-checked-insensitive@2.png")); -} - -.check:inconsistent, -.check row:selected:inconsistent, -.check row:selected:focus:inconsistent { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"),url("../assets/checkbox-mixed@2.png")); -} - -.check:inconsistent:insensitive, -.check row:selected:inconsistent:insensitive, -.check row:selected:focus:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"),url("../assets/checkbox-mixed-insensitive@2.png")); -} - -.radio, -.radio:hover, -.radio row:selected, -.radio row:selected:focus { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"),url("../assets/radio-unselected@2.png")); -} - -.radio:insensitive, -.radio row:selected:insensitive, -.radio row:selected:focus:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"),url("../assets/radio-unselected-insensitive@2.png")); -} - -.radio:active, -.radio:active:hover, -.radio:checked, -.radio row:selected:active, -.radio row:selected:focus:active { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"),url("../assets/radio-selected@2.png")); -} - -.radio:active:insensitive, -.radio:checked:insensitive, -.radio row:selected:active:insensitive, -.radio row:selected:focus:active:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"),url("../assets/radio-selected-insensitive@2.png")); -} - -.radio:inconsistent, -.radio row:selected:inconsistent, -.radio row:selected:focus:inconsistent { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"),url("../assets/radio-mixed@2.png")); -} - -.radio:inconsistent:insensitive, -.radio row:selected:inconsistent:insensitive, -.radio row:selected:focus:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"),url("../assets/radio-mixed-insensitive@2.png")); -} - -.menuitem.check { - -gtk-icon-source: none; -} - -.menuitem.check:active, -.menuitem.check:checked { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-checkbox-checked.png"),url("../assets/menuitem-checkbox-checked@2.png")); -} - -.menuitem.check:active:hover, -.menuitem.check:checked:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-checkbox-checked-hover.png"),url("../assets/menuitem-checkbox-checked-hover@2.png")); -} - -.menuitem.check:active:insensitive, -.menuitem.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-checkbox-checked-insensitive.png"),url("../assets/menuitem-checkbox-checked-insensitive@2.png")); -} - -.menuitem.check:inconsistent, -.menuitem.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-checkbox-mixed.png"),url("../assets/menuitem-checkbox-mixed@2.png")); -} - -.menuitem.check:inconsistent:insensitive, -.menuitem.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-checkbox-mixed-insensitive.png"),url("../assets/menuitem-checkbox-mixed-insensitive@2.png")); -} - -.menuitem.radio { - -gtk-icon-source: none; -} - -.menuitem.radio:active, -.menuitem.radio:checked { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-radio-checked.png"),url("../assets/menuitem-radio-checked@2.png")); -} - -.menuitem.radio:active:hover, -.menuitem.radio:checked:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-radio-checked-hover.png"),url("../assets/menuitem-radio-checked-hover@2.png")); -} - -.menuitem.radio:active:insensitive, -.menuitem.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("../assets/menuitem-radio-checked-insensitive.png"),url("../assets/menuitem-radio-checked-insensitive@2.png")); -} - -GtkIconView.content-view.cell.check { - -gtk-icon-source: -gtk-scaled(url("../assets/grid-selection-unchecked.png"),url("../assets/grid-selection-unchecked@2.png")); -} - -GtkIconView.content-view.cell.check:checked { - -gtk-icon-source: -gtk-scaled(url("../assets/grid-selection-checked.svg"),url("../assets/grid-selection-checked@2.svg")); -} - -/****************** - * pane separator * - ******************/ -.pane-separator.horizontal { - background-image: -gtk-scaled(url("../assets/pane-handle.png"),url("../assets/pane-handle@2.png")); - background-repeat: no-repeat; - background-position: center center; -} - -.pane-separator.vertical { - background-image: -gtk-scaled(url("../assets/pane-handle-vertical.png"),url("../assets/pane-handle-vertical@2.png")); - background-repeat: no-repeat; - background-position: center center; -} - -/************* - * GtkSwitch * - *************/ -GtkSwitch.trough { - background-image: -gtk-scaled(url("../assets/switch-off.svg"),url("../assets/switch-off@2.svg")); -} - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("../assets/switch-on.svg"),url("../assets/switch-on@2.svg")); -} - -GtkSwitch.trough:insensitive, -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("../assets/switch-insensitive.svg"),url("../assets/switch-insensitive@2.svg")); -} - -GtkSwitch.slider { - background-image: -gtk-scaled(url("../assets/switch-slider-off.svg"),url("../assets/switch-slider-off@2.svg")); -} - -GtkSwitch.slider:active { - background-image: -gtk-scaled(url("../assets/switch-slider-on.svg"),url("../assets/switch-slider-on@2.svg")); -} - -GtkSwitch.slider:insensitive, -GtkSwitch.slider:active:insensitive { - background-image: -gtk-scaled(url("../assets/switch-slider-insensitive.svg"),url("../assets/switch-slider-insensitive@2.svg")); -} - -/******************* - * GtkScale slider * - *******************/ -.scale.slider { - background: -gtk-scaled(url("../assets/scale-slider.svg"),url("../assets/scale-slider@2.png")); -} - -.scale.slider:hover { - background: -gtk-scaled(url("../assets/scale-slider-hover.svg"),url("../assets/scale-slider-hover@2.png")); -} - -.scale.slider:insensitive { - background: -gtk-scaled(url("../assets/scale-slider-insensitive.png"),url("../assets/scale-slider-insensitive@2.png")); -} diff --git a/.themes/Dracula GTK/gtk-3.0/gtk-widgets.css b/.themes/Dracula GTK/gtk-3.0/gtk-widgets.css deleted file mode 100755 index ab8c16a17..000000000 --- a/.themes/Dracula GTK/gtk-3.0/gtk-widgets.css +++ /dev/null @@ -1,468 +0,0 @@ - -/* default */ -* { - engine: none; - -GtkArrow-arrow-scaling: 0.55; - -GtkButton-child-displacement-x: 0; - -GtkButton-child-displacement-y: 0; - -GtkButton-default-border: 0; - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 1; - -GtkButton-interior-focus: true; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 12; - -GtkExpander-expander-size: 8; - -GtkHTML-link-color: @link_color; - -GtkIMHtml-hyperlink-color: @link_color; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkNotebook-initial-gap: 0; - -GtkPaned-handle-size: 5; - -GtkProgressBar-min-horizontal-bar-height: 5; - -GtkProgressBar-min-vertical-bar-width: 5; - -GtkRange-slider-width: 12; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-border: 0; - -GtkRange-trough-under-steppers: 1; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 50; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 0; - -GtkStatusbar-shadow-type: none; - -GtkTextView-error-underline-color: @error_color; - -GtkToolButton-icon-spacing: 6; - -GtkToolItemGroup-expander-size: 8; - -GtkTreeView-expander-size: 8; - -GtkWidget-focus-line-width: 1; - -GtkWidget-focus-padding: 2; - -GtkWidget-link-color: @link_color; - -GtkWidget-visited-link-color: @link_color; - -GtkWindow-resize-grip-height: 0; - -GtkWindow-resize-grip-width: 0; - -WnckTasklist-fade-overlay-rect: 0; - outline-color: alpha(@selected_bg_color, 0.5); - outline-style: solid; - outline-offset: 0; -} - -/*************** - * base states * - ***************/ -.background { - background-color: @bg_color; - color: @fg_color; -} - -* { - /* inherit colors from parent */ - background-color: inherit; - color: inherit; -} - -*:selected, -*:selected:focus { - background-color: @selected_bg_color; - color: @selected_fg_color; -} - -*:insensitive, -*:insensitive:insensitive { - color: mix(@fg_color, @bg_color, 0.3); -} - -/* apply effects to insensitive and prelit images */ -*:insensitive { - -gtk-image-effect: dim; -} - -*:hover { - -gtk-image-effect: highlight; -} - -.gtkstyle-fallback { - background-color: @bg_color; - color: @fg_color; -} - -.gtkstyle-fallback:prelight { - background-color: shade(@bg_color, 1.1); - color: @fg_color; -} - -.gtkstyle-fallback:active { - background-color: shade(@_color, 0.9); - color: @fg_color; -} - -.gtkstyle-fallback:insensitive { - background-color: shade(shade(@bg_color, 0.95), 1.05); - color: mix(@fg_color, @bg_color, 0.7); -} - -.gtkstyle-fallback:selected { - background-color: @selected_bg_color; - color: @selected_fg_color; -} - -GtkImage, -GtkImage:insensitive, -GtkLabel, -GtkLabel:insensitive, -GtkBox, -GtkBox:insensitive, -GtkOverlay, -GtkGrid, -GtkGrid:insensitive { - background-color: transparent; -} - -/*********** - * gtkhtml * - ***********/ -GtkHTML { - background-color: @base_color; - color: @text_color; -} - -/************ - * expander * - ************/ -.expander { - color: alpha(@fg_color, 0.7); -} - -.expander:hover { - color: alpha(@fg_color, 0.8); -} - -.expander:active { - color: alpha(currentColor, 0.9); -} - - -/********* - * frame * - *********/ -.frame { - border-color: shade(@theme_bg_color, 0.8); -} - - -.frame.flat { - border: none; -} - -/******************* - * scrolled window * - *******************/ -GtkScrolledWindow.frame { - border-width: 1px; - border-style: solid; - border-color: @bg_color; - border-radius: 0; -} - -/* avoid double borders when a viewport is - * packed into a GtkScrolledWindow */ -GtkScrolledWindow GtkViewport.frame { - border-style: none; -} - -/************ - * iconview * - ************/ -GtkIconView.view.cell:hover { - border: none; - border-radius: 5px; - background-color: shade(@bg_color, 0.9); - background-image: none; - color: @fg_color; -} - -GtkIconView.view.cell:selected, -GtkIconView.view.cell:selected:focus { - border-width: 1px; - border-style: solid; - border-color: shade(@bg_color, 0.8); - border-radius: 5px; - background-color: shade(@bg_color, 0.8); - background-image: none; - color: @fg_color; -} - -.content-view.view.rubberband, -.view.rubberband, -.rubberband { - border-width: 1px; - border-style: solid; - border-color: shade(@selected_fg_color, 0.9); - border-radius: 0; - background-color: alpha(@selected_fg_color, 0.3); -} -/***************** - * miscellaneous * - *****************/ -.floating-bar { - border-width: 1px; - border-style: solid; - border-color: @bg_color; - border-radius: 0px; - background-color: @bg_color; - background-image: none; - color: @fg_color; -} - -.floating-bar.top { - border-top-width: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -.floating-bar.right { - border-right-width: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.floating-bar.bottom { - border-bottom-width: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -.floating-bar.left { - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -.floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - - border-style: none; - background-color: transparent; - background-image: none; -} - -.view.dim-label, -.dim-label { - color: alpha(currentColor, 0.5); -} - -.dnd { - border-width: 1px; - border-style: solid; - border-color: shade(@selected_fg_color, 0.9); -} - -.grip { - background-color: transparent; -} - -.arrow { - color: alpha(@fg_color, 0.9); -} - -/************* - * statusbar * - *************/ -GtkStatusbar { - padding: 4px; - color: @fg_color; -} - -GtkStatusbar .button { - color: @fg_color; - border: none; -} - -GtkStatusbar .button:hover, -GtkStatusbar .button:active, -GtkStatusbar .button:active:hover { - transition: none; - color: @selected_fg_color; - background-color: @bg_color; -} - -/************ - * textview * - ************/ -GtkTextView { - background-color: @base_color; - color: @text_color; -} - -/*********** - * tooltip * - ***********/ -.tooltip { - border-width: 1px; - border-style: solid; - border-color: @tooltip_bg_color; - border-radius: 3px; - background-color: @tooltip_bg_color; - background-image: none; - color: @tooltip_fg_color; -} - -.tooltip.background { - background-color: alpha(@tooltip_bg_color,0.8); - background-clip: padding-box; -} - -.tooltip.window-frame.csd { - border-radius: 3px; - background-color: transparent; - box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15); -} - -.tooltip * { - padding: 2px; - background-color: transparent; - color: inherit; -} - -/************ - * treeview * - ************/ -GtkTreeView { - -GtkTreeView-vertical-separator: 6; - -GtkWidget-focus-line-width: 1; - -GtkWidget-focus-padding: 1; -} - -GtkTreeView { - border: 1px solid @bg_color; -} - -GtkTreeView.view:selected { - border: none; -} - -GtkTreeView.dnd { - padding: 6px 6px; - border-width: 1px; - border-style: solid; - border-color: shade(@selected_bg_color, 0.9); - border-radius: 0; -} - -GtkTreeView .entry { - padding: 6px 6px; - border-radius: 0; - background-color: @base_color; - background-image: none; -} - -/************ - * viewport * - ************/ -GtkViewport.frame { - border-width: 0; -} - -.view { - background-color: @base_color; - color: @text_color; -} - -.view:insensitive, -.view:insensitive:insensitive { - color: mix(@bg_color,@text_color, 0.4); -} - -.view:selected, -.view:selected:focus { - background-color: @selected_bg_color; - color: @selected_fg_color; /*TreeView selected for dconf and sidebars and stuff*/ -} - -/************************* - * touch text selections * - *************************/ -GtkBubbleWindow { - border-radius: 0px; - background-clip: border-box; -} - -GtkBubbleWindow.osd.background { - background-color: @osd_bg; -} - -GtkBubbleWindow .toolbar { - background-color: transparent; -} - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(55, 93, 114, 0.20)), to(rgba(255,93,115, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - - .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(255,93,115,0.2)), to(rgba(255,93,115, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - - .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(255,93,115,0.2)), to(rgba(255,93,115, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - - .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(255,93,115,0.2)), to(rgba(255,93,115, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - - .undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - - .undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - - .undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - - .undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } diff --git a/.themes/Dracula GTK/gtk-3.0/gtk.css b/.themes/Dracula GTK/gtk-3.0/gtk.css deleted file mode 100755 index 746b5a1a5..000000000 --- a/.themes/Dracula GTK/gtk-3.0/gtk.css +++ /dev/null @@ -1,127 +0,0 @@ -/* Ant palet */ -@define-color lime #50fa7a; -@define-color cyan #8be9fd; -@define-color yellow #f1fa8c; -@define-color orange #ffb86c; -@define-color purple #bd93f9; -@define-color red #ff5555; - -/* default color scheme */ -@define-color bg_color #1e1f29; -@define-color fg_color #f8f8f2; -@define-color base_color #282a36; -@define-color text_color #f8f8f2; -@define-color borders transparent; -@define-color header_bg_color #1e1f29; -@define-color header_fg_color #f8f8f2; -/*@define-color selected_bg_color #00b0ff;*/ -@define-color selected_bg_color #ff79c6; -/*@define-color selected_bg_color #33CBBF; -*/@define-color selected_fg_color #f8f8f8; -@define-color tooltip_bg_color #f8f8f8; -@define-color tooltip_fg_color #2d2d2d; - -/* colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_bg_color @bg_color; -@define-color theme_fg_color @fg_color; -@define-color theme_base_color @base_color; -@define-color theme_text_color @text_color; -@define-color theme_selected_bg_color @selected_bg_color; -@define-color theme_selected_fg_color @selected_fg_color; -@define-color theme_tooltip_bg_color @tooltip_bg_color; -@define-color theme_tooltip_fg_color @tooltip_fg_color; - -/* shadow effects */ -@define-color light_shadow #fff; -@define-color dark_shadow #000; - -/* misc colors used by gtk+ */ -@define-color info_fg_color #31363D; -@define-color info_bg_color #f3f3f3; -@define-color warning_fg_color #fefefe; -@define-color warning_bg_color @orange; -@define-color question_fg_color #fefefe; -@define-color question_bg_color @cyan; -@define-color error_fg_color #fefefe; -@define-color error_bg_color @red; -@define-color link_color #df253f; -@define-color success_color #53a93f; -@define-color warning_color #f57900; -@define-color error_color @red; -@define-color light_grey #dedede; - -/* widget colors */ -@define-color button_bg_color @theme_base_color; -@define-color menubar_bg_color @theme_bg_color; -@define-color menubar_fg_color @theme_fg_color; -@define-color toolbar_bg_color @theme_bg_color; -@define-color toolbar_fg_color @theme_fg_color; -@define-color menu_bg_color @theme_base_color; -@define-color menu_fg_color @theme_text_color; -@define-color panel_bg_color shade(@header_fg_color, 0.8); -@define-color panel_fg_color @selected_fg_color; -@define-color menu_selected_bg_color @selected_bg_color; -@define-color menu_selected_fg_color @selected_fg_color; -@define-color titlebar_bg_color @theme_bg_color; -@define-color titlebar_fg_color @theme_fg_color; - -/* osd */ -@define-color osd_base @base_color; -@define-color osd_fg @fg_color; -@define-color osd_bg @bg_color; - -/* window manager colors */ -@define-color wm_bg @header_bg_color; -@define-color wm_border_focused @header_bg_color; -@define-color wm_border_unfocused @header_bg_color; -@define-color wm_title_focused @header_fg_color; -@define-color wm_title_unfocused alpha(@theme_fg_color, 0.75); -@define-color wm_icons_focused @theme_fg_color; -@define-color wm_icons_focused_prelight shade(@theme_selected_bg_color, 1.15); -@define-color wm_icons_focused_pressed @theme_selected_bg_color; -@define-color wm_icons_unfocused alpha(@theme_fg_color, 0.95); -@define-color wm_icons_unfocused_prelight shade(@theme_selected_bg_color, 1.15); -@define-color wm_icons_unfocused_pressed @theme_selected_bg_color; - -@import url("gtk-widgets.css"); -@import url("gtk-widgets-assets.css"); - -@import url("widgets/app-notifications.css"); -@import url("widgets/assistant.css"); -@import url("widgets/button.css"); -@import url("widgets/cell-row.css"); -@import url("widgets/check-radio.css"); -@import url("widgets/column-header.css"); -@import url("widgets/content-view.css"); -@import url("widgets/calendar.css"); -@import url("widgets/dialogs.css"); -@import url("widgets/entry.css"); -@import url("widgets/infobar.css"); -@import url("widgets/list-boxes.css"); -@import url("widgets/menu.css"); -@import url("widgets/notebook.css"); -@import url("widgets/progress-scale.css"); -@import url("widgets/scrollbar.css"); -@import url("widgets/search-bar.css"); -@import url("widgets/separator.css"); -@import url("widgets/sidebar.css"); -@import url("widgets/spinbutton.css"); -@import url("widgets/spinner.css"); -@import url("widgets/switch.css"); -@import url("widgets/color-chooser.css"); -@import url("widgets/toolbar.css"); -@import url("widgets/osd.css"); -@import url("widgets/csd.css"); -@import url("widgets/combobox.css"); -@import url("widgets/selection-mode.css"); -@import url("widgets/popover.css"); - - -@import url("apps/budgie.css"); -@import url("apps/corebird.css"); -@import url("apps/solus-applications.css"); -@import url("apps/gala.css"); -@import url("apps/gnome-applications.css"); -@import url("apps/unity.css"); -@import url("apps/mate-applications.css"); -/*@import url("widgets/gnome-software.css");*/ diff --git a/.themes/Dracula GTK/gtk-3.0/settings.ini b/.themes/Dracula GTK/gtk-3.0/settings.ini deleted file mode 100755 index d846190a0..000000000 --- a/.themes/Dracula GTK/gtk-3.0/settings.ini +++ /dev/null @@ -1,4 +0,0 @@ -[Settings] -gtk-auto-mnemonics = 1 -gtk-visible-focus = automatic - diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/app-notifications.css b/.themes/Dracula GTK/gtk-3.0/widgets/app-notifications.css deleted file mode 100755 index 986421405..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/app-notifications.css +++ /dev/null @@ -1,37 +0,0 @@ -/********************* - * app notifications * - *********************/ -.app-notification { - border-style: solid; - border-color: shade(@header_bg_color, 0.9); - border-width: 0 1px 1px 1px; - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; - padding: 8px; - background-color: alpha(@header_bg_color,0.95); - background-image: none; - color: @header_fg_color; -} - -.app-notification .button, -.app-notification .button:hover { - background-color: @cyan; - color: @selected_fg_color; -} - -.app-notification .button:active, -.app-notification .button:hover:active { - background-color: shade(@cyan,0.9); - color: @selected_fg_color; -} - -.app-notification .button.flat { - background-color: transparent; - color: @header_fg_color; -} - -.app-notification .button.flat:hover, -.app-notification .button.flat:hover:active { - background-color: transparent; - color: @red; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/assistant.css b/.themes/Dracula GTK/gtk-3.0/widgets/assistant.css deleted file mode 100755 index c58c36ebb..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/assistant.css +++ /dev/null @@ -1,16 +0,0 @@ -/************* - * assistant * - *************/ -GtkAssistant .sidebar .highlight { - font: bold; -} - -GtkAssistant .sidebar { - padding: 4px; - border-width: 0 1px 0 0; - border-style: solid; - border-right-color: shade(@theme_bg_color, 0.8); - border-radius: 0; - background-color: @theme_bg_color; - color: mix(@theme_fg_color, @theme_bg_color, 0.1); -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/button.css b/.themes/Dracula GTK/gtk-3.0/widgets/button.css deleted file mode 100755 index 7f114564f..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/button.css +++ /dev/null @@ -1,306 +0,0 @@ -/********** - * button * - **********/ -.button { - padding: 6px 8px; - border-radius: 3px; - /* border-width: 1px; - border-style: solid; - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2);*/ - background-color: @base_color; - background-image: none; - color: @text_color; - font: bold; - - -GtkWidget-focus-padding: 1; - -GtkWidget-focus-line-width: 0; -} - -.notebook .button, -.list .button, -.view .button { - border-color: alpha(black,0.2); -} - -.button:hover { - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2); - background-color: @selected_bg_color; - color: @selected_fg_color; -} - -.button:active, -.button:active:hover, -.button:checked:checked { - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2); - background-color: shade(@selected_bg_color, 0.9); - color: @selected_fg_color; -} - -.button:insensitive { - background-color: mix(@bg_color,@base_color, 0.5); - background-image: none; -} - -/**************** -* "flat" button * -*****************/ -.button.flat, -.action-bar .button, -.inline-toolbar .button, -.osd .button, -.osd.button { - border: none; - background-color: transparent; - background-image: none; - color: @fg_color; - font: bold; -} - -.button.flat:hover, -.action-bar .button:hover, -.inline-toolbar .button:hover, -.action-bar .button:hover { - border: none; - transition: color 150ms ease-in; - color: @selected_bg_color; -} - -.button.flat:active, -.button.flat:active:focus, -.button.flat:checked, -.button.flat:active:checked, -.button.flat:active:checked:focus, -.action-bar .button:checked, -.action-bar .button:active { - border: none; - transition: color 150ms ease-in; - color: shade(@selected_bg_color, 0.9); - background-color: transparent; -} - -.button.flat:active:hover { - border: none; - transition: color 150ms ease-in; - color: @selected_bg_color; - background-color: transparent; -} - -/**************** -* linked button * -*****************/ -/* middle button */ -.linked .entry, -.linked .button, -.linked .button:active, -.linked .button:active:hover, -.linked .button:focus, -.linked .button:focus:active, -.linked .button:insensitive, -.linked > GtkComboBox > .button:dir(ltr), -.linked > GtkComboBox > .button:dir(ltr):focus { - border-radius: 0; -} - - -/* leftmost button */ -.linked .entry:first-child, -.linked .button:first-child, -.linked .button:active:first-child, -.linked .button:active:hover:first-child, -.linked .button:focus:first-child, -.linked .button:focus:active:first-child, -.linked .button:insensitive:first-child, -.linked > GtkComboBox:first-child > .button, -.linked > GtkComboBox:first-child > .button:focus { - border-right-width: 0; - border-radius: 3px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -/* rightmost button */ -.linked .entry:last-child, -.linked .button:last-child, -.linked .button:active:last-child, -.linked .button:active:hover:last-child, -.linked .button:focus:last-child, -.linked .button:focus:active:last-child, -.linked .button:insensitive:last-child, -.linked > GtkComboBox:last-child > .button, -.linked > GtkComboBox:last-child > .button:focus { - border-left-width: 0; - border-radius: 3px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -/* linked single button */ -.linked .entry:only-child, -.linked .button:only-child, -.linked .button:active:only-child, -.linked .button:active:hover:only-child, -.linked .button:focus:only-child, -.linked .button:focus:active:only-child, -.linked .button:insensitive:only-child, -.linked.vertical > GtkComboBox:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button:focus { - border-radius: 3px; -} - -/* middle button (vertical) */ -.linked.vertical .entry, -.linked.vertical .button, -.linked.vertical .button:active, -.linked.vertical .button:active:hover, -.linked.vertical .button:focus, -.linked.vertical .button:focus:active, -.linked.vertical .button:insensitive, -.linked.vertical > GtkComboBox > .button:dir(ltr), -.linked.vertical > GtkComboBox > .button:dir(ltr):focus { - border-bottom-width: 0; - border-radius: 0; -} - -/* leftmost button (vertical) */ -.linked.vertical .entry:first-child, -.linked.vertical .button:first-child, -.linked.vertical .button:active:first-child, -.linked.vertical .button:active:hover:first-child, -.linked.vertical .button:focus:first-child, -.linked.vertical .button:focus:active:first-child, -.linked.vertical .button:insensitive:first-child, -.linked.vertical > GtkComboBox:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button:focus { - border-bottom-width: 0; - border-radius: 3px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -/* rightmost button (vertical) */ -.linked.vertical .entry:last-child, -.linked.vertical .button:last-child, -.linked.vertical .button:active:last-child, -.linked.vertical .button:active:hover:last-child, -.linked.vertical .button:focus:last-child, -.linked.vertical .button:focus:active:last-child, -.linked.vertical .button:insensitive:last-child, -.linked.vertical > GtkComboBox:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button:focus { - border-radius: 3px; - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -/* linked single button (vertical) */ -.linked.vertical .entry:only-child, -.linked.vertical .button:only-child, -.linked.vertical .button:active:only-child, -.linked.vertical .button:active:hover:only-child, -.linked.vertical .button:focus:only-child, -.linked.vertical .button:focus:active:only-child, -.linked.vertical .button:insensitive:only-child, -.linked.vertical > GtkComboBox:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button:focus { - border-radius: 3px; -} - -.linked.vertical .entry:first-child { - border: 1px solid alpha(black,0.2); - border-bottom-width: 0px; -} - -.linked.vertical .entry:last-child { - border: 1px solid alpha(black,0.2); -} - -/****************************** - * destructive action buttons * - ******************************/ -.destructive-action.button, -.titlebar .destructive-action.button { - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2); - background-color: @error_color; - color: @selected_fg_color; -} - -.destructive-action.button:hover, -.titlebar .destructive-action.button:hover{ - background-color: @error_color; - color: @selected_fg_color; -} - -.destructive-action.button:active, -.titlebar .destructive-action.button:active { - background-color: shade(@error_color,0.9); - color: @selected_fg_color; -} - -.destructive-action.button:hover:active, -.titlebar .destructive-action.button:hover:active { - background-color: shade(@error_color,0.9); - color: @selected_fg_color; -} - -.destructive-action.button:insensitive, -.titlebar .destructive-action.button:insensitive { - background-color: mix(@bg_color,@error,0.6); -} - -/****************************** - * suggested action buttons * - ******************************/ -.suggested-action.button, -.list .suggested-action.button, -.titlebar .suggested-action.button { - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2); - background-color: @cyan; - color: @selected_fg_color; - -} - -.suggested-action.button:hover, -.list .suggested-action.button:hover, -.titlebar .suggested-action.button:hover{ - background-color: @cyan; - color: @selected_fg_color; -} - -.suggested-action.button:active, -.list .suggested-action.button:active, -.titlebar .suggested-action.button:active { - background-color: shade(@cyan,0.9); - color: @selected_fg_color; -} - -.suggested-action.button:hover:active, -.list .suggested-action.button:hover:active, -.titlebar .suggested-action.button:hover:active { - background-color: shade(@cyan,0.9); - color: @selected_fg_color; -} - -.suggested-action.button:insensitive, -.titlebar .suggested-action.button:insensitive { - background-color: mix(@bg_color,@cyan,0.6); -} - -/******************** - * circular buttons * - ********************/ -.circular-button.button { - border: none; - border-radius: 20px; - outline-radius: 20px; - box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.2); -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/calendar.css b/.themes/Dracula GTK/gtk-3.0/widgets/calendar.css deleted file mode 100755 index 723d257bc..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/calendar.css +++ /dev/null @@ -1,35 +0,0 @@ -/************ - * Calendar * - ************/ -GtkCalendar { - padding: 1px 4px 2px 4px; -} - -GtkCalendar:inconsistent { - color: mix(@fg_color, @bg_color, 0.5); -} - -GtkCalendar.view, -GtkCalendar.header, -GtkCalendar.button, -GtkCalendar.button:hover, -GtkCalendar.button:insensitive { - border-width: 0; - background-color: transparent; - background-image: none; -} - -.highlight, -GtkCalendar.highlight { - border-width: 0; - background-color: transparent; - color: @selected_bg_color; -} - -GtkCalendar:selected { - border-radius: 5px; -} - -GtkCalendar:selected:selected { - background-color: @selected_bg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/cell-row.css b/.themes/Dracula GTK/gtk-3.0/widgets/cell-row.css deleted file mode 100755 index 88b03d4f6..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/cell-row.css +++ /dev/null @@ -1,29 +0,0 @@ -/**************** - * cell and row * - ****************/ -.cell { - border-width: 0; - border-radius: 0; -} - -.cell:selected, -.cell:selected:hover, -.cell:selected:focus { - background-color: shade(@selected_bg_color, 0.9); - background-image: linear-gradient(to bottom,shade(@selected_bg_color, 0.9),shade(@selected_bg_color, 0.9)); - color: @selected_fg_color; - border-color: shade(@selected_bg_color, 0.9); - border-width: 1px 0; - border-style: solid; -} - -row:selected, -row:selected:hover, -row:selected:focus { - border-style: none; - border-color: shade(@selected_bg_color, 0.9); - background-color: shade(@selected_bg_color, 0.9); - color: @selected_fg_color; - background-image: none; - font: bold; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/check-radio.css b/.themes/Dracula GTK/gtk-3.0/widgets/check-radio.css deleted file mode 100755 index 76acbb305..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/check-radio.css +++ /dev/null @@ -1,17 +0,0 @@ -/******************* - * check and radio * - *******************/ -.check, -.radio, -.check:insensitive, -.radio:insensitive { - border-style: none; - background-color: transparent; -} - -GtkCheckButton:hover, -GtkCheckButton:active:hover, -GtkCheckButton:selected, -GtkCheckButton:selected:focus { - background-color: transparent; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/color-chooser.css b/.themes/Dracula GTK/gtk-3.0/widgets/color-chooser.css deleted file mode 100755 index 50b632255..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/color-chooser.css +++ /dev/null @@ -1,91 +0,0 @@ -/***************** - * color chooser * - *****************/ -GtkColorSwatch, -GtkColorSwatch:selected { - border-width: 1px; - border-style: solid; - border-color: alpha(black, 0.1); - border-radius: 1px; - background-color: transparent; - background-clip: border-box; -} - -GtkColorSwatch:hover, -GtkColorSwatch:selected:hover { - border-color: alpha(black, 0.3); -} - -GtkColorSwatch.color-light:selected:hover, -GtkColorSwatch.color-dark:selected:hover { - background-image: none; -} - -GtkColorSwatch.left, -GtkColorSwatch:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -GtkColorSwatch.right, -GtkColorSwatch:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -GtkColorSwatch:only-child { - border-radius: 0px; -} - -GtkColorSwatch.top { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -GtkColorSwatch.bottom { - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; -} - -GtkColorChooserWidget #add-color-button { - background-clip: padding-box; - border-color: alpha(black, 0.1); - background-color: shade(@theme_bg_color, 0.95); - color: @theme_fg_color; -} - -GtkColorChooserWidget #add-color-button:hover { - border-color: alpha(black, 0.3); - background-color: shade(@theme_bg_color, 0.90); - color: @theme_fg_color; -} - -.color-active-badge, -.color-active-badge:selected { - border-width: 1px; - border-style: solid; - border-width: 2px; - background-color: transparent; -} - -.color-active-badge.color-light, -.color-active-badge.color-light:hover { - border-color: alpha(black, 0.3); - color: alpha(black, 0.3); -} - -.color-active-badge.color-dark, -.color-active-badge.color-dark:hover { - border-color: alpha(white, 0.3); - color: alpha(white, 0.3); -} - -GtkColorEditor GtkColorSwatch { - border-radius: 0px; -} - -GtkColorEditor GtkColorSwatch.color-dark:hover, -GtkColorEditor GtkColorSwatch.color-light:hover { - background-image: none; - border-color: alpha(black, 0.3); -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/column-header.css b/.themes/Dracula GTK/gtk-3.0/widgets/column-header.css deleted file mode 100755 index 27f7ea665..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/column-header.css +++ /dev/null @@ -1,34 +0,0 @@ -/***************** - * column-header * - *****************/ -column-header .button, -column-header .button:active { - padding: 3px 8px; - border-width: 0 1px 1px 0px; - border-radius: 0; - border-style: solid; -} - -column-header .button, -column-header .button:active, -column-header .button:focus, -column-header .button:active:focus { - border-color: mix(@base_color, black, 0.2); - border-bottom-color: mix(@base_color, black, 0.2); - background-color: shade(@theme_base_color, 0.97); - background-image: none; -} - -column-header .button:hover, -column-header .button:active:hover, -column-header .button:hover:focus, -column-header .button:active:hover:focus { - border-color: mix(@base_color, black, 0.2); - background-color: shade(@theme_base_color, 0.99); - background-image: none; - color: @theme_selected_bg_color; -} - -column-header:last-child .button { - border-width: 0 0 1px 0; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/combobox.css b/.themes/Dracula GTK/gtk-3.0/widgets/combobox.css deleted file mode 100755 index 610982d1c..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/combobox.css +++ /dev/null @@ -1,48 +0,0 @@ -/****************** - * combobox entry * - ******************/ -GtkComboBox*:hover { -color: @selected_fg_color; -} - -GtkComboBox .button { - padding: 5px 6px 5px 6px; -} - -GtkComboBox.combobox-entry .button { - border-color: alpha(black,0.2); -} - -GtkComboBox.combobox-entry .button:hover { - border-color: transparent; - border-top-color: alpha(white,0.2); - border-bottom-color: alpha(black,0.2); -} - -.primary-toolbar GtkComboBox.combobox-entry .entry, -.primary-toolbar GtkComboBox.combobox-entry .entry:active, -.primary-toolbar GtkComboBox.combobox-entry .entry:focus, -.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive, -GtkComboBox.combobox-entry .entry, -GtkComboBox.combobox-entry .entry:active, -GtkComboBox.combobox-entry .entry:focus, -GtkComboBox.combobox-entry .entry:insensitive { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.primary-toolbar GtkComboBox.combobox-entry .button, -.primary-toolbar GtkComboBox.combobox-entry .button:hover, -.primary-toolbar GtkComboBox.combobox-entry .button:active, -.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, -GtkComboBox.combobox-entry .button, -GtkComboBox.combobox-entry .button:hover, -GtkComboBox.combobox-entry .button:active, -GtkComboBox.combobox-entry .button:insensitive { - border-bottom-left-radius: 0; - border-top-left-radius: 0; - border-left-width: 0px; -} -.linked-entry .entry { - border-color: alpha(white,0.2); -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/content-view.css b/.themes/Dracula GTK/gtk-3.0/widgets/content-view.css deleted file mode 100755 index dd91b9ba5..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/content-view.css +++ /dev/null @@ -1,42 +0,0 @@ -/**************** - * content view * - ****************/ -.content-view.view { - background-color: @theme_base_color; -} - -.content-view.view:prelight { - background-color: alpha(@theme_selected_bg_color, 0.6); -} - -.content-view.view:selected, -.content-view.view:active { - background-color: @theme_selected_bg_color; -} - -.content-view.view:insensitive { - background-color: shade(@theme_base_color, 0.9); -} - -GdMainIconView.content-view { - -GdMainIconView-icon-size: 40; -} - -GtkIconView.content-view.check { - background-color: transparent; -} - -GtkIconView.content-view.check:active { - background-color: transparent; -} - -.content-view.view.check, -.content-view.view.check:active { - background-color: transparent; -} - -GtkIconView.content-view.check:prelight, -GtkIconView.content-view.check:insensitive, -GtkIconView.content-view.check:selected { - background-color: transparent; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/csd.css b/.themes/Dracula GTK/gtk-3.0/widgets/csd.css deleted file mode 100755 index 3757df260..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/csd.css +++ /dev/null @@ -1,137 +0,0 @@ -/******* - * CSD * - *******/ - .titlebar{ - border-radius:5px 5px 0 0; - } -.titlebar, -.header-bar { - - background-image: none; - background-color: @header_bg_color; - color: @header_fg_color; - text-shadow: none; - padding: 4px 10px; - -} - -.titlebar .button, -.header-bar .image-button, -.header-bar .path-bar .button, -.titlebar .button:active, -.titlebar .button:checked { - padding: 5px; - background-color: transparent; - border-color: transparent; - color: @header_fg_color; - font: bold; -} - -.titlebar .button:hover, -.header-bar .image-button:hover, -.header-bar .image-button:active, -.header-bar .image-button:checked, -.header-bar .path-bar .button:hover, -.header-bar .path-bar .button:active, -.header-bar .path-bar .button:checked, -.titlebar .button:active:hover, -.titlebar .button:checked, -.titlebar .button:active { - color: @selected_bg_color; - background-color: transparent; -} -.maximized .titlebar { - border-radius: 0; - border: none; - box-shadow: none; -} - -.tiled .titlebar { - border-radius: 0; - border: none; - box-shadow: none; -} - -.titlebar.default-decoration { - border: none; -} - -.titlebar .title { - font: Bold 10; - color: @header_fg_color; -} - -.titlebar .subtitle { - font: 9; - color: @header_fg_color; -} - -.titlebar .separator { - color: transparent; -} - -.titlebar .arrow { - color: alpha(@header_fg_color, 0.7); -} - -.titlebar .arrow:insensitive { - color: mix(@fg_color, @bg_color, 0.3); -} - -.window-frame { - border:none; - border-radius: 5px 5px 0 0; - background-color: @header_bg_color; - box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.4); - margin: 10px; -} - -.window-frame.maximized { - border-radius: 0; -} - -.window-frame.tiled { - border-radius: 0; -} - -.window-frame:backdrop { - box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.3); -} - - .window-frame.ssd { - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.23); -} - -/****************** - * window actions * - ******************/ -.titlebar .button.titlebutton, -.titlebar .button.titlebutton:hover, -.titlebar .button.titlebutton:checked { - border: none; - background-color: transparent; - icon-shadow: none; - box-shadow: none; -} - -.header-bar .button.titlebutton, -.titlebar .button.titlebutton { - padding: 3px; - padding-left: 1px; - padding-right: 1px; -} - -.titlebar .titlebutton, -.titlebar .titlebutton:hover, -.titlebar .titlebutton:active, -.titlebar .titlebutton:active:hover, -.titlebar .titlebutton:backdrop, -.maximized .titlebar .titlebutton, -.maximized .titlebar .titlebutton:hover, -.maximized .titlebar .titlebutton:active, -.maximized .titlebar .titlebutton:active:hover, -.maximized .titlebar .titlebutton:backdrop { - color: transparent; - background-position: center; - background-repeat: no-repeat; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/dialogs.css b/.themes/Dracula GTK/gtk-3.0/widgets/dialogs.css deleted file mode 100755 index 041e1c25e..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/dialogs.css +++ /dev/null @@ -1,35 +0,0 @@ -/*********** - * Dialogs * - ***********/ -.message-dialog { - border-radius: 5px; -} - -.message-dialog .titlebar { - background-color: @theme_bg_color; -} - -.message-dialog .window-frame { - border:none; - border-radius: 5px; - background-color: @bg_color; - box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.6); - margin: 10px; -} - -.message-dialog.csd .dialog-action-area .button { - color: @theme_fg_color; - background-color: @theme_bg_color; - border:none; -} - -.message-dialog.csd .dialog-action-area .button:hover { - color: @theme_selected_bg_color; -} - -.message-dialog.csd .dialog-action-area .button:active, -.message-dialog.csd .dialog-action-area .button:checked, -.message-dialog.csd .dialog-action-area .button:active:focus, -.message-dialog.csd .dialog-action-area .button:checked:focus { - color: @theme_selected_bg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/entry.css b/.themes/Dracula GTK/gtk-3.0/widgets/entry.css deleted file mode 100755 index 58693fb57..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/entry.css +++ /dev/null @@ -1,43 +0,0 @@ -/********* - * entry * - *********/ -.entry, -.primary-toolbar .entry { - transition: 200ms linear; - padding: 6px 8px; - border-style: solid; - border-radius: 3px; - border-width: 1px; - border-color: alpha(black,0.2); - background-color: @base_color; - background-image: none; - color: @text_color; -} - -.entry:active, -.entry:focus { - transition: 200ms linear; - background-color: @base_color; - border-bottom-color: @selected_bg_color; - color: @text_color; -} - -.entry:selected, -.entry:selected:focus { - background-color: shade(@bg_color, 0.9); - color: @selected_bg_color; -} - -.entry:insensitive { - background-color: alpha(@base_color, 0.5); - background-image: none; -} - -.entry.progressbar { - border-width: 0; - border-radius: 3px; - background-color: @selected_bg_color; - background-image: none; - color: @selected_fg_color; - border-color: @selected_bg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/gnome-sofware.css b/.themes/Dracula GTK/gtk-3.0/widgets/gnome-sofware.css deleted file mode 100644 index 745723a88..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/gnome-sofware.css +++ /dev/null @@ -1,21 +0,0 @@ -/* Copyright 2015 Sam Hewitt. -* -* This file is part of the Paper GTK theme. -* -* The Paper GTK theme 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 3 of the -* License, or (at your option) any later version. -* -* The Paper GTK theme 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 the Paper GTK theme. If not, see http://www.gnu.org/licenses/. -*/ - -GtkImage.star{ - color: #EF1A1A; -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/infobar.css b/.themes/Dracula GTK/gtk-3.0/widgets/infobar.css deleted file mode 100755 index 8f2877a5d..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/infobar.css +++ /dev/null @@ -1,108 +0,0 @@ -/*********** - * infobar * - ***********/ -GtkInfoBar { - border-width: 0px; - border-style: none; -} - -.info { - border: none; - background-color: shade(@info_bg_color,0.9); - background-image: none; - color: @info_fg_color; -} - -.error .button { - border: none; - color: @info_fg_color; - background-image: none; - background-color: @info_bg_color; -} - -.error .button:hover { - color: @info_fg_color; - background-image: none; - background-color: shade(@info_bg_color,1.1); -} - -.error .button:active { - color: @info_fg_color; - background-image: none; - background-color: shade(@info_bg_color,1.2); -} - -.warning { - background-color: shade(@warning_bg_color, 0.9); - background-image: none; - color: @warning_fg_color; -} - -.warning .button { - border: none; - color: @warning_fg_color; - background-image: none; - background-color: @warning_bg_color; -} - -.warning .button:hover { - color: @question_fg_color; - background-image: none; - background-color: shade(@warning_bg_color,1.1); -} - -.warning .button:active { - color: @question_fg_color; - background-image: none; - background-color: shade(@warning_bg_color,1.2); -} - -.question { - background-color: shade(@question_bg_color, 0.9); - background-image: none; - color: @question_fg_color; -} - -.question .button { - border: none; - color: @question_fg_color; - background-image: none; - background-color: @question_bg_color; -} - -.question .button:hover { - color: @question_fg_color; - background-image: none; - background-color: shade(@question_bg_color,1.1); -} - -.question .button:active { - color: @question_fg_color; - background-image: none; - background-color: shade(@question_bg_color,1.2); -} - -.error { - background-color: shade(@error_bg_color, 0.9); - background-image: none; - color: @error_fg_color; -} - -.error .button { - border: none; - color: @error_fg_color; - background-image: none; - background-color: @error_bg_color; -} - -.error .button:hover { - color: @error_fg_color; - background-image: none; - background-color: shade(@error_bg_color,1.1); -} - -.error .button:active { - color: @error_fg_color; - background-image: none; - background-color: shade(@error_bg_color,1.2); -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/list-boxes.css b/.themes/Dracula GTK/gtk-3.0/widgets/list-boxes.css deleted file mode 100755 index aea3875c6..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/list-boxes.css +++ /dev/null @@ -1,48 +0,0 @@ -/************** - * List boxes * - **************/ -.list, -.list-row { - font-weight: normal; - background-color: @base_color; -} - -.list-row.button { - padding: 4px; - background-color: @base_color; - color: @fg_color; - font-weight: normal; - border: none; - border-radius: 0px; -} - -.list-row.button:hover { - transition: none; - background-color: mix(@base_color,@bg_color, 0.2); - color: @fg_color; -} - -.list-row.button:active, -.list-row.button:active:hover { - background-color: mix(@base_color,@bg_color, 0.4); - color: @theme_fg_color; -} - -.list-row.button:selected:hover { - background-color: @selected_bg_color; - color: @selected_fg_color; -} - -.list-row.button:checked, -.list-row.button:selected, -.list-row:selected, -.list-row.button:selected:active:hover { - background-color: shade(@selected_bg_color, 0.9); - color: @selected_fg_color; -} - -/*selected-row buttons*/ -.list-row.button:selected .button:hover, -.list-row.button:selected .button:active { - color: @selected_fg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/menu.css b/.themes/Dracula GTK/gtk-3.0/widgets/menu.css deleted file mode 100755 index 342297b68..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/menu.css +++ /dev/null @@ -1,164 +0,0 @@ -/******** - * menu * - ********/ -GtkTreeMenu.menu, -GtkMenuToolButton.menu, -GtkComboBox .menu { - background-color: @menu_bg_color; - color: @menu_fg_color; -} - -.primary-toolbar .menu, -.primary-toolbar .button .menu, -.toolbar .menu, -.toolbar .primary-toolbar .menu, -.header-bar .menu, -.header-bar .primary-toolbar .menu, -.menu { - padding: 0; - border-radius: 0; - border-style: none; - background-color: @menu_bg_color; - color: @menu_fg_color; -} - -.menu.button:hover, -.menu.button:active, -.menu.button:active *:insensitive, -.menu.button:insensitive, -.menu.button { - border-width: 0; - background-color: @menu_bg_color; - background-image: none; -} - -.context-menu { - font: initial; -} - -/*********** - * menubar * - ***********/ -.menubar { - background-color: @menubar_bg_color; - color: @menubar_fg_color; -} - -/*************** - * menubaritem * - ***************/ -.menubar.menuitem, -.menubar .menuitem { - padding: 3px 6px; - color: @menubar_fg_color; - border-width: 0px; - border-bottom: 2px solid transparent; -} - -.menubar.menuitem:hover, -.menubar .menuitem:hover { - border-width: 0px; - border-bottom: 2px solid @menu_selected_bg_color; -} - -/************ - * menuitem * - ************/ -GtkTreeMenu .menuitem { - color: @menu_fg_color; - padding: 4px 6px; - border-width: 0; - background-color: @menu_bg_color; -} - -.menuitem, -.menu .menuitem { - padding: 4px 3px; - border-width: 1px; - border-style: solid; - border-color: transparent; - border-radius: 0; - background-color: transparent; - background-image: none; - color: @menu_fg_color; - - -GtkMenuItem-arrow-scaling: 0.5; -} - -.menu .menuitem:active, -.menu .menuitem:hover { - transition: 100ms linear; - border-style: none; - background-color: @menu_selected_bg_color; - border-radius: 0; - color: @menu_selected_fg_color; - background-image: none; -} - -.menu .menuitem:hover, -.menu .menuitem *:hover { - transition: 100ms linear; - background-color: @menu_selected_bg_color;; - color: @menu_selected_fg_color; -} - -.menu .menuitem:insensitive, -.menu .menuitem *:insensitive { - color: mix(@menu_fg_color, @menu_bg_color, 0.5); -} - -.menuitem.check, -.menuitem.radio, -.menuitem.check:hover, -.menuitem.radio:hover, -.menuitem.check:insensitive, -.menuitem.radio:insensitive { - border-style: none; - background-color: transparent; - background-image: none; -} - -.menuitem.check:active, -.menuitem.radio:active { - border-style: none; - background-color: transparent; -} - -.menuitem.arrow { - color: alpha(@menu_fg_color, 0.6); -} - -.menuitem GtkCalendar:inconsistent { - color: mix(@menu_fg_color, @menu_bg_color, 0.5); -} - -.menuitem GtkCalendar.button { - border-style: none; - background-color: transparent; - background-image: none; -} - -.menuitem .entry { - border-color: shade(@menu_bg_color, 0.7); - background-color: @menu_bg_color; - background-image: none; - color: @menu_fg_color; -} - -.menuitem .entry:active, -.menuitem .entry:focus { - border-color: shade(@menu_bg_color, 0.7); -} - -.menuitem .accelerator { - color: alpha(@menu_fg_color, 0.6); -} - -.menuitem .accelerator:hover { - color: alpha(@theme_base_color, 0.8); -} - -.menuitem .accelerator:insensitive { - color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6); -} - diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/notebook.css b/.themes/Dracula GTK/gtk-3.0/widgets/notebook.css deleted file mode 100755 index 8c6e0731f..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/notebook.css +++ /dev/null @@ -1,96 +0,0 @@ -/************ - * notebook * - ************/ -.notebook { - padding: 0; - background-color: @theme_base_color; - background-image: none; - background-clip: border-box; - -GtkNotebook-has-tab-gap: false; - border: none; -} - -.notebook.header { - background-color: @theme_bg_color; - background-image: none; - box-shadow: none; - border-width: 0; -} - -.notebook tab { - padding: 8px; - box-shadow: none; - border: 1px solid @theme_bg_color; - background-color: alpha(@theme_base_color,0.3); - background-image: none; - -} - -.notebook tab:active { - background-color: @theme_base_color; - /*border-left: 3px solid @selected_bg_color;*/ -} - -.notebook tab.top:active { - border-bottom: 0px; -} - -.notebook tab.left { - border-right: 1px solid @theme_bg_color; -} - -.notebook tab.left:active { - border-right: 0px; -} - -.notebook tab.bottom { - border-top: 1px solid @theme_bg_color; -} - -.notebook tab.bottom:active { - border-top: 0px; -} - -.notebook tab.right { - border-left: 1px solid @theme_bg_color; -} - -.notebook tab.right:active { - border-left: 0px; -} - -.notebook tab.left:first-child:active, -.notebook tab.right:first-child:active { - border-top: 0px; -} - -.notebook tab.left:last-child:active, -.notebook tab.right:last-child:active { - border-bottom: 0px; -} - -.notebook tab.top:first-child:active, -.notebook tab.bottom:first-child:active { - border-left: 0px; -} - -.notebook tab.top:last-child:active, -.notebook tab.bottom:last-child:active { - border-right: 0px; -} - -/* close button styling */ -.notebook tab .button { - transition: ease-in 150ms; - padding: 2px; - border: none; - background-image: none; - background-color: transparent; - color: @theme_text_color; -} - -.notebook tab .button:hover, -.notebook tab .button:active:hover { - color: @red; - background-color: transparent; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/osd.css b/.themes/Dracula GTK/gtk-3.0/widgets/osd.css deleted file mode 100755 index 4ba9157d3..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/osd.css +++ /dev/null @@ -1,29 +0,0 @@ -/******* - * OSD * - *******/ -.background.osd { - color: @osd_fg; - background-color: @osd_bg; -} - -.osd .view, -.osd.view { - background-color: @osd_base; -} - -.osd.button, -.osd .button { - background-color: @osd_bg; - background-image: none; - color: @osd_fg; -} - -.osd.toolbar { - -GtkToolbar-button-relief: none; - - border: 1px solid shade(@osd_bg,0.8); - border-radius: 4px; - background-color: @osd_bg; - background-image: none; - color: @osd_fg; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/popover.css b/.themes/Dracula GTK/gtk-3.0/widgets/popover.css deleted file mode 100755 index 0a471b3d7..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/popover.css +++ /dev/null @@ -1,74 +0,0 @@ -/************ - * popovers * - ************/ -.popover{ - margin: 10px; - padding: 2px; - border-radius: 2px; - border: 1px solid shade(@bg_color, 0.85); - background-clip: border-box; - background-color: @base_color; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.12); - color: @fg_color; -} - -GtkPopover.osd { - box-shadow: 0 2px 7px 3px alpha(black, 0.5); -} - -GtkPopover .button { - background-color: transparent; - color: @fg_color; - border: none; -} - -GtkPopover .button:hover, -GtkPopover .button:active:hover, -GtkPopover .button:checked:checked { - background-color: transparent; - color: @selected_bg_color; - border: none; -} - -GtkPopover > .list, -GtkPopover > .view, -GtkPopover > .toolbar { - background-color: transparent; -} - -GtkPopover.osd > .toolbar .button { - border-radius: 0; - border-width: 0; - background-image: none; - background-color: transparent; -} - -GtkPopover .separator { - border: 0; - background-color: transparent; - color: alpha(currentColor, 0.3); - font-size: 80%; - font-weight: bold; -} - -GtkModelButton.button, -GtkModelButton.button:active, -GtkModelButton.button:insensitive, -GtkModelButton.button:active:insensitive { - background-color: transparent; - background-image: none; - box-shadow: none; - color: @fg_color; -} - -GtkModelButton.button:active:hover, -GtkModelButton.button:hover, -GtkModelButton.button:selected { - background-color: transparent; - background-image: none; - color: @selected_bg_color; -} - -GtkPopover *:hover { - -gtk-image-effect: none; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/progress-scale.css b/.themes/Dracula GTK/gtk-3.0/widgets/progress-scale.css deleted file mode 100755 index b3508bc08..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/progress-scale.css +++ /dev/null @@ -1,252 +0,0 @@ -/***************** - * Progress bars * - *****************/ -GtkProgressBar { - padding: 0; - border-width: 0px; - border-radius: 0px; - border-style: solid; - font-size: smaller; - color: @text_color; - } - -GtkProgressBar:backdrop { - color: @text_color; -} - -GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; -} - -GtkProgressBar.trough { - border-width: 0px; - border-radius: 3px; - background-color: shade(@bg_color,0.9); - box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2),inset 0px 1px 0px 0px rgba(0,0,0,0.2); -} - -GtkProgressBar.trough:backdrop { - background-color: shade(@bg_color,0.9); -} - -GtkProgressBar.trough.osd { - border-style: none; - background-color: transparent; - box-shadow: none; -} - -.progressbar, -.progressbar row, -.progressbar row:hover, -.progressbar row:selected, -.progressbar row:selected:focus { - border-width: 0px; - border-radius: 1.5px; - background-color: @selected_bg_color; - background-image: none; - box-shadow: none; -} - -.progressbar.left { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; -} - -.progressbar.right { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.progressbar.vertical { - background-color: @selected_bg_color; - background-image: none; -} - -.progressbar.vertical.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -.progressbar.vertical.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} - -.progressbar:backdrop, -.progressbar:backdrop:hover { - border-width: 0px; - background-image: none; - background-color: @selected_bg_color; - box-shadow: none; -} - .progressbar.osd { - background-image: none; - background-color: @selected_bg_color; - border-style: none; - border-radius: 0; -} - -.trough row, -.trough row:hover { - border: none; - border-radius: 3px; - background-image: none; - background-color: shade(@bg_color,0.9); - box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2),inset 0px 1px 0px 0px rgba(0,0,0,0.2); -} - -.trough row:selected, -.trough row:selected:hover, -.trough row:selected:focus { - border: none; - border-radius: 3px; - background-color: @base_color; - background-image: none; - color: @text_color; -} - -/************* - * Level Bar * - *************/ -.level-bar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; -} - -.level-bar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; -} - -.level-bar.trough, -.level-bar.trough:backdrop { - border-width: 0px; - padding: 2px; - border-radius: 3px; - background-color: shade(@bg_color,0.9); - color: black; - box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2),inset 0px 1px 0px 0px rgba(0,0,0,0.2); -} - -.level-bar.fill-block, -.level-bar.fill-block:backdrop { - border-width: 0px; - background-color: @selected_bg_color; - box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.2); - border-radius: 2px; -} - -.level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; -} - -.level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; -} - -.level-bar.fill-block.level-high, -.level-bar.fill-block.level-high:backdrop { - background-color: @cyan; -} - -.level-bar.fill-block.level-low, -.level-bar.fill-block.level-low:backdrop { - background-color: @warning_bg_color; -} - -.level-bar.fill-block.empty-fill-block { - background-color: transparent; - box-shadow: none; -} - -/************ - * GtkScale * - ************/ -.scale { - padding: 0; - border-width: 0px; - border-radius: 0px; - border-style: solid; - - -GtkRange-slider-width: 12; - -GtkRange-trough-border: 1; - -GtkScale-slider-length: 12; -} - -.scale.vertical { - -GtkScale-slider-length: 12; -} - -.scale.slider, -.scale.scale-has-marks-above.scale-has-marks-below.slider, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider, -.scale.slider:hover, -.scale.scale-has-marks-above.scale-has-marks-below.slider:hover, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:hover, -.scale.slider:insensitive, -.scale.scale-has-marks-above.scale-has-marks-below.slider:insensitive, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:insensitive, -.scale.slider:backdrop, -.scale.scale-has-marks-above.scale-has-marks-below.slider:backdrop, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:backdrop { - background-color: $red; - background-position: center; - background-repeat: no-repeat; - -} - -.scale.mark { - border-color: shade(@bg_color, 0.8); -} - -.scale.trough { - margin: 5px 0; -} - -.scale.trough.vertical { - margin: 0 5px; -} - -.scale.trough.highlight, -.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight, -.scale.trough.highlight.vertical, -.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical { - border-width: 0px; - background-color: @red; - background-image: linear-gradient(to bottom, - @red, - @red - ); - box-shadow:none; -} - -.scale.trough.highlight:insensitive, -.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive, -.scale.trough.highlight.vertical:insensitive, -.scale.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical:insensitive, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight.vertical:insensitive { - background-color: shade(@bg_color, 0.8); - background-image: none; - box-shadow:none; -} - -.scale.trough, -.scale.scale-has-marks-above.scale-has-marks-below.trough, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough, -.scale.trough:insensitive, -.scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive, -.scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive { - border-width: 0px; - border-radius: 3px; - background-color: shade(@bg_color, 0.5); - background-image: linear-gradient(to bottom, - shade(@bg_color, 0.5), - shade(@bg_color, 0.5) - ); - box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.2),inset 0px 1px 0px 0px rgba(0,0,0,0.2); -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/scrollbar.css b/.themes/Dracula GTK/gtk-3.0/widgets/scrollbar.css deleted file mode 100755 index 1332dc211..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/scrollbar.css +++ /dev/null @@ -1,74 +0,0 @@ -/************* - * scrollbar * - *************/ -.scrollbar { - border-width: 0px; - border-style: none; - padding: 0; - - background-clip: padding-box; -} - -.scrollbars-junction, -.scrollbar.trough { - border: solid 3px transparent; - border-radius: 0; - background-color: transparent; - background-image: none; -} - -.scrollbar.button, -.scrollbar.button:active, -.scrollbar.button:active:hover { - border-width: 0; - border-radius: 0; - background-color: transparent; - background-image: none; - color: shade(@theme_bg_color, 0.6); -} - -.scrollbar.slider { - padding: 10px; - border-width: 3px; - border-color: transparent; - border-radius: 7px; - border-style: solid; - background-color: mix(@theme_bg_color, @theme_fg_color, 0.3); -} - -.scrollbar.slider:hover, -.scrollbar.slider.vertical:hover { - background-color: mix(@theme_bg_color, @theme_fg_color, 0.4); -} - -.scrollbar.slider:active, -.scrollbar.slider.vertical:active { - background-color: shade(@theme_selected_bg_color, 0.95); -} - -.scrollbar.slider.fine-tune:prelight:active { - background-size: 50%; - background-repeat: no-repeat; - background-position: center; -} - -/* overlay scrollbar */ -OsThumb { - color: shade(@theme_bg_color, 0.7); -} - -OsThumb:selected, -OsScrollbar:selected { - background-color: @theme_selected_bg_color; -} - -OsThumb:active, -OsScrollbar:active { - background-color: @theme_selected_bg_color; -} - -OsThumb:insensitive, -OsScrollbar:insensitive { - background-color: shade(@theme_bg_color, 0.9); -} - diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/search-bar.css b/.themes/Dracula GTK/gtk-3.0/widgets/search-bar.css deleted file mode 100755 index e4eb46653..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/search-bar.css +++ /dev/null @@ -1,36 +0,0 @@ -/*************** - * search bars * - ***************/ -.search-bar.primary-toolbar, -.search-bar.toolbar, -.search-bar { - padding: 7px; - background-color: @theme_bg_color; - color: @theme_fg_color; - border:none; -} - -.search-bar GtkSearchEntry, -.search-bar GtkSearchEntry:focus, -.search-bar.primary-toolbar GtkSearchEntry, -.search-bar.primary-toolbar GtkSearchEntry:focus { - border-radius: 5px; - border-color:transparent; -} - -.search-bar .button.close-button { - padding: 4px; -} - -.search-bar.toolbar .button { - border: none; - background: none; - color: @theme_fg_color; -} - -.search-bar.toolbar .button:hover, -.search-bar.toolbar .button:active:hover, -.search-bar.toolbar .button:checked:checked { - background: none; - color: @selected_bg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/selection-mode.css b/.themes/Dracula GTK/gtk-3.0/widgets/selection-mode.css deleted file mode 100755 index 23a08febd..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/selection-mode.css +++ /dev/null @@ -1,99 +0,0 @@ -/****************** - * selection mode * - ******************/ -.selection-mode.header-bar, -.selection-mode.toolbar { - border-style: solid; - border-color: shade(@selected_bg_color, 0.8); - background-color: shade(@selected_bg_color, 0.9); - background-image: none; - color: @base_color; -} - -.selection-mode.header-bar { - border-top-color: @selected_bg_color; -} - -.selection-mode.toolbar { - padding: 4px; -} - -/* regular button */ -.selection-mode.header-bar .button, -.selection-mode.toolbar .button, -.selection-mode.toolbar GtkToolButton .button { - background-color: @selected_bg_color; - background-image: none; - color: @selected_fg_color; -} - -.selection-mode.header-bar .button:hover, -.selection-mode.toolbar .button:hover, -.selection-mode.toolbar GtkToolButton .button:hover { - background-color: shade(@selected_bg_color, 1.1); - background-image: none; -} - -.selection-mode.header-bar .button:active, -.selection-mode.toolbar .button:active, -.selection-mode.toolbar GtkToolButton .button:active { - background-color: shade(@selected_bg_color, 1.2); - background-image: none; -} - -.selection-mode.header-bar .button:hover:active, -.selection-mode.toolbar .button:hover:active, -.selection-mode.toolbar GtkToolButton .button:hover:active { - color: @theme_selected_fg_color; -} - -/* suggested button */ -.selection-mode.header-bar .suggested-action.button, -.selection-mode.toolbar .suggested-action.button, -.selection-mode.toolbar GtkToolButton.suggested-action .button { - border: none; - background-color: shade(@selected_bg_color, 1.1); - background-image: none; - color: @theme_selected_fg_color; -} - -.selection-mode.header-bar .suggested-action.button:hover, -.selection-mode.toolbar .suggested-action.button:hover, -.selection-mode.toolbar GtkToolButton.suggested-action .button:hover { - background-color: shade(@selected_bg_color, 1.20); - background-image: none; -} - -.selection-mode.header-bar .suggested-action.button:active, -.selection-mode.toolbar .suggested-action.button:active, -.selection-mode.toolbar GtkToolButton.suggested-action:active { - background-color: shade(@theme_selected_bg_color, 1.3); - background-image: none; -} - -/* menu button */ -.selection-mode.header-bar .selection-menu.button, -.selection-mode.toolbar .selection-menu.button { - border-style: none; - background-color: transparent; - background-image: none; - color: shade(@selected_bg_color, 0.6); -} - -.selection-mode.toolbar .dim-label, -.selection-mode.toolbar .selection-menu.button .dim-label { - color: shade(@selected_bg_color, 0.7); -} - -.selection-mode.header-bar .selection-menu.button:hover, -.selection-mode.toolbar .dim-label:hover, -.selection-mode.toolbar .selection-menu.button:hover, -.selection-mode.toolbar .selection-menu.button .dim-label:hover { - color: shade(@selected_bg_color, 0.7); -} - -.selection-mode.header-bar .selection-menu.button:active, -.selection-mode.toolbar .selection-menu.button:active { - color: shade(@selected_bg_color, 0.8); - box-shadow: none; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/separator.css b/.themes/Dracula GTK/gtk-3.0/widgets/separator.css deleted file mode 100755 index d46316416..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/separator.css +++ /dev/null @@ -1,71 +0,0 @@ -/************* - * separator * - *************/ -.sidebar.view.separator, -.view.separator, -.separator, -.sidebar .view.separator { - color: @theme_bg_color; -} - -.pane-separator, -.titlebar .pane-separator { - background-color: transparent; -} -.maximized .titlebar .pane-separator { - box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1); - background-image: linear-gradient(to bottom,@header_bg_color,@header_bg_color); -} - -.button .separator, -.button.separator { - color: transparent; -} - -.primary-toolbar GtkSeparatorToolItem, -.primary-toolbar .separator, -.primary-toolbar .separator:insensitive, -.toolbar GtkSeparatorToolItem, -.toolbar .separator, -.toolbar .separator:insensitive, -.header-bar GtkSeparatorToolItem, -.header-bar .separator, -.header-bar .separator:insensitive { - border-color: shade(@toolbar_bg_color, 0.87); - color: shade(@toolbar_bg_color, 0.87); -} - -.primary-toolbar .button .separator, -.primary-toolbar .button.separator, -.toolbar .button .separator, -.toolbar .button.separator, -.header-bar .button .separator, -.header-bar .button.separator { - border-color: shade(@toolbar_bg_color, 0.95); -} - -.primary-toolbar .button .separator:insensitive, -.primary-toolbar .button.separator:insensitive, -.toolbar .button .separator:insensitive, -.toolbar .button.separator:insensitive, -.header-bar .button .separator:insensitive, -.header-bar .button.separator:insensitive { - border-color: shade(@toolbar_bg_color, 0.85); -} - -.menuitem.separator { - -GtkMenuItem-horizontal-padding: 0; - -GtkWidget-separator-height: 1; - - border-style: none; - color: shade(@menu_bg_color, 0.9); -} - -GtkComboBox .separator { - border-style: none; - - /* always disable separators */ - -GtkWidget-wide-separators: true; - -GtkWidget-horizontal-separator: 0; - -GtkWidget-vertical-separator: 0; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/sidebar.css b/.themes/Dracula GTK/gtk-3.0/widgets/sidebar.css deleted file mode 100755 index 6c0bf2e0b..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/sidebar.css +++ /dev/null @@ -1,90 +0,0 @@ -/*********** - * sidebar * - ***********/ -.sidebar, -.sidebar.view, -.sidebar .view, -.sidebar GtkScrolledWindow { - background-color: @base_color; - background-image: linear-gradient(to bottom,@base_color,@base_color); - color: @text_color; - transition: all .3s ease-in; -} - -.sidebar GtkScrolledWindow, -.sidebar { - border-width: 0; - transition: all .3s ease-in; -} - -.sidebar .image:selected:focus, -.sidebar .image:selected:hover { - background-color: shade(@selected_bg_color,0.9); - color: @selected_fg_color; -} - -.sidebar .list-row { - /*background-color: @base_color;*/ - color: @text_color; - border: 0px; - transition: all .1s ease-in; - - -} -.sidebar .list-row:selected{ - background-color: transparent; - /*border-left: 3px solid @selected_bg_color;*/ - color: @selected_bg_color; - font-weight: bold; - /*padding-left: 10px;*/ -} -.sidebar .list-row:hover{ - background-color: shade(@base_color,0.9); -} -.sidebar .cell:selected, -.sidebar .cell:selected:focus { - background-color: shade(@selected_bg_color,0.9); - background-image: none; - color: @selected_fg_color; -} - -.sidebar GtkScrolledWindow .list-row { - background-color: @header_bg_color; - color: @header_fg_color; -} - -.sidebar .frame { - border-width: 0; - background-color: @header_bg_color; - -} - -/*elementary os file manager*/ -.sidebar .source-list{ - background: @header_bg_color; - color: @header_fg_color; - padding: 4px 0px; -} -.sidebar .source-list.view:not(:selected):hover{ - background-color: rgba(30, 31, 41, 0.4); -} - -/* ------------- -NEW ON GTK 3.18 ----------------*/ -GtkSidebarRow.list-row { - padding: 0px; - text-align: center; -} -GtkSidebarRow .sidebar-revealer { - padding: 5px 14px 1px 12px; } - GtkSidebarRow .sidebar-revealer:selected { - color: red;} -GtkSidebarRow .sidebar-icon:dir(ltr) { - padding-right: 8px; } -GtkSidebarRow .sidebar-icon:dir(rtl) { - padding-left: 8px; } -GtkSidebarRow .sidebar-label:dir(ltr) { - padding-right: 2px; } -GtkSidebarRow .sidebar-label:dir(rtl) { - padding-left: 2px; } diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/spinbutton.css b/.themes/Dracula GTK/gtk-3.0/widgets/spinbutton.css deleted file mode 100755 index d5fd395f3..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/spinbutton.css +++ /dev/null @@ -1,79 +0,0 @@ -/************** - * spinbutton * - **************/ -.spinbutton.entry { - border: solid 1px mix(@bg_color,black, 0.2); -} - -.spinbutton.button { - padding: 4px; - border-style: none; - border-radius: 0; - border-bottom-right-radius: 4px; - background-color: transparent; - color: @theme_fg_color; -} - -.spinbutton.button:active { - transition: 500ms linear; - border-style: none; - border-radius: 0; - background-color: transparent; - color: shade(@theme_selected_bg_color, 0.9); -} - -.spinbutton.button:hover { - transition: all 500ms linear; - border-style: none; - border-radius: 0; - color: @theme_selected_bg_color; -} - -.spinbutton.button:insensitive { - border-color: alpha(@theme_bg_color, 0.01); - color: mix(@theme_fg_color, @theme_bg_color, 0.5); -} - -.spinbutton.button { - border-radius: 0; - border-style: solid; - border-width: 0; -} - -.spinbutton.button:first-child { - border-radius: 0; -} - -.spinbutton.button:last-child { - border-radius: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; - border-right-color: mix(@bg_color,black, 0.2); - border-style: solid; -} - -.spinbutton.vertical .button:first-child { - border-bottom-width: 0; - border-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - border: solid 1px mix(@bg_color,black, 0.2); - border-bottom: none; -} - -.spinbutton.vertical .button:last-child { - border-width: 1px; - border-top-width: 0; - border-radius: 4px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border: solid 1px mix(@bg_color,black, 0.2); - border-top: none; -} - -.spinbutton.vertical.entry { - border: solid 1px mix(@bg_color,black, 0.2); - border-width: 1px; - border-style: solid; - border-radius: 0; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/spinner.css b/.themes/Dracula GTK/gtk-3.0/widgets/spinner.css deleted file mode 100755 index c069598f0..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/spinner.css +++ /dev/null @@ -1,21 +0,0 @@ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -.spinner:active { - opacity: 1; - animation: spin 1s linear infinite; -} - -.spinner:active:insensitive { - opacity: 0.5; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/switch.css b/.themes/Dracula GTK/gtk-3.0/widgets/switch.css deleted file mode 100755 index d53d2c5ec..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/switch.css +++ /dev/null @@ -1,31 +0,0 @@ -/************* - * GtkSwitch * - *************/ - -GtkSwitch { - -GtkSwitch-slider-width: 30; - border: none; - font: 1; -} - -GtkSwitch.trough { - background-color: transparent; - background-repeat: no-repeat; - background-position: 0 center; - border-color: transparent; - border-image: none; - border-style: none; - color: transparent; - box-shadow: none; - text-shadow: none; -} - -GtkSwitch.trough:active { - background-color: transparent; -} - -GtkSwitch.slider { - background-repeat: no-repeat; - background-position: 0 center; - background-color: transparent; -} diff --git a/.themes/Dracula GTK/gtk-3.0/widgets/toolbar.css b/.themes/Dracula GTK/gtk-3.0/widgets/toolbar.css deleted file mode 100755 index 34e6a507a..000000000 --- a/.themes/Dracula GTK/gtk-3.0/widgets/toolbar.css +++ /dev/null @@ -1,78 +0,0 @@ -/*********** - * toolbar * - ***********/ -.toolbar { - padding: 5px; - border-style: none; - background-color: @toolbar_bg_color; - background-image: none; -} - -/* primary-toolbar */ -.primary-toolbar.toolbar { - padding: 4px; - background-color: @header_bg_color; - color: @header_fg_color; -} - -.primary-toolbar.toolbar .button { - background-color: shade(@header_bg_color,1.2); - color: @header_fg_color; -} - -.primary-toolbar.toolbar .button:hover { - background-color: @selected_bg_color; - color: @selected_fg_color; -} - -.primary-toolbar.toolbar .button:active, -.primary-toolbar.toolbar .button:checked { - background-color: shade(@selected_bg_color,0.9); -} - -.primary-toolbar.toolbar .button.flat { - background-color: transparent; -} - -.primary-toolbar.toolbar .button.flat:hover { - color: @selected_bg_color; -} - -.primary-toolbar.toolbar .button.flat:active, -.primary-toolbar.toolbar .button.flat:checked { - color: shade(@selected_bg_color, 0.9); -} - -/* inline-toolbar */ -.inline-toolbar.toolbar { - -GtkToolbar-button-relief: normal; - - padding: 4px; - border-width: 1px; - border-style: solid; - border-color: @theme_bg_color; - border-radius: 0; - background-color: alpha(@theme_base_color,0.8); - background-image: none; -} - -.inline-toolbar.toolbar:last-child { - border-width: 1px; - border-color: @theme_bg_color; - border-radius: 0; -} - -.inline-toolbar.toolbar .separator { - border-color: transparent; -} - -.inline-toolbar.toolbar .button { - background-color: transparent; - padding: 2px; -} - -.inline-toolbar.toolbar .button:hover, -.inline-toolbar.toolbar .button:active, -.inline-toolbar.toolbar .button:checked { - color: @theme_selected_bg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.20/_apps.scss b/.themes/Dracula GTK/gtk-3.20/_apps.scss deleted file mode 100755 index 548c2450a..000000000 --- a/.themes/Dracula GTK/gtk-3.20/_apps.scss +++ /dev/null @@ -1,18 +0,0 @@ -/********************** - * DE-Specific Styles * - **********************/ - -@import 'apps/budgie'; -@import 'apps/gnome'; -@import 'apps/pantheon'; -@import 'apps/xfce'; -@import 'apps/unity'; -@import 'apps/mate'; - -/*********************** - * App-Specific Styles * - ***********************/ - -@import 'apps/geary'; -@import 'apps/lightdm'; -@import 'apps/thunar'; diff --git a/.themes/Dracula GTK/gtk-3.20/_colors-public.scss b/.themes/Dracula GTK/gtk-3.20/_colors-public.scss deleted file mode 100755 index 0fff43d77..000000000 --- a/.themes/Dracula GTK/gtk-3.20/_colors-public.scss +++ /dev/null @@ -1,110 +0,0 @@ -//apps rely on some named colors to be exported -/* GTK NAMED COLORS - ---------------- - use responsibly! */ - -// Sass thinks we're using the colors in the variables as strings and may shoot -// warning, it's innocuous and can be defeated by using "" + $var - -/* widget text/foreground color */ -@define-color theme_fg_color #{"" +$fg_color}; - -/* text color for entries, views and content in general */ -@define-color theme_text_color #{"" +$text_color}; - -/* widget base background color */ -@define-color theme_bg_color #{"" +$bg_color}; - -/* text widgets and the like base background color */ -@define-color theme_base_color #{"" +$base_color}; - -/* base background color of selections */ -@define-color theme_selected_bg_color #{"" +$selected_bg_color}; - -/* text/foreground color of selections */ -@define-color theme_selected_fg_color #{"" +$selected_fg_color}; - -/* base background color of disabled widgets */ -@define-color insensitive_bg_color #{"" +$insensitive_bg_color}; - -/* text foreground color of disabled widgets */ -@define-color insensitive_fg_color #{"" +$insensitive_fg_color}; - -/* disabled text widgets and the like base background color */ -@define-color insensitive_base_color #{"" +$base_color}; - -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #{"" +$backdrop_fg_color}; - -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #{"" +$text_color}; - -/* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #{"" +$backdrop_bg_color}; - -/* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #{"" +$backdrop_base_color}; - -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #{"" +$selected_bg_color}; - -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color}; - -/* widgets main borders color */ -@define-color borders #{"" +$borders_color}; - -/* widgets main borders color on backdrop windows */ -@define-color unfocused_borders #{"" +$backdrop_borders_color}; - -/* these are pretty self explicative */ -@define-color warning_color #{"" +$warning_color}; -@define-color error_color #{"" +$error_color}; -@define-color success_color #{"" +$success_color}; -//@define-color destructive_color #{$destructive_color} - -@define-color fg_color #{"" +$fg_color}; -@define-color text_color #{"" +$text_color}; -@define-color bg_color #{"" +$bg_color}; -@define-color base_color #{"" +$base_color}; -@define-color selected_bg_color #{"" +$selected_bg_color}; -@define-color selected_fg_color #{"" +$selected_fg_color}; -@define-color unfocused_fg_color #{"" +$backdrop_fg_color}; -@define-color unfocused_text_color #{"" +$text_color}; -@define-color unfocused_bg_color #{"" +$backdrop_bg_color}; -@define-color unfocused_base_color #{"" +$backdrop_base_color}; -@define-color unfocused_selected_bg_color #{"" +$selected_bg_color}; -@define-color unfocused_selected_fg_color #{"" + $selected_fg_color}; - -//WM - -$_wm_highlight: if($variant=='light', $top_highlight, // Sass gets mad if this is - transparentize(black,1)); // done directly in the - // color definition - -/* these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title shade(#{$fg_color}, 1.8); -@define-color wm_unfocused_title #{$backdrop_fg_color}; -@define-color wm_highlight #{"" + $_wm_highlight}; -@define-color wm_borders_edge #{"" + $borders_edge}; - -@define-color wm_bg_a shade(#{$bg_color}, 1.2); -@define-color wm_bg_b #{$bg_color}; - -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border alpha(black, 0.18); - -@define-color wm_button_hover_color_a shade(#{$bg_color}, 1.3); -@define-color wm_button_hover_color_b #{$bg_color}; -@define-color wm_button_active_color_a shade(#{$bg_color}, 0.85); -@define-color wm_button_active_color_b shade(#{$bg_color}, 0.89); -@define-color wm_button_active_color_c shade(#{$bg_color}, 0.9); - -//FIXME this is really an API - -@define-color content_view_bg #{"" + $base_color}; - -@define-color budgie_tasklist_indicator_color #{"" +$selected_bg_color}; -@define-color budgie_tasklist_indicator_color_active #{"" +$selected_bg_color}; -@define-color placeholder_text_color #{"" +$backdrop_text_color}; \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/_colors.scss b/.themes/Dracula GTK/gtk-3.20/_colors.scss deleted file mode 100755 index d30b92ffb..000000000 --- a/.themes/Dracula GTK/gtk-3.20/_colors.scss +++ /dev/null @@ -1,100 +0,0 @@ -// When color definition differs for dark and light variant -// it gets @if ed depending on $variant - -// Main definitions -$base_color: #282a36; -$text_color: #f8f8f2; -$bg_color: #1e1f29; -$fg_color: #f8f8f2; - -// Primary colors -$lime: #50fa7a; -$red: #ff5555; -$orange: #ffb86c; -$yellow: #f1fa8c; -$purple: #bd93f9; -$darkpurple: #44475a; -$cyan: #72BFD0; -$blue: #13b1d5; -$slider: #7b7bbd; - -$selected_fg_color: #f8f8f2; -$selected_bg_color: transparentize($purple, 0.5); -$selected_borders_color: darken($selected_bg_color, 10%); -$borders_color: if($variant == 'light', transparentize(rgb(156, 156, 156),0.8), transparentize(#191A22, 0.1)); -$borders_edge: if($variant == 'light', transparentize(white, 0.8), transparentize(white, 0.9)); -$link_color: $blue; -$link_visited_color:transparentize($link_color,0.5); -$top_highlight: if($variant == 'light', transparentize(white, 0.8), transparentize(white, 0.9)); -$bottom_highlight: if($variant == 'light', transparentize(black, 0.8), transparentize(black, 0.9)); -$dark_fill: mix($borders_color, $bg_color, 35%); -$headerbar_color: $bg_color; -$headerbar_fg_color: $text_color; -$menu_color: if($variant == 'light', $base_color, darken($base_color, 2%)); -$popover_bg_color: darken($base_color, 2%); -$popover_hover_color: lighten($bg_color, 12%); - -$scrollbar_bg_color: mix($base_color, $bg_color, 50%); -$scrollbar_slider_color: mix($fg_color, $bg_color, 60%); -$scrollbar_slider_hover_color: mix($fg_color, $bg_color, 80%); -$scrollbar_slider_active_color: if($variant=='light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 10%)); - -$warning_color: if($variant == 'light', $orange, darken($orange,10%)); -$error_color: if($variant == 'light', $red, darken($red,5%)); -$success_color: if($variant == 'light', $cyan, darken($cyan,10%)); -$destructive_color: if($variant == 'light', darken($red,5%), darken($red,10%)); -$suggested_color: if($variant == 'light', $selected_bg_color, darken($selected_bg_color,10%)); - -$osd_fg_color: #fefefe; -$osd_text_color: white; -$osd_bg_color: transparentize(#14171a, 0.2); -$osd_insensitive_bg_color: transparentize(mix($osd_fg_color, opacify($osd_bg_color, 1), 10%), 0.5); -$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 50%); -$osd_borders_color: transparentize(black, 0.3); - -$sidebar_bg_color: mix($bg_color, $base_color, 50%); -$base_hover_color: transparentize($fg_color, 0.95); - -$tooltip_borders_color: transparentize(white, 0.9); -$shadow_color: transparentize(black, 0.9); - -$drop_target_color: #a1ce4b; - -$text_shadow_color: if($variant == 'dark', $shadow_color, transparentize(white, 0.9)); -$icon_shadow_color: $text_shadow_color; - -$drop_target_color: $lime; - -// Infobar colors -$info_color: $lime; -$question_color: $cyan; - -// Panel colors -$panel_bg_color: transparentize(rgb(30, 31, 41), 0.3); -$panel_fg_color: white; -$panel_borders_color: transparentize(rgb(30, 31, 41), 0.8); - -// Disabled state colors -$insensitive_fg_color: mix($fg_color, $bg_color, 50%); -$insensitive_bg_color: mix($bg_color, $base_color, 60%); -$insensitive_base_color: darken($base_color, 5%); -$insensitive_borders_color: $borders_color; - -// Backdrop state colors -$backdrop_base_color: if($variant == 'light', darken($base_color, 1%), lighten($base_color, 1%)); -$backdrop_text_color: mix($text_color, $backdrop_base_color, 80%); -$backdrop_bg_color: $bg_color; -$backdrop_headerbar_bg_color: $headerbar_color; -$backdrop_headerbar_fg_color: if($variant == 'light', transparentize($headerbar_fg_color, 0.5), transparentize($headerbar_fg_color, 0.2)); -$backdrop_fg_color: mix($fg_color, $backdrop_bg_color, 50%); -$backdrop_insensitive_color: if($variant == 'light', darken($backdrop_bg_color, 15%), lighten($backdrop_bg_color, 15%)); -$backdrop_selected_bg_color: transparentize($selected_bg_color, 0.1); -$backdrop_selected_fg_color: if($variant == 'light', $selected_fg_color, transparentize($selected_fg_color, 0.5)); -$backdrop_borders_color: mix($borders_color, $bg_color, 90%); -$backdrop_dark_fill: mix($backdrop_borders_color, $backdrop_bg_color, 35%); -$backdrop_sidebar_bg_color: mix($backdrop_bg_color, $backdrop_base_color, 50%); - -$backdrop_scrollbar_bg_color: darken($backdrop_bg_color, 3%); -$backdrop_scrollbar_slider_color: mix($backdrop_fg_color, $backdrop_bg_color, 40%); - -$backdrop_menu_color: if($variant == 'light', $backdrop_base_color, mix($backdrop_bg_color, $backdrop_base_color, 20%)); diff --git a/.themes/Dracula GTK/gtk-3.20/_common.scss b/.themes/Dracula GTK/gtk-3.20/_common.scss deleted file mode 100755 index e0e9303e5..000000000 --- a/.themes/Dracula GTK/gtk-3.20/_common.scss +++ /dev/null @@ -1,45 +0,0 @@ -/********* -* Common * -*********/ - -@function gtkalpha($c,$a) { - @return unquote("alpha(#{$c},#{$a})"); -} - -$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94); -$asset_suffix: if($variant=='dark', '-dark', ''); -$backdrop_transition: 200ms ease-out; -$button_transition: all 200ms $ease-out-quad; - -* { - padding: 0; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: $error_color; - - // The size for scrollbars. The slider is 2px smaller, but we keep it - // up so that the whole area is sensitive to button presses for the - // slider. The stepper button is larger in both directions, the slider - // only in the width - - -GtkScrolledWindow-scrollbar-spacing: 0; - - -GtkToolItemGroup-expander-size: 11; - - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 24; - - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - - // We use the outline properties to signal the focus properties - // to the adwaita engine: using real CSS properties is faster, - // and we don't use any outlines for now. - - outline-color: transparentize($fg_color, 0.7); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - -gtk-outline-radius: 2px; - - -gtk-secondary-caret-color: $selected_bg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.20/_drawing.scss b/.themes/Dracula GTK/gtk-3.20/_drawing.scss deleted file mode 100755 index eb9651657..000000000 --- a/.themes/Dracula GTK/gtk-3.20/_drawing.scss +++ /dev/null @@ -1,600 +0,0 @@ -/***************** -* Drawing mixins * -*****************/ - -// generic drawing of more complex things - -@function _widget_edge($c:$borders_edge) { -// outer highlight "used" on most widgets - @if $c == none { @return none; } - @else { @return 0 1px $c; } -} - -@mixin lines($t, $c:$selected_bg_color) { - @if $t==up { - box-shadow: inset 0 -3px 0 0 darken($c,5%); - } - @if $t==down { - box-shadow: inset 0 3px 0 0 darken($c,5%); - } - @if $t==both { - box-shadow: inset 0 -3px 0 0 darken($c,5%), - inset 0 3px 0 0 darken($c,5%); - } -} - -@mixin _shadows($shadow1, $shadow2:none, $shadow3:none, $shadow4:none) { -// -// Helper function to stack up to 4 box-shadows; -// - @if $shadow4!=none { box-shadow: $shadow1, $shadow2, $shadow3, $shadow4; } - @else if $shadow3!=none { box-shadow: $shadow1, $shadow2, $shadow3; } - @else if $shadow2!=none { box-shadow: $shadow1, $shadow2; } - @else { box-shadow: $shadow1; } -} - -// entries - -@function entry_focus_border($fc:$selected_bg_color) { - @if $variant == 'light' { @return $fc; } - @else { @return if($fc==$selected_bg_color, $selected_borders_color, darken($fc, 35%)); } -} - - -@function entry_gradient($c) { - @if $variant=='light' { @return linear-gradient(to bottom, mix($borders_color, $c, 45%), - mix($borders_color, $c, 3%) 2px, - $c 90%); } - @else { @return linear-gradient(to bottom, mix($borders_color, $c, 95%), - mix($borders_color, $c, 40%) 3px, - $c 90%); } -} - -@mixin entry($t, $fc:$selected_bg_color, $edge: none) { -// -// Entries drawing function -// -// $t: entry type -// $fc: focus color -// $edge: set to none to not draw the bottom edge or specify a color to not -// use the default one -// -// possible $t values: -// normal, focus, insensitive, backdrop, backdrop-insensitive, osd, osd-focus, osd-backdrop; -// - - $_blank_edge: if($edge == none, none, 0 1px transparentize($edge, 1)); - $_entry_edge: if($edge == none, none, _widget_edge($edge)); - - @if $t==normal { - color: $text_color; - border-color: $borders_color; - background-color: $base_color; - // for the transition to work the number of shadows in different states needs to match, hence the transparent shadow here. - } - @if $t==focus { - border-color: entry_focus_border($fc); - } - @if $t==insensitive { - color: $insensitive_fg_color; - border-color: $borders_color; - background-color: $insensitive_bg_color; - box-shadow: $_entry_edge; - } - @if $t==backdrop { - color: $backdrop_text_color; - border-color: $backdrop_borders_color; - background-color: $backdrop_base_color; - box-shadow: $_blank_edge; - } - @if $t==backdrop-insensitive { - color: $backdrop_insensitive_color; - border-color: $backdrop_borders_color; - background-color: $insensitive_bg_color; - box-shadow: $_blank_edge; - } - @if $t==osd { - color: $osd_text_color; - border-color: $osd_borders_color; - background-color: transparentize(opacify($osd_borders_color, 1), 0.5); - box-shadow: none; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - } - @if $t==osd-focus { - color: $osd_text_color; - border-color: $selected_bg_color; - background-color: transparentize(opacify($osd_borders_color, 1), 0.5); - background-clip: padding-box; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - } - @if $t==osd-insensitive { - color: $osd_insensitive_fg_color; - border-color: $osd_borders_color; - background-color: $osd_insensitive_bg_color; - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - } - @if $t==osd-backdrop { - color: $osd_text_color; - border-color: $osd_borders_color; - background-color: transparentize(opacify($osd_borders_color, 1), 0.5); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - } -} - -// buttons - -@function _border_color ($c) { @return darken($c, 25%); } // colored buttons want - // the border form the - // base color - -@function _text_shadow_color ($tc: $fg_color, $bg: $bg_color) { -// -// calculate the color of text shadows -// -// $tc is the text color -// $bg is the background color -// - $_lbg: lightness($bg)/100%; - @if lightness($tc)<50% { @return transparentize(white, 1-$_lbg/($_lbg*1.3)); } - @else { @return transparentize(black, $_lbg*0.8); } -} - -@function _button_hilight_color($c) { -// -// calculate the right top hilight color for buttons -// -// $c: base color; -// - @if lightness($c)>95% { @return white; } - @else if lightness($c)>90% { @return transparentize(white, 0.2); } - @else if lightness($c)>80% { @return transparentize(white, 0.4); } - @else if lightness($c)>50% { @return transparentize(white, 0.6); } - @else if lightness($c)>40% { @return transparentize(white, 0.8); } - @else { @return transparentize(white, 0.95); } -} - -@mixin _button_text_shadow ($tc:$fg_color, $bg:$bg_color) { -// -// helper function for the text emboss effect -// -// $tc is the optional text color, not the shadow color -// -// TODO: this functions needs a way to deal with special cases -// - - $_shadow: _text_shadow_color($tc, $bg); - - @if lightness($tc)<50% { - text-shadow: 0 1px $_shadow; - -gtk-icon-shadow: 0 1px $_shadow; - } - @else { - text-shadow: 0 -1px $_shadow; - -gtk-icon-shadow: 0 -1px $_shadow; - } -} - -@mixin button($t, $c:$base_color, $tc:$text_color, $edge: none) { -// -// Button drawing function -// -// $t: button type, -// $c: base button color for colored* types -// $tc: optional text color for colored* types -// $edge: set to none to not draw the bottom edge or specify a color to not -// use the default one -// -// possible $t values: -// normal, hover, active, insensitive, insensitive-active, -// backdrop, backdrop-active, backdrop-insensitive, backdrop-insensitive-active, -// osd, osd-hover, osd-active, osd-insensitive, osd-backdrop, undecorated -// - - $_hilight_color: _button_hilight_color($c); - $_button_edge: if($edge == none, none, _widget_edge($edge)); - $_blank_edge: if($edge == none, none, _widget_edge(transparentize($edge,1))); - - @if $t==normal { - // - // normal button - // - font-weight: normal; - color: $tc; - outline-color: transparentize($tc, 0.7); - background-color: $c; - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); - } - - @else if $t==hover { - // - // hovered button - // - color: $tc; - outline-color: transparentize($tc, 0.7); - background-color: $c; - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); - } - - @if $t==normal-header { - // - // normal button headerbar look - // - color: if($tc==$text_color, $headerbar_fg_color, $tc); - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; -} - - @else if $t==hover-header { - // - // hovered button headerbar look - // - color: if($tc==$text_color, $headerbar_fg_color, $tc); - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; -} - -@else if $t==active-header { - // - // active button headerbar look - // - color: if($tc==$text_color, $selected_bg_color, $tc); - background-color: transparent; - border-radius: 0; - text-shadow: none; - font-weight: bold; -} - -@else if $t==backdrop-header { -// -// backdrop button headerbar look -// -color: if($tc==$text_color, transparentize($tc, 0.6), $tc); -background-color: transparent; -border-radius: 0; -text-shadow: none; -box-shadow: none; -} - - - @else if $t==active { - // - // pushed button - // - color: $tc; - outline-color: transparentize($tc, 0.7); - background-color: if($c==$base_color, $selected_bg_color, $c); - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); -} - @else if $t==insensitive { - // - // insensitive button - // - color: if($tc==$text_color, $backdrop_text_color, $tc); - outline-color: transparentize($tc, 0.7); - background-color: if($c==$base_color, $insensitive_bg_color, $c); - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); -} - @else if $t==insensitive-active { - // - // insensitive pushed button - // - color: transparentize($selected_fg_color, 0.3); - outline-color: transparentize($tc, 0.7); - background-color: if($c==$base_color, $selected_bg_color, $c); - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); - label { color: transparentize($selected_fg_color, 0.3); } -} - @else if $t==backdrop { - // - // backdrop button - // - color: if($tc==$text_color, $backdrop_text_color, transparentize($tc, 0.6)); - outline-color: transparentize($tc, 0.7); - background-color: if($c==$base_color, $backdrop_base_color, $c); - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); -} - - @else if $t==backdrop-active { - // - // backdrop pushed button FIXME no colors here! - // - color: transparentize($selected_fg_color, 0.3); - outline-color: transparentize($tc, 0.7); - background-color: $selected_bg_color; - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); - label { color: transparentize($selected_fg_color, 0.3); } -} - - @else if $t==backdrop-insensitive { - // - // backdrop insensitive button - // - color: if($tc==$text_color, $backdrop_text_color, $tc); - outline-color: transparentize($tc, 0.7); - background-color: if($c==$base_color, $insensitive_bg_color, $c); - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); -} - - @else if $t==backdrop-insensitive-active { - // - // backdrop insensitive pushed button - // - color: transparentize($selected_fg_color, 0.3); - outline-color: transparentize($tc, 0.7); - background-color: $selected_bg_color; - text-shadow: none; - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); -} - - @else if $t==osd { - // - // normal osd button - // - $_bg: if($c!=$base_color, transparentize($c, 0.5), - $osd_bg_color); - - color: $osd_fg_color; - border-color: $osd_borders_color; - background-color: $_bg; - background-clip: padding-box; - box-shadow: inset 0 1px transparentize(white, 0.9); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: transparentize($osd_fg_color, 0.7); - } - @else if $t==osd-hover { - // - // active osd button - // - $_bg: if($c!=$base_color, transparentize($c, 0.3), - lighten($osd_bg_color, 12%)); - - color: white; - border-color: $osd_borders_color; - background-image: linear-gradient(to bottom, $_bg, $_bg); - background-clip: padding-box; - box-shadow: inset 0 1px transparentize(white, 0.9); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: transparentize($osd_fg_color, 0.7); - } - @else if $t==osd-active { - // - // active osd button - // - $_bg: if($c!=$base_color, $c, lighten($osd_bg_color, 6%)); - - color: white; - border-color: $osd_borders_color; - background-image: linear-gradient(to bottom, $_bg, $_bg); - background-clip: padding-box; - box-shadow: inset 0 1px transparentize(white, 0.9); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: transparentize($osd_fg_color, 0.7); - } - @else if $t==osd-insensitive { - // - // insensitive osd button - // - color: $osd_insensitive_fg_color; - border-color: $osd_borders_color; - background-image: linear-gradient(to bottom, $osd_insensitive_bg_color, $osd_insensitive_bg_color); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - } - @else if $t==osd-backdrop { - // - // backdrop osd button - // - $_bg: if($c!=$base_color, transparentize($c, 0.5), - $osd_bg_color); - - color: $osd_fg_color; - border-color: $osd_borders_color; - background-image: linear-gradient(to bottom, $_bg, $_bg); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - } - @else if $t==undecorated { - // - // reset - // - border-color: transparent; - background-color: transparent; - background-image: none; - - @include _shadows(inset 0 1px transparentize(white, 1), - $_blank_edge); - - text-shadow: none; - -gtk-icon-shadow: none; - } -} - -@mixin trough($flat:false, $c:$bg_color, $tc:$fg_color, $noedge:true) { - color: mix($tc, $bg_color, 80%); - @if $flat { background-image: linear-gradient(to bottom, $c, $c); } - @else { - background-image: linear-gradient(to bottom, - mix(black,$c,15%) 5%, - mix(black,$c,10%) 20%, - mix(black,$c,10%) 90%, - $c); - } - - border-color: if($c!=$bg_color, _border_color($c), $border_color); - - @if not($noedge) { - @if lightness($c) > 60% { - box-shadow: inset 0 -1px $borders_edge, - 0 1px $borders_edge; - } - @else { - box-shadow: inset 0 -1px transparentize($borders_edge, 0.5), - 0 1px transparentize($borders_edge, 0.5); - } - } - @else { box-shadow: none; } -} - -@mixin headerbar_fill($c:$headerbar_color, $hc:$top_highlight, $ov: none) { -// -// headerbar fill -// -// $c: base color -// $hc: top highlight color -// $ov: a background layer for background shorthand (hence no commas!) -// - $gradient: linear-gradient(to top, darken($c, 13%), darken($c, 2%) 2px, $c 3px); - - @if $variant == 'dark' { $gradient: linear-gradient(to top, darken($c, 3%), darken($c, 1%) 2px, $c 3px); } - - @if $ov != none { background: $c $ov, $gradient; } - @else { background: $c $gradient; } - - box-shadow: inset 0 1px $hc; // top highlight -} - -@mixin overshoot($p, $t:normal, $c:$fg_color) { -// -// overshoot -// -// $p: position -// $t: type -// $c: base color -// -// possible $p values: -// top, bottom, right, left -// -// possible $t values: -// normal, backdrop -// - - $_small_gradient_length: 5%; - $_big_gradient_length: 100%; - - $_position: center top; - $_small_gradient_size: 100% $_small_gradient_length; - $_big_gradient_size: 100% $_big_gradient_length; - - @if $p==bottom { - $_position: center bottom; - $_linear_gradient_direction: to top; - } - - @else if $p==right { - $_position: right center; - $_small_gradient_size: $_small_gradient_length 100%; - $_big_gradient_size: $_big_gradient_length 100%; - } - - @else if $p==left { - $_position: left center; - $_small_gradient_size: $_small_gradient_length 100%; - $_big_gradient_size: $_big_gradient_length 100%; - } - - $_small_gradient_color: $c; - $_big_gradient_color: $c; - - @if $c==$fg_color { - $_small_gradient_color: darken($borders_color, 10%); - $_big_gradient_color: $fg_color; - - @if $t==backdrop { $_small_gradient_color: $backdrop_borders_color; } - } - - $_small_gradient: -gtk-gradient(radial, - $_position, 0, - $_position, 0.5, - to($_small_gradient_color), - to(transparentize($_small_gradient_color, 1))); - - $_big_gradient: -gtk-gradient(radial, - $_position, 0, - $_position, 0.6, - from(transparentize($_big_gradient_color, 0.93)), - to(transparentize($_big_gradient_color, 1))); - - @if $t==normal { - background-image: $_small_gradient, $_big_gradient; - background-size: $_small_gradient_size, $_big_gradient_size; - } - - @else if $t==backdrop { - background-image: $_small_gradient; - background-size: $_small_gradient_size; - } - - background-repeat: no-repeat; - background-position: $_position; - - background-color: transparent; // reset some properties to be sure to not inherit them somehow - border: none; // - box-shadow: none; // -} - -@mixin undershoot($p) { -// -// undershoot -// -// $p: position -// -// possible $p values: -// top, bottom, right, left -// - - $_undershoot_color_dark: transparentize(black, 0.8); - $_undershoot_color_light: transparentize(white, 0.8); - - $_gradient_dir: left; - $_dash_bg_size: 10px 1px; - $_gradient_repeat: repeat-x; - $_bg_pos: center $p; - - background-color: transparent; // shouldn't be needed, but better to be sure; - - @if ($p == left) or ($p == right) { - $_gradient_dir: top; - $_dash_bg_size: 1px 10px; - $_gradient_repeat: repeat-y; - $_bg_pos: $p center; - } - - background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%); - - padding-#{$p}: 1px; - background-size: $_dash_bg_size; - background-repeat: $_gradient_repeat; - background-origin: content-box; - background-position: $_bg_pos; - border: none; - box-shadow: none; -} diff --git a/.themes/Dracula GTK/gtk-3.20/_widgets.scss b/.themes/Dracula GTK/gtk-3.20/_widgets.scss deleted file mode 100755 index 9c999ee2e..000000000 --- a/.themes/Dracula GTK/gtk-3.20/_widgets.scss +++ /dev/null @@ -1,40 +0,0 @@ -/*********** - * Widgets * - ***********/ - -@import 'widgets/action-bars'; -@import 'widgets/app-notifications'; -@import 'widgets/base-states'; -@import 'widgets/buttons'; -@import 'widgets/calendar'; -@import 'widgets/checks-radios'; -@import 'widgets/color-chooser'; -@import 'widgets/comboboxes'; -@import 'widgets/dialogs'; -@import 'widgets/entries'; -@import 'widgets/expanders'; -@import 'widgets/floating-bar'; -@import 'widgets/frames'; -@import 'widgets/granite'; -@import 'widgets/header-bars'; -@import 'widgets/infobars'; -@import 'widgets/level-bars'; -@import 'widgets/links'; -@import 'widgets/lists'; -@import 'widgets/menus'; -@import 'widgets/misc'; -@import 'widgets/notebooks'; -@import 'widgets/paned'; -@import 'widgets/pathbars'; -@import 'widgets/popovers'; -@import 'widgets/progress-bars'; -@import 'widgets/scales'; -@import 'widgets/scrollbars'; -@import 'widgets/sidebar'; -@import 'widgets/spinbuttons'; -@import 'widgets/spinner'; -@import 'widgets/switches'; -@import 'widgets/toolbars'; -@import 'widgets/tooltips'; -@import 'widgets/treeviews'; -@import 'widgets/windows'; diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_budgie.scss b/.themes/Dracula GTK/gtk-3.20/apps/_budgie.scss deleted file mode 100755 index 156aab900..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_budgie.scss +++ /dev/null @@ -1,977 +0,0 @@ -/********* -* Budgie * -*********/ - -$alert_color: $red; -$button_bg: transparent; -$entry_border: transparent; -$mpris_overlay_fg: $fg_color; -$mpris_overlay_bg: transparentize(if($variant=='light',$base_color, darken($bg_color, 10%)), 0.1); -$mpris_overlay_border: $top_highlight; -$panel_bg: transparentize( darken($headerbar_color,10%),0.05); -$panel_border: transparentize(darken($headerbar_color, 7%), 0.08); -$panel_shadow: transparentize(black, 0.7); -$raven_bg: transparentize($bg_color, 0.08); -$raven_expander_border: transparentize($borders_color, 0.05); -$raven_border: transparentize($bg_color, 0.08); -$raven_expander_bg: transparentize($bg_color, 0.8); -$raven_background_bg: transparent; -$raven_background_border: transparent; - -$depth: 0 1px 1px rgba(0, 0, 0, 0.06), -0 1px 2px rgba(0, 0, 0, 0.20), -inset 0px 1px 0px 0px $top_highlight; - -@function gtkalpha($c,$a) { - @return unquote("alpha(#{$c},#{$a})"); -} - -$roundness: 2px; -$border_width: 1px; -$pos_list: ((top, bottom),(bottom,top),(left,right),(right,left)); - -// Container for both the "panel" area and the shadow. Wise to keep -// this transparent.. -.budgie-container { - background-color: transparent; - &:backdrop { background-color: transparent; } - - popover list, - popover row { - border: none; - background: none; - padding: 0; - margin: 0; - } -} - -.budgie-popover .container, -.budgie-popover border, -.budgie-popover list, -.budgie-popover row { - @extend %reset_style -} - -%reset_style { - padding: 0; - margin: 0; - background: none; - border: none; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - opacity: 1; - min-width: 0; - min-height: 0; -} - -.budgie-popover, -.budgie-popover.background { - border-radius: 2px; - padding: 0; - background-color: transparentize(if($variant=='light',$popover_bg_color,$bg_color),if($variant=='light',0.04,0.02)); - background-clip: border-box; - box-shadow: 0 2px 3px 1px transparentize(black, 0.65); - border: 1px solid #{"@borders"}; - list, - row { - &:hover { background: none; } - } - - > frame.container { - margin: 0 -1px -1px; // remove gap - padding: 2px 0 0; - } -} - -.budgie-popover > .container { - padding: 2px; -} - -// Budgie Menu -.budgie-menu { - .container { padding: 0; } - - button:hover { -gtk-icon-effect: none; } - - entry.search { - border: none; - background: none; - padding: 5px 2px; - border-bottom: 1px solid #{"@borders"}; - border-radius: 0; - font-size: 120%; - box-shadow: none; - - image { - &:dir(ltr) { padding-left: 8px; padding-right: 12px; } - &:dir(rtl) { padding-left: 12px; padding-right: 8px; } - } - } - - .categories { - border-width: 0; - margin-left: 3px; - - background-color: transparent; - &:dir(ltr) { border-right: 1px solid #{"@borders"}; } - &:dir(rtl) { border-left: 1px solid #{"@borders"}; } - } - - .category-button { - padding: 8px; - border-radius: 2px 0 0 2px; - - &:hover { - background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.95)); - color: $fg_color; - } - &:active { box-shadow: inset 0 2px 2px -2px transparentize(black, 0.8); } - &:checked { - color: $selected_fg_color; - background-color: transparentize( darken($selected_bg_color,5%),0.2); - } - &:checked:disabled { - opacity: 0.5; - - label { color: transparentize($selected_fg_color, 0.3); } - } - } - - scrollbar { - background-color: transparent; - border-color: transparent; - } - - button:not(.category-button) { - padding-top: 5px; - padding-bottom: 5px; - border-radius: 0; - box-shadow: none; - } - - undershoot, overshoot { background: none; } -} - -// Menu Button -button.budgie-menu-launcher { - padding: 0 2px; - color: $headerbar_fg_color; - box-shadow: none; - background-color: transparent; - &:hover { color: $headerbar_fg_color; } - &:active, &:checked { color: $headerbar_fg_color; } - - &:backdrop { - color: $headerbar_fg_color; - background-color: transparent; - &:hover { color: $headerbar_fg_color; } - &:active, &:checked { - color: $selected_bg_color; - box-shadow: none; - background-color: transparent; - } - } -} - -// User Menu -.user-menu { - - .content-box separator { - margin-left: 6px; - margin-right: 6px; - background-color: transparentize($fg_color, 0.9); - } - - button { margin: 5px; } - - // top-row (user-name and avatar) - > box.vertical row.activatable:first-child, - > frame.container > box.vertical row.activatable:first-child { - - .indicator-item { - box-shadow: $depth; - background-color: $cyan; - transition-duration: 0.2s; - - &:dir(ltr) { // mask avatar's background - padding-left: 7px; // non-scaling unit - background-position: left center; - background-repeat: no-repeat; - background-size: 38px auto; // non-scaling unit - } - &:dir(rtl) { - padding-right: 7px; - background-position: right center; - background-repeat: no-repeat; - background-size: 38px auto; - } - - label { - color: $selected_fg_color; - - &:dir(ltr) { padding-left: 5px; } - &:dir(rtl) { padding-right: 5px; } - } - - image { - color: $selected_fg_color; - - &:first-child { // avatar image - min-width: 24px; - min-height: 20px; - } - } - } - } -} - -// Raven Trigger -button.raven-trigger { - padding-left: 2px; - padding-right: 2px; - color: $headerbar_fg_color; - box-shadow: none; - &:hover { - color: $headerbar_fg_color; - background-color: transparent; - } - &:active, &:checked { - box-shadow: none; - background-color: transparent; - color: $selected_bg_color; - } - &:backdrop { - color: $headerbar_fg_color; - &:hover { - color: $headerbar_fg_color; - } - &:active, &:checked { - box-shadow: none; - color: $selected_bg_color; - background-color: transparent; - } - } -} - -// Places Menu -.places-menu { - .container { padding: 0; } - - .message-bar { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - } - - .name-button { - border: 0; - border-radius: 0; - padding: 4px 6px; - } - - .unmount-button { - padding: 4px 4px; - border: 0; - border-radius: 0; - } - - .places-section-header { - padding: 0px; - border-bottom: 1px solid $raven_expander_border; - box-shadow: 0px 1px 1px #{"alpha(@theme_fg_color, 0.03)"}; - } - - .places-section-header > button { - padding: 8px; - border: none; - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; - } - - .places-list { - background: transparentize($fg_color, 0.96); - border-bottom: 1px solid $raven_expander_border; - } - - .unlock-area { - border-top: 1px solid transparentize($raven_expander_border, 0.1); - border-bottom: 1px solid transparentize($raven_expander_border, 0.1); - } - - .unlock-area entry { - border-radius: 0; - border: 0; - } - - .unlock-area button { - border-radius: 0; - border: 0; - border-left: 1px solid transparentize($raven_expander_border, 0.1); - } - - .alternative-label { - font-size: 15px; - padding: 3px; - } - - .always-expand { - background: transparent; - border-bottom: none; - } -} - -// Night Light indicator -.night-light-indicator { - .container { padding: 0; } - - .view-header { - font-size: 14px; - padding: 10px; - border-bottom: #{"1px solid mix(@theme_base_color, #000000, 0.35);"}; - box-shadow: #{"0px 1px 1px alpha(@theme_fg_color, 0.04);"}; - } - - .display-settings-button { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - border: none; - padding: 3px; - border-top: #{"1px solid mix(@theme_base_color, #000000, 0.35);"}; - box-shadow: #{"inset 0px 1px 1px alpha(@theme_fg_color, 0.04);"}; - } -} - -// Panel -.budgie-panel { - color: $headerbar_fg_color; - background-color: $panel_bg; - background-image: none; - box-shadow: none; - border: none; - transition: all 150ms ease-in; - - .alert { color: $alert_color; } - - &:backdrop { - color: $headerbar_fg_color; - background-color: $panel_bg; - } - - button { - border-top-width: 0; - border-bottom-width: 0; - border-radius: 0; - } - - popover list, - popover row { - padding: 0; - margin: 0; - } - - label { - color: $headerbar_fg_color; - font-weight: 700; - } - - &.transparent { - background-color: transparentize($panel_bg, 0.75); - - .top & { - border-bottom-color: transparent; - } - - .bottom & { - border-top-color: transparent; - } - - .left & { - border-right-color: transparent; - } - - .right & { - border-left-color: transparent; - } - } - - .end-region { - border-radius: 0px; - separator { background-color: transparentize($headerbar_fg_color, 0.85); } - label { - font-weight: 700; - color: $headerbar_fg_color; - } - } -} - -// Tasklist -.budgie-panel #tasklist-button, -.budgie-panel #tasklist-button:backdrop { - outline-color: transparent; - transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border-color: transparentize($panel_bg,1); // fixes the transition - border-radius: 0; - background-color: transparent; - box-shadow: none; - background-clip: padding-box; - - @extend %underscores; -} - -// Icon Tasklist -.budgie-panel { - - button.flat.launcher { - outline-color: transparent; - transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border-color: transparentize($panel_bg,1); // fixes the transition - border-radius: 0; - padding: 0; - background-clip: padding-box; - background-color: transparent; - & { box-shadow: none; } - } - - .unpinned button.flat.launcher, - .pinned button.flat.launcher.running { @extend %underscores; } -} - -%underscores { - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - - @each $pos, $b_pos in $pos_list { - .#{$pos} & { - padding-#{$b_pos}: 2px; - border-#{$pos}: 2px solid transparent; - - @at-root { - .#{$pos} .budgie-panel .pinned button.flat.launcher:not(.running) { border-#{$pos}: 2px solid transparent; } - .#{$pos} .budgie-panel .pinned button.flat.launcher:not(.running):hover { border-#{$pos}: 2px solid transparentize(white, 0.9); } - .#{$pos} .budgie-panel .unpinned button.flat.launcher, - .#{$pos} .budgie-panel .pinned button.flat.launcher.running { border-#{$pos}: 2px solid transparentize(white, 0.9); } - } - &:hover { - border-#{$pos}: 2px solid transparentize(white, 0.75); - } - &:active, &:checked { - border-#{$pos}: 2px solid $selected_bg_color; - } - } - } -} - -@each $pos, $b_pos in $pos_list { - - // Panel borders - .#{$pos} .budgie-panel { border-#{$b_pos}: $border_width solid $panel_border; } - - // Raven borders - .#{$pos} .raven-frame { - padding: 0; - background: none; - - border { - border: none; - border-#{$b_pos}: $border_width solid $raven_border; - } - } - - // Shadows - .#{$pos} .shadow-block { - background-color: transparent; - background-image: linear-gradient(to $b_pos, - $panel_shadow, - transparent); - } -} - -// Raven -.raven { - padding: 0; - color: $fg_color; - background-color: $raven_bg; - transition: 170ms ease-out; - - .raven-header { - * { - padding-top: 0; - padding-bottom: 0; - } - - min-height: 32px; - color: $fg_color; - border: solid $raven_expander_border; - border-width: 1px 0; - background-color: $raven_expander_bg; - - &.top { - border-top-style: none; - border-color: transparent; - margin-top: 3px; - min-height: 32px; - button.image-button { - &:hover { - color: darken($selected_bg_color,5%); - box-shadow: none; - } - } - } - - > button.text-button { - border-radius: 2px; - color: $selected_fg_color; - background-color: transparentize(darken($red,5%), 0.1); - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); - &:hover { - border-radius: 2px; - color: $selected_fg_color; - background-color: transparentize($red, 0.1); - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); - } - &:active { - color: $selected_fg_color; - background-color: transparentize(lighten($red,5%), 0.1); - @include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight); - } - } - - &.bottom { border-bottom-style: none; } - button { - background-color: transparent; - color: $fg_color; - border-radius: 0; - border: none; - box-shadow: none; - margin-top: -4px; - margin-bottom: -4px; - min-height: 32px; - - &:hover { - border-radius: 0; - background-color: transparent; - color: $selected_bg_color; - } - - &:active, - &:checked { - color: $selected_bg_color; - border-radius: 0; - background-color: transparent; - } - - &:disabled { - color: $insensitive_fg_color; - } - } - } - - list { - background-color: transparent; - &:selected { background-color: transparentize($selected_bg_color,0.1); } - row, - row.activatable { - background-color: transparent; - &:selected { background-color: transparentize($selected_bg_color,0.1); } - } - } - - .raven-background { - color: $fg_color; - background-color: transparent; - border-color: transparent; - - &.middle { border-bottom-style: none; } // applet background between two headers - } - - .powerstrip { - background-color: transparent; - border-top-color: transparent; - } - - .powerstrip button.image-button { - border-radius:50%; - padding: 5px; - min-width: 32px; - margin-bottom: 3px; - background: transparentize($darkpurple,0.3); - color: $selected_fg_color; - box-shadow: $depth; - border: none; - font-size: 100%; - - &:hover { - transition: 170ms ease all; - background: transparentize($darkpurple,0.15); - color: $selected_fg_color; - } - &:active { - transition: 170ms ease all; - background: $darkpurple; - color: $selected_fg_color; - } - &:first-child { - background: transparentize($cyan,0.3); - - &:hover { - background: transparentize($cyan,0.15); - } - &:active { - background: $cyan; - } - } - &:last-child { - background: transparentize($red,0.3); - - &:hover { - background: transparentize($red,0.15); - } - &:active { - background: $red; - } - } - } - .option-subtitle { - font-size: 13px; - } -} - -// Calendar -calendar.raven-calendar { - padding: 4px; - color: $fg_color; - background-color: transparentize($bg_color, 0.8); - border-color: transparent; - - &:indeterminate { color: gtkalpha(currentColor,0.3); } - - &:selected { - background: transparent; - color: $selected_bg_color; - font-weight: bold; - } - - &:backdrop { background-color: transparent; } - - &.header { - color: $fg_color; - border: none; - border-radius: 0; - background-color: transparent; - } - & button, & button:focus { - color: gtkalpha(currentColor,0.5); - background-color: transparent; - - &:hover { - color: $fg_color; - background-color: transparent; - } - } -} - -// MPRIS Applet -.raven-mpris { - color: $mpris_overlay_fg; - background-color: $mpris_overlay_bg; - border: solid $mpris_overlay_border; - border-width: 1px 0; - border-bottom-color: $bottom_highlight; - - button.image-button { - padding: 10px; - background-color: $base_color; - box-shadow: $depth; - - &:hover { background-color: $selected_bg_color; } - - &:active { background-color: darken($selected_bg_color,5%); } - - &:first-child { margin-right: 4px; } - - &:last-child { margin-left: 4px; } - - &:last-child, - &:first-child { - padding: 4px; - margin-top: 6px; - margin-bottom: 6px; - } - } -} - -// Notifications -.budgie-notification-window { - background: none; - border-radius: 1px; - button { - background-color: $cyan; - color: darken($selected_fg_color, 75%); - border: none; - margin: 0 3px; - &:hover { - background-color: darken($cyan, 5%); - border: none; - } - &:active, &:checked { background-color: darken($cyan, 5%); } - } -} - -.budgie-notification { - &.background { - border-radius: 1px; - } - .notification-title { - font-size: 110%; - color: $headerbar_fg_color; - } - .notification-body { color: transparentize($headerbar_fg_color, 0.3); } - button { - background-color: transparent; - color: $selected_fg_color; - &:hover { - background-color: transparent; - color: $red; - box-shadow: none; - } - &:active, &:checked { - background-color: transparent; - color: darken($red, 5%); - } - } -} - -.drop-shadow { - color: $headerbar_fg_color; - background-color: transparentize(if($variant=='light', $headerbar_color, $bg_color), 0.05); - box-shadow: 0 1px 2px 0 transparentize(black, 0.8); - border-radius: 2px; -} - -// On Screen Display in Budgie -.budgie-osd-window { - @extend .budgie-notification-window; -} - -// Internal part of the OSD -.budgie-osd { - @extend .budgie-notification; -} - -// Alt+tab switcher in Budgie -.budgie-switcher-window { - @extend .budgie-notification-window; - - // Flowbox - flowbox { color: $fg_color; } - flowboxchild { - padding: 3px; - margin: 3px; - color: $fg_color; - - &:hover { background-color: $button_bg; } - &:active { color: $fg_color; } - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - - &:active { color: $selected_fg_color; } - &:hover { background-color: mix(black, $selected_bg_color, 10%); } - &:disabled { - color: transparentize($selected_fg_color, 0.3); - background-color: transparentize($selected_bg_color, 0.2); - label { color: transparentize($selected_fg_color, 0.2); } - } - } - } -} - -// Internal part of the Switcher -.budgie-switcher { - @extend .budgie-notification; -} - -// Session Dialog -.budgie-session-dialog { - color: $headerbar_fg_color; - background-color: $panel_bg; - - label:backdrop { color: $backdrop_headerbar_fg_color; } - &.background { @extend .drop-shadow; } - .dialog-title { font-size: 120%; } - - .linked.horizontal > button { - margin-bottom: 0; - min-height: 32px; - border-bottom: none; - border-radius: 0; - color: $headerbar_fg_color; - background-color: transparent; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.20); - - label { font-weight: 700; } - &:first-child { border-left: none; border-bottom-left-radius: 2px; } - &:last-child { border-right: none; border-bottom-right-radius: 2px; } - &:hover { - background-color: transparentize($selected_bg_color, 0.1); - &:backdrop { - label { color: transparentize(white, 0.5); } - } - } - - @each $b_type, $b_color in (suggested-action, $cyan), - (destructive-action, $destructive_color) { - &.#{$b_type} { - background-color: transparentize($b_color, 0.1); - &:hover { background-color: transparentize(lighten($b_color,5%), 0.1); } - &:active, &:checked { background-color: transparentize(lighten($b_color,5%), 0.1); } - } - } - } - - entry { - background-color: #505359; - color: $headerbar_fg_color; - &:focus { background-color: #505359; } - &:backdrop { background-color: #505359; } - } -} - -// PolKit Dialog -.budgie-polkit-dialog { - @extend .budgie-session-dialog; - - .message { color: transparentize($headerbar_fg_color, 0.3); } - .failure { color: $alert_color; } -} - -// Run Dialog -.budgie-run-dialog { - @extend .budgie-session-dialog; - - entry.search, entry.search:focus { - font-size: 120%; - padding: 8px 5px; - border: none; - box-shadow: none; - - image { - color: $headerbar_fg_color; - &:dir(ltr) { padding-left: 8px; padding-right: 12px; } - &:dir(rtl) { padding-left: 12px; padding-right: 8px; } - } - } - - list row:selected .dim-label { opacity: 1; } - - scrolledwindow { border-top: 1px solid darken($entry_border, 5%); } -} - -// Budgie styled Gtk Menus -.budgie-menubar { - menu { - margin: 4px; - padding: 5px; - border-radius: 0; - background-color: $panel_bg; - menuitem:hover { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - } - - arrow { - border:none; - min-width:16px; - min-height:16px; - - &.top { - -gtk-icon-source:-gtk-icontheme("pan-up-symbolic"); - border-bottom: 1px solid mix($fg_color, $raven_bg, 10%); - } - - &.bottom { - -gtk-icon-source:-gtk-icontheme("pan-down-symbolic"); - border-top: 1px solid mix($fg_color, $raven_bg, 10%); - } - } - - menuitem { - accelerator { - color: transparentize($fg_color, 0.65); - } - - check, radio { - min-height: 16px; - min-width: 16px; - } - } -} - -// settings-window -window.background.budgie-settings-window.csd { - - > box.horizontal > stack > scrolledwindow { - - // hide double-borders - buttonbox.inline-toolbar { border-style: none none solid; } - - } -} - -.workspace-switcher { - - .workspace-layout { - border: 0 solid $panel_bg; - - .top &, - .bottom & { - &:dir(ltr) { border-left-width: 1px; } - - &:dir(rtl) { border-right-width: 1px; } - } - - .left &, - .right & { border-top-width: 1px; } - } - - .workspace-item, - .workspace-add-button { - border: 0 solid lighten($panel_bg, 10%); - - .top &, - .bottom & { - &:dir(ltr) { border-right-width: 1px; } - - &:dir(rtl) { border-left-width: 1px; } - } - - .left &, - .right & { border-bottom-width: 1px; } - } - - .workspace-item { - - &.current-workspace { background-color: darken($panel_bg, 5%); } - } - - .workspace-add-button { - border: none; - background: transparent; - box-shadow: none; - &:hover { box-shadow: none; } - - &:active { background-image: none; } - - &:active image { margin: 1px 0 -1px; } - } - - .workspace-icon-button { - .budgie-panel & { // to overwrite the .budgie-panel button style below - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; - } - } -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_geary.scss b/.themes/Dracula GTK/gtk-3.20/apps/_geary.scss deleted file mode 100755 index 2bae579e9..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_geary.scss +++ /dev/null @@ -1,37 +0,0 @@ -/********* - * Geary * - *********/ - -.geary-titlebar-left, -.geary-titlebar-right { - - .separator { - opacity: 0; - } -} - -ConversationListView { - -GtkTreeView-grid-line-width: 0; - - .view { - &:active, - &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - - &:backdrop { - background-color: $backdrop_selected_bg_color; - color: $backdrop_selected_fg_color; - } - } - - .cell { - border: solid transparentize(black, 0.8); - border-width: 0 0 1px 0; - &:selected { - color: $selected_fg_color; - border: 0px solid darken($selected_bg_color, 10% ); - } - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_gnome.scss b/.themes/Dracula GTK/gtk-3.20/apps/_gnome.scss deleted file mode 100755 index 41f1746a4..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_gnome.scss +++ /dev/null @@ -1,198 +0,0 @@ -/************ - * Nautilus * - ************/ -.nautilus-window { - .frame{ - *:selected, *:selected:backdrop{ - background: transparent; - color: $selected_bg_color; - } - *:selected:backdrop{ - label { - color: $backdrop_selected_bg_color; - } - } - } - paned { - > separator { background-image: none; } - } - .sidebar { - background-color: transparent; - background-image: none; - - &:backdrop { - background-color: transparent; - background-image: none; - } - - .list-row { - button { - border: none; - background-color: transparentize(darken($base_color,3%),0.05); - &:active { - background-color: transparentize($selected_bg_color,0.25); - } - } - - &:selected { - background-color: transparentize($selected_bg_color,0.25); - &:hover { - background-color: transparentize($selected_bg_color,0.1); - } - } - - &:hover { - background-color: transparentize($base_color,0.5); - &:active { - background-color: transparentize($selected_bg_color,0.1); - } - } - } - } - &.background { - background-color: transparentize(darken($base_color,3%),0.05); - &:backdrop { - background-color: transparentize(darken($base_color,3%),0.05); - } - } - - notebook { - > stack:only-child { // the :not(:only-child) is for "hidden" notebooks - background-color: $base_color; - &:backdrop { background-color: $backdrop_base_color; } - } - } - - searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); - } - - .searchbar-container { - margin-top: -1px; - } - - .titlebar { - .search{ - border: 1px solid $borders_color; - border-radius: 3px; - } - } - - .path-bar-box { - .dim-label { - color: transparent; - } - widget > .text-button:last-child{ - @include button(active-header, transparent, $purple); - &:backdrop label{ - color: $backdrop_selected_bg_color; - } - } - button { - transition: all 100ms ease-in; - margin-left: -5px; - &:backdrop { - &:hover, - &:active, - &:checked { - @include button(active-header); - label { - color: $backdrop_selected_bg_color; - } - } - } - } - } -} - -.nautilus-circular-button { - border-radius: 20px; - -gtk-outline-radius: 20px; -} - -.disk-space-display { - border: 2px solid; - - .unknown { - background-color: #888a85; - border-color: darken(#888a85, 20%); - } - - .used { - background-color: #9FB0B9; - border-color: darken(#9FB0B9, 20%); - } - - .free { - background-color: #D8D8D8; - border-color: darken(#D8D8D8, 20%); - } -} - -.nautilus-desktop { - - color: $fg_color; - - .nautilus-canvas-item { - border-radius: 5px; - color: $selected_fg_color; - text-shadow: 1px 1px transparentize(black, 0.4); - - &:active { - color: $fg_color; - text-shadow: none; - } - - &:hover { - color: $fg_color; - text-shadow: none; - } - - &:selected { - color: $selected_fg_color; - text-shadow: none; - } - - .dim-label { - &:selected { - color: $selected_fg_color; - } - } - } - - .nautilus-list { - - .dim-label { - &:selected { - color: $selected_fg_color; - } - } - } -} - -/********* - * Gedit * - *********/ -.gedit-search-slider { - padding: 4px; - border-radius: 0 0 3px 3px; - border: 0; - background-color: $bg_color; - } - - -/********* - * Gnucash * -*********/ -#gnc-id-main-window { - entry.gnc-class-register-foreground { - background: transparent; - border: none; - box-shadow: none; - } - .arrow.button.toggle { - transition: none; - box-shadow: none; - &:hover { border-color: $selected_bg_color; } - } -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_lightdm.scss b/.themes/Dracula GTK/gtk-3.20/apps/_lightdm.scss deleted file mode 100755 index f9ff41aee..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_lightdm.scss +++ /dev/null @@ -1,115 +0,0 @@ -/*********** - * LightDm * - ***********/ - -// the panel widget at the top -#panel_window { - background-color: $panel_bg_color; - color: $panel_fg_color; - font-weight: bold; - box-shadow: inset 0 -1px darken($panel_bg_color, 7%); - - // the menubars/menus of the panel, i.e. indicators - .menubar, - .menubar > .menuitem - menubar, - menubar > menuitem { - background-color: transparent; - color: $panel_fg_color; - font-weight: bold; - } - - .menubar .menuitem:disabled, - menubar menuitem:disabled { - color: transparentize($panel_fg_color, 0.5); - - GtkLabel { color: inherit; } - label { color: inherit; } - } - .menubar .menu > .menuitem, - menubar menu > menuitem { font-weight: normal; } -} - -// the login window -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: $fg_color; -} - -// the top half of the login-window, in GtkDialog terms, the content -#content_frame { - padding-bottom: 14px; - background-color: $bg_color; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid transparentize(black, 0.9); - border-width: 1px 1px 0 1px; -} - -#content_frame button { - @include button(normal); - - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:disabled { @include button(insensitive); } -} - -// the lower half of the login-window, in GtkDialog terms the buttonbox or action area -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: if($variant=='light', $osd_bg_color, $headerbar_color); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid transparentize(black, 0.9); - border-width: 0 1px 1px 1px; -} - -#buttonbox_frame button{ - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - &:disabled { @include button(osd-insensitive); } -} - -#login_window #user_combobox { - color: $fg_color; - font-size: 13px; - - .menu, - menu { font-weight: normal; } -} - -// the user's avatar box -#user_image { - padding: 3px; - border-radius: 2px; -} - -// the shutdown button -#shutdown_button.button { - @include button(suggested_destructive, $destructive_color); - - &:hover { @include button(suggested_destructive, lighten($destructive_color, 10%)); } - &:active, &:checked { @include button(suggested_destructive, darken($destructive_color, 10%)); } -} - -// the restart button -#restart_button.button { - @include button(suggested_destructive, $suggested_color); - - &:hover { @include button(suggested_destructive, lighten($suggested_color, 10%)); } - &:active, &:checked { @include button(suggested_destructive, darken($suggested_color, 10%)); } -} - -// the warning, in case a wrong password is entered or something else goes wrong according to PAM -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; -} diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_mate.scss b/.themes/Dracula GTK/gtk-3.20/apps/_mate.scss deleted file mode 100644 index 05c9b41fc..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_mate.scss +++ /dev/null @@ -1,20 +0,0 @@ -// -// Mate OSD Window -// - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid $borders_color; - - .progressbar { - background-color: $selected_bg_color; - border: none; - border-color: $selected_bg_color; - border-radius: 5px; - } - .trough { - background-color: darken($osd_bg_color, 5%); - border: none; - border-radius: 5px; - } - } \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_pantheon.scss b/.themes/Dracula GTK/gtk-3.20/apps/_pantheon.scss deleted file mode 100755 index a773b8d85..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_pantheon.scss +++ /dev/null @@ -1,305 +0,0 @@ -/******** - * Gala * - *******/ - - .gala-notification { - border-width: 0; - border-radius: 2px; - color: white; - border: 1px solid $base_color; - background-color: $base_color; - - .title, - .label { - color: $fg_color; - } -} - -.gala-button { - padding: 3px; - color: $base_color; - border: none; - border-radius: 50%; - background-image: linear-gradient(to bottom, - #7e7e7e, - #3e3e3e - ); - box-shadow: inset 0 0 0 1px transparentize(white, 0.02), - inset 0 1px 0 0 transparentize(white, 0.07), - inset 0 -1px 0 0 transparentize(white, 0.01), - 0 0 0 1px transparentize(black, 0.40), - 0 3px 6px transparentize(black, 0.16), - 0 3px 6px transparentize(black, 0.23); - text-shadow: 0 1px 1px transparentize(black, 0.6); -} - -/********** - * Notify * - *********/ - -.notify { - /*-notify-shadow: 0px 2px 18px transparentize(black, 0.60);*/ - - border-radius: 5px; - border: 1px solid transparentize(black, 0.30); - - background-color: transparentize($base_color, 0.95); - - .low {} - .critical {} -} - - -/*************** - * SwitchBoard * - ***************/ - -.category-label { - font-weight: bold; - color: $fg_color; -} - - -/************* - * Slingshot * - ************/ - -.button.app { - border: none; - border-radius: 0; - box-shadow: none; - background-image: none; - - .app { - &:hover{ - border-radius: 8px; - border: none; - background-color: transparentize($selected_bg_color, 0.7); - color: white; - } - &:focus{ - /*background-color: transparentize(black, 0.20);*/ - } - } -} - -.search-item { - border-radius: 0; - border: none; - color: $fg_color; - background: none; - - &:hover, - &:focus { - border-radius: 0; - background-color: transparentize($selected_bg_color, 0.7); - color: $selected_fg_color; - } -} - - -.search-entry-large, -.search-entry-large:focus { - border: none; - font-size: 18px; - font-weight: 300; - background-image: none; - background: none; - box-shadow: none; - border-radius: 0; -} - -.search-category-header { - font-weight: bold; - color: $fg_color; -} - - - -/********* - * Panel * - ********/ - -.panel { - background-color: transparent; - transition: all 100ms ease-in-out; - color: #fff; - - &.maximized { - background-color: #000; - } - - &.translucent { - background-color: transparentize(black, 0.5); - } - - &.color-light.translucent { - background-color: transparentize($panel_fg_color, 0.15); - } -} - -menubar.panel, -.panel menubar { - box-shadow: none; - border: none; -} - -.composited-indicator { - - > revealer, - > revealer image, - > revealer label, - > revealer spinner { - color: #fff; - font-weight: bold; - text-shadow: 0 1px 2px transparentize(black, 0.7), 0 1px 2px transparentize(black, 0.5); - transition: all 200ms ease-in-out; - -gtk-icon-shadow: 0 1px 2px transparentize(black, 0.7), 0 1px 2px transparentize(black, 0.5); - } - > revealer image:first-child + label { - margin-left: 5px; - } -} - -.panel.color-light .composited-indicator { - - > revealer, - > revealer image, - > revealer label, - > revealer spinner { - color: transparentize(black, 0.4); - text-shadow: 0 1px transparentize(white, 0.9); - -gtk-icon-shadow: 0 1px transparentize(white, 0.9); - } -} - -/************** - * Calculator * - **************/ - -PantheonCalculatorMainWindow { - border-radius: 0 0 4px 4px; - - .window-frame { - border-radius:3px; - } -} - -/********* - * Cards * - *********/ - -.deck { - background-color: darken($bg_color, 8%); -} - -.card { - background-color: $base_color; - border: none; - box-shadow: 0 0 0 1px transparentize(black, 0.95), - 0 3px 3px transparentize(black, 0.8); - transition: all 150ms ease-in-out; -} - -.card.collapsed { - background-color: darken($base_color, 5%); - box-shadow: 0 0 0 1px transparentize(black, 0.95), - 0 1px 2px transparentize(black, 0.8); -} - -/********* - * Noise * - *********/ - -NoiseLibraryWindow { - border-radius: 0 0 4px 4px; - - .action-bar { - border-radius: 0 0 4px 4px; - } - - .window-frame { - border-radius:3px; - } -} - -/******** - * Snap * - ********/ - -SnapMainWindow, -SnapSnapWindow { - - .take-button { - border-radius: 0; - } -} - - -/******************* - * Photos/Shotwell * - *******************/ - -DirectWindow, -LibraryWindow { - - .the-button-in-the-combobox { - background: none; - } -} - -.checkerboard-layout { - background-color: $bg_color; - background-image: linear-gradient(45deg, - transparentize(black, 0.9) 25%, - transparent 25%, - transparent 75%, - transparentize(black, 0.9) 75%, - transparentize(black, 0.9)), - linear-gradient(45deg, - transparentize(black, 0.9) 25%, - transparent 25%, - transparent 75%, - transparentize(black, 0.9) 75%, - transparentize(black, 0.9)); - background-size: 24px 24px; - background-position: 0 0, 12px 12px -} - -.checkboard-layout .item { - background-color: $fg_color; -} - -/********* -* Avatar * -*********/ - -.avatar { - border: 1px solid transparentize(#000, 0.77); - border-radius: 50%; - box-shadow: - inset 0 0 0 1px transparentize(#fff, 0.95), - inset 0 1px 0 0 transparentize(#fff, 0.55), - inset 0 -1px 0 0 transparentize(#fff, 0.85), - 0 1px 3px transparentize(#000, 0.88), - 0 1px 2px transparentize(#000, 0.77); -} - -/**level bars**/ - -.sidebar.source-list.view { - &.level-bar { - &, &:selected, &:selected:focus { - background: linear-gradient(transparentize(#fff, 0.86), transparentize(#fff, 0.86)) ; - border: 1px solid transparentize(black, 0.86); - box-shadow: 0 1px 0 transparentize(#000, 0.75); - border-radius: 2px; - } - } - &.fill-block { - border: none; - &, &:hover, &:selected, &:selected:focus { - background: linear-gradient($selected_bg_color, $selected_bg_color); - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_thunar.scss b/.themes/Dracula GTK/gtk-3.20/apps/_thunar.scss deleted file mode 100644 index e5aeeaacb..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_thunar.scss +++ /dev/null @@ -1,38 +0,0 @@ - -/* thunar */ -.thunar toolbar { - background-color: $headerbar_color; - } - - /* buttons in toolbar */ - .thunar toolbar.horizontal button image { - -gtk-icon-transform:scale(0.72); - } - - scrolledwindow.sidebar treeview.view { - background: $base_color; - padding: 1.5px; - border: none; - box-shadow: none; - } - - /* path-bar of thunar */ - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button, window.thunar paned > scrolledwindow treeview.view { - &:hover, &:checked, &:selected{ - background-color: none; - color: $purple; - box-shadow: none; - } - - &:checked:backdrop, &:selected:backdrop { - label { color: $backdrop_selected_bg_color; } - } - } - - window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { - background: none; - outline: none; - border: none; - box-shadow: none; - } - \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_unity.scss b/.themes/Dracula GTK/gtk-3.20/apps/_unity.scss deleted file mode 100755 index b461008bc..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_unity.scss +++ /dev/null @@ -1,170 +0,0 @@ -/******** -* Unity * -*********/ - -$unity_color: #31363D; /* Unity window border color */ -$unity_text_color: #fefefe; /* Unity window text color */ -$backdrop_unity_text_color: darken($unity_text_color,10%); /* Backdrop Unity window text color */ -$unity_panel_color: darken($unity_color, 10%); /* Unity panel color #454D50 */ - -UnityDecoration { - - /* Border properties (top, right, bottom, left) */ - -UnityDecoration-extents: 28px 1px 1px 1px;/* the size of the decorations */ - -UnityDecoration-input-extents: 10px;/* the extra size of the input areas */ - - /* Shadows settings */ - -UnityDecoration-shadow-offset-x: 1px;/* Size property, the shadow x offset */ - -UnityDecoration-shadow-offset-y: 1px;/* Size property, the shadow y offset */ - -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.647);/* Color property, active window shadow color */ - -UnityDecoration-active-shadow-radius: 8px;/* Size property, active window shadow radius */ - -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.647);/* Color property, inactive windows shadow color */ - -UnityDecoration-inactive-shadow-radius: 5px;/* Size property, inactive windows shadow radius */ - - /* Glow applied to the selected scaled window */ - -UnityDecoration-glow-size: 8px;/* Size property, size of glow */ - -UnityDecoration-glow-color: $selected_bg_color;/* Color property of the glow */ - - /* Title settings */ - -UnityDecoration-title-indent: 10px;/* Size property, left indent of the title */ - -UnityDecoration-title-fade: 35px;/* Size property, space of the title that can be faded */ - -UnityDecoration-title-alignment: 0.0;/* Float from 0.0 to 1.0, to align the title */ - background-color: $unity_color; - color: $unity_text_color; - - .top { - padding: 0 5px 0 5px; - border-radius: 4px 4px 0px 0px; - box-shadow: none; - border: 1px solid $unity_color; - border-bottom-width: 0; - background-color: $unity_color; - color: $unity_text_color; - border-top: 1px solid rgba(255,255,255,0.1); - - &:backdrop { - border-bottom-width: 0; - color: $backdrop_unity_text_color; - border-top: 1px solid rgba(255,255,255,0.1); - } - - .menuitem { - color: $unity_text_color; - - &:backdrop { - color: $backdrop_unity_text_color; - } - } - } -} - - -UnityDecoration.left, -UnityDecoration.right { - background-repeat: repeat-x; - background-color: darken($unity_color, 0.6); - background-size: 1px 120px; - background-clip: border-box; - background-image: linear-gradient(to bottom, - $unity_color, - darken($unity_color, 0.6) - ); -} - -UnityDecoration.bottom { - background-size: 1px; - background-repeat: repeat-x; - background-color: darken($unity_color, 0.6); -} - -UnityDecoration.left:backdrop, -UnityDecoration.right:backdrop, -UnityDecoration.bottom:backdrop { - background-size: 1px; - background-repeat: repeat-x; -} - - -/************** -* Unity Panel * -***************/ - -UnityPanelWidget, -.unity-panel { -background-color: $unity_panel_color; -color: $unity_text_color; -} - - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: $backdrop_unity_text_color; -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - border-width: 0 1px; - color: $unity_text_color; -} - -.unity-panel.menubar, -.unity-panel .menubar { - color: $unity_text_color; -} - -.unity-panel.menu.menubar, -.unity-panel .menu .menubar { - background-color: $unity_panel_color; - color: $unity_text_color; -} - -.unity-panel.menubar:backdrop, -.unity-panel .menubar *:backdrop { - color: $backdrop_fg_color; -} - -.unity-panel.menubar.menuitem, -.unity-panel.menubar .menuitem { - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border: none; - background: none; - color: $unity_text_color; - box-shadow: none; -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem:hover { - border-radius: 0; - background-color: darken($unity_color, 1.05); - color: $unity_text_color; - box-shadow: none; -} - -.unity-panel.menubar .menuitem *:hover { - color: white; - box-shadow: none; -} - -.unity-panel.menubar .menuitem.separator, -.unity-panel.menubar.menuitem.separator { - border: none; - color: $borders_color; -} - -/* Force Quit */ -SheetStyleDialog.unity-force-quit { - background-color: $base_color; -} - - -@keyframes playbackmenuitem_spinner { - to { -gtk-icon-transform: rotate(1turn); } -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: playbackmenuitem_spinner 1s infinite linear; - color: $selected_bg_color; -} diff --git a/.themes/Dracula GTK/gtk-3.20/apps/_xfce.scss b/.themes/Dracula GTK/gtk-3.20/apps/_xfce.scss deleted file mode 100644 index a4f3a1446..000000000 --- a/.themes/Dracula GTK/gtk-3.20/apps/_xfce.scss +++ /dev/null @@ -1,47 +0,0 @@ -.xfce4-panel.background { - background-color: $panel_bg_color; - color: $fg_color; - - text-shadow: none; - -gtk-icon-shadow: none; - - button.flat { @extend %panelbutton; } -} - -#tasklist-button { - color: transparentize($panel_fg_color, 0.2); - border-radius: 0; - border: none; - background-color: transparentize($panel_bg_color, 1); - - &:hover { - color: lighten($panel_fg_color, 10%); - background-color: transparentize(black, 0.83); - } - - &:checked { - color: white; - background-color: transparentize(black, 0.75); - box-shadow: inset 0 -2px $selected_bg_color; - } -} - -%panelbutton { - color: $panel_fg_color; - border-radius: 0; - border: none; - background-color: transparentize($panel_bg_color, 1); - font-weight: normal; - - &:hover { - border: none; - background-color: lighten($panel_bg_color, 10%); - } - &:active, &:checked { - color: $panel_fg_color; - border-bottom: 2px solid $selected_bg_color; - background-color: darken($panel_bg_color, 2%); - - label, image { color: inherit; } - } -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/assets/gtk3-assets-dark.svg b/.themes/Dracula GTK/gtk-3.20/assets/gtk3-assets-dark.svg deleted file mode 100755 index 481abaf26..000000000 --- a/.themes/Dracula GTK/gtk-3.20/assets/gtk3-assets-dark.svg +++ /dev/null @@ -1,2615 +0,0 @@ - - - - - EvoPop Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Cornelis Peter - - - - - EvoPop Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gtk-3.20/assets/gtk3-assets.svg b/.themes/Dracula GTK/gtk-3.20/assets/gtk3-assets.svg deleted file mode 100755 index 587f79e62..000000000 --- a/.themes/Dracula GTK/gtk-3.20/assets/gtk3-assets.svg +++ /dev/null @@ -1,2593 +0,0 @@ - - - - - EvoPop Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Peter Cornelis - - - - - EvoPop Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gtk-3.20/assets/gtk3-selection.svg b/.themes/Dracula GTK/gtk-3.20/assets/gtk3-selection.svg deleted file mode 100755 index e06148ed6..000000000 --- a/.themes/Dracula GTK/gtk-3.20/assets/gtk3-selection.svg +++ /dev/null @@ -1,2965 +0,0 @@ - - - - - EvoPop Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Cornelis Peter - - - - - EvoPop Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/gtk-3.20/assets/render-gtk3-assets-hidpi.py b/.themes/Dracula GTK/gtk-3.20/assets/render-gtk3-assets-hidpi.py deleted file mode 100755 index cc9647626..000000000 --- a/.themes/Dracula GTK/gtk-3.20/assets/render-gtk3-assets-hidpi.py +++ /dev/null @@ -1,181 +0,0 @@ -#!/usr/bin/python3 - -# Thanks to the GNOME theme nerds for the original source of this script - -import os -import sys -import xml.sax -import subprocess - -INKSCAPE = '/usr/bin/inkscape' -OPTIPNG = '/usr/bin/optipng' -MAINDIR = '../../' -SRC = os.path.join('.', '') - -inkscape_process = None - - -def optimize_png(png_file): - if os.path.exists(OPTIPNG): - process = subprocess.Popen([OPTIPNG, '-quiet', '-o7', png_file]) - process.wait() - - -def wait_for_prompt(process, command=None): - if command is not None: - process.stdin.write((command+'\n').encode('utf-8')) - - # This is kinda ugly ... - # Wait for just a '>', or '\n>' if some other char appearead first - output = process.stdout.read(1) - if output == b'>': - return - - output += process.stdout.read(1) - while output != b'\n>': - output += process.stdout.read(1) - output = output[1:] - - -def start_inkscape(): - process = subprocess.Popen( - [INKSCAPE, '--shell'], bufsize=0, - stdin=subprocess.PIPE, stdout=subprocess.PIPE - ) - wait_for_prompt(process) - return process - - -def inkscape_render_rect(icon_file, rect, output_file): - global inkscape_process - if inkscape_process is None: - inkscape_process = start_inkscape() - wait_for_prompt(inkscape_process, - '--export-dpi=180 %s -i %s -e %s' - % (icon_file, rect, output_file) - ) - optimize_png(output_file) - - -class ContentHandler(xml.sax.ContentHandler): - ROOT = 0 - SVG = 1 - LAYER = 2 - OTHER = 3 - TEXT = 4 - - def __init__(self, path, force=False, filter=None): - self.stack = [self.ROOT] - self.inside = [self.ROOT] - self.path = path - self.rects = [] - self.state = self.ROOT - self.chars = "" - self.force = force - self.filter = filter - - def endDocument(self): - pass - - def startElement(self, name, attrs): - if self.inside[-1] == self.ROOT: - if name == "svg": - self.stack.append(self.SVG) - self.inside.append(self.SVG) - return - elif self.inside[-1] == self.SVG: - if (name == "g" and ('inkscape:groupmode' in attrs) and ('inkscape:label' in attrs) - and attrs['inkscape:groupmode'] == 'layer' and attrs['inkscape:label'].startswith('Baseplate')): - self.stack.append(self.LAYER) - self.inside.append(self.LAYER) - self.context = None - self.icon_name = None - self.rects = [] - return - elif self.inside[-1] == self.LAYER: - if name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'context': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text = 'context' - self.chars = "" - return - elif name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'icon-name': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text = 'icon-name' - self.chars = "" - return - elif name == "rect": - self.rects.append(attrs) - - self.stack.append(self.OTHER) - - def endElement(self, name): - stacked = self.stack.pop() - if self.inside[-1] == stacked: - self.inside.pop() - - if stacked == self.TEXT and self.text is not None: - assert self.text in ['context', 'icon-name'] - if self.text == 'context': - self.context = self.chars - elif self.text == 'icon-name': - self.icon_name = self.chars - self.text = None - elif stacked == self.LAYER: - assert self.icon_name - assert self.context - - if self.filter is not None and not self.icon_name in self.filter: - return - - print (self.context, self.icon_name) - for rect in self.rects: - width = rect['width'] - height = rect['height'] - id = rect['id'] - - dir = os.path.join(MAINDIR, self.context) - outfile = os.path.join(dir, self.icon_name+'@2'+'.png') - if not os.path.exists(dir): - os.makedirs(dir) - # Do a time based check! - if self.force or not os.path.exists(outfile): - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - stat_in = os.stat(self.path) - stat_out = os.stat(outfile) - if stat_in.st_mtime > stat_out.st_mtime: - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - sys.stdout.write('-') - sys.stdout.flush() - sys.stdout.write('\n') - sys.stdout.flush() - - def characters(self, chars): - self.chars += chars.strip() - -if len(sys.argv) == 1: - if not os.path.exists(MAINDIR): - os.mkdir(MAINDIR) - print ('Rendering from SVGs in', SRC) - for file in os.listdir(SRC): - if file[-4:] == '.svg': - file = os.path.join(SRC, file) - handler = ContentHandler(file) - xml.sax.parse(open(file), handler) -else: - file = os.path.join(SRC, sys.argv[1] + '.svg') - if len(sys.argv) > 2: - icons = sys.argv[2:] - else: - icons = None - if os.path.exists(os.path.join(file)): - handler = ContentHandler(file, True, filter=icons) - xml.sax.parse(open(file), handler) - else: - print ("Error: No such file", file) - sys.exit(1) diff --git a/.themes/Dracula GTK/gtk-3.20/assets/render-gtk3-assets.py b/.themes/Dracula GTK/gtk-3.20/assets/render-gtk3-assets.py deleted file mode 100755 index 9f7cd90d4..000000000 --- a/.themes/Dracula GTK/gtk-3.20/assets/render-gtk3-assets.py +++ /dev/null @@ -1,180 +0,0 @@ -#!/usr/bin/python3 - -# Thanks to the GNOME theme nerds for the original source of this script - -import os -import sys -import xml.sax -import subprocess - -INKSCAPE = '/usr/bin/inkscape' -OPTIPNG = '/usr/bin/optipng' -MAINDIR = '../../' -SRC = os.path.join('.', '') - -inkscape_process = None - - -def optimize_png(png_file): - if os.path.exists(OPTIPNG): - process = subprocess.Popen([OPTIPNG, '-quiet', '-o7', png_file]) - process.wait() - - -def wait_for_prompt(process, command=None): - if command is not None: - process.stdin.write((command+'\n').encode('utf-8')) - - # This is kinda ugly ... - # Wait for just a '>', or '\n>' if some other char appearead first - output = process.stdout.read(1) - if output == b'>': - return - - output += process.stdout.read(1) - while output != b'\n>': - output += process.stdout.read(1) - output = output[1:] - - -def start_inkscape(): - process = subprocess.Popen( - [INKSCAPE, '--shell'], - bufsize=0, stdin=subprocess.PIPE, stdout=subprocess.PIPE - ) - wait_for_prompt(process) - return process - - -def inkscape_render_rect(icon_file, rect, output_file): - global inkscape_process - if inkscape_process is None: - inkscape_process = start_inkscape() - wait_for_prompt(inkscape_process, - '%s -i %s -e %s' % - (icon_file, rect, output_file)) - optimize_png(output_file) - - -class ContentHandler(xml.sax.ContentHandler): - ROOT = 0 - SVG = 1 - LAYER = 2 - OTHER = 3 - TEXT = 4 - - def __init__(self, path, force=False, filter=None): - self.stack = [self.ROOT] - self.inside = [self.ROOT] - self.path = path - self.rects = [] - self.state = self.ROOT - self.chars = "" - self.force = force - self.filter = filter - - def endDocument(self): - pass - - def startElement(self, name, attrs): - if self.inside[-1] == self.ROOT: - if name == "svg": - self.stack.append(self.SVG) - self.inside.append(self.SVG) - return - elif self.inside[-1] == self.SVG: - if (name == "g" and ('inkscape:groupmode' in attrs) and ('inkscape:label' in attrs) - and attrs['inkscape:groupmode'] == 'layer' and attrs['inkscape:label'].startswith('Baseplate')): - self.stack.append(self.LAYER) - self.inside.append(self.LAYER) - self.context = None - self.icon_name = None - self.rects = [] - return - elif self.inside[-1] == self.LAYER: - if name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'context': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text = 'context' - self.chars = "" - return - elif name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'icon-name': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text = 'icon-name' - self.chars = "" - return - elif name == "rect": - self.rects.append(attrs) - - self.stack.append(self.OTHER) - - def endElement(self, name): - stacked = self.stack.pop() - if self.inside[-1] == stacked: - self.inside.pop() - - if stacked == self.TEXT and self.text is not None: - assert self.text in ['context', 'icon-name'] - if self.text == 'context': - self.context = self.chars - elif self.text == 'icon-name': - self.icon_name = self.chars - self.text = None - elif stacked == self.LAYER: - assert self.icon_name - assert self.context - - if self.filter is not None and not self.icon_name in self.filter: - return - - print (self.context, self.icon_name) - for rect in self.rects: - width = rect['width'] - height = rect['height'] - id = rect['id'] - - dir = os.path.join(MAINDIR, self.context) - outfile = os.path.join(dir, self.icon_name+'.png') - if not os.path.exists(dir): - os.makedirs(dir) - # Do a time based check! - if self.force or not os.path.exists(outfile): - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - stat_in = os.stat(self.path) - stat_out = os.stat(outfile) - if stat_in.st_mtime > stat_out.st_mtime: - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - sys.stdout.write('-') - sys.stdout.flush() - sys.stdout.write('\n') - sys.stdout.flush() - - def characters(self, chars): - self.chars += chars.strip() - -if len(sys.argv) == 1: - if not os.path.exists(MAINDIR): - os.mkdir(MAINDIR) - print ('Rendering from SVGs in', SRC) - for file in os.listdir(SRC): - if file[-4:] == '.svg': - file = os.path.join(SRC, file) - handler = ContentHandler(file) - xml.sax.parse(open(file), handler) -else: - file = os.path.join(SRC, sys.argv[1] + '.svg') - if len(sys.argv) > 2: - icons = sys.argv[2:] - else: - icons = None - if os.path.exists(os.path.join(file)): - handler = ContentHandler(file, True, filter=icons) - xml.sax.parse(open(file), handler) - else: - print ("Error: No such file", file) - sys.exit(1) diff --git a/.themes/Dracula GTK/gtk-3.20/assets/wm_controls.fish b/.themes/Dracula GTK/gtk-3.20/assets/wm_controls.fish deleted file mode 100644 index e53c9182d..000000000 --- a/.themes/Dracula GTK/gtk-3.20/assets/wm_controls.fish +++ /dev/null @@ -1,5 +0,0 @@ -set -l wm 'close' 'close_prelight' 'close_unfocused' 'min' 'min_prelight' 'maximize' 'maximize_prelight' -set -l path '../../assets/' -for item in $wm - inkscape -z $path$item.svg -e $path$item@2.png --export-dpi=192; optipng -o7 --quiet $path$item@2.png -end diff --git a/.themes/Dracula GTK/gtk-3.20/gtk-dark.css b/.themes/Dracula GTK/gtk-3.20/gtk-dark.css deleted file mode 100755 index 0b4f8ebbb..000000000 --- a/.themes/Dracula GTK/gtk-3.20/gtk-dark.css +++ /dev/null @@ -1,6368 +0,0 @@ -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* widget text/foreground color */ -@define-color theme_fg_color #f8f8f2; -/* text color for entries, views and content in general */ -@define-color theme_text_color #f8f8f2; -/* widget base background color */ -@define-color theme_bg_color #1e1f29; -/* text widgets and the like base background color */ -@define-color theme_base_color #282a36; -/* base background color of selections */ -@define-color theme_selected_bg_color rgba(189, 147, 249, 0.5); -/* text/foreground color of selections */ -@define-color theme_selected_fg_color #f8f8f2; -/* base background color of disabled widgets */ -@define-color insensitive_bg_color #22232e; -/* text foreground color of disabled widgets */ -@define-color insensitive_fg_color #8b8c8e; -/* disabled text widgets and the like base background color */ -@define-color insensitive_base_color #282a36; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #8b8c8e; -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #f8f8f2; -/* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1f29; -/* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2a2c39; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color rgba(189, 147, 249, 0.5); -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #f8f8f2; -/* widgets main borders color */ -@define-color borders rgba(25, 26, 34, 0.9); -/* widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(26, 27, 35, 0.91); -/* these are pretty self explicative */ -@define-color warning_color #ff9f39; -@define-color error_color #ff3c3c; -@define-color success_color #4caec3; -@define-color fg_color #f8f8f2; -@define-color text_color #f8f8f2; -@define-color bg_color #1e1f29; -@define-color base_color #282a36; -@define-color selected_bg_color rgba(189, 147, 249, 0.5); -@define-color selected_fg_color #f8f8f2; -@define-color unfocused_fg_color #8b8c8e; -@define-color unfocused_text_color #f8f8f2; -@define-color unfocused_bg_color #1e1f29; -@define-color unfocused_base_color #2a2c39; -@define-color unfocused_selected_bg_color rgba(189, 147, 249, 0.5); -@define-color unfocused_selected_fg_color #f8f8f2; -/* these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title shade(#f8f8f2, 1.8); -@define-color wm_unfocused_title #8b8c8e; -@define-color wm_highlight rgba(0, 0, 0, 0); -@define-color wm_borders_edge rgba(255, 255, 255, 0.1); -@define-color wm_bg_a shade(#1e1f29, 1.2); -@define-color wm_bg_b #1e1f29; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border alpha(black, 0.18); -@define-color wm_button_hover_color_a shade(#1e1f29, 1.3); -@define-color wm_button_hover_color_b #1e1f29; -@define-color wm_button_active_color_a shade(#1e1f29, 0.85); -@define-color wm_button_active_color_b shade(#1e1f29, 0.89); -@define-color wm_button_active_color_c shade(#1e1f29, 0.9); -@define-color content_view_bg #282a36; -@define-color budgie_tasklist_indicator_color rgba(189, 147, 249, 0.5); -@define-color budgie_tasklist_indicator_color_active rgba(189, 147, 249, 0.5); -@define-color placeholder_text_color #cfcfcd; -/***************** -* Drawing mixins * -*****************/ -/********* -* Common * -*********/ -* { - padding: 0; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #ff3c3c; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - outline-color: rgba(248, 248, 242, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - -gtk-outline-radius: 2px; - -gtk-secondary-caret-color: rgba(189, 147, 249, 0.5); } - -/*********** - * Widgets * - ***********/ -/*************** -* Action bars * -***************/ -.action-bar { - background-color: #08090c; - border: solid rgba(25, 26, 34, 0.9); - border-width: 1px 0 0 0; - color: #f8f8f2; - box-shadow: none; } - .action-bar:backdrop { - background-color: #08090c; - box-shadow: none; - -gtk-icon-effect: dim; } - .action-bar:first-child { - border-radius: 6px 6px 0px 0px; - border-width: 1px 1px 0px 1px; } - .action-bar:last-child { - border-radius: 0 0 6px 6px; - border-width: 0px 1px 1px 1px; } - -/********************* - * App Notifications * - *********************/ -.app-notification, -.app-notification.frame { - padding: 10px; - border-radius: 0 0 5px 5px; - background-color: rgba(20, 23, 26, 0.8); - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); - background-clip: padding-box; } - .app-notification:backdrop, - .app-notification.frame:backdrop { - background-image: none; - transition: 200ms ease-out; } - .app-notification border, - .app-notification.frame border { - border: none; } - -/*************** - * Base States * - ***************/ -.background { - color: #f8f8f2; - background-color: #1e1f29; } - .background:backdrop { - color: #8b8c8e; - background-color: #1e1f29; - text-shadow: none; - -gtk-icon-shadow: none; } - -/* - These wildcard seems unavoidable, need to investigate. - Wildcards are bad and troublesome, use them with care, - or better, just don't. - Everytime a wildcard is used a kitten dies, painfully. -*/ -*:disabled { - -gtk-icon-effect: dim; } - -.gtkstyle-fallback { - color: #f8f8f2; - background-color: #1e1f29; } - .gtkstyle-fallback:hover { - color: #f8f8f2; - background-color: #343546; } - .gtkstyle-fallback:active { - color: #f8f8f2; - background-color: #08090c; } - .gtkstyle-fallback:disabled { - color: #8b8c8e; - background-color: #22232e; } - .gtkstyle-fallback:selected { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - -.view, iconview, -.view text, -iconview text, -textview text { - color: #f8f8f2; - background-color: #282a36; } - .view:backdrop, iconview:backdrop, - .view text:backdrop, - iconview text:backdrop, - textview text:backdrop { - color: #cfcfcd; - background-color: #2a2c39; } - .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, - .view text:selected:focus, - iconview text:selected:focus, - textview text:selected:focus, - .view text:selected, - iconview text:selected, - textview text:selected { - border-radius: 3px; } - -textview border { - background-color: #232530; } - -.rubberband, -rubberband, -flowbox rubberband, -.content-view rubberband, -treeview.view rubberband { - border: 1px solid rgba(159, 99, 246, 0.5); - background-color: rgba(159, 99, 246, 0.2); } - -flowbox flowboxchild { - padding: 3px; - border-radius: 3px; } - flowbox flowboxchild:selected { - outline-offset: -2px; } - -label { - caret-color: currentColor; } - label.separator { - color: #f8f8f2; } - label.separator:backdrop { - color: #8b8c8e; } - label selection { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - label:disabled { - color: #8b8c8e; } - label:disabled:backdrop { - color: #3e4055; } - label:backdrop { - color: #8b8c8e; } - -.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, -headerbar .subtitle { - opacity: 0.55; - text-shadow: none; } - -assistant .sidebar { - background-color: #282a36; - border-top: 1px solid rgba(25, 26, 34, 0.9); } - assistant .sidebar:backdrop { - background-color: #2a2c39; - border-color: rgba(26, 27, 35, 0.91); } - -assistant.csd .sidebar { - border-top-style: none; } - -assistant .sidebar label { - padding: 6px 12px; } - -assistant .sidebar label.highlight { - background-color: #4a4a51; } - -.app-notification, -.app-notification.frame, .osd .scale-popup, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, .osd { - color: #fefefe; - border: none; - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - outline-color: rgba(254, 254, 254, 0.3); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .app-notification:backdrop, .osd .scale-popup:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, .osd:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; } - -*:selected { - background: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - -/*********** - * Buttons * - ***********/ -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(rgba(233, 219, 253, 0.5)), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(189, 147, 249, 0.5)), to(transparent)); } } - -notebook > header > tabs > arrow, -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border: none; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow, - button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - transition: none; } - notebook > header > tabs > arrow:hover, - button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 500ms; } - notebook > header > tabs > arrow:hover:active, - button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - notebook > header > tabs > arrow:hover, - button:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - -gtk-icon-effect: highlight; } - notebook > header > tabs > arrow:active, notebook > header > tabs > arrow:checked, - button:active, - button:checked { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(174, 123, 248, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - transition-duration: 50ms; } - notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop, - button:backdrop.flat, - button:backdrop { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #2a2c39; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - transition: 200ms ease-out; - -gtk-icon-effect: none; } - notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, - button:backdrop.flat:active, - button:backdrop.flat:checked, - button:backdrop:active, - button:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, - button:backdrop.flat:active label, - button:backdrop.flat:checked label, - button:backdrop:active label, - button:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - notebook > header > tabs > arrow:backdrop:disabled, notebook > header > tabs > arrow:backdrop:disabled, - button:backdrop.flat:disabled, - button:backdrop:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #22232e; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, - button:backdrop.flat:disabled:active, - button:backdrop.flat:disabled:checked, - button:backdrop:disabled:active, - button:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:disabled, notebook > header > tabs > arrow:backdrop:disabled, - button.flat:backdrop, - button.flat:disabled, - button.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - notebook > header > tabs > arrow:disabled, - button:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #22232e; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled:checked, - button:disabled:active, - button:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:disabled:active label, notebook > header > tabs > arrow:disabled:checked label, - button:disabled:active label, - button:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - notebook > header > tabs > arrow.image-button, - button.image-button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; } - notebook > header > tabs > arrow.text-button, - button.text-button { - padding-left: 16px; - padding-right: 16px; } - notebook > header > tabs > arrow.text-button.image-button, - button.text-button.image-button { - padding-left: 8px; - padding-right: 8px; } - notebook > header > tabs > arrow.text-button.image-button label, - button.text-button.image-button label { - padding-left: 8px; - padding-right: 8px; } - combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active), - button:drop(active) { - color: #50fa7a; - border-color: #50fa7a; - box-shadow: inset 0 0 0 1px #50fa7a; } - -row:selected -button.flat:not(:active):not(:checked):not(:hover):not(disabled) { - color: #f8f8f2; - border-color: transparent; } - row:selected - button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { - color: #8b8c8e; } - - -button.osd { - min-width: 24px; - min-height: 32px; - color: #fefefe; - border-radius: 5px; - outline-color: rgba(254, 254, 254, 0.3); - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - border: none; - box-shadow: none; } - - button.osd.image-button { - min-width: 32px; } - - button.osd:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - border: none; - box-shadow: none; } - - button.osd:active, - button.osd:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); - border: none; - box-shadow: none; } - - button.osd:disabled:backdrop, - button.osd:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; } - - button.osd:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; } - -.app-notification button, -.app-notification.frame button, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, -.osd -button { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, - .osd - button:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button:active:backdrop, popover.background.touch-selection button:active:backdrop, popover.background.magnifier button:active:backdrop, .app-notification button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:checked:backdrop, popover.background.touch-selection button:checked:backdrop, popover.background.magnifier button:checked:backdrop, .app-notification button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, - .osd - button:active:backdrop, - .osd - button:active, - .osd - button:checked:backdrop, - .osd - button:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button:disabled:backdrop, popover.background.touch-selection button:disabled:backdrop, popover.background.magnifier button:disabled:backdrop, .app-notification button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, - .osd - button:disabled:backdrop, - .osd - button:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .app-notification button:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, - .osd - button:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .app-notification button.flat, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, - .osd - button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - box-shadow: none; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .app-notification button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, - .osd - button.flat:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, - .osd - button.flat:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - background-image: none; - border-color: transparent; - box-shadow: none; } - .app-notification button.flat:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, - .osd - button.flat:backdrop { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .app-notification button.flat:active, popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .app-notification button.flat:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, - .osd - button.flat:active, - .osd - button.flat:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - - -button.suggested-action { - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton, - button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #bd93f9; } - - button.suggested-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.suggested-action:active, - button.suggested-action:checked { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop, - button.suggested-action:backdrop, - button.suggested-action.flat:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop label, - button.suggested-action:backdrop label, - button.suggested-action.flat:backdrop label { - color: rgba(255, 255, 255, 0.5); } - .selection-mode button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked, - button.suggested-action:backdrop:active, - button.suggested-action:backdrop:checked, - button.suggested-action.flat:backdrop:active, - button.suggested-action.flat:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop:active label, .selection-mode button.titlebutton:backdrop:checked label, - button.suggested-action:backdrop:active label, - button.suggested-action:backdrop:checked label, - button.suggested-action.flat:backdrop:active label, - button.suggested-action.flat:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - .selection-mode button.titlebutton:backdrop:disabled, - button.suggested-action:backdrop:disabled, - button.suggested-action.flat:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop:disabled label, - button.suggested-action:backdrop:disabled label, - button.suggested-action.flat:backdrop:disabled label { - color: rgba(255, 255, 255, 0.5); } - .selection-mode button.titlebutton:backdrop:disabled:active, .selection-mode button.titlebutton:backdrop:disabled:checked, - button.suggested-action:backdrop:disabled:active, - button.suggested-action:backdrop:disabled:checked, - button.suggested-action.flat:backdrop:disabled:active, - button.suggested-action.flat:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop, .selection-mode button.titlebutton:disabled, .selection-mode button.titlebutton:backdrop:disabled, - button.suggested-action.flat:backdrop, - button.suggested-action.flat:disabled, - button.suggested-action.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(189, 147, 249, 0.8); } - - button.suggested-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.suggested-action:disabled label { - color: rgba(248, 248, 242, 0.8); } - - button.suggested-action:disabled:active, - button.suggested-action:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.suggested-action:disabled:active label, - button.suggested-action:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - .osd - button.suggested-action { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(189, 147, 249, 0.5); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.suggested-action:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0.7), rgba(189, 147, 249, 0.7)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.suggested-action:active:backdrop, .osd - button.suggested-action:active, .osd - button.suggested-action:checked:backdrop, .osd - button.suggested-action:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, #bd93f9, #bd93f9); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.suggested-action:disabled:backdrop, .osd - button.suggested-action:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd - button.suggested-action:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0.5), rgba(189, 147, 249, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - - -button.destructive-action { - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #ff2222; } - - button.destructive-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:active, - button.destructive-action:checked { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop, - button.destructive-action.flat:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop label, - button.destructive-action.flat:backdrop label { - color: rgba(255, 255, 255, 0.5); } - - button.destructive-action:backdrop:active, - button.destructive-action:backdrop:checked, - button.destructive-action.flat:backdrop:active, - button.destructive-action.flat:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop:active label, - button.destructive-action:backdrop:checked label, - button.destructive-action.flat:backdrop:active label, - button.destructive-action.flat:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - - button.destructive-action:backdrop:disabled, - button.destructive-action.flat:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop:disabled label, - button.destructive-action.flat:backdrop:disabled label { - color: rgba(255, 255, 255, 0.5); } - - button.destructive-action:backdrop:disabled:active, - button.destructive-action:backdrop:disabled:checked, - button.destructive-action.flat:backdrop:disabled:active, - button.destructive-action.flat:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action.flat:backdrop, - button.destructive-action.flat:disabled, - button.destructive-action.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(255, 34, 34, 0.8); } - - button.destructive-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:disabled label { - color: rgba(248, 248, 242, 0.8); } - - button.destructive-action:disabled:active, - button.destructive-action:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:disabled:active label, - button.destructive-action:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - .osd - button.destructive-action { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(255, 34, 34, 0.5); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.destructive-action:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(255, 34, 34, 0.7), rgba(255, 34, 34, 0.7)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.destructive-action:active:backdrop, .osd - button.destructive-action:active, .osd - button.destructive-action:checked:backdrop, .osd - button.destructive-action:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, #ff2222, #ff2222); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.destructive-action:disabled:backdrop, .osd - button.destructive-action:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd - button.destructive-action:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(255, 34, 34, 0.5), rgba(255, 34, 34, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -.stack-switcher > -button { - outline-offset: -3px; } - .stack-switcher > - button > label { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > - button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > - button.text-button { - padding-left: 10px; - padding-right: 10px; } - .stack-switcher > - button.image-button { - padding-left: 2px; - padding-right: 2px; } - .stack-switcher > - button.needs-attention:active > label, - .stack-switcher > - button.needs-attention:active > image, .stack-switcher > - button.needs-attention:checked > label, - .stack-switcher > - button.needs-attention:checked > image { - animation: none; - background-image: none; } - -.inline-toolbar -button, .inline-toolbar -button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.primary-toolbar -button { - -gtk-icon-shadow: none; } - -.stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(233, 219, 253, 0.5)), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.888627)), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; } - .stack-switcher > button.needs-attention > label:backdrop, - .stack-switcher > button.needs-attention > image:backdrop, stacksidebar row.needs-attention > label:backdrop { - background-size: 6px 6px, 0 0; } - .stack-switcher > button.needs-attention > label:dir(rtl), - .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { - background-position: left 3px, left 2px; } - -toolbar button:hover { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #0f0f14; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -toolbar button:active { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #040406; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -.inline-toolbar toolbutton > button { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .inline-toolbar toolbutton > button:hover { - color: rgba(189, 147, 249, 0.5); } - .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: rgba(174, 123, 248, 0.5); } - .inline-toolbar toolbutton > button:disabled { - color: #cfcfcd; } - .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(174, 123, 248, 0); } - .inline-toolbar toolbutton > button:backdrop { - color: #cfcfcd; } - .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { - color: rgba(174, 123, 248, 0.5); } - .inline-toolbar toolbutton > button:backdrop:disabled { - color: #cfcfcd; } - .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked { - color: rgba(174, 123, 248, 0); } - -toolbar.inline-toolbar toolbutton > button.flat:backdrop, -toolbar.inline-toolbar toolbutton:backdrop > button.flat:backdrop { - border-color: transparent; - box-shadow: none; } - -.inline-toolbar button, .inline-toolbar button:backdrop, .linked > button, -.linked > button:hover, -.linked > button:active, -.linked > button:checked, -.linked > button:backdrop, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) { - border: 1px solid rgba(25, 26, 34, 0.9); - border-radius: 0; - border-right-style: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); } - -.inline-toolbar button:first-child, .linked > button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -.inline-toolbar button:last-child, .linked > button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - border-right-style: solid; } - -.inline-toolbar button:only-child, .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 3px; - border-style: solid; } - -.linked.vertical > button, -.linked.vertical > button:hover, -.linked.vertical > button:active, -.linked.vertical > button:checked, -.linked.vertical > button:backdrop, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > combobox > box > button.combo { - border-style: solid solid none solid; - border-radius: 0; } - -.linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border-style: solid; } - -.linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 3px; - border-style: solid; } - -modelbutton.flat, popover.background checkbutton, -popover.background radiobutton, -.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop, -popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, -popover.background radiobutton:backdrop:hover, -.menuitem.button.flat:backdrop, -.menuitem.button.flat:backdrop:hover, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, button:link, -button:visited, button:link:hover, button:link:active, button:link:checked, -button:visited:hover, -button:visited:active, -button:visited:checked, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop { - background-color: transparent; - background-image: none; - border-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - -/* menu buttons */ -modelbutton.flat, popover.background checkbutton, -popover.background radiobutton, -.menuitem.button.flat { - min-height: 26px; - padding-left: 5px; - padding-right: 5px; - border-radius: 3px; - outline-offset: -2px; } - modelbutton.flat:hover, popover.background checkbutton:hover, - popover.background radiobutton:hover, - .menuitem.button.flat:hover { - background-color: #383a4c; } - modelbutton.flat check:last-child, popover.background checkbutton check:last-child, popover.background radiobutton check:last-child, - modelbutton.flat radio:last-child, - popover.background checkbutton radio:last-child, - popover.background radiobutton radio:last-child, - .menuitem.button.flat check:last-child, - .menuitem.button.flat radio:last-child { - margin-left: 8px; } - modelbutton.flat check:first-child, popover.background checkbutton check:first-child, popover.background radiobutton check:first-child, - modelbutton.flat radio:first-child, - popover.background checkbutton radio:first-child, - popover.background radiobutton radio:first-child, - .menuitem.button.flat check:first-child, - .menuitem.button.flat radio:first-child { - margin-right: 8px; } - -modelbutton.flat arrow, popover.background checkbutton arrow, popover.background radiobutton arrow { - background: none; } - modelbutton.flat arrow:hover, popover.background checkbutton arrow:hover, popover.background radiobutton arrow:hover { - background: none; } - modelbutton.flat arrow.left, popover.background checkbutton arrow.left, popover.background radiobutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - modelbutton.flat arrow.right, popover.background checkbutton arrow.right, popover.background radiobutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -button.color { - padding: 4px; } - button.color colorswatch:only-child, button.color colorswatch:only-child overlay { - border-radius: 0; } - -notebook button, list button, .view button, iconview button, popover button { - box-shadow: inset 0px 0px 0px 1px rgba(25, 26, 34, 0.9); } - notebook button:backdrop, list button:backdrop, .view button:backdrop, iconview button:backdrop, popover button:backdrop { - box-shadow: inset 0px 0px 0px 1px rgba(25, 26, 34, 0.9); } - -notebook .linked > button, list .linked > button, .view .linked > button, iconview .linked > button, popover .linked > button { - box-shadow: none; } - -/************ - * Calendar * - ***********/ -calendar { - color: #f8f8f2; - border: 1px solid rgba(25, 26, 34, 0.9); } - calendar:selected { - border-radius: 3px; } - calendar.header { - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - border-radius: 0; } - calendar.header:backdrop { - border-color: rgba(0, 0, 0, 0.1); } - calendar.button { - color: rgba(248, 248, 242, 0.45); } - calendar.button:hover { - color: #f8f8f2; } - calendar.button:backdrop { - color: rgba(139, 140, 142, 0.45); } - calendar.button:disabled { - color: rgba(139, 140, 142, 0.45); } - calendar:indeterminate, calendar:indeterminate:backdrop { - color: alpha(currentColor,0.55); } - calendar.highlight, calendar.highlight:backdrop { - font-size: smaller; - color: #f8f8f2; } - calendar:backdrop { - color: #cfcfcd; - border-color: rgba(26, 27, 35, 0.91); } - -/************************* - * Check and Radio Items * - *************************/ -check { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-hover.png"), url("../assets/checkbox-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -radio:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -check:active { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-active.png"), url("../assets/checkbox-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -radio:active { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -check:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:checked { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-hover.png"), url("../assets/checkbox-checked-hover@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); - -gtk-icon-shadow: none; } - -check:checked:active { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-active.png"), url("../assets/checkbox-checked-active@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:active { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); - -gtk-icon-shadow: none; } - -check:checked:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"), url("../assets/checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-hover.png"), url("../assets/checkbox-mixed-hover@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:active { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-active.png"), url("../assets/checkbox-mixed-active@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:active { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"), url("../assets/checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -check:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check, iconview.content-view check, -.view.content-view.check, -iconview.content-view.check { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio, iconview.content-view radio, -.view.content-view.radio, -iconview.content-view.radio { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:hover, iconview.content-view check:hover, -.view.content-view.check:hover, -iconview.content-view.check:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-hover.png"), url("../assets/checkbox-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:hover, iconview.content-view radio:hover, -.view.content-view.radio:hover, -iconview.content-view.radio:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:active, iconview.content-view check:active, -.view.content-view.check:active, -iconview.content-view.check:active { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-active.png"), url("../assets/checkbox-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:active, iconview.content-view radio:active, -.view.content-view.radio:active, -iconview.content-view.radio:active { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:backdrop, iconview.content-view check:backdrop, -.view.content-view.check:backdrop, -iconview.content-view.check:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop.png"), url("../assets/checkbox-unchecked-backdrop@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:backdrop, iconview.content-view radio:backdrop, -.view.content-view.radio:backdrop, -iconview.content-view.radio:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:disabled, iconview.content-view check:disabled, -.view.content-view.check:disabled, -iconview.content-view.check:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-insensitive.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:disabled, iconview.content-view radio:disabled, -.view.content-view.radio:disabled, -iconview.content-view.radio:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:disabled:backdrop, iconview.content-view check:disabled:backdrop, -.view.content-view.check:disabled:backdrop, -iconview.content-view.check:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop-insensitive.png"), url("../assets/checkbox-unchecked-backdrop-insensitive@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:disabled:backdrop, iconview.content-view radio:disabled:backdrop, -.view.content-view.radio:disabled:backdrop, -iconview.content-view.radio:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); - -gtk-icon-shadow: none; } - -checkbutton.text-button, radiobutton.text-button { - padding: 2px 0; - outline-offset: 0; } - checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { - margin-left: 4px; } - checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { - margin-right: 4px; } - -check, -radio { - margin: 0 4px; - min-height: 16px; - min-width: 16px; - border: none; } - menu menuitem check, menu menuitem - radio { - margin: 0; } - menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem - radio, menu menuitem - radio:hover, menu menuitem - radio:disabled { - min-height: 14px; - min-width: 14px; - background-image: none; - background-color: transparent; - box-shadow: none; - -gtk-icon-shadow: none; - color: inherit; - border-color: currentColor; - animation: none; } - -/***************** - * Color Chooser * - *****************/ -colorswatch, colorswatch:drop(active) { - border-style: none; } - -colorswatch.top { - border-top-left-radius: 5.5px; - border-top-right-radius: 5.5px; } - colorswatch.top overlay { - border-top-left-radius: 5px; - border-top-right-radius: 5px; } - -colorswatch.bottom { - border-bottom-left-radius: 5.5px; - border-bottom-right-radius: 5.5px; } - colorswatch.bottom overlay { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; } - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 5.5px; - border-bottom-left-radius: 5.5px; } - colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; } - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 5.5px; - border-bottom-right-radius: 5.5px; } - colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; } - -colorswatch.dark overlay { - color: #f8f8f2; } - colorswatch.dark overlay:hover { - border-color: rgba(25, 26, 34, 0.9); } - colorswatch.dark overlay:backdrop { - color: rgba(248, 248, 242, 0.5); } - -colorswatch.light overlay { - color: #f8f8f2; } - colorswatch.light overlay:hover { - border-color: rgba(25, 26, 34, 0.9); } - colorswatch.light overlay:backdrop { - color: #cfcfcd; } - -colorswatch:drop(active) { - box-shadow: none; } - colorswatch:drop(active).light overlay { - border-color: #50fa7a; - box-shadow: inset 0 0 0 2px rgba(25, 26, 34, 0.9), inset 0 0 0 1px #50fa7a; } - colorswatch:drop(active).dark overlay { - border-color: #50fa7a; - box-shadow: inset 0 0 0 2px rgba(25, 26, 34, 0.9), inset 0 0 0 1px #50fa7a; } - -colorswatch overlay { - box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.5); - border: 1px solid rgba(25, 26, 34, 0.9); } - colorswatch overlay:hover { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); } - colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { - border-color: rgba(25, 26, 34, 0.9); - box-shadow: none; } - -colorswatch#add-color-button { - border-radius: 5px 5px 0 0; } - colorswatch#add-color-button:only-child { - border-radius: 5px; } - colorswatch#add-color-button overlay { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - colorswatch#add-color-button overlay:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - colorswatch#add-color-button overlay:backdrop { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #2a2c39; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -colorswatch:disabled { - opacity: 0.5; } - colorswatch:disabled overlay { - border-color: rgba(0, 0, 0, 0.6); - box-shadow: none; } - -row:selected colorswatch { - box-shadow: 0 0 0 2px #f8f8f2; } - -colorswatch#editor-color-sample { - border-radius: 4px; } - colorswatch#editor-color-sample overlay { - border-radius: 4.5px; } - -colorchooser .popover.osd { - border-radius: 5px; } - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; } - -combobox:drop(active) { - box-shadow: none; } - -/*********** - * Dialogs * - ***********/ -messagedialog .titlebar:not(headerbar) { - background-color: rgba(30, 31, 41, 0.95); } - -messagedialog .titlebar { - min-height: 20px; - background-image: none; - background-color: rgba(30, 31, 41, 0.95); - border-style: none; - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -messagedialog.csd.background { - background-color: rgba(30, 31, 41, 0.95); - color: #f8f8f2; - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; } - -messagedialog.csd .dialog-action-area button { - padding: 10px 14px; - border-radius: 0; - border-left-style: solid; - border-right-style: none; - border-bottom-style: none; - background-color: transparent; - color: #f8f8f2; - box-shadow: none; } - messagedialog.csd .dialog-action-area button:hover { - background-color: rgba(189, 147, 249, 0.4); } - messagedialog.csd .dialog-action-area button:first-child { - border-left-style: none; - border-bottom-left-radius: 4px; } - messagedialog.csd .dialog-action-area button:last-child { - border-bottom-right-radius: 4px; } - -filechooser .dialog-action-box { - border-top: 1px solid rgba(25, 26, 34, 0.9); } - filechooser .dialog-action-box:backdrop { - border-top-color: rgba(26, 27, 35, 0.91); } - -filechooser #pathbarbox { - border-bottom: 1px solid #1e1f29; } - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; } - -/**************** - * Text Entries * - ****************/ -spinbutton:not(.vertical), -entry { - min-height: 32px; - padding-left: 8px; - padding-right: 8px; - border: 1px solid; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #f8f8f2; - border-color: rgba(25, 26, 34, 0.9); - background-color: #282a36; } - spinbutton:not(.vertical) image.left, - entry image.left { - padding-left: 0; - padding-right: 6px; } - spinbutton:not(.vertical) image.right, - entry image.right { - padding-left: 6px; - padding-right: 0; } - spinbutton:not(.vertical) undershoot.left, - entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: none; - box-shadow: none; } - spinbutton:not(.vertical) undershoot.right, - entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: none; - box-shadow: none; } - spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical), - entry.flat:focus, - entry.flat { - min-height: 0; - padding: 2px; - background-image: none; - border-color: transparent; - box-shadow: none; - border-radius: 0; } - spinbutton:focus:not(.vertical), - entry:focus { - border-color: rgba(159, 99, 246, 0.5); } - spinbutton:disabled:not(.vertical), - entry:disabled { - color: #8b8c8e; - border-color: rgba(25, 26, 34, 0.9); - background-color: #22232e; - box-shadow: none; } - spinbutton:backdrop:not(.vertical), - entry:backdrop { - color: #cfcfcd; - border-color: rgba(26, 27, 35, 0.91); - background-color: #2a2c39; - box-shadow: none; - transition: 200ms ease-out; } - spinbutton:backdrop:disabled:not(.vertical), - entry:backdrop:disabled { - color: #3e4055; - border-color: rgba(26, 27, 35, 0.91); - background-color: #22232e; - box-shadow: none; } - spinbutton.error:not(.vertical), - entry.error { - color: #f8f8f2; - border-color: rgba(25, 26, 34, 0.9); - background-color: #282a36; - color: #ff3c3c; - border-color: #880000; } - spinbutton.error:focus:not(.vertical), - entry.error:focus { - border-color: #880000; } - spinbutton.error:selected:focus:not(.vertical), spinbutton.error:selected:not(.vertical), - entry.error:selected:focus, - entry.error:selected { - background-color: #ff3c3c; } - spinbutton.warning:not(.vertical), - entry.warning { - color: #f8f8f2; - border-color: rgba(25, 26, 34, 0.9); - background-color: #282a36; - color: #ff9f39; - border-color: #864500; } - spinbutton.warning:focus:not(.vertical), - entry.warning:focus { - border-color: #864500; } - spinbutton.warning:selected:focus:not(.vertical), spinbutton.warning:selected:not(.vertical), - entry.warning:selected:focus, - entry.warning:selected { - background-color: #ff9f39; } - spinbutton:not(.vertical) image, - entry image { - color: #cecfcc; } - spinbutton:not(.vertical) image:hover, - entry image:hover { - color: #f8f8f2; } - spinbutton:not(.vertical) image:active, - entry image:active { - color: rgba(189, 147, 249, 0.5); } - spinbutton:not(.vertical) image:backdrop, - entry image:backdrop { - color: #78797d; } - spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical), - entry:drop(active):focus, - entry:drop(active) { - border-color: #50fa7a; - box-shadow: inset 0 0 0 1px #50fa7a; } - .osd spinbutton:not(.vertical), .osd - entry { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(0, 0, 0, 0.5); - box-shadow: none; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .osd spinbutton:focus:not(.vertical), .osd - entry:focus { - color: white; - border-color: rgba(189, 147, 249, 0.5); - background-color: rgba(0, 0, 0, 0.5); - background-clip: padding-box; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .osd spinbutton:backdrop:not(.vertical), .osd - entry:backdrop { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(0, 0, 0, 0.5); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd spinbutton:disabled:not(.vertical), .osd - entry:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(43, 46, 49, 0.5); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -6px; - background-color: transparent; - background-image: none; - border-radius: 0; - border-width: 0 0 2px; - border-color: rgba(189, 147, 249, 0.5); - border-style: solid; - box-shadow: none; } - spinbutton:not(.vertical) progress:backdrop, - entry progress:backdrop { - background-color: transparent; } - -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), -.linked:not(.vertical) > -entry:focus + button, -.linked:not(.vertical) > -entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry, .linked:not(.vertical) > -entry:focus + -entry { - border-left-color: rgba(159, 99, 246, 0.5); } - -.linked:not(.vertical) > spinbutton:focus:not(.vertical), .linked:not(.vertical) > -entry:focus { - border-color: rgba(159, 99, 246, 0.5); } - -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), -.linked:not(.vertical) > -entry:drop(active) + button, -.linked:not(.vertical) > -entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > -entry:drop(active) + -entry { - border-left-color: #50fa7a; } - -.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), -.linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > -entry:not(:disabled) + entry:not(:disabled), -.linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { - border-top-color: rgba(36, 38, 49, 0.97); - background-image: linear-gradient(to bottom, #282a36, #282a36); } - .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, - .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > - entry:not(:disabled) + entry:not(:disabled):backdrop, - .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) { - border-top-color: rgba(38, 40, 51, 0.973); - background-image: linear-gradient(to bottom, #2a2c39, #2a2c39); } - -.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), -.linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical), -.linked.vertical > -entry:disabled + entry:disabled { - border-top-color: rgba(36, 38, 49, 0.97); } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), -.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), -.linked.vertical > -entry + entry:focus:not(:only-child) { - border-top-color: rgba(159, 99, 246, 0.5); } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), -.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical), -.linked.vertical > -entry + entry:drop(active):not(:only-child) { - border-top-color: #50fa7a; } - -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical), -.linked.vertical > -entry:focus:not(:only-child) + entry, -.linked.vertical > -entry:focus:not(:only-child) + button, -.linked.vertical > -entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: rgba(159, 99, 246, 0.5); } - -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical), -.linked.vertical > -entry:drop(active):not(:only-child) + entry, -.linked.vertical > -entry:drop(active):not(:only-child) + button, -.linked.vertical > -entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #50fa7a; } - -treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { - background-color: #282a36; - transition-property: color, background; } - -treeview entry.flat, treeview entry { - border-radius: 0; - background-image: none; - background-color: #282a36; } - treeview entry.flat:focus, treeview entry:focus { - border-color: rgba(189, 147, 249, 0.5); } - -/************* - * Expanders * - *************/ -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - expander arrow:hover { - color: white; } - expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -/**************** - * Floating Bar * - ****************/ -.floating-bar { - background-color: #1e1f29; - border-width: 1px; - border-style: solid solid none; - border-color: rgba(25, 26, 34, 0.9); - border-radius: 3px 3px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } - .floating-bar.bottom.left { - border-left-style: none; - border-top-left-radius: 0; } - .floating-bar.bottom.right { - border-right-style: none; - border-top-right-radius: 0; } - .floating-bar > button { - padding: 4px; } - .floating-bar:backdrop { - background-color: #1e1f29; - border-color: rgba(26, 27, 35, 0.91); } - -/********** - * Frames * - **********/ -frame > border, -.frame { - box-shadow: none; - margin: 0; - padding: 0; - border-radius: 0; - border: 1px solid rgba(25, 26, 34, 0.9); } - frame > border.flat, - .frame.flat { - border-style: none; } - frame > border:backdrop, - .frame:backdrop { - border-color: rgba(26, 27, 35, 0.91); } - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(25, 26, 34, 0.9); } - actionbar > revealer > box:backdrop { - border-color: rgba(26, 27, 35, 0.91); } - -scrolledwindow viewport.frame { - border-style: none; } - -scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: none; - box-shadow: none; } - -scrolledwindow junction { - border-color: transparent; - border-image: linear-gradient(to bottom, rgba(25, 26, 34, 0.9) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #232530; } - scrolledwindow junction:dir(rtl) { - border-image-slice: 0 1 0 0; } - scrolledwindow junction:backdrop { - border-image-source: linear-gradient(to bottom, rgba(26, 27, 35, 0.91) 1px, transparent 1px); - background-color: #181820; - transition: 200ms ease-out; } - -separator { - background: rgba(0, 0, 0, 0.1); } - -/************ - * Popovers * - ************/ -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 8px; - -GraniteWidgetsPopOver-border-width: 0; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid #282a36; - background: #282a36; - color: #f8f8f2; } - GraniteWidgetsPopOver .button { - background-image: none; - background: none; - border: none; } - GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { - color: rgba(189, 147, 249, 0.5); } - GraniteWidgetsPopOver > .frame { - border: none; } - GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar { - border: none; - background: none; } - -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.popover_bg { - background-color: #282a36; - background-image: none; - border: 1px solid #282a36; - color: #f8f8f2; } - -/*********** - * Welcome * - **********/ -GraniteWidgetsWelcome { - background-color: #282a36; } - GraniteWidgetsWelcome GtkLabel { - color: #f8f8f2; } - GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(248, 248, 242, 0.8); } - -/************** -* Source List * -***************/ -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; - background-color: #1e1f29; - border: solid rgba(25, 26, 34, 0.9); - color: #f8f8f2; - border-right-width: 1px; } - .source-list .category-expander { - color: transparent; } - .source-list .badge { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - color: #1e1f29; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - .source-list .badge:selected:backdrop, .source-list .badge:selected:hover:backdrop { - background-color: rgba(0, 0, 0, 0.2); - color: #13141a; } - .source-list row, - .source-list .list-row { - border: none; - padding: 0; } - .source-list row > GtkLabel, - .source-list row > label, - .source-list .list-row > GtkLabel, - .source-list .list-row > label { - padding-left: 6px; - padding-right: 6px; } - -/************** -* Text Styles * -**************/ -.h1 { - font-size: 24px; } - -.h2 { - font-weight: 300; - font-size: 18px; } - -.h3 { - font-size: 11px; } - -.h4, -.category-label { - font-size: 12px; - padding: 6px; - color: rgba(248, 248, 242, 0.3); - font-weight: bold; - text-shadow: 0 1px rgba(255, 255, 255, 0.2); } - -/************** -* Storage Bar * -**************/ -.storage-bar .trough { - border: none; - box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); - background-image: none; - background-color: transparent; - padding: 8px 6px; } - -.storage-bar .fill-block { - background-color: #f1fa8c; - border: none; - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); - transition: all 200ms ease-in-out; - padding: 8px 6px; } - .storage-bar .fill-block:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-left-width: 1px; - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } - .storage-bar .fill-block:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } - .storage-bar .fill-block.empty-block { - background-color: #282a36; } - .storage-bar .fill-block.app { - background-color: #13b1d5; } - .storage-bar .fill-block.audio { - background-color: #ffb86c; } - .storage-bar .fill-block.photo { - background-color: #ff5555; } - .storage-bar .fill-block.video { - background-color: #bd93f9; } - .storage-bar .fill-block .legend { - padding: 12px; - border-radius: 4px; } - -/*************** - * Header bars * - ***************/ -.titlebar:not(headerbar), -headerbar { - padding: 0 6px; - min-height: 34px; - background-color: #1e1f29; - color: #f8f8f2; - border-radius: 0; } - .titlebar:backdrop:not(headerbar), - headerbar:backdrop { - border-color: rgba(26, 27, 35, 0.91); - background-image: none; - transition: 200ms ease-out; } - .titlebar:not(headerbar) .title, - headerbar .title { - font-weight: bold; - padding-left: 12px; - padding-right: 12px; } - .titlebar:not(headerbar) .subtitle, - headerbar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .titlebar:not(headerbar) .linked > button, - .titlebar:not(headerbar) .linked > button:hover, - .titlebar:not(headerbar) .linked > button:active, - .titlebar:not(headerbar) .linked > button:checked, - .titlebar:not(headerbar) .linked > button:backdrop, - .titlebar:not(headerbar) headerbar .linked > button, - headerbar .titlebar:not(headerbar) .linked > button, - .titlebar:not(headerbar) headerbar .linked > button, - headerbar .titlebar:not(headerbar) .linked > button:hover, - .titlebar:not(headerbar) headerbar .linked > button:hover, - headerbar .titlebar:not(headerbar) .linked > button:active, - .titlebar:not(headerbar) headerbar .linked > button:active, - headerbar .titlebar:not(headerbar) .linked > button:checked, - .titlebar:not(headerbar) headerbar .linked > button:checked, - headerbar .titlebar:not(headerbar) .linked > button:backdrop, - .titlebar:not(headerbar) headerbar .linked > button:backdrop, - headerbar .linked > button, - headerbar .linked > button:hover, - headerbar .linked > button:active, - headerbar .linked > button:checked, - headerbar .linked > button:backdrop { - border: none; - border-radius: 0; - border-right-style: none; - box-shadow: none; } - .titlebar:not(headerbar) .linked > button:first-child, - .titlebar:not(headerbar) headerbar .linked > button:first-child, - headerbar .titlebar:not(headerbar) .linked > button:first-child, - headerbar .linked > button:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; } - .titlebar:not(headerbar) .linked > button:last-child, - .titlebar:not(headerbar) headerbar .linked > button:last-child, - headerbar .titlebar:not(headerbar) .linked > button:last-child, - headerbar .linked > button:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - border-right-style: solid; } - .titlebar:not(headerbar) .linked > button:only-child, - .titlebar:not(headerbar) headerbar .linked > button:only-child, - headerbar .titlebar:not(headerbar) .linked > button:only-child, - headerbar .linked > button:only-child { - border-radius: 0px; - border-style: solid; } - .titlebar:not(headerbar) entry, - headerbar entry { - min-height: 24px; } - .titlebar:not(headerbar) button, - headerbar button { - color: #f8f8f2; - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; - min-height: 34px; } - .titlebar:not(headerbar) button:hover, - headerbar button:hover { - color: #bd93f9; - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; } - .titlebar:not(headerbar) button:active, .titlebar:not(headerbar) button:checked, - headerbar button:active, - headerbar button:checked { - color: #bd93f9; - background-color: transparent; - border-radius: 0; - text-shadow: none; - font-weight: bold; } - .titlebar:not(headerbar) button:backdrop, .titlebar:not(headerbar) button:disabled, .titlebar:not(headerbar) button:backdrop:disabled, - headerbar button:backdrop, - headerbar button:disabled, - headerbar button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; } - .titlebar:not(headerbar) button:backdrop:hover, .titlebar:not(headerbar) button:backdrop:active, .titlebar:not(headerbar) button:backdrop:checked, - headerbar button:backdrop:hover, - headerbar button:backdrop:active, - headerbar button:backdrop:checked { - background-color: transparent; - color: rgba(189, 147, 249, 0.5); - box-shadow: none; } - .titlebar:not(headerbar) button.suggested-action, - headerbar button.suggested-action { - font-weight: bold; - min-height: 24px; - margin-top: 4px; - margin-bottom: 4px; - border-radius: 3px; - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:hover, - headerbar button.suggested-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:active, - headerbar button.suggested-action:active { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:disabled, - headerbar button.suggested-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:disabled label, - headerbar button.suggested-action:disabled label { - color: rgba(255, 255, 255, 0.5); } - .titlebar:not(headerbar) button.suggested-action:backdrop, - headerbar button.suggested-action:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-radius: 3px; } - .titlebar:not(headerbar) button.suggested-action:backdrop:disabled, - headerbar button.suggested-action:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action, - headerbar button.destructive-action { - font-weight: bold; - min-height: 24px; - margin-top: 4px; - margin-bottom: 4px; - border-radius: 3px; - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:hover, - headerbar button.destructive-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:active, - headerbar button.destructive-action:active { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:disabled, - headerbar button.destructive-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:disabled label, - headerbar button.destructive-action:disabled label { - color: rgba(255, 255, 255, 0.5); } - .titlebar:not(headerbar) button.destructive-action:backdrop, - headerbar button.destructive-action:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-radius: 3px; } - .titlebar:not(headerbar) button.destructive-action:backdrop:disabled, - headerbar button.destructive-action:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.titlebutton, - headerbar button.titlebutton { - color: transparent; - box-shadow: none; } - .titlebar:not(headerbar) button.titlebutton:hover, .titlebar:not(headerbar) button.titlebutton:active, .titlebar:not(headerbar) button.titlebutton:checked, .titlebar:not(headerbar) button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop:hover, .titlebar:not(headerbar) button.titlebutton *, - headerbar button.titlebutton:hover, - headerbar button.titlebutton:active, - headerbar button.titlebutton:checked, - headerbar button.titlebutton:backdrop, - headerbar button.titlebutton:backdrop:hover, - headerbar button.titlebutton * { - color: transparent; - box-shadow: none; } - .titlebar:not(headerbar) .linked > button:active:backdrop, - .titlebar:not(headerbar) .linked > button:checked:backdrop, - headerbar .linked > button:active:backdrop, - headerbar .linked > button:checked:backdrop { - color: rgba(189, 147, 249, 0.4); } - .titlebar:not(headerbar) .linked > button:active:backdrop label, - .titlebar:not(headerbar) .linked > button:checked:backdrop label, - headerbar .linked > button:active:backdrop label, - headerbar .linked > button:checked:backdrop label { - color: rgba(189, 147, 249, 0.4); } - .selection-mode.titlebar:not(headerbar), - headerbar.selection-mode { - color: #f8f8f2; - text-shadow: 0 -1px rgba(0, 0, 0, 0.5); - border-color: rgba(159, 99, 246, 0.5); - background: rgba(189, 147, 249, 0.5) linear-gradient(to top, rgba(180, 133, 248, 0.5), rgba(186, 142, 249, 0.5) 2px, rgba(189, 147, 249, 0.5) 3px); - box-shadow: inset 0 1px rgba(209, 179, 251, 0.3); } - .selection-mode.titlebar:backdrop:not(headerbar), - headerbar.selection-mode:backdrop { - background-color: rgba(189, 147, 249, 0.5); - background-image: none; - box-shadow: inset 0 1px rgba(215, 189, 251, 0.26); } - .selection-mode.titlebar:not(headerbar) button, - headerbar.selection-mode button { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.flat, - headerbar.selection-mode button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .selection-mode.titlebar:not(headerbar) button:hover, - headerbar.selection-mode button:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:active, .selection-mode.titlebar:not(headerbar) button:checked, - headerbar.selection-mode button:active, - headerbar.selection-mode button:checked { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat, .selection-mode.titlebar:not(headerbar) button:backdrop, - headerbar.selection-mode button:backdrop.flat, - headerbar.selection-mode button:backdrop { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - -gtk-icon-effect: none; - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:active, .selection-mode.titlebar:not(headerbar) button:backdrop:checked, - headerbar.selection-mode button:backdrop.flat:active, - headerbar.selection-mode button:backdrop.flat:checked, - headerbar.selection-mode button:backdrop:active, - headerbar.selection-mode button:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:active label, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked label, .selection-mode.titlebar:not(headerbar) button:backdrop:active label, .selection-mode.titlebar:not(headerbar) button:backdrop:checked label, - headerbar.selection-mode button:backdrop.flat:active label, - headerbar.selection-mode button:backdrop.flat:checked label, - headerbar.selection-mode button:backdrop:active label, - headerbar.selection-mode button:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled, - headerbar.selection-mode button:backdrop.flat:disabled, - headerbar.selection-mode button:backdrop:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked, - headerbar.selection-mode button:backdrop.flat:disabled:active, - headerbar.selection-mode button:backdrop.flat:disabled:checked, - headerbar.selection-mode button:backdrop:disabled:active, - headerbar.selection-mode button:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button.flat:backdrop, .selection-mode.titlebar:not(headerbar) button.flat:disabled, .selection-mode.titlebar:not(headerbar) button.flat:backdrop:disabled, - headerbar.selection-mode button.flat:backdrop, - headerbar.selection-mode button.flat:disabled, - headerbar.selection-mode button.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .selection-mode.titlebar:not(headerbar) button:disabled, - headerbar.selection-mode button:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:disabled:active, .selection-mode.titlebar:not(headerbar) button:disabled:checked, - headerbar.selection-mode button:disabled:active, - headerbar.selection-mode button:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:disabled:active label, .selection-mode.titlebar:not(headerbar) button:disabled:checked label, - headerbar.selection-mode button:disabled:active label, - headerbar.selection-mode button:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - .selection-mode.titlebar:not(headerbar) button.suggested-action, - headerbar.selection-mode button.suggested-action { - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:hover, - headerbar.selection-mode button.suggested-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:active, - headerbar.selection-mode button.suggested-action:active { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, - headerbar.selection-mode button.suggested-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop, - headerbar.selection-mode button.suggested-action:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, - headerbar.selection-mode button.suggested-action:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu, - headerbar.selection-mode .selection-menu:backdrop, - headerbar.selection-mode .selection-menu { - border-color: rgba(189, 147, 249, 0); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0), rgba(189, 147, 249, 0)); - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop GtkArrow, .selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow, - headerbar.selection-mode .selection-menu:backdrop GtkArrow, - headerbar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop .arrow, .selection-mode.titlebar:not(headerbar) .selection-menu .arrow, - headerbar.selection-mode .selection-menu:backdrop .arrow, - headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - color: rgba(248, 248, 242, 0.5); - -gtk-icon-shadow: none; } - .tiled .titlebar:not(headerbar), - .maximized .titlebar:not(headerbar), .tiled - headerbar.titlebar, - .maximized - headerbar.titlebar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } - .tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), - .maximized .titlebar:backdrop:not(headerbar), - .maximized .titlebar:not(headerbar), .tiled - headerbar:backdrop, .tiled - headerbar, - .maximized - headerbar:backdrop, - .maximized - headerbar { - border-radius: 0; } - .default-decoration.titlebar:not(headerbar), - headerbar.default-decoration { - padding: 4px; - min-height: 28px; } - .default-decoration.titlebar:not(headerbar) button.titlebutton, - headerbar.default-decoration button.titlebutton { - min-height: 26px; - min-width: 26px; - margin: 0; - padding: 0; } - -headerbar entry, -headerbar spinbutton, -headerbar separator { - margin-top: 5px; - margin-bottom: 5px; } - -headerbar switch { - margin-top: 10px; - margin-bottom: 10px; } - -headerbar separator { - background: transparent; } - -.background:not(.tiled):not(.maximized) .titlebar { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 0, 0, 0.1); } - .background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, -window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, -window:not(.tiled):not(.maximized) headerbar:first-child { - border-top-left-radius: 4px; } - -window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized) headerbar:last-child { - border-top-right-radius: 4px; } - -window.csd > .titlebar:not(headerbar) { - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - border-color: transparent; - box-shadow: none; } - -.titlebar:not(headerbar) > separator { - background: transparent; } - -/************** - * GtkInfoBar * - **************/ -.info, .warning, .question, .error, -infobar { - text-shadow: none; - color: #f8f8f2; - background-color: #1e1f29; - border-bottom: 1px solid #08090c; - box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.15); } - -.info, .warning, .question, .error { - text-shadow: none; - color: #f8f8f2; - border: none; } - .info .label, .warning .label, .question .label, .error .label { - color: #f8f8f2; } - .info .label:backdrop, .warning .label:backdrop, .question .label:backdrop, .error .label:backdrop { - color: rgba(248, 248, 242, 0.5); } - .info button, .warning button, .question button, .error button { - border-radius: 2px; - border: none; - background: rgba(40, 42, 54, 0.98); - color: #f8f8f2; - box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); } - .info button .label, .warning button .label, .question button .label, .error button .label { - color: #f8f8f2; } - .info button:active, .warning button:active, .question button:active, .error button:active { - background: #282a36; - color: #f8f8f2; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } - .info button:active:backdrop, .warning button:active:backdrop, .question button:active:backdrop, .error button:active:backdrop { - background: rgba(40, 42, 54, 0.8); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - .info button:hover, .warning button:hover, .question button:hover, .error button:hover, .info button:focus, .warning button:focus, .question button:focus, .error button:focus { - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } - .info button:disabled, .warning button:disabled, .question button:disabled, .error button:disabled { - background: rgba(40, 42, 54, 0.6); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - .info button:disabled:backdrop, .warning button:disabled:backdrop, .question button:disabled:backdrop, .error button:disabled:backdrop { - background: rgba(40, 42, 54, 0.5); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - .info button:backdrop, .warning button:backdrop, .question button:backdrop, .error button:backdrop { - background: rgba(40, 42, 54, 0.8); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - -.info { - background-color: #50fa7a; } - .info:backdrop { - background-color: #82fba0; - color: rgba(248, 248, 242, 0.5); } - -.warning { - background-color: #ff9f39; } - .warning:backdrop { - background-color: #ffb86c; - color: rgba(248, 248, 242, 0.5); } - -.question { - background-color: #72BFD0; } - .question:backdrop { - background-color: #98d0dd; - color: rgba(248, 248, 242, 0.5); } - -.error { - background-color: #ff3c3c; } - .error:backdrop { - background-color: #ff6f6f; - color: rgba(248, 248, 242, 0.5); } - -/************* - * Level Bar * - *************/ -levelbar block { - min-width: 32px; - min-height: 6px; } - -levelbar.vertical block { - min-width: 6px; - min-height: 32px; } - -levelbar:backdrop { - transition: 200ms ease-out; } - -levelbar trough { - padding: 3px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.14); - box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - levelbar trough:backdrop { - background-color: rgba(0, 0, 0, 0.06); - box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - -levelbar.horizontal.discrete block { - margin: 0 1px; } - -levelbar.vertical.discrete block { - margin: 1px 0; } - -levelbar block { - border-radius: 2px; } - levelbar block:backdrop { - box-shadow: none; } - levelbar block.low { - background-color: #ff9f39; } - levelbar block.low:backdrop { - border-color: #ff9f39; } - levelbar block.high, levelbar block:not(.empty) { - background-color: #72BFD0; } - levelbar block.high:backdrop, levelbar block:not(.empty):backdrop { - border-color: #72BFD0; } - levelbar block.full { - background-color: #4caec3; } - levelbar block.full:backdrop { - border-color: #4caec3; } - levelbar block.empty { - background-color: rgba(0, 0, 0, 0.14); - box-shadow: none; } - -/********* - * Links * - *********/ -*:link, button:link, -button:visited { - color: #13b1d5; } - *:link:visited, - button:visited { - color: rgba(19, 177, 213, 0.5); } - *:selected *:link:visited, *:selected button:visited:link, - *:selected button:visited { - color: rgba(237, 230, 243, 0.8); } - *:link:hover, button:hover:link, - button:hover:visited { - color: #2fc9ec; } - *:selected *:link:hover, *:selected button:hover:link, - *:selected button:hover:visited { - color: rgba(246, 244, 242, 0.95); } - *:link:active, button:active:link, - button:active:visited { - color: #13b1d5; } - *:selected *:link:active, *:selected button:active:link, - *:selected button:active:visited { - color: rgba(243, 240, 243, 0.9); } - *:link:backdrop:backdrop:hover, button:backdrop:backdrop:hover:link, - button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:backdrop:hover:link, - headerbar.selection-mode .subtitle:backdrop:backdrop:hover:link, button:backdrop:backdrop:hover:selected:link, - button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, button:backdrop:link, - button:backdrop:visited { - color: rgba(189, 147, 249, 0.5); } - *:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link, - headerbar.selection-mode .subtitle:link, button:selected:link, - button:selected:visited, - *:selected *:link, - *:selected button:link, - *:selected button:visited { - color: rgba(243, 240, 243, 0.9); } - -button:link, -button:visited { - text-shadow: none; } - button:link:hover, button:link:active, button:link:checked, - button:visited:hover, - button:visited:active, - button:visited:checked { - text-shadow: none; } - button:link > label, - button:visited > label { - text-decoration-line: underline; } - -/********* - * Lists * - *********/ -list { - color: #f8f8f2; - background-color: #282a36; - border-color: rgba(25, 26, 34, 0.9); } - list:backdrop { - background-color: #2a2c39; - border-color: rgba(26, 27, 35, 0.91); } - -row { - padding: 8px 14px; - transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - row label { - padding-left: 8px; } - row:hover { - transition: none; } - row:backdrop { - transition: 200ms ease-out; } - row.activatable.has-open-popup, row.activatable:hover { - background-color: rgba(248, 248, 242, 0.05); } - row.activatable:active { - box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } - row.activatable:backdrop:hover { - background-color: transparent; } - row.activatable:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } - row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: rgba(189, 147, 249, 0.3); } - row.activatable:selected:backdrop { - background-color: rgba(189, 147, 249, 0.4); } - -/********* - * Menus * - *********/ -menubar, -.menubar { - background-color: #1e1f29; - color: #f8f8f2; - -GtkWidget-window-dragging: true; - padding: 0px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } - menubar > menuitem, - .menubar > menuitem { - min-height: 16px; - padding: 4px 8px; } - menubar > menuitem:hover, - .menubar > menuitem:hover { - box-shadow: inset 0 -3px rgba(189, 147, 249, 0.5); } - menubar > menuitem:disabled, - .menubar > menuitem:disabled { - color: #8b8c8e; - box-shadow: none; } - -menu, -.menu, -.context-menu { - margin: 4px; - padding: 2px 0px; - background-color: #242530; - border: 1px solid rgba(25, 26, 34, 0.9); } - .csd menu, .csd - .menu, .csd - .context-menu { - border: none; } - menu:backdrop, - .menu:backdrop, - .context-menu:backdrop { - background-color: #282a36; } - menu menuitem, - .menu menuitem, - .context-menu menuitem { - min-height: 16px; - min-width: 40px; - padding: 4px 6px; - text-shadow: none; } - menu menuitem:hover, - .menu menuitem:hover, - .context-menu menuitem:hover { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - menu menuitem:disabled, - .menu menuitem:disabled, - .context-menu menuitem:disabled { - color: #8b8c8e; } - menu menuitem:disabled:backdrop, - .menu menuitem:disabled:backdrop, - .context-menu menuitem:disabled:backdrop { - color: #3e4055; } - menu menuitem:backdrop, menu menuitem:backdrop:hover, - .menu menuitem:backdrop, - .menu menuitem:backdrop:hover, - .context-menu menuitem:backdrop, - .context-menu menuitem:backdrop:hover { - color: #8b8c8e; - background-color: transparent; } - menu menuitem arrow, - .menu menuitem arrow, - .context-menu menuitem arrow { - min-height: 16px; - min-width: 16px; } - menu menuitem arrow:dir(ltr), - .menu menuitem arrow:dir(ltr), - .context-menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 10px; } - menu menuitem arrow:dir(rtl), - .menu menuitem arrow:dir(rtl), - .context-menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 10px; } - menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), - .menu menuitem label:dir(rtl), - .menu menuitem label:dir(ltr), - .context-menu menuitem label:dir(rtl), - .context-menu menuitem label:dir(ltr) { - color: inherit; } - menu > arrow, - .menu > arrow, - .context-menu > arrow { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #242530; - border-radius: 0; } - menu > arrow.top, - .menu > arrow.top, - .context-menu > arrow.top { - margin-top: -6px; - border-bottom: 1px solid #3d3f49; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - menu > arrow.bottom, - .menu > arrow.bottom, - .context-menu > arrow.bottom { - margin-bottom: -6px; - border-top: 1px solid #3d3f49; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - menu > arrow:hover, - .menu > arrow:hover, - .context-menu > arrow:hover { - background-color: #3d3f49; } - menu > arrow:backdrop, - .menu > arrow:backdrop, - .context-menu > arrow:backdrop { - background-color: #282a36; } - menu > arrow:disabled, - .menu > arrow:disabled, - .context-menu > arrow:disabled { - color: transparent; - background-color: transparent; - border-color: transparent; } - -menuitem accelerator { - color: alpha(currentColor,0.55); } - -menuitem check, -menuitem radio { - min-height: 16px; - min-width: 16px; } - menuitem check:dir(ltr), - menuitem radio:dir(ltr) { - margin-right: 7px; } - menuitem check:dir(rtl), - menuitem radio:dir(rtl) { - margin-left: 7px; } - -/******** - * Misc * - ********/ -.content-view { - background-color: #0f0f14; } - .content-view:hover { - -gtk-icon-effect: highlight; } - .content-view:backdrop { - background-color: #0f0f14; } - -.osd .scale-popup button.flat { - border-style: none; - border-radius: 5px; } - -.scale-popup button:hover { - background-color: rgba(248, 248, 242, 0.1); - border-radius: 5px; } - -/************ -* Assistant * -*************/ -assistant { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - assistant .sidebar { - background-color: #282a36; - border-top: 1px solid rgba(25, 26, 34, 0.9); - border-bottom-left-radius: 4px; } - assistant .sidebar:backdrop { - background-color: #2a2c39; - border-color: rgba(26, 27, 35, 0.91); } - assistant.csd .sidebar { - border-top-style: none; } - assistant .sidebar GtkLabel, - assistant .sidebar label { - padding: 6px 12px; } - assistant .sidebar GtkLabel.highlight, - assistant .sidebar label.highlight { - background-color: #4a4a51; } - -/************* - * Notebooks * - *************/ -notebook > header { - padding: 1px; - border-color: rgba(25, 26, 34, 0.9); - border-width: 0px; - background-color: #1e1f29; } - notebook > header:backdrop { - border-color: rgba(26, 27, 35, 0.91); - background-color: #1e1f29; } - notebook > header tabs { - margin: -1px; } - notebook > header.top { - border-bottom-style: solid; } - notebook > header.top > tabs { - margin-bottom: -2px; } - notebook > header.top > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.top > tabs > tab:checked { - background-color: #282a36; } - notebook > header.top > tabs > tab:checked:hover { - background-color: #282a36; } - notebook > header.bottom { - border-top-style: solid; } - notebook > header.bottom > tabs { - margin-top: -2px; } - notebook > header.bottom > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.bottom > tabs > tab:checked { - background-color: #282a36; } - notebook > header.left { - border-right-style: solid; } - notebook > header.left > tabs { - margin-right: -2px; } - notebook > header.left > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.left > tabs > tab:checked { - background-color: #282a36; } - notebook > header.right { - border-left-style: solid; } - notebook > header.right > tabs { - margin-left: -2px; } - notebook > header.right > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.right > tabs > tab:checked { - background-color: #282a36; } - notebook > header.top > tabs > arrow { - border-top-style: none; } - notebook > header.bottom > tabs > arrow { - border-bottom-style: none; } - notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - margin-left: -5px; - margin-right: -5px; - padding-left: 4px; - padding-right: 4px; } - notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - notebook > header.left > tabs > arrow { - border-left-style: none; } - notebook > header.right > tabs > arrow { - border-right-style: none; } - notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - margin-top: -5px; - margin-bottom: -5px; - padding-top: 4px; - padding-bottom: 4px; } - notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; } - notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { - background-clip: padding-box; - background-image: none; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; } - notebook > header > tabs > arrow:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - notebook > header tab { - min-height: 30px; - min-width: 30px; - padding: 3px 12px; - outline-offset: -5px; - color: #8b8c8e; - font-weight: bold; - border-width: 1px; - border-color: transparent; } - notebook > header tab:hover { - color: #c2c2c0; } - notebook > header tab:hover.reorderable-page { - border-color: rgba(25, 26, 34, 0.2); - background-color: rgba(30, 31, 41, 0.2); } - notebook > header tab:backdrop { - color: #5f6066; } - notebook > header tab:backdrop.reorderable-page { - border-color: transparent; - background-color: transparent; } - notebook > header tab:checked { - color: #f8f8f2; } - notebook > header tab:checked.reorderable-page { - border-color: rgba(25, 26, 34, 0.4); - background-color: rgba(30, 31, 41, 0.5); } - notebook > header tab:checked.reorderable-page:hover { - background-color: rgba(30, 31, 41, 0.7); } - notebook > header tab:backdrop:checked { - color: #8b8c8e; } - notebook > header tab:backdrop:checked.reorderable-page { - border-color: rgba(26, 27, 35, 0.91); - background-color: #2a2c39; } - notebook > header tab button.flat { - padding: 0; - margin-top: 4px; - margin-bottom: 4px; - min-width: 20px; - min-height: 20px; } - notebook > header tab button.flat:hover { - background: transparent; - box-shadow: none; - color: #ff5555; } - notebook > header tab button.flat, notebook > header tab button.flat:backdrop { - color: alpha(currentColor,0.3); } - notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -4px; } - notebook > header tab button.flat:first-child { - margin-left: -4px; - margin-right: 4px; } - notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 0.5px; - padding-right: 0.5px; } - notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) { - margin-left: 0.5px; - margin-right: 0.5px; } - notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0.5px; } - notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0.5px; } - notebook > header.top tabs tab, notebook > header.bottom tabs tab { - margin-left: 0.5px; - margin-right: 0.5px; } - notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: none solid; } - notebook > header.left tabs, notebook > header.right tabs { - padding-top: 4px; - padding-bottom: 4px; } - notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) { - margin-top: 3px; - margin-bottom: 3px; } - notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: -1px; } - notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: -1px; } - notebook > header.left tabs tab, notebook > header.right tabs tab { - margin-top: 4px; - margin-bottom: 4px; } - notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid none; } - notebook > header.top tab { - padding-bottom: 4px; } - notebook > header.bottom tab { - padding-top: 4px; } - -notebook > stack:not(:only-child) { - background-color: #282a36; } - notebook > stack:not(:only-child):backdrop { - background-color: #2a2c39; } - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(25, 26, 34, 0.9)); - background-size: 1px 1px; } - paned > separator:selected { - background-image: image(rgba(189, 147, 249, 0.5)); } - paned > separator:backdrop { - background-image: image(rgba(26, 27, 35, 0.91)); } - paned > separator.wide { - min-width: 5px; - min-height: 5px; - background-color: #1e1f29; - background-image: image(rgba(25, 26, 34, 0.9)), image(rgba(25, 26, 34, 0.9)); - background-size: 1px 1px, 1px 1px; } - paned > separator.wide:backdrop { - background-color: #1e1f29; - background-image: image(rgba(26, 27, 35, 0.91)), image(rgba(26, 27, 35, 0.91)); } - -paned.horizontal > separator { - background-repeat: repeat-y; } - paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; } - paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; } - paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; } - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; } - paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; } - -/************ - * Pathbars * - ************/ -.path-bar button.text-button, .path-bar button.image-button, .path-bar button { - padding-left: 4px; - padding-right: 4px; } - -.path-bar button.text-button.image-button label { - padding-left: 0; - padding-right: 0; } - -.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { - padding-right: 8px; } - -.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { - padding-left: 8px; } - -.path-bar button image { - padding-left: 4px; - padding-right: 4px; } - -.path-bar button.slider-button { - padding-left: 0; - padding-right: 0; } - -/*************** - * Popovers * - ***************/ -popover.background { - padding: 2px; - border-radius: 5px; - background-color: #242530; - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); } - .csd popover.background, popover.background { - border: 1px solid rgba(25, 26, 34, 0.9); } - popover.background:backdrop { - background-color: #1e1f29; - box-shadow: none; } - popover.background > list, - popover.background > .view, - popover.background > iconview, - popover.background > toolbar { - border-style: none; - background-color: transparent; } - .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { - border: 1px solid rgba(255, 255, 255, 0.1); } - popover.background separator { - margin: 3px; } - popover.background list separator { - margin: 0px; } - -/***************** - * Progress bars * - *****************/ -progressbar { - font-size: smaller; - color: rgba(248, 248, 242, 0.4); } - progressbar.horizontal trough, - progressbar.horizontal progress { - min-height: 6px; } - progressbar.vertical trough, - progressbar.vertical progress { - min-width: 6px; } - progressbar.horizontal progress { - margin: 0; } - progressbar.vertical progress { - margin: 0; } - progressbar:backdrop { - box-shadow: none; - transition: 200ms ease-out; } - progressbar.osd { - min-width: 3px; - min-height: 3px; - background-color: transparent; } - progressbar.osd trough { - border-style: none; - border-radius: 0; - background-color: transparent; - box-shadow: none; } - progressbar.osd progress { - border-style: none; - border-radius: 0; } - -/************ - * GtkScale * - ************/ -progressbar trough, scale trough, scale fill { - background-color: rgba(140, 143, 171, 0.14); - border: none; - border-radius: 3px; - margin: 0; } - progressbar trough:disabled, scale trough:disabled, scale fill:disabled { - background-color: rgba(0, 0, 0, 0.14); } - progressbar trough:backdrop, progressbar:backdrop trough, scale trough:backdrop, scale fill:backdrop { - background-color: rgba(0, 0, 0, 0.14); - transition: 200ms ease-out; } - progressbar trough:backdrop:disabled, progressbar:backdrop trough:disabled, scale trough:backdrop:disabled, scale fill:backdrop:disabled { - background-color: rgba(0, 0, 0, 0.14); } - -progressbar progress, scale highlight { - border: none; - background-color: rgba(189, 147, 249, 0.5); - border-radius: 3px; - margin: 0; } - progressbar progress:disabled, scale highlight:disabled { - border: none; - background-color: rgba(0, 0, 0, 0.14); } - progressbar progress:backdrop, progressbar:backdrop progress, scale highlight:backdrop, progressbar progress:active:backdrop, progressbar:backdrop progress:active, scale highlight:active:backdrop { - border-color: rgba(204, 171, 250, 0.5); - background-color: rgba(204, 171, 250, 0.5); } - progressbar progress:backdrop:disabled, progressbar:backdrop progress:disabled, scale highlight:backdrop:disabled, progressbar progress:active:backdrop:disabled, progressbar:backdrop progress:active:disabled, scale highlight:active:backdrop:disabled { - background-color: rgba(0, 0, 0, 0.1); } - -scale { - min-height: 16px; - min-width: 16px; - padding: 8px; } - scale.horizontal trough, - scale.horizontal progress { - min-height: 6px; } - scale.vertical trough, - scale.vertical progress { - min-width: 6px; } - scale slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); - border-radius: 12px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-property: background, border, box-shadow; } - scale slider:active { - background-color: #bd93f9; } - scale slider:active:disabled { - background-color: #22232e; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.05); } - scale.fine-tune.horizontal { - padding-top: 9px; - padding-bottom: 9px; - min-height: 16px; } - scale.fine-tune.vertical { - padding-left: 9px; - padding-right: 9px; - min-width: 16px; } - scale.fine-tune slider { - margin: -6px; } - scale.fine-tune fill, - scale.fine-tune highlight, - scale.fine-tune trough { - border-radius: 5px; - -gtk-outline-radius: 7px; } - scale trough { - outline-offset: 2px; - -gtk-outline-radius: 5px; - outline-color: transparent; } - scale fill:backdrop, scale fill { - background-color: rgba(25, 26, 34, 0.9); } - scale fill:disabled:backdrop, scale fill:disabled { - border-color: transparent; - background-color: transparent; } - .osd scale fill { - background-color: rgba(97, 97, 97, 0.775); } - .osd scale fill:disabled:backdrop, .osd scale fill:disabled { - border-color: transparent; - background-color: transparent; } - scale slider { - border-color: #282a36; - border: none; - border-radius: 12px; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale slider:active { - border-color: rgba(159, 99, 246, 0.5); } - scale slider:disabled { - background-color: #22232e; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale slider:backdrop, scale slider:backdrop:disabled { - transition: 200ms ease-out; - background-color: #22232e; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - row:selected scale slider:disabled, row:selected scale slider { - border-color: rgba(159, 99, 246, 0.5); } - .osd scale slider { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - border-color: rgba(0, 0, 0, 0.7); - background-color: #14171a; } - .osd scale slider:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - background-color: #14171a; } - .osd scale slider:active { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); - background-color: #14171a; } - .osd scale slider:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - background-color: #14171a; } - .osd scale slider:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - background-color: #14171a; } - .osd scale slider:backdrop:disabled { - background-color: #14171a; } - scale value { - color: alpha(currentColor,0.4); } - scale marks { - color: alpha(currentColor,0.4); } - scale marks.top { - margin-bottom: 6px; - margin-top: -12px; } - scale marks.bottom { - margin-top: 6px; - margin-bottom: -12px; } - scale marks.top { - margin-right: 6px; - margin-left: -12px; } - scale marks.bottom { - margin-left: 6px; - margin-right: -12px; } - scale.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -9px; } - scale.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -9px; } - scale.fine-tune marks.top { - margin-right: 6px; - margin-left: -9px; } - scale.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -9px; } - scale.horizontal indicator { - min-height: 6px; - min-width: 1px; } - scale.horizontal.fine-tune indicator { - min-height: 3px; } - scale.vertical indicator { - min-height: 1px; - min-width: 6px; } - scale.vertical.fine-tune indicator { - min-width: 3px; } - scale.horizontal.marks-before:not(.marks-after) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.color { - min-height: 0; - min-width: 0; } - scale.color trough { - background-image: image(rgba(25, 26, 34, 0.9)); - background-repeat: no-repeat; } - scale.color.horizontal { - padding: 0 0 15px 0; } - scale.color.horizontal trough { - padding-bottom: 4px; - background-position: 0 -3px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { - margin-bottom: -15px; - margin-top: 6px; } - scale.color.vertical:dir(ltr) { - padding: 0 0 0 15px; } - scale.color.vertical:dir(ltr) trough { - padding-left: 4px; - background-position: 3px 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { - margin-left: -15px; - margin-right: 6px; } - scale.color.vertical:dir(rtl) { - padding: 0 15px 0 0; } - scale.color.vertical:dir(rtl) trough { - padding-right: 4px; - background-position: -3px 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { - margin-right: -15px; - margin-left: 6px; } - scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) { - padding: 0 0 12px 0; } - scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough { - padding-bottom: 7px; - background-position: 0 -6px; } - scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider { - margin-bottom: -15px; - margin-top: 6px; } - scale.color.fine-tune.vertical:dir(ltr) { - padding: 0 0 0 12px; } - scale.color.fine-tune.vertical:dir(ltr) trough { - padding-left: 7px; - background-position: 6px 0; } - scale.color.fine-tune.vertical:dir(ltr) slider { - margin-left: -15px; - margin-right: 6px; } - scale.color.fine-tune.vertical:dir(rtl) { - padding: 0 12px 0 0; } - scale.color.fine-tune.vertical:dir(rtl) trough { - padding-right: 7px; - background-position: -6px 0; } - scale.color.fine-tune.vertical:dir(rtl) slider { - margin-right: -15px; - margin-left: 6px; } - -/************** - * Scrollbars * - **************/ -scrollbar { - background-color: #232530; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - * { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; } - scrollbar.top { - border-bottom: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar.bottom { - border-top: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar.left { - border-right: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar.right { - border-left: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar:backdrop { - background-color: #181820; - border-color: rgba(26, 27, 35, 0.91); - transition: 200ms ease-out; } - scrollbar slider { - min-width: 6px; - min-height: 6px; - margin: -1px; - border: 4px solid transparent; - border-radius: 8px; - background-clip: padding-box; - background-color: #a1a1a2; } - scrollbar slider:hover { - background-color: #cccdca; } - scrollbar slider:hover:active { - background-color: rgba(219, 195, 252, 0.5); } - scrollbar slider:backdrop { - background-color: #4a4b51; } - scrollbar slider:disabled { - background-color: transparent; } - scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; } - scrollbar.fine-tune.horizontal slider { - border-width: 5px 4px; } - scrollbar.fine-tune.vertical slider { - border-width: 4px 5px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - opacity: 0.4; - background-color: transparent; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - margin: 0; - min-width: 3px; - min-height: 3px; - background-color: #f8f8f2; - border: 1px solid black; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 5px; - min-height: 5px; - background-color: #f8f8f2; - background-clip: padding-box; - border-radius: 100%; - border: 1px solid black; - -gtk-icon-source: none; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - margin: 0 2px; - min-width: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - margin: 1px 2px; - min-width: 5px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - margin: 2px 0; - min-height: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - margin: 2px 1px; - min-height: 5px; } - scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - opacity: 0.8; } - scrollbar.horizontal slider { - min-width: 40px; } - scrollbar.vertical slider { - min-height: 40px; } - scrollbar button { - padding: 0; - min-width: 12px; - min-height: 12px; - border-style: none; - border-radius: 0; - transition-property: min-height, min-width, color; - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #a1a1a2; } - scrollbar button:hover { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #cccdca; } - scrollbar button:active, scrollbar button:checked { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(219, 195, 252, 0.5); } - scrollbar button:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(161, 161, 162, 0.2); } - scrollbar button:backdrop { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #4a4b51; } - scrollbar button:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(74, 75, 81, 0.2); } - scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } - scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } - -treeview ~ scrollbar.vertical { - border-top: 1px solid rgba(25, 26, 34, 0.9); - margin-top: -1px; } - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - border-width: 0; - background-color: #232530; } - .sidebar .frame { - border: none; } - stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: none; - border-left-style: none; } - stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid rgba(25, 26, 34, 0.9); - border-right-style: none; } - .sidebar:backdrop { - background-color: #242631; - border-color: rgba(26, 27, 35, 0.91); - transition: 200ms ease-out; } - .sidebar list { - background-color: #20212b; } - .sidebar row:selected { - background: transparent; - color: #bd93f9; } - .sidebar row:selected:backdrop { - color: rgba(189, 147, 249, 0.4); - background: transparent; } - .sidebar row:selected:backdrop label { - color: rgba(189, 147, 249, 0.4); } - .sidebar row:selected:hover { - background-color: rgba(189, 147, 249, 0.3); } - .sidebar row:selected label { - color: #bd93f9; } - .sidebar.source-list { - background-color: #1e1f29; - color: #F2EFEA; - padding: 4px 0px; } - .sidebar.source-list.view:selected:active, iconview.sidebar.source-list:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } - .sidebar.source-list.view:selected.has-open-popup, iconview.sidebar.source-list:selected.has-open-popup, .sidebar.source-list.view:selected:hover, iconview.sidebar.source-list:selected:hover { - background-color: rgba(189, 147, 249, 0.3); } - .sidebar.source-list.view:selected:backdrop, iconview.sidebar.source-list:selected:backdrop { - background-color: rgba(189, 147, 249, 0.4); } - .sidebar.source-list.view:hover, iconview.sidebar.source-list:hover, .sidebar.source-list.view iconview.source-list:hover, iconview.sidebar.source-list iconview.source-list:hover { - background-color: rgba(40, 42, 54, 0.6); } - paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; - border-color: rgba(25, 26, 34, 0.9); } - -stacksidebar row { - padding: 10px 4px; } - stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; } - stacksidebar row.needs-attention > label { - background-size: 6px 6px, 0 0; } - -placessidebar > viewport.frame { - border-style: none; } - -placessidebar row.sidebar-new-bookmark-row { - color: rgba(189, 147, 249, 0.5); } - -placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #50fa7a, inset 0 -1px #50fa7a; } - placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #50fa7a; } - placessidebar row:drop(active):not(:disabled):selected { - background-color: #50fa7a; } - placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #f8f8f2; } - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; } - spinbutton:not(.vertical) entry { - min-width: 28px; - margin: 0; - background: none; - background-color: transparent; - border: none; - border-radius: 0; - box-shadow: none; } - spinbutton:not(.vertical) button { - min-height: 16px; - margin: 0; - padding-bottom: 0; - padding-top: 0; - color: #e3e3df; - background-image: none; - border-style: none none none solid; - border-color: rgba(25, 26, 34, 0.2); - border-radius: 0; - box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } - spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - spinbutton:not(.vertical) button:hover { - color: #f8f8f2; - background-color: rgba(248, 248, 242, 0.05); } - spinbutton:not(.vertical) button:disabled { - color: rgba(139, 140, 142, 0.3); } - spinbutton:not(.vertical) button:active { - background-color: rgba(0, 0, 0, 0.1); - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } - spinbutton:not(.vertical) button:backdrop { - color: #818285; - background-color: transparent; - border-color: rgba(26, 27, 35, 0.21); - transition: 200ms ease-out; } - spinbutton:not(.vertical) button:backdrop:disabled { - color: rgba(62, 64, 85, 0.3); - background-image: none; - border-style: none none none solid; - box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } - spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { - border-style: none solid none none; } - spinbutton:not(.vertical) button:last-child { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; } - -.osd spinbutton:not(.vertical) button { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #fefefe; - border-style: none none none solid; - border-color: rgba(0, 0, 0, 0.4); - border-radius: 0; - box-shadow: none; - -gtk-icon-shadow: 0 1px black; } - .osd spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - .osd spinbutton:not(.vertical) button:hover { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #fefefe; - border-color: rgba(0, 0, 0, 0.5); - background-color: rgba(254, 254, 254, 0.1); - -gtk-icon-shadow: 0 1px black; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:backdrop { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #fefefe; - border-color: rgba(0, 0, 0, 0.5); - -gtk-icon-shadow: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #898b8c; - border-color: rgba(0, 0, 0, 0.5); - -gtk-icon-shadow: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:last-child { - border-radius: 0 3px 3px 0; } - .osd spinbutton:not(.vertical) button:dir(rtl):first-child { - border-radius: 3px 0 0 3px; } - -spinbutton.vertical:disabled { - color: #8b8c8e; } - -spinbutton.vertical:backdrop:disabled { - color: #3e4055; } - -spinbutton.vertical:drop(active) { - border-color: transparent; - box-shadow: none; } - -spinbutton.vertical entry { - min-height: 32px; - min-width: 32px; - padding: 0; - border-radius: 0; } - -spinbutton.vertical button { - min-height: 32px; - min-width: 32px; - padding: 0; - border-width: 1px; - border-color: rgba(25, 26, 34, 0.9); - box-shadow: 0 1px rgba(255, 255, 255, 0.1); } - -spinbutton.vertical button.up { - border-radius: 3px 3px 0 0; - border-style: solid solid none solid; } - -spinbutton.vertical button.down { - border-radius: 0 0 3px 3px; - border-style: none solid solid solid; } - -.osd spinbutton.vertical button:first-child { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd spinbutton.vertical button:first-child:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd spinbutton.vertical button:first-child:active { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .osd spinbutton.vertical button:first-child:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd spinbutton.vertical button:first-child:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; } - treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; } - -/*********** - * Spinner * - ***********/ -menu spinner { - color: rgba(189, 147, 249, 0.5); } - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; } - spinner:checked:disabled { - opacity: 0.5; } - -/********** - * Switch * - **********/ -switch { - font-size: 1px; - font-weight: bold; - outline-offset: -4px; - transition: all 200ms ease-in; - border: none; - border-radius: 14px; - color: transparent; - padding: 2px; - background-color: #3e4153; - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 1px rgba(0, 0, 0, 0.1); } - switch:disabled { - background-color: #22232e; } - switch:backdrop { - background-color: #2f313f; - transition: 200ms ease-out; } - switch:backdrop:disabled { - background-color: #22232e; } - switch:active, switch:checked { - background-color: #50fa7a; } - switch:active:backdrop, switch:checked:backdrop { - background-color: #50fa7a; } - switch:active:backdrop slider:backdrop, switch:checked:backdrop slider:backdrop { - box-shadow: none; - background-color: rgba(40, 42, 54, 0.9); - border: none; } - switch slider { - padding: 2px; - min-width: 16px; - min-height: 16px; - border-radius: 100%; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - background-color: #282a36; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2); } - switch slider:backdrop { - padding: 2px; - box-shadow: none; - background-color: #282a36; } - switch trough:active, switch trough:checked { - background-color: rgba(189, 147, 249, 0.5); } - switch trough:active:backdrop, switch trough:checked:backdrop { - background-color: rgba(189, 147, 249, 0.4); } - -/************ - * Toolbars * - ************/ -toolbar, .inline-toolbar, searchbar, -.location-bar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #1e1f29; } - -toolbar { - padding: 4px 3px 3px 4px; } - .osd toolbar { - background-color: transparent; } - toolbar.osd { - padding: 13px; - border: none; - border-radius: 5px; - background-color: rgba(20, 23, 26, 0.8); } - toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; } - toolbar.horizontal separator { - margin: 0 7px 1px 6px; } - toolbar.vertical separator { - margin: 6px 1px 7px 0; } - toolbar:not(.inline-toolbar):not(.osd) switch, - toolbar:not(.inline-toolbar):not(.osd) scale, - toolbar:not(.inline-toolbar):not(.osd) entry, - toolbar:not(.inline-toolbar):not(.osd) spinbutton, - toolbar:not(.inline-toolbar):not(.osd) button { - margin-right: 1px; - margin-bottom: 1px; } - -.inline-toolbar { - padding: 3px; - border-width: 0 1px 1px; - border-radius: 0 0 5px 5px; } - -searchbar, -.location-bar { - border-width: 0 0 1px; - padding: 3px; } - -.inline-toolbar, searchbar, -.location-bar { - border-style: solid; - border-color: rgba(25, 26, 34, 0.9); - background-color: rgba(29, 30, 39, 0.97); } - .inline-toolbar:backdrop, searchbar:backdrop, - .location-bar:backdrop { - border-color: rgba(26, 27, 35, 0.91); - background-color: rgba(29, 30, 39, 0.9685); - box-shadow: none; - transition: 200ms ease-out; } - -searchbar { - background: #282a36; } - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px; - /* not working */ - border-radius: 5px; - box-shadow: none; - text-shadow: 0 1px black; } - tooltip.background { - background-color: rgba(0, 0, 0, 0.8); - background-clip: padding-box; - border: 1px solid rgba(255, 255, 255, 0.1); } - tooltip decoration { - background-color: transparent; } - tooltip * { - padding: 4px; - background-color: transparent; - color: white; } - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: #909194; - border-top-color: #1e1f29; } - * { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; } - treeview.view:selected:focus, treeview.view:selected { - border-radius: 0; } - treeview.view:selected:backdrop, treeview.view:selected { - border-left-color: rgba(233, 223, 244, 0.75); - border-top-color: rgba(248, 248, 242, 0.1); } - treeview.view:disabled { - color: #8b8c8e; } - treeview.view:disabled:selected { - color: rgba(228, 214, 244, 0.7); } - treeview.view:disabled:selected:backdrop { - color: rgba(207, 177, 247, 0.5); } - treeview.view:disabled:backdrop { - color: #3e4055; } - treeview.view.separator { - min-height: 2px; - color: #1e1f29; } - treeview.view.separator:backdrop { - color: rgba(30, 31, 41, 0.1); } - treeview.view:backdrop { - border-left-color: #55565c; - border-top: #1e1f29; } - treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: rgba(159, 99, 246, 0.5); } - treeview.view:drop(active).after { - border-top-style: none; } - treeview.view:drop(active).before { - border-bottom-style: none; } - treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #bababa; } - treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - treeview.view.expander:hover { - color: #f8f8f2; } - treeview.view.expander:selected { - color: rgba(241, 235, 243, 0.85); } - treeview.view.expander:selected:hover { - color: #f8f8f2; } - treeview.view.expander:selected:backdrop { - color: rgba(230, 218, 244, 0.5); } - treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - treeview.view.expander:backdrop { - color: #6e6f74; } - treeview.view.progressbar { - border: 1px solid rgba(159, 99, 246, 0.5); - border-radius: 4px; - background-color: rgba(189, 147, 249, 0.5); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0.5), rgba(159, 99, 246, 0.5)); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } - treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { - border-radius: 4px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); - background-image: linear-gradient(to bottom, #282a36, #121319); } - treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { - border-color: #2a2c39; - background-color: #2a2c39; } - treeview.view.progressbar:backdrop { - border-color: #2a2c39; - background-image: none; - box-shadow: none; } - treeview.view.trough { - background-color: rgba(248, 248, 242, 0.1); - border-radius: 4px; } - treeview.view.trough:selected:focus, treeview.view.trough:selected { - background-color: rgba(159, 99, 246, 0.5); - border-radius: 4px; } - treeview.view header button { - color: #909194; - background-color: #282a36; - font-weight: bold; - text-shadow: none; - box-shadow: none; } - treeview.view header button:hover { - color: #c4c5c3; - box-shadow: none; - transition: none; } - treeview.view header button:active { - color: #f8f8f2; - transition: none; } - treeview.view header button:last-child:backdrop, treeview.view header button:last-child { - border-right-style: none; } - treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, - treeview.view header.button.dnd:active, - treeview.view header.button.dnd:selected, - treeview.view header.button.dnd:hover, - treeview.view header.button.dnd { - padding: 0 6px; - transition: none; - background-image: none; - background-color: rgba(189, 147, 249, 0.5); - color: #282a36; - border-radius: 0; - border-style: none; - box-shadow: inset 0 0 0 1px #282a36; - text-shadow: none; } - treeview.view acceleditor > label { - background-color: rgba(189, 147, 249, 0.5); } - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - padding: 0 6px; - border-radius: 0; - background-image: none; - text-shadow: none; - border-width: 1px; - border-style: none solid solid none; - border-color: #1e1f29; } - treeview.view header button:disabled { - border-color: #1e1f29; - background-image: none; } - treeview.view header button:backdrop { - border-color: #1e1f29; - border-style: none solid solid none; - color: #55565c; - background-image: none; - background-color: #2a2c39; } - treeview.view header button:backdrop:disabled { - border-color: #1e1f29; - background-image: none; } - -/********************** - * Window Decorations * - *********************/ -decoration { - border-radius: 4px 4px 0 0; - border-width: 0px; - border-width: 0px; - box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); - margin: 10px; } - decoration:backdrop { - box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15); - transition: 200ms ease-out; } - .maximized decoration, - .fullscreen decoration, - .tiled decoration { - border-radius: 0; } - .popup decoration { - box-shadow: none; } - .csd.popup decoration { - border-radius: 0; - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(25, 26, 34, 0.7); } - tooltip.csd decoration { - border-radius: 5px; - box-shadow: none; } - messagedialog.csd decoration { - border-radius: 7px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(25, 26, 34, 0.7); } - .solid-csd decoration { - border-radius: 0; - margin: 0px; - background-color: #1e1f29; - border: solid 1px rgba(26, 27, 35, 0.91); - box-shadow: none; } - -button.titlebutton { - background-repeat: no-repeat; - background-position: center; - min-height: 32px; - padding: 0 3px; - box-shadow: none; } - button.titlebutton.close { - background-image: -gtk-scaled(url("../assets/close.png"), url("../assets/close@2.png")); } - button.titlebutton.close:hover, button.titlebutton.close:active { - background-image: -gtk-scaled(url("../assets/close_prelight.png"), url("../assets/close_prelight@2.png")); } - button.titlebutton.maximize { - background-image: -gtk-scaled(url("../assets/maximize.png"), url("../assets/maximize@2.png")); } - button.titlebutton.maximize:hover, button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("../assets/maximize_prelight.png"), url("../assets/maximize_prelight@2.png")); } - button.titlebutton.minimize { - background-image: -gtk-scaled(url("../assets/min.png"), url("../assets/min@2.png")); } - button.titlebutton.minimize:hover, button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("../assets/min_prelight.png"), url("../assets/min_prelight@2.png")); } - button.titlebutton.close:backdrop, button.titlebutton.minimize:backdrop, button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("../assets/close_unfocused.png"), url("../assets/close_unfocused@2.png")); } - button.titlebutton:backdrop { - -gtk-icon-shadow: none; } - -headerbar.selection-mode button.titlebutton, -.titlebar.selection-mode button.titlebutton { - text-shadow: 0 -1px rgba(0, 0, 0, 0.378824); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.378824); } - headerbar.selection-mode button.titlebutton:backdrop, - .titlebar.selection-mode button.titlebutton:backdrop { - -gtk-icon-shadow: none; } - -.view:selected:focus, .view:selected, iconview:selected, .view text:selected, iconview text:selected, -textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, -textview text selection:focus, -textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, -popover.background radiobutton:selected, -.menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, -entry selection:focus, -entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { - background-color: rgba(189, 147, 249, 0.5); } - row:selected label, label:selected, .selection-mode button.titlebutton, .view:selected:focus, .view:selected, iconview:selected, .view text:selected, iconview text:selected, - textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, - textview text selection:focus, - textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, - popover.background radiobutton:selected, - .menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, - entry selection:focus, - entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { - color: #f8f8f2; - font-weight: bold; } - row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, - textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, - textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, - textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, modelbutton.flat:disabled:selected, popover.background checkbutton:disabled:selected, - popover.background radiobutton:disabled:selected, - .menuitem.button.flat:disabled:selected, calendar:disabled:selected, spinbutton:not(.vertical) selection:disabled:focus, spinbutton:not(.vertical) selection:disabled, - entry selection:disabled, row:disabled:selected { - color: rgba(233, 223, 244, 0.75); } - row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, - textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, - textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, - textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selection, modelbutton.flat:backdrop:selected, popover.background checkbutton:backdrop:selected, - popover.background radiobutton:backdrop:selected, - .menuitem.button.flat:backdrop:selected, calendar:backdrop:selected, spinbutton:not(.vertical) selection:backdrop:focus, spinbutton:not(.vertical) selection:backdrop, - entry selection:backdrop, row:backdrop:selected { - color: rgba(248, 248, 242, 0.5); } - row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, - textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, - textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, modelbutton.flat:backdrop:disabled:selected, popover.background checkbutton:backdrop:disabled:selected, - popover.background radiobutton:backdrop:disabled:selected, - .menuitem.button.flat:backdrop:disabled:selected, calendar:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, - entry selection:backdrop:disabled, row:backdrop:disabled:selected { - color: rgba(207, 177, 247, 0.5); } - -.monospace { - font-family: Monospace; } - -/********************** - * DE-Specific Styles * - **********************/ -/********* -* Budgie * -*********/ -.budgie-container { - background-color: transparent; } - .budgie-container:backdrop { - background-color: transparent; } - .budgie-container popover list, - .budgie-container popover row { - border: none; - background: none; - padding: 0; - margin: 0; } - -.budgie-popover .container, -.budgie-popover border, -.budgie-popover list, -.budgie-popover row { - padding: 0; - margin: 0; - background: none; - border: none; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - opacity: 1; - min-width: 0; - min-height: 0; } - -.budgie-popover, -.budgie-popover.background { - border-radius: 2px; - padding: 0; - background-color: rgba(30, 31, 41, 0.98); - background-clip: border-box; - box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35); - border: 1px solid @borders; } - .budgie-popover list:hover, - .budgie-popover row:hover, - .budgie-popover.background list:hover, - .budgie-popover.background row:hover { - background: none; } - .budgie-popover > frame.container, - .budgie-popover.background > frame.container { - margin: 0 -1px -1px; - padding: 2px 0 0; } - -.budgie-popover > .container { - padding: 2px; } - -.budgie-menu .container { - padding: 0; } - -.budgie-menu button:hover { - -gtk-icon-effect: none; } - -.budgie-menu entry.search { - border: none; - background: none; - padding: 5px 2px; - border-bottom: 1px solid @borders; - border-radius: 0; - font-size: 120%; - box-shadow: none; } - .budgie-menu entry.search image:dir(ltr) { - padding-left: 8px; - padding-right: 12px; } - .budgie-menu entry.search image:dir(rtl) { - padding-left: 12px; - padding-right: 8px; } - -.budgie-menu .categories { - border-width: 0; - margin-left: 3px; - background-color: transparent; } - .budgie-menu .categories:dir(ltr) { - border-right: 1px solid @borders; } - .budgie-menu .categories:dir(rtl) { - border-left: 1px solid @borders; } - -.budgie-menu .category-button { - padding: 8px; - border-radius: 2px 0 0 2px; } - .budgie-menu .category-button:hover { - background-color: rgba(248, 248, 242, 0.05); - color: #f8f8f2; } - .budgie-menu .category-button:active { - box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } - .budgie-menu .category-button:checked { - color: #f8f8f2; - background-color: rgba(174, 123, 248, 0.3); } - .budgie-menu .category-button:checked:disabled { - opacity: 0.5; } - .budgie-menu .category-button:checked:disabled label { - color: rgba(248, 248, 242, 0.7); } - -.budgie-menu scrollbar { - background-color: transparent; - border-color: transparent; } - -.budgie-menu button:not(.category-button) { - padding-top: 5px; - padding-bottom: 5px; - border-radius: 0; - box-shadow: none; } - -.budgie-menu undershoot, .budgie-menu overshoot { - background: none; } - -button.budgie-menu-launcher { - padding: 0 2px; - color: #f8f8f2; - box-shadow: none; - background-color: transparent; } - button.budgie-menu-launcher:hover { - color: #f8f8f2; } - button.budgie-menu-launcher:active, button.budgie-menu-launcher:checked { - color: #f8f8f2; } - button.budgie-menu-launcher:backdrop { - color: #f8f8f2; - background-color: transparent; } - button.budgie-menu-launcher:backdrop:hover { - color: #f8f8f2; } - button.budgie-menu-launcher:backdrop:active, button.budgie-menu-launcher:backdrop:checked { - color: rgba(189, 147, 249, 0.5); - box-shadow: none; - background-color: transparent; } - -.user-menu .content-box separator { - margin-left: 6px; - margin-right: 6px; - background-color: rgba(248, 248, 242, 0.1); } - -.user-menu button { - margin: 5px; } - -.user-menu > box.vertical row.activatable:first-child .indicator-item, -.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); - background-color: #72BFD0; - transition-duration: 0.2s; } - .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(ltr), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(ltr) { - padding-left: 7px; - background-position: left center; - background-repeat: no-repeat; - background-size: 38px auto; } - .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(rtl), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(rtl) { - padding-right: 7px; - background-position: right center; - background-repeat: no-repeat; - background-size: 38px auto; } - .user-menu > box.vertical row.activatable:first-child .indicator-item label, - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label { - color: #f8f8f2; } - .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(ltr), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(ltr) { - padding-left: 5px; } - .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(rtl), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(rtl) { - padding-right: 5px; } - .user-menu > box.vertical row.activatable:first-child .indicator-item image, - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image { - color: #f8f8f2; } - .user-menu > box.vertical row.activatable:first-child .indicator-item image:first-child, - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image:first-child { - min-width: 24px; - min-height: 20px; } - -button.raven-trigger { - padding-left: 2px; - padding-right: 2px; - color: #f8f8f2; - box-shadow: none; } - button.raven-trigger:hover { - color: #f8f8f2; - background-color: transparent; } - button.raven-trigger:active, button.raven-trigger:checked { - box-shadow: none; - background-color: transparent; - color: rgba(189, 147, 249, 0.5); } - button.raven-trigger:backdrop { - color: #f8f8f2; } - button.raven-trigger:backdrop:hover { - color: #f8f8f2; } - button.raven-trigger:backdrop:active, button.raven-trigger:backdrop:checked { - box-shadow: none; - color: rgba(189, 147, 249, 0.5); - background-color: transparent; } - -.places-menu .container { - padding: 0; } - -.places-menu .message-bar { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.places-menu .name-button { - border: 0; - border-radius: 0; - padding: 4px 6px; } - -.places-menu .unmount-button { - padding: 4px 4px; - border: 0; - border-radius: 0; } - -.places-menu .places-section-header { - padding: 0px; - border-bottom: 1px solid rgba(25, 26, 34, 0.85); - box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.03); } - -.places-menu .places-section-header > button { - padding: 8px; - border: none; - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; } - -.places-menu .places-list { - background: rgba(248, 248, 242, 0.04); - border-bottom: 1px solid rgba(25, 26, 34, 0.85); } - -.places-menu .unlock-area { - border-top: 1px solid rgba(25, 26, 34, 0.75); - border-bottom: 1px solid rgba(25, 26, 34, 0.75); } - -.places-menu .unlock-area entry { - border-radius: 0; - border: 0; } - -.places-menu .unlock-area button { - border-radius: 0; - border: 0; - border-left: 1px solid rgba(25, 26, 34, 0.75); } - -.places-menu .alternative-label { - font-size: 15px; - padding: 3px; } - -.places-menu .always-expand { - background: transparent; - border-bottom: none; } - -.night-light-indicator .container { - padding: 0; } - -.night-light-indicator .view-header { - font-size: 14px; - padding: 10px; - border-bottom: 1px solid mix(@theme_base_color, #000000, 0.35);; - box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.04);; } - -.night-light-indicator .display-settings-button { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - border: none; - padding: 3px; - border-top: 1px solid mix(@theme_base_color, #000000, 0.35);; - box-shadow: inset 0px 1px 1px alpha(@theme_fg_color, 0.04);; } - -.budgie-panel { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.95); - background-image: none; - box-shadow: none; - border: none; - transition: all 150ms ease-in; } - .budgie-panel .alert { - color: #ff5555; } - .budgie-panel:backdrop { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.95); } - .budgie-panel button { - border-top-width: 0; - border-bottom-width: 0; - border-radius: 0; } - .budgie-panel popover list, - .budgie-panel popover row { - padding: 0; - margin: 0; } - .budgie-panel label { - color: #f8f8f2; - font-weight: 700; } - .budgie-panel.transparent { - background-color: rgba(8, 9, 12, 0.2); } - .top .budgie-panel.transparent { - border-bottom-color: transparent; } - .bottom .budgie-panel.transparent { - border-top-color: transparent; } - .left .budgie-panel.transparent { - border-right-color: transparent; } - .right .budgie-panel.transparent { - border-left-color: transparent; } - .budgie-panel .end-region { - border-radius: 0px; } - .budgie-panel .end-region separator { - background-color: rgba(248, 248, 242, 0.15); } - .budgie-panel .end-region label { - font-weight: 700; - color: #f8f8f2; } - -.budgie-panel #tasklist-button, -.budgie-panel #tasklist-button:backdrop { - outline-color: transparent; - transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border-color: rgba(8, 9, 12, 0); - border-radius: 0; - background-color: transparent; - box-shadow: none; - background-clip: padding-box; } - -.budgie-panel button.flat.launcher { - outline-color: transparent; - transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border-color: rgba(8, 9, 12, 0); - border-radius: 0; - padding: 0; - background-clip: padding-box; - background-color: transparent; } - .budgie-panel button.flat.launcher { - box-shadow: none; } - -.budgie-panel #tasklist-button:hover, .budgie-panel .unpinned button.flat.launcher:hover, -.budgie-panel .pinned button.flat.launcher.running:hover { - box-shadow: none; } - -.budgie-panel #tasklist-button:active, .budgie-panel .unpinned button.flat.launcher:active, -.budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel #tasklist-button:checked, .budgie-panel .unpinned button.flat.launcher:checked, -.budgie-panel .pinned button.flat.launcher.running:checked { - box-shadow: none; } - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher, -.top .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .top button.flat.launcher.running { - padding-bottom: 2px; - border-top: 2px solid transparent; } - .top .budgie-panel .pinned button.flat.launcher:not(.running) { - border-top: 2px solid transparent; } - .top .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-top: 2px solid rgba(255, 255, 255, 0.1); } - .top .budgie-panel .unpinned button.flat.launcher, - .top .budgie-panel .pinned button.flat.launcher.running { - border-top: 2px solid rgba(255, 255, 255, 0.1); } - .top .budgie-panel #tasklist-button:hover, .budgie-panel .top #tasklist-button:hover, .top .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .top button.flat.launcher:hover, - .top .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .top button.flat.launcher.running:hover { - border-top: 2px solid rgba(255, 255, 255, 0.25); } - .top .budgie-panel #tasklist-button:active, .budgie-panel .top #tasklist-button:active, .top .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .top button.flat.launcher:active, - .top .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .top button.flat.launcher.running:active, .top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .top button.flat.launcher:checked, - .top .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .top button.flat.launcher.running:checked { - border-top: 2px solid rgba(189, 147, 249, 0.5); } - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher, -.bottom .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .bottom button.flat.launcher.running { - padding-top: 2px; - border-bottom: 2px solid transparent; } - .bottom .budgie-panel .pinned button.flat.launcher:not(.running) { - border-bottom: 2px solid transparent; } - .bottom .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-bottom: 2px solid rgba(255, 255, 255, 0.1); } - .bottom .budgie-panel .unpinned button.flat.launcher, - .bottom .budgie-panel .pinned button.flat.launcher.running { - border-bottom: 2px solid rgba(255, 255, 255, 0.1); } - .bottom .budgie-panel #tasklist-button:hover, .budgie-panel .bottom #tasklist-button:hover, .bottom .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .bottom button.flat.launcher:hover, - .bottom .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .bottom button.flat.launcher.running:hover { - border-bottom: 2px solid rgba(255, 255, 255, 0.25); } - .bottom .budgie-panel #tasklist-button:active, .budgie-panel .bottom #tasklist-button:active, .bottom .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .bottom button.flat.launcher:active, - .bottom .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .bottom button.flat.launcher.running:active, .bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .bottom button.flat.launcher:checked, - .bottom .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .bottom button.flat.launcher.running:checked { - border-bottom: 2px solid rgba(189, 147, 249, 0.5); } - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher, -.left .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .left button.flat.launcher.running { - padding-right: 2px; - border-left: 2px solid transparent; } - .left .budgie-panel .pinned button.flat.launcher:not(.running) { - border-left: 2px solid transparent; } - .left .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-left: 2px solid rgba(255, 255, 255, 0.1); } - .left .budgie-panel .unpinned button.flat.launcher, - .left .budgie-panel .pinned button.flat.launcher.running { - border-left: 2px solid rgba(255, 255, 255, 0.1); } - .left .budgie-panel #tasklist-button:hover, .budgie-panel .left #tasklist-button:hover, .left .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .left button.flat.launcher:hover, - .left .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .left button.flat.launcher.running:hover { - border-left: 2px solid rgba(255, 255, 255, 0.25); } - .left .budgie-panel #tasklist-button:active, .budgie-panel .left #tasklist-button:active, .left .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .left button.flat.launcher:active, - .left .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .left button.flat.launcher.running:active, .left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .left button.flat.launcher:checked, - .left .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .left button.flat.launcher.running:checked { - border-left: 2px solid rgba(189, 147, 249, 0.5); } - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher, -.right .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .right button.flat.launcher.running { - padding-left: 2px; - border-right: 2px solid transparent; } - .right .budgie-panel .pinned button.flat.launcher:not(.running) { - border-right: 2px solid transparent; } - .right .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-right: 2px solid rgba(255, 255, 255, 0.1); } - .right .budgie-panel .unpinned button.flat.launcher, - .right .budgie-panel .pinned button.flat.launcher.running { - border-right: 2px solid rgba(255, 255, 255, 0.1); } - .right .budgie-panel #tasklist-button:hover, .budgie-panel .right #tasklist-button:hover, .right .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .right button.flat.launcher:hover, - .right .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .right button.flat.launcher.running:hover { - border-right: 2px solid rgba(255, 255, 255, 0.25); } - .right .budgie-panel #tasklist-button:active, .budgie-panel .right #tasklist-button:active, .right .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .right button.flat.launcher:active, - .right .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .right button.flat.launcher.running:active, .right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .right button.flat.launcher:checked, - .right .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .right button.flat.launcher.running:checked { - border-right: 2px solid rgba(189, 147, 249, 0.5); } - -.top .budgie-panel { - border-bottom: 1px solid rgba(15, 15, 20, 0.92); } - -.top .raven-frame { - padding: 0; - background: none; } - .top .raven-frame border { - border: none; - border-bottom: 1px solid rgba(30, 31, 41, 0.92); } - -.top .shadow-block { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); } - -.bottom .budgie-panel { - border-top: 1px solid rgba(15, 15, 20, 0.92); } - -.bottom .raven-frame { - padding: 0; - background: none; } - .bottom .raven-frame border { - border: none; - border-top: 1px solid rgba(30, 31, 41, 0.92); } - -.bottom .shadow-block { - background-color: transparent; - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); } - -.left .budgie-panel { - border-right: 1px solid rgba(15, 15, 20, 0.92); } - -.left .raven-frame { - padding: 0; - background: none; } - .left .raven-frame border { - border: none; - border-right: 1px solid rgba(30, 31, 41, 0.92); } - -.left .shadow-block { - background-color: transparent; - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); } - -.right .budgie-panel { - border-left: 1px solid rgba(15, 15, 20, 0.92); } - -.right .raven-frame { - padding: 0; - background: none; } - .right .raven-frame border { - border: none; - border-left: 1px solid rgba(30, 31, 41, 0.92); } - -.right .shadow-block { - background-color: transparent; - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent); } - -.raven { - padding: 0; - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0.92); - transition: 170ms ease-out; } - .raven .raven-header { - min-height: 32px; - color: #f8f8f2; - border: solid rgba(25, 26, 34, 0.85); - border-width: 1px 0; - background-color: rgba(30, 31, 41, 0.2); } - .raven .raven-header * { - padding-top: 0; - padding-bottom: 0; } - .raven .raven-header.top { - border-top-style: none; - border-color: transparent; - margin-top: 3px; - min-height: 32px; } - .raven .raven-header.top button.image-button:hover { - color: rgba(174, 123, 248, 0.5); - box-shadow: none; } - .raven .raven-header > button.text-button { - border-radius: 2px; - color: #f8f8f2; - background-color: rgba(255, 60, 60, 0.9); - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .raven .raven-header > button.text-button:hover { - border-radius: 2px; - color: #f8f8f2; - background-color: rgba(255, 85, 85, 0.9); - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .raven .raven-header > button.text-button:active { - color: #f8f8f2; - background-color: rgba(255, 111, 111, 0.9); - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .raven .raven-header.bottom { - border-bottom-style: none; } - .raven .raven-header button { - background-color: transparent; - color: #f8f8f2; - border-radius: 0; - border: none; - box-shadow: none; - margin-top: -4px; - margin-bottom: -4px; - min-height: 32px; } - .raven .raven-header button:hover { - border-radius: 0; - background-color: transparent; - color: rgba(189, 147, 249, 0.5); } - .raven .raven-header button:active, .raven .raven-header button:checked { - color: rgba(189, 147, 249, 0.5); - border-radius: 0; - background-color: transparent; } - .raven .raven-header button:disabled { - color: #8b8c8e; } - .raven list { - background-color: transparent; } - .raven list:selected { - background-color: rgba(189, 147, 249, 0.4); } - .raven list row, - .raven list row.activatable { - background-color: transparent; } - .raven list row:selected, - .raven list row.activatable:selected { - background-color: rgba(189, 147, 249, 0.4); } - .raven .raven-background { - color: #f8f8f2; - background-color: transparent; - border-color: transparent; } - .raven .raven-background.middle { - border-bottom-style: none; } - .raven .powerstrip { - background-color: transparent; - border-top-color: transparent; } - .raven .powerstrip button.image-button { - border-radius: 50%; - padding: 5px; - min-width: 32px; - margin-bottom: 3px; - background: rgba(68, 71, 90, 0.7); - color: #f8f8f2; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); - border: none; - font-size: 100%; } - .raven .powerstrip button.image-button:hover { - transition: 170ms ease all; - background: rgba(68, 71, 90, 0.85); - color: #f8f8f2; } - .raven .powerstrip button.image-button:active { - transition: 170ms ease all; - background: #44475a; - color: #f8f8f2; } - .raven .powerstrip button.image-button:first-child { - background: rgba(114, 191, 208, 0.7); } - .raven .powerstrip button.image-button:first-child:hover { - background: rgba(114, 191, 208, 0.85); } - .raven .powerstrip button.image-button:first-child:active { - background: #72BFD0; } - .raven .powerstrip button.image-button:last-child { - background: rgba(255, 85, 85, 0.7); } - .raven .powerstrip button.image-button:last-child:hover { - background: rgba(255, 85, 85, 0.85); } - .raven .powerstrip button.image-button:last-child:active { - background: #ff5555; } - .raven .option-subtitle { - font-size: 13px; } - -calendar.raven-calendar { - padding: 4px; - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0.2); - border-color: transparent; } - calendar.raven-calendar:indeterminate { - color: alpha(currentColor,0.3); } - calendar.raven-calendar:selected { - background: transparent; - color: rgba(189, 147, 249, 0.5); - font-weight: bold; } - calendar.raven-calendar:backdrop { - background-color: transparent; } - calendar.raven-calendar.header { - color: #f8f8f2; - border: none; - border-radius: 0; - background-color: transparent; } - calendar.raven-calendar button, calendar.raven-calendar button:focus { - color: alpha(currentColor,0.5); - background-color: transparent; } - calendar.raven-calendar button:hover, calendar.raven-calendar button:focus:hover { - color: #f8f8f2; - background-color: transparent; } - -.raven-mpris { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.9); - border: solid rgba(255, 255, 255, 0.1); - border-width: 1px 0; - border-bottom-color: rgba(0, 0, 0, 0.1); } - .raven-mpris button.image-button { - padding: 10px; - background-color: #282a36; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); } - .raven-mpris button.image-button:hover { - background-color: rgba(189, 147, 249, 0.5); } - .raven-mpris button.image-button:active { - background-color: rgba(174, 123, 248, 0.5); } - .raven-mpris button.image-button:first-child { - margin-right: 4px; } - .raven-mpris button.image-button:last-child { - margin-left: 4px; } - .raven-mpris button.image-button:last-child, .raven-mpris button.image-button:first-child { - padding: 4px; - margin-top: 6px; - margin-bottom: 6px; } - -.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window { - background: none; - border-radius: 1px; } - .budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button { - background-color: #72BFD0; - color: #464626; - border: none; - margin: 0 3px; } - .budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover { - background-color: #5fb6ca; - border: none; } - .budgie-notification-window button:active, .budgie-osd-window button:active, .budgie-switcher-window button:active, .budgie-notification-window button:checked, .budgie-osd-window button:checked, .budgie-switcher-window button:checked { - background-color: #5fb6ca; } - -.budgie-notification.background, .background.budgie-osd, .background.budgie-switcher { - border-radius: 1px; } - -.budgie-notification .notification-title, .budgie-osd .notification-title, .budgie-switcher .notification-title { - font-size: 110%; - color: #f8f8f2; } - -.budgie-notification .notification-body, .budgie-osd .notification-body, .budgie-switcher .notification-body { - color: rgba(248, 248, 242, 0.7); } - -.budgie-notification button, .budgie-osd button, .budgie-switcher button { - background-color: transparent; - color: #f8f8f2; } - .budgie-notification button:hover, .budgie-osd button:hover, .budgie-switcher button:hover { - background-color: transparent; - color: #ff5555; - box-shadow: none; } - .budgie-notification button:active, .budgie-osd button:active, .budgie-switcher button:active, .budgie-notification button:checked, .budgie-osd button:checked, .budgie-switcher button:checked { - background-color: transparent; - color: #ff3c3c; } - -.drop-shadow, .budgie-session-dialog.background, .background.budgie-polkit-dialog, .background.budgie-run-dialog { - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0.95); - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); - border-radius: 2px; } - -.budgie-switcher-window flowbox { - color: #f8f8f2; } - -.budgie-switcher-window flowboxchild { - padding: 3px; - margin: 3px; - color: #f8f8f2; } - .budgie-switcher-window flowboxchild:hover { - background-color: transparent; } - .budgie-switcher-window flowboxchild:active { - color: #f8f8f2; } - .budgie-switcher-window flowboxchild:selected { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - .budgie-switcher-window flowboxchild:selected:active { - color: #f8f8f2; } - .budgie-switcher-window flowboxchild:selected:hover { - background-color: rgba(142, 110, 187, 0.55); } - .budgie-switcher-window flowboxchild:selected:disabled { - color: rgba(248, 248, 242, 0.7); - background-color: rgba(189, 147, 249, 0.3); } - .budgie-switcher-window flowboxchild:selected:disabled label { - color: rgba(248, 248, 242, 0.8); } - -.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.95); } - .budgie-session-dialog label:backdrop, .budgie-polkit-dialog label:backdrop, .budgie-run-dialog label:backdrop { - color: rgba(248, 248, 242, 0.8); } - .budgie-session-dialog .dialog-title, .budgie-polkit-dialog .dialog-title, .budgie-run-dialog .dialog-title { - font-size: 120%; } - .budgie-session-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-run-dialog .linked.horizontal > button { - margin-bottom: 0; - min-height: 32px; - border-bottom: none; - border-radius: 0; - color: #f8f8f2; - background-color: transparent; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.2); } - .budgie-session-dialog .linked.horizontal > button label, .budgie-polkit-dialog .linked.horizontal > button label, .budgie-run-dialog .linked.horizontal > button label { - font-weight: 700; } - .budgie-session-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-run-dialog .linked.horizontal > button:first-child { - border-left: none; - border-bottom-left-radius: 2px; } - .budgie-session-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-run-dialog .linked.horizontal > button:last-child { - border-right: none; - border-bottom-right-radius: 2px; } - .budgie-session-dialog .linked.horizontal > button:hover, .budgie-polkit-dialog .linked.horizontal > button:hover, .budgie-run-dialog .linked.horizontal > button:hover { - background-color: rgba(189, 147, 249, 0.4); } - .budgie-session-dialog .linked.horizontal > button:hover:backdrop label, .budgie-polkit-dialog .linked.horizontal > button:hover:backdrop label, .budgie-run-dialog .linked.horizontal > button:hover:backdrop label { - color: rgba(255, 255, 255, 0.5); } - .budgie-session-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-run-dialog .linked.horizontal > button.suggested-action { - background-color: rgba(114, 191, 208, 0.9); } - .budgie-session-dialog .linked.horizontal > button.suggested-action:hover, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:hover, .budgie-run-dialog .linked.horizontal > button.suggested-action:hover { - background-color: rgba(133, 200, 214, 0.9); } - .budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked { - background-color: rgba(133, 200, 214, 0.9); } - .budgie-session-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-run-dialog .linked.horizontal > button.destructive-action { - background-color: rgba(255, 34, 34, 0.9); } - .budgie-session-dialog .linked.horizontal > button.destructive-action:hover, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:hover, .budgie-run-dialog .linked.horizontal > button.destructive-action:hover { - background-color: rgba(255, 60, 60, 0.9); } - .budgie-session-dialog .linked.horizontal > button.destructive-action:active, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:active, .budgie-run-dialog .linked.horizontal > button.destructive-action:active, .budgie-session-dialog .linked.horizontal > button.destructive-action:checked, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:checked, .budgie-run-dialog .linked.horizontal > button.destructive-action:checked { - background-color: rgba(255, 60, 60, 0.9); } - .budgie-session-dialog entry, .budgie-polkit-dialog entry, .budgie-run-dialog entry { - background-color: #505359; - color: #f8f8f2; } - .budgie-session-dialog entry:focus, .budgie-polkit-dialog entry:focus, .budgie-run-dialog entry:focus { - background-color: #505359; } - .budgie-session-dialog entry:backdrop, .budgie-polkit-dialog entry:backdrop, .budgie-run-dialog entry:backdrop { - background-color: #505359; } - -.budgie-polkit-dialog .message { - color: rgba(248, 248, 242, 0.7); } - -.budgie-polkit-dialog .failure { - color: #ff5555; } - -.budgie-run-dialog entry.search, .budgie-run-dialog entry.search:focus { - font-size: 120%; - padding: 8px 5px; - border: none; - box-shadow: none; } - .budgie-run-dialog entry.search image, .budgie-run-dialog entry.search:focus image { - color: #f8f8f2; } - .budgie-run-dialog entry.search image:dir(ltr), .budgie-run-dialog entry.search:focus image:dir(ltr) { - padding-left: 8px; - padding-right: 12px; } - .budgie-run-dialog entry.search image:dir(rtl), .budgie-run-dialog entry.search:focus image:dir(rtl) { - padding-left: 12px; - padding-right: 8px; } - -.budgie-run-dialog list row:selected .dim-label, .budgie-run-dialog list row:selected label.separator, .budgie-run-dialog list row:selected .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .budgie-run-dialog list row:selected .subtitle, -.budgie-run-dialog list row:selected headerbar .subtitle, headerbar .budgie-run-dialog list row:selected .subtitle { - opacity: 1; } - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0); } - -.budgie-menubar menu { - margin: 4px; - padding: 5px; - border-radius: 0; - background-color: rgba(8, 9, 12, 0.95); } - .budgie-menubar menu menuitem:hover { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - -.budgie-menubar arrow { - border: none; - min-width: 16px; - min-height: 16px; } - .budgie-menubar arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-bottom: 1px solid rgba(55, 56, 64, 0.928); } - .budgie-menubar arrow.bottom { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-top: 1px solid rgba(55, 56, 64, 0.928); } - -.budgie-menubar menuitem accelerator { - color: rgba(248, 248, 242, 0.35); } - -.budgie-menubar menuitem check, .budgie-menubar menuitem radio { - min-height: 16px; - min-width: 16px; } - -window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar { - border-style: none none solid; } - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(8, 9, 12, 0.95); } - .top .workspace-switcher .workspace-layout:dir(ltr), - .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; } - .top .workspace-switcher .workspace-layout:dir(rtl), - .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; } - .left .workspace-switcher .workspace-layout, - .right .workspace-switcher .workspace-layout { - border-top-width: 1px; } - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(30, 31, 41, 0.95); } - .top .workspace-switcher .workspace-item:dir(ltr), - .bottom .workspace-switcher .workspace-item:dir(ltr), .top - .workspace-switcher .workspace-add-button:dir(ltr), - .bottom - .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; } - .top .workspace-switcher .workspace-item:dir(rtl), - .bottom .workspace-switcher .workspace-item:dir(rtl), .top - .workspace-switcher .workspace-add-button:dir(rtl), - .bottom - .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; } - .left .workspace-switcher .workspace-item, - .right .workspace-switcher .workspace-item, .left - .workspace-switcher .workspace-add-button, - .right - .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; } - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(0, 0, 0, 0.95); } - -.workspace-switcher .workspace-add-button { - border: none; - background: transparent; - box-shadow: none; } - .workspace-switcher .workspace-add-button:hover { - box-shadow: none; } - .workspace-switcher .workspace-add-button:active { - background-image: none; } - .workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; } - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; } - -/************ - * Nautilus * - ************/ -.nautilus-window .frame *:selected, .nautilus-window .frame *:selected:backdrop { - background: transparent; - color: rgba(189, 147, 249, 0.5); } - -.nautilus-window .frame *:selected:backdrop label { - color: rgba(189, 147, 249, 0.4); } - -.nautilus-window paned > separator { - background-image: none; } - -.nautilus-window .sidebar { - background-color: transparent; - background-image: none; } - .nautilus-window .sidebar:backdrop { - background-color: transparent; - background-image: none; } - .nautilus-window .sidebar .list-row button { - border: none; - background-color: rgba(33, 35, 45, 0.95); } - .nautilus-window .sidebar .list-row button:active { - background-color: rgba(189, 147, 249, 0.25); } - .nautilus-window .sidebar .list-row:selected { - background-color: rgba(189, 147, 249, 0.25); } - .nautilus-window .sidebar .list-row:selected:hover { - background-color: rgba(189, 147, 249, 0.4); } - .nautilus-window .sidebar .list-row:hover { - background-color: rgba(40, 42, 54, 0.5); } - .nautilus-window .sidebar .list-row:hover:active { - background-color: rgba(189, 147, 249, 0.4); } - -.nautilus-window.background { - background-color: rgba(33, 35, 45, 0.95); } - .nautilus-window.background:backdrop { - background-color: rgba(33, 35, 45, 0.95); } - -.nautilus-window notebook > stack:only-child { - background-color: #282a36; } - .nautilus-window notebook > stack:only-child:backdrop { - background-color: #2a2c39; } - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); } - -.nautilus-window .searchbar-container { - margin-top: -1px; } - -.nautilus-window .titlebar .search { - border: 1px solid rgba(25, 26, 34, 0.9); - border-radius: 3px; } - -.nautilus-window .path-bar-box .dim-label, .nautilus-window .path-bar-box label.separator, .nautilus-window .path-bar-box .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .nautilus-window .path-bar-box .subtitle, -.nautilus-window .path-bar-box headerbar .subtitle, headerbar .nautilus-window .path-bar-box .subtitle { - color: transparent; } - -.nautilus-window .path-bar-box widget > .text-button:last-child { - color: #bd93f9; - background-color: transparent; - border-radius: 0; - text-shadow: none; - font-weight: bold; } - .nautilus-window .path-bar-box widget > .text-button:last-child:backdrop label { - color: rgba(189, 147, 249, 0.4); } - -.nautilus-window .path-bar-box button { - transition: all 100ms ease-in; - margin-left: -5px; } - .nautilus-window .path-bar-box button:backdrop:hover, .nautilus-window .path-bar-box button:backdrop:active, .nautilus-window .path-bar-box button:backdrop:checked { - color: rgba(189, 147, 249, 0.5); - background-color: transparent; - border-radius: 0; - text-shadow: none; - font-weight: bold; } - .nautilus-window .path-bar-box button:backdrop:hover label, .nautilus-window .path-bar-box button:backdrop:active label, .nautilus-window .path-bar-box button:backdrop:checked label { - color: rgba(189, 147, 249, 0.4); } - -.nautilus-circular-button { - border-radius: 20px; - -gtk-outline-radius: 20px; } - -.disk-space-display { - border: 2px solid; } - .disk-space-display .unknown { - background-color: #888a85; - border-color: #555653; } - .disk-space-display .used { - background-color: #9FB0B9; - border-color: #667f8c; } - .disk-space-display .free { - background-color: #D8D8D8; - border-color: #a5a5a5; } - -.nautilus-desktop { - color: #f8f8f2; } - .nautilus-desktop .nautilus-canvas-item { - border-radius: 5px; - color: #f8f8f2; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop .nautilus-canvas-item:active { - color: #f8f8f2; - text-shadow: none; } - .nautilus-desktop .nautilus-canvas-item:hover { - color: #f8f8f2; - text-shadow: none; } - .nautilus-desktop .nautilus-canvas-item:selected { - color: #f8f8f2; - text-shadow: none; } - .nautilus-desktop .nautilus-canvas-item .dim-label:selected, .nautilus-desktop .nautilus-canvas-item label.separator:selected, .nautilus-desktop .nautilus-canvas-item .titlebar:not(headerbar) .subtitle:selected, .titlebar:not(headerbar) .nautilus-desktop .nautilus-canvas-item .subtitle:selected, - .nautilus-desktop .nautilus-canvas-item headerbar .subtitle:selected, headerbar .nautilus-desktop .nautilus-canvas-item .subtitle:selected { - color: #f8f8f2; } - .nautilus-desktop .nautilus-list .dim-label:selected, .nautilus-desktop .nautilus-list label.separator:selected, .nautilus-desktop .nautilus-list .titlebar:not(headerbar) .subtitle:selected, .titlebar:not(headerbar) .nautilus-desktop .nautilus-list .subtitle:selected, - .nautilus-desktop .nautilus-list headerbar .subtitle:selected, headerbar .nautilus-desktop .nautilus-list .subtitle:selected { - color: #f8f8f2; } - -/********* - * Gedit * - *********/ -.gedit-search-slider { - padding: 4px; - border-radius: 0 0 3px 3px; - border: 0; - background-color: #1e1f29; } - -/********* - * Gnucash * -*********/ -#gnc-id-main-window entry.gnc-class-register-foreground { - background: transparent; - border: none; - box-shadow: none; } - -#gnc-id-main-window .arrow.button.toggle { - transition: none; - box-shadow: none; } - #gnc-id-main-window .arrow.button.toggle:hover { - border-color: rgba(189, 147, 249, 0.5); } - -/******** - * Gala * - *******/ -.gala-notification { - border-width: 0; - border-radius: 2px; - color: white; - border: 1px solid #282a36; - background-color: #282a36; } - .gala-notification .title, - .gala-notification .label { - color: #f8f8f2; } - -.gala-button { - padding: 3px; - color: #282a36; - border: none; - border-radius: 50%; - background-image: linear-gradient(to bottom, #7e7e7e, #3e3e3e); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.98), inset 0 1px 0 0 rgba(255, 255, 255, 0.93), inset 0 -1px 0 0 rgba(255, 255, 255, 0.99), 0 0 0 1px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.84), 0 3px 6px rgba(0, 0, 0, 0.77); - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } - -/********** - * Notify * - *********/ -.notify { - /*-notify-shadow: 0px 2px 18px transparentize(black, 0.60);*/ - border-radius: 5px; - border: 1px solid rgba(0, 0, 0, 0.7); - background-color: rgba(40, 42, 54, 0.05); } - -/*************** - * SwitchBoard * - ***************/ -.category-label { - font-weight: bold; - color: #f8f8f2; } - -/************* - * Slingshot * - ************/ -.button.app { - border: none; - border-radius: 0; - box-shadow: none; - background-image: none; } - .button.app .app:hover { - border-radius: 8px; - border: none; - background-color: rgba(189, 147, 249, 0); - color: white; } - .button.app .app:focus { - /*background-color: transparentize(black, 0.20);*/ } - -.search-item { - border-radius: 0; - border: none; - color: #f8f8f2; - background: none; } - .search-item:hover, .search-item:focus { - border-radius: 0; - background-color: rgba(189, 147, 249, 0); - color: #f8f8f2; } - -.search-entry-large, -.search-entry-large:focus { - border: none; - font-size: 18px; - font-weight: 300; - background-image: none; - background: none; - box-shadow: none; - border-radius: 0; } - -.search-category-header { - font-weight: bold; - color: #f8f8f2; } - -/********* - * Panel * - ********/ -.panel { - background-color: transparent; - transition: all 100ms ease-in-out; - color: #fff; } - .panel.maximized { - background-color: #000; } - .panel.translucent { - background-color: rgba(0, 0, 0, 0.5); } - .panel.color-light.translucent { - background-color: rgba(255, 255, 255, 0.85); } - -menubar.panel, -.panel menubar { - box-shadow: none; - border: none; } - -.composited-indicator > revealer, -.composited-indicator > revealer image, -.composited-indicator > revealer label, -.composited-indicator > revealer spinner { - color: #fff; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); - transition: all 200ms ease-in-out; - -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); } - -.composited-indicator > revealer image:first-child + label { - margin-left: 5px; } - -.panel.color-light .composited-indicator > revealer, -.panel.color-light .composited-indicator > revealer image, -.panel.color-light .composited-indicator > revealer label, -.panel.color-light .composited-indicator > revealer spinner { - color: rgba(0, 0, 0, 0.6); - text-shadow: 0 1px rgba(255, 255, 255, 0.1); - -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.1); } - -/************** - * Calculator * - **************/ -PantheonCalculatorMainWindow { - border-radius: 0 0 4px 4px; } - PantheonCalculatorMainWindow .window-frame { - border-radius: 3px; } - -/********* - * Cards * - *********/ -.deck { - background-color: #0d0d11; } - -.card { - background-color: #282a36; - border: none; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.2); - transition: all 150ms ease-in-out; } - -.card.collapsed { - background-color: #1d1f27; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2); } - -/********* - * Noise * - *********/ -NoiseLibraryWindow { - border-radius: 0 0 4px 4px; } - NoiseLibraryWindow .action-bar { - border-radius: 0 0 4px 4px; } - NoiseLibraryWindow .window-frame { - border-radius: 3px; } - -/******** - * Snap * - ********/ -SnapMainWindow .take-button, -SnapSnapWindow .take-button { - border-radius: 0; } - -/******************* - * Photos/Shotwell * - *******************/ -DirectWindow .the-button-in-the-combobox, -LibraryWindow .the-button-in-the-combobox { - background: none; } - -.checkerboard-layout { - background-color: #1e1f29; - background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)); - background-size: 24px 24px; - background-position: 0 0, 12px 12px; } - -.checkboard-layout .item { - background-color: #f8f8f2; } - -/********* -* Avatar * -*********/ -.avatar { - border: 1px solid rgba(0, 0, 0, 0.23); - border-radius: 50%; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); } - -/**level bars**/ -.sidebar.source-list.view.level-bar, iconview.sidebar.source-list.level-bar, .sidebar.source-list.view.level-bar:selected, iconview.sidebar.source-list.level-bar:selected, .sidebar.source-list.view.level-bar:selected:focus, iconview.sidebar.source-list.level-bar:selected:focus { - background: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)); - border: 1px solid rgba(0, 0, 0, 0.14); - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); - border-radius: 2px; } - -.sidebar.source-list.view.fill-block, iconview.sidebar.source-list.fill-block { - border: none; } - .sidebar.source-list.view.fill-block, iconview.sidebar.source-list.fill-block, .sidebar.source-list.view.fill-block:hover, iconview.sidebar.source-list.fill-block:hover, .sidebar.source-list.view.fill-block:selected, iconview.sidebar.source-list.fill-block:selected, .sidebar.source-list.view.fill-block:selected:focus, iconview.sidebar.source-list.fill-block:selected:focus { - background: linear-gradient(rgba(189, 147, 249, 0.5), rgba(189, 147, 249, 0.5)); } - -.xfce4-panel.background { - background-color: rgba(30, 31, 41, 0.7); - color: #f8f8f2; - text-shadow: none; - -gtk-icon-shadow: none; } - -#tasklist-button { - color: rgba(255, 255, 255, 0.8); - border-radius: 0; - border: none; - background-color: rgba(30, 31, 41, 0); } - #tasklist-button:hover { - color: white; - background-color: rgba(0, 0, 0, 0.17); } - #tasklist-button:checked { - color: white; - background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - -.xfce4-panel.background button.flat { - color: white; - border-radius: 0; - border: none; - background-color: rgba(30, 31, 41, 0); - font-weight: normal; } - .xfce4-panel.background button.flat:hover { - border: none; - background-color: rgba(52, 53, 70, 0.7); } - .xfce4-panel.background button.flat:active, .xfce4-panel.background button.flat:checked { - color: white; - border-bottom: 2px solid rgba(189, 147, 249, 0.5); - background-color: rgba(26, 27, 35, 0.7); } - .xfce4-panel.background button.flat:active label, .xfce4-panel.background button.flat:active image, .xfce4-panel.background button.flat:checked label, .xfce4-panel.background button.flat:checked image { - color: inherit; } - -/******** -* Unity * -*********/ -/* Unity window border color */ -/* Unity window text color */ -/* Backdrop Unity window text color */ -/* Unity panel color #454D50 */ -UnityDecoration { - /* Border properties (top, right, bottom, left) */ - -UnityDecoration-extents: 28px 1px 1px 1px; - /* the size of the decorations */ - -UnityDecoration-input-extents: 10px; - /* the extra size of the input areas */ - /* Shadows settings */ - -UnityDecoration-shadow-offset-x: 1px; - /* Size property, the shadow x offset */ - -UnityDecoration-shadow-offset-y: 1px; - /* Size property, the shadow y offset */ - -UnityDecoration-active-shadow-color: rgba 0, 0, 0, 0.647; - /* Color property, active window shadow color */ - -UnityDecoration-active-shadow-radius: 8px; - /* Size property, active window shadow radius */ - -UnityDecoration-inactive-shadow-color: rgba 0, 0, 0, 0.647; - /* Color property, inactive windows shadow color */ - -UnityDecoration-inactive-shadow-radius: 5px; - /* Size property, inactive windows shadow radius */ - /* Glow applied to the selected scaled window */ - -UnityDecoration-glow-size: 8px; - /* Size property, size of glow */ - -UnityDecoration-glow-color: rgba(189, 147, 249, 0.5); - /* Color property of the glow */ - /* Title settings */ - -UnityDecoration-title-indent: 10px; - /* Size property, left indent of the title */ - -UnityDecoration-title-fade: 35px; - /* Size property, space of the title that can be faded */ - -UnityDecoration-title-alignment: 0.0; - /* Float from 0.0 to 1.0, to align the title */ - background-color: #31363D; - color: #fefefe; } - UnityDecoration .top { - padding: 0 5px 0 5px; - border-radius: 4px 4px 0px 0px; - box-shadow: none; - border: 1px solid #31363D; - border-bottom-width: 0; - background-color: #31363D; - color: #fefefe; - border-top: 1px solid rgba(255, 255, 255, 0.1); } - UnityDecoration .top:backdrop { - border-bottom-width: 0; - color: #e5e5e5; - border-top: 1px solid rgba(255, 255, 255, 0.1); } - UnityDecoration .top .menuitem { - color: #fefefe; } - UnityDecoration .top .menuitem:backdrop { - color: #e5e5e5; } - -UnityDecoration.left, -UnityDecoration.right { - background-repeat: repeat-x; - background-color: #30343b; - background-size: 1px 120px; - background-clip: border-box; - background-image: linear-gradient(to bottom, #31363D, #30343b); } - -UnityDecoration.bottom { - background-size: 1px; - background-repeat: repeat-x; - background-color: #30343b; } - -UnityDecoration.left:backdrop, -UnityDecoration.right:backdrop, -UnityDecoration.bottom:backdrop { - background-size: 1px; - background-repeat: repeat-x; } - -/************** -* Unity Panel * -***************/ -UnityPanelWidget, -.unity-panel { - background-color: #1a1d21; - color: #fefefe; } - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: #e5e5e5; } - -.unity-panel.menuitem, -.unity-panel .menuitem { - border-width: 0 1px; - color: #fefefe; } - -.unity-panel.menubar, -.unity-panel .menubar { - color: #fefefe; } - -.unity-panel.menu.menubar, -.unity-panel .menu .menubar { - background-color: #1a1d21; - color: #fefefe; } - -.unity-panel.menubar:backdrop, -.unity-panel .menubar *:backdrop { - color: #8b8c8e; } - -.unity-panel.menubar.menuitem, -.unity-panel.menubar .menuitem { - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border: none; - background: none; - color: #fefefe; - box-shadow: none; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem:hover { - border-radius: 0; - background-color: #2f333a; - color: #fefefe; - box-shadow: none; } - -.unity-panel.menubar .menuitem *:hover { - color: white; - box-shadow: none; } - -.unity-panel.menubar .menuitem.separator, -.unity-panel.menubar.menuitem.separator { - border: none; - color: rgba(25, 26, 34, 0.9); } - -/* Force Quit */ -SheetStyleDialog.unity-force-quit { - background-color: #282a36; } - -@keyframes playbackmenuitem_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: playbackmenuitem_spinner 1s infinite linear; - color: rgba(189, 147, 249, 0.5); } - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(25, 26, 34, 0.9); } - MsdOsdWindow.background.osd .progressbar { - background-color: rgba(189, 147, 249, 0.5); - border: none; - border-color: rgba(189, 147, 249, 0.5); - border-radius: 5px; } - MsdOsdWindow.background.osd .trough { - background-color: rgba(9, 10, 12, 0.8); - border: none; - border-radius: 5px; } - -/*********************** - * App-Specific Styles * - ***********************/ -/********* - * Geary * - *********/ -.geary-titlebar-left .separator, -.geary-titlebar-right .separator { - opacity: 0; } - -ConversationListView { - -GtkTreeView-grid-line-width: 0; } - ConversationListView .view:active, ConversationListView iconview:active, ConversationListView .view:selected, ConversationListView iconview:selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - ConversationListView .view:active:backdrop, ConversationListView iconview:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView iconview:selected:backdrop { - background-color: rgba(189, 147, 249, 0.4); - color: rgba(248, 248, 242, 0.5); } - ConversationListView .view .cell, ConversationListView iconview .cell { - border: solid rgba(0, 0, 0, 0.2); - border-width: 0 0 1px 0; } - ConversationListView .view .cell:selected, ConversationListView iconview .cell:selected { - color: #f8f8f2; - border: 0px solid rgba(159, 99, 246, 0.5); } - -/*********** - * LightDm * - ***********/ -#panel_window { - background-color: rgba(30, 31, 41, 0.7); - color: white; - font-weight: bold; - box-shadow: inset 0 -1px rgba(15, 15, 20, 0.7); } - #panel_window .menubar, - #panel_window .menubar > .menuitem menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: white; - font-weight: bold; } - #panel_window .menubar .menuitem:disabled, - #panel_window menubar menuitem:disabled { - color: rgba(255, 255, 255, 0.5); } - #panel_window .menubar .menuitem:disabled GtkLabel, - #panel_window menubar menuitem:disabled GtkLabel { - color: inherit; } - #panel_window .menubar .menuitem:disabled label, - #panel_window menubar menuitem:disabled label { - color: inherit; } - #panel_window .menubar .menu > .menuitem, - #panel_window menubar menu > menuitem { - font-weight: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #f8f8f2; } - -#content_frame { - padding-bottom: 14px; - background-color: #1e1f29; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame button { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - #content_frame button:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - #content_frame button:active, #content_frame button:checked { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - #content_frame button:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #22232e; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #1e1f29; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; } - -#buttonbox_frame button { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - #buttonbox_frame button:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - #buttonbox_frame button:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -#login_window #user_combobox { - color: #f8f8f2; - font-size: 13px; } - #login_window #user_combobox .menu, - #login_window #user_combobox menu { - font-weight: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; } - -/* thunar */ -.thunar toolbar { - background-color: #1e1f29; } - -/* buttons in toolbar */ -.thunar toolbar.horizontal button image { - -gtk-icon-transform: scale(0.72); } - -scrolledwindow.sidebar treeview.view { - background: #282a36; - padding: 1.5px; - border: none; - box-shadow: none; } - -/* path-bar of thunar */ -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover, window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked, window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:selected, window.thunar paned > scrolledwindow treeview.view:hover, window.thunar paned > scrolledwindow treeview.view:checked, window.thunar paned > scrolledwindow treeview.view:selected { - background-color: none; - color: #bd93f9; - box-shadow: none; } - -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked:backdrop label, window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:selected:backdrop label, window.thunar paned > scrolledwindow treeview.view:checked:backdrop label, window.thunar paned > scrolledwindow treeview.view:selected:backdrop label { - color: rgba(189, 147, 249, 0.4); } - -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { - background: none; - outline: none; - border: none; - box-shadow: none; } diff --git a/.themes/Dracula GTK/gtk-3.20/gtk-dark.scss b/.themes/Dracula GTK/gtk-3.20/gtk-dark.scss deleted file mode 100755 index cf5d435e8..000000000 --- a/.themes/Dracula GTK/gtk-3.20/gtk-dark.scss +++ /dev/null @@ -1,10 +0,0 @@ - - -$variant: 'dark'; - -@import 'colors'; -@import 'colors-public'; -@import 'drawing'; -@import 'common'; -@import 'widgets'; -@import 'apps'; diff --git a/.themes/Dracula GTK/gtk-3.20/gtk.css b/.themes/Dracula GTK/gtk-3.20/gtk.css deleted file mode 100755 index ae985ca4d..000000000 --- a/.themes/Dracula GTK/gtk-3.20/gtk.css +++ /dev/null @@ -1,6368 +0,0 @@ -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* widget text/foreground color */ -@define-color theme_fg_color #f8f8f2; -/* text color for entries, views and content in general */ -@define-color theme_text_color #f8f8f2; -/* widget base background color */ -@define-color theme_bg_color #1e1f29; -/* text widgets and the like base background color */ -@define-color theme_base_color #282a36; -/* base background color of selections */ -@define-color theme_selected_bg_color rgba(189, 147, 249, 0.5); -/* text/foreground color of selections */ -@define-color theme_selected_fg_color #f8f8f2; -/* base background color of disabled widgets */ -@define-color insensitive_bg_color #22232e; -/* text foreground color of disabled widgets */ -@define-color insensitive_fg_color #8b8c8e; -/* disabled text widgets and the like base background color */ -@define-color insensitive_base_color #282a36; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #8b8c8e; -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #f8f8f2; -/* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1f29; -/* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #2a2c39; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color rgba(189, 147, 249, 0.5); -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #f8f8f2; -/* widgets main borders color */ -@define-color borders rgba(25, 26, 34, 0.9); -/* widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(26, 27, 35, 0.91); -/* these are pretty self explicative */ -@define-color warning_color #ff9f39; -@define-color error_color #ff3c3c; -@define-color success_color #4caec3; -@define-color fg_color #f8f8f2; -@define-color text_color #f8f8f2; -@define-color bg_color #1e1f29; -@define-color base_color #282a36; -@define-color selected_bg_color rgba(189, 147, 249, 0.5); -@define-color selected_fg_color #f8f8f2; -@define-color unfocused_fg_color #8b8c8e; -@define-color unfocused_text_color #f8f8f2; -@define-color unfocused_bg_color #1e1f29; -@define-color unfocused_base_color #2a2c39; -@define-color unfocused_selected_bg_color rgba(189, 147, 249, 0.5); -@define-color unfocused_selected_fg_color #f8f8f2; -/* these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title shade(#f8f8f2, 1.8); -@define-color wm_unfocused_title #8b8c8e; -@define-color wm_highlight rgba(0, 0, 0, 0); -@define-color wm_borders_edge rgba(255, 255, 255, 0.1); -@define-color wm_bg_a shade(#1e1f29, 1.2); -@define-color wm_bg_b #1e1f29; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border alpha(black, 0.18); -@define-color wm_button_hover_color_a shade(#1e1f29, 1.3); -@define-color wm_button_hover_color_b #1e1f29; -@define-color wm_button_active_color_a shade(#1e1f29, 0.85); -@define-color wm_button_active_color_b shade(#1e1f29, 0.89); -@define-color wm_button_active_color_c shade(#1e1f29, 0.9); -@define-color content_view_bg #282a36; -@define-color budgie_tasklist_indicator_color rgba(189, 147, 249, 0.5); -@define-color budgie_tasklist_indicator_color_active rgba(189, 147, 249, 0.5); -@define-color placeholder_text_color #cfcfcd; -/***************** -* Drawing mixins * -*****************/ -/********* -* Common * -*********/ -* { - padding: 0; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #ff3c3c; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - outline-color: rgba(248, 248, 242, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - -gtk-outline-radius: 2px; - -gtk-secondary-caret-color: rgba(189, 147, 249, 0.5); } - -/*********** - * Widgets * - ***********/ -/*************** -* Action bars * -***************/ -.action-bar { - background-color: #08090c; - border: solid rgba(25, 26, 34, 0.9); - border-width: 1px 0 0 0; - color: #f8f8f2; - box-shadow: none; } - .action-bar:backdrop { - background-color: #08090c; - box-shadow: none; - -gtk-icon-effect: dim; } - .action-bar:first-child { - border-radius: 6px 6px 0px 0px; - border-width: 1px 1px 0px 1px; } - .action-bar:last-child { - border-radius: 0 0 6px 6px; - border-width: 0px 1px 1px 1px; } - -/********************* - * App Notifications * - *********************/ -.app-notification, -.app-notification.frame { - padding: 10px; - border-radius: 0 0 5px 5px; - background-color: rgba(20, 23, 26, 0.8); - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); - background-clip: padding-box; } - .app-notification:backdrop, - .app-notification.frame:backdrop { - background-image: none; - transition: 200ms ease-out; } - .app-notification border, - .app-notification.frame border { - border: none; } - -/*************** - * Base States * - ***************/ -.background { - color: #f8f8f2; - background-color: #1e1f29; } - .background:backdrop { - color: #8b8c8e; - background-color: #1e1f29; - text-shadow: none; - -gtk-icon-shadow: none; } - -/* - These wildcard seems unavoidable, need to investigate. - Wildcards are bad and troublesome, use them with care, - or better, just don't. - Everytime a wildcard is used a kitten dies, painfully. -*/ -*:disabled { - -gtk-icon-effect: dim; } - -.gtkstyle-fallback { - color: #f8f8f2; - background-color: #1e1f29; } - .gtkstyle-fallback:hover { - color: #f8f8f2; - background-color: #343546; } - .gtkstyle-fallback:active { - color: #f8f8f2; - background-color: #08090c; } - .gtkstyle-fallback:disabled { - color: #8b8c8e; - background-color: #22232e; } - .gtkstyle-fallback:selected { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - -.view, iconview, -.view text, -iconview text, -textview text { - color: #f8f8f2; - background-color: #282a36; } - .view:backdrop, iconview:backdrop, - .view text:backdrop, - iconview text:backdrop, - textview text:backdrop { - color: #cfcfcd; - background-color: #2a2c39; } - .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, - .view text:selected:focus, - iconview text:selected:focus, - textview text:selected:focus, - .view text:selected, - iconview text:selected, - textview text:selected { - border-radius: 3px; } - -textview border { - background-color: #232530; } - -.rubberband, -rubberband, -flowbox rubberband, -.content-view rubberband, -treeview.view rubberband { - border: 1px solid rgba(159, 99, 246, 0.5); - background-color: rgba(159, 99, 246, 0.2); } - -flowbox flowboxchild { - padding: 3px; - border-radius: 3px; } - flowbox flowboxchild:selected { - outline-offset: -2px; } - -label { - caret-color: currentColor; } - label.separator { - color: #f8f8f2; } - label.separator:backdrop { - color: #8b8c8e; } - label selection { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - label:disabled { - color: #8b8c8e; } - label:disabled:backdrop { - color: #3e4055; } - label:backdrop { - color: #8b8c8e; } - -.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, -headerbar .subtitle { - opacity: 0.55; - text-shadow: none; } - -assistant .sidebar { - background-color: #282a36; - border-top: 1px solid rgba(25, 26, 34, 0.9); } - assistant .sidebar:backdrop { - background-color: #2a2c39; - border-color: rgba(26, 27, 35, 0.91); } - -assistant.csd .sidebar { - border-top-style: none; } - -assistant .sidebar label { - padding: 6px 12px; } - -assistant .sidebar label.highlight { - background-color: #4a4a51; } - -.app-notification, -.app-notification.frame, .osd .scale-popup, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, .osd { - color: #fefefe; - border: none; - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - outline-color: rgba(254, 254, 254, 0.3); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .app-notification:backdrop, .osd .scale-popup:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, .osd:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; } - -*:selected { - background: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - -/*********** - * Buttons * - ***********/ -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(rgba(233, 219, 253, 0.5)), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(189, 147, 249, 0.5)), to(transparent)); } } - -notebook > header > tabs > arrow, -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border: none; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow, - button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - transition: none; } - notebook > header > tabs > arrow:hover, - button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 500ms; } - notebook > header > tabs > arrow:hover:active, - button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - notebook > header > tabs > arrow:hover, - button:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - -gtk-icon-effect: highlight; } - notebook > header > tabs > arrow:active, notebook > header > tabs > arrow:checked, - button:active, - button:checked { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(174, 123, 248, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - transition-duration: 50ms; } - notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop, - button:backdrop.flat, - button:backdrop { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #2a2c39; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - transition: 200ms ease-out; - -gtk-icon-effect: none; } - notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, - button:backdrop.flat:active, - button:backdrop.flat:checked, - button:backdrop:active, - button:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, - button:backdrop.flat:active label, - button:backdrop.flat:checked label, - button:backdrop:active label, - button:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - notebook > header > tabs > arrow:backdrop:disabled, notebook > header > tabs > arrow:backdrop:disabled, - button:backdrop.flat:disabled, - button:backdrop:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #22232e; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, - button:backdrop.flat:disabled:active, - button:backdrop.flat:disabled:checked, - button:backdrop:disabled:active, - button:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:disabled, notebook > header > tabs > arrow:backdrop:disabled, - button.flat:backdrop, - button.flat:disabled, - button.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - notebook > header > tabs > arrow:disabled, - button:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #22232e; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled:checked, - button:disabled:active, - button:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - notebook > header > tabs > arrow:disabled:active label, notebook > header > tabs > arrow:disabled:checked label, - button:disabled:active label, - button:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - notebook > header > tabs > arrow.image-button, - button.image-button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; } - notebook > header > tabs > arrow.text-button, - button.text-button { - padding-left: 16px; - padding-right: 16px; } - notebook > header > tabs > arrow.text-button.image-button, - button.text-button.image-button { - padding-left: 8px; - padding-right: 8px; } - notebook > header > tabs > arrow.text-button.image-button label, - button.text-button.image-button label { - padding-left: 8px; - padding-right: 8px; } - combobox:drop(active) button.combo, notebook > header > tabs > arrow:drop(active), - button:drop(active) { - color: #50fa7a; - border-color: #50fa7a; - box-shadow: inset 0 0 0 1px #50fa7a; } - -row:selected -button.flat:not(:active):not(:checked):not(:hover):not(disabled) { - color: #f8f8f2; - border-color: transparent; } - row:selected - button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { - color: #8b8c8e; } - - -button.osd { - min-width: 24px; - min-height: 32px; - color: #fefefe; - border-radius: 5px; - outline-color: rgba(254, 254, 254, 0.3); - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - border: none; - box-shadow: none; } - - button.osd.image-button { - min-width: 32px; } - - button.osd:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - border: none; - box-shadow: none; } - - button.osd:active, - button.osd:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); - border: none; - box-shadow: none; } - - button.osd:disabled:backdrop, - button.osd:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; } - - button.osd:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - border: none; } - -.app-notification button, -.app-notification.frame button, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button, -.osd -button { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, - .osd - button:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button:active:backdrop, popover.background.touch-selection button:active:backdrop, popover.background.magnifier button:active:backdrop, .app-notification button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button:checked:backdrop, popover.background.touch-selection button:checked:backdrop, popover.background.magnifier button:checked:backdrop, .app-notification button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, - .osd - button:active:backdrop, - .osd - button:active, - .osd - button:checked:backdrop, - .osd - button:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button:disabled:backdrop, popover.background.touch-selection button:disabled:backdrop, popover.background.magnifier button:disabled:backdrop, .app-notification button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, - .osd - button:disabled:backdrop, - .osd - button:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .app-notification button:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, - .osd - button:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .app-notification button.flat, popover.background.touch-selection button.flat, popover.background.magnifier button.flat, - .osd - button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - box-shadow: none; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .app-notification button.flat:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, - .osd - button.flat:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .app-notification button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, - .osd - button.flat:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - background-image: none; - border-color: transparent; - box-shadow: none; } - .app-notification button.flat:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, - .osd - button.flat:backdrop { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .app-notification button.flat:active, popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, .app-notification button.flat:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, - .osd - button.flat:active, - .osd - button.flat:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - - -button.suggested-action { - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton, - button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #bd93f9; } - - button.suggested-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.suggested-action:active, - button.suggested-action:checked { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop, - button.suggested-action:backdrop, - button.suggested-action.flat:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop label, - button.suggested-action:backdrop label, - button.suggested-action.flat:backdrop label { - color: rgba(255, 255, 255, 0.5); } - .selection-mode button.titlebutton:backdrop:active, .selection-mode button.titlebutton:backdrop:checked, - button.suggested-action:backdrop:active, - button.suggested-action:backdrop:checked, - button.suggested-action.flat:backdrop:active, - button.suggested-action.flat:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop:active label, .selection-mode button.titlebutton:backdrop:checked label, - button.suggested-action:backdrop:active label, - button.suggested-action:backdrop:checked label, - button.suggested-action.flat:backdrop:active label, - button.suggested-action.flat:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - .selection-mode button.titlebutton:backdrop:disabled, - button.suggested-action:backdrop:disabled, - button.suggested-action.flat:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop:disabled label, - button.suggested-action:backdrop:disabled label, - button.suggested-action.flat:backdrop:disabled label { - color: rgba(255, 255, 255, 0.5); } - .selection-mode button.titlebutton:backdrop:disabled:active, .selection-mode button.titlebutton:backdrop:disabled:checked, - button.suggested-action:backdrop:disabled:active, - button.suggested-action:backdrop:disabled:checked, - button.suggested-action.flat:backdrop:disabled:active, - button.suggested-action.flat:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode button.titlebutton:backdrop, .selection-mode button.titlebutton:disabled, .selection-mode button.titlebutton:backdrop:disabled, - button.suggested-action.flat:backdrop, - button.suggested-action.flat:disabled, - button.suggested-action.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(189, 147, 249, 0.8); } - - button.suggested-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.suggested-action:disabled label { - color: rgba(248, 248, 242, 0.8); } - - button.suggested-action:disabled:active, - button.suggested-action:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #bd93f9; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.suggested-action:disabled:active label, - button.suggested-action:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - .osd - button.suggested-action { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(189, 147, 249, 0.5); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.suggested-action:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0.7), rgba(189, 147, 249, 0.7)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.suggested-action:active:backdrop, .osd - button.suggested-action:active, .osd - button.suggested-action:checked:backdrop, .osd - button.suggested-action:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, #bd93f9, #bd93f9); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.suggested-action:disabled:backdrop, .osd - button.suggested-action:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd - button.suggested-action:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0.5), rgba(189, 147, 249, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - - -button.destructive-action { - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #ff2222; } - - button.destructive-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:active, - button.destructive-action:checked { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop, - button.destructive-action.flat:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop label, - button.destructive-action.flat:backdrop label { - color: rgba(255, 255, 255, 0.5); } - - button.destructive-action:backdrop:active, - button.destructive-action:backdrop:checked, - button.destructive-action.flat:backdrop:active, - button.destructive-action.flat:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop:active label, - button.destructive-action:backdrop:checked label, - button.destructive-action.flat:backdrop:active label, - button.destructive-action.flat:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - - button.destructive-action:backdrop:disabled, - button.destructive-action.flat:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:backdrop:disabled label, - button.destructive-action.flat:backdrop:disabled label { - color: rgba(255, 255, 255, 0.5); } - - button.destructive-action:backdrop:disabled:active, - button.destructive-action:backdrop:disabled:checked, - button.destructive-action.flat:backdrop:disabled:active, - button.destructive-action.flat:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action.flat:backdrop, - button.destructive-action.flat:disabled, - button.destructive-action.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(255, 34, 34, 0.8); } - - button.destructive-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:disabled label { - color: rgba(248, 248, 242, 0.8); } - - button.destructive-action:disabled:active, - button.destructive-action:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - - button.destructive-action:disabled:active label, - button.destructive-action:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - .osd - button.destructive-action { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(255, 34, 34, 0.5); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.destructive-action:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(255, 34, 34, 0.7), rgba(255, 34, 34, 0.7)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.destructive-action:active:backdrop, .osd - button.destructive-action:active, .osd - button.destructive-action:checked:backdrop, .osd - button.destructive-action:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, #ff2222, #ff2222); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .osd - button.destructive-action:disabled:backdrop, .osd - button.destructive-action:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd - button.destructive-action:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(255, 34, 34, 0.5), rgba(255, 34, 34, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -.stack-switcher > -button { - outline-offset: -3px; } - .stack-switcher > - button > label { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > - button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > - button.text-button { - padding-left: 10px; - padding-right: 10px; } - .stack-switcher > - button.image-button { - padding-left: 2px; - padding-right: 2px; } - .stack-switcher > - button.needs-attention:active > label, - .stack-switcher > - button.needs-attention:active > image, .stack-switcher > - button.needs-attention:checked > label, - .stack-switcher > - button.needs-attention:checked > image { - animation: none; - background-image: none; } - -.inline-toolbar -button, .inline-toolbar -button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.primary-toolbar -button { - -gtk-icon-shadow: none; } - -.stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(233, 219, 253, 0.5)), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.888627)), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; } - .stack-switcher > button.needs-attention > label:backdrop, - .stack-switcher > button.needs-attention > image:backdrop, stacksidebar row.needs-attention > label:backdrop { - background-size: 6px 6px, 0 0; } - .stack-switcher > button.needs-attention > label:dir(rtl), - .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { - background-position: left 3px, left 2px; } - -toolbar button:hover { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #0f0f14; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -toolbar button:active { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #040406; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -.inline-toolbar toolbutton > button { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .inline-toolbar toolbutton > button:hover { - color: rgba(189, 147, 249, 0.5); } - .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - color: rgba(174, 123, 248, 0.5); } - .inline-toolbar toolbutton > button:disabled { - color: #cfcfcd; } - .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - color: rgba(174, 123, 248, 0); } - .inline-toolbar toolbutton > button:backdrop { - color: #cfcfcd; } - .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { - color: rgba(174, 123, 248, 0.5); } - .inline-toolbar toolbutton > button:backdrop:disabled { - color: #cfcfcd; } - .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked { - color: rgba(174, 123, 248, 0); } - -toolbar.inline-toolbar toolbutton > button.flat:backdrop, -toolbar.inline-toolbar toolbutton:backdrop > button.flat:backdrop { - border-color: transparent; - box-shadow: none; } - -.inline-toolbar button, .inline-toolbar button:backdrop, .linked > button, -.linked > button:hover, -.linked > button:active, -.linked > button:checked, -.linked > button:backdrop, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) { - border: 1px solid rgba(25, 26, 34, 0.9); - border-radius: 0; - border-right-style: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); } - -.inline-toolbar button:first-child, .linked > button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -.inline-toolbar button:last-child, .linked > button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - border-right-style: solid; } - -.inline-toolbar button:only-child, .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 3px; - border-style: solid; } - -.linked.vertical > button, -.linked.vertical > button:hover, -.linked.vertical > button:active, -.linked.vertical > button:checked, -.linked.vertical > button:backdrop, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > combobox > box > button.combo { - border-style: solid solid none solid; - border-radius: 0; } - -.linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border-style: solid; } - -.linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 3px; - border-style: solid; } - -modelbutton.flat, popover.background checkbutton, -popover.background radiobutton, -.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop, -popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, -popover.background radiobutton:backdrop:hover, -.menuitem.button.flat:backdrop, -.menuitem.button.flat:backdrop:hover, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, button:link, -button:visited, button:link:hover, button:link:active, button:link:checked, -button:visited:hover, -button:visited:active, -button:visited:checked, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop { - background-color: transparent; - background-image: none; - border-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - -/* menu buttons */ -modelbutton.flat, popover.background checkbutton, -popover.background radiobutton, -.menuitem.button.flat { - min-height: 26px; - padding-left: 5px; - padding-right: 5px; - border-radius: 3px; - outline-offset: -2px; } - modelbutton.flat:hover, popover.background checkbutton:hover, - popover.background radiobutton:hover, - .menuitem.button.flat:hover { - background-color: #383a4c; } - modelbutton.flat check:last-child, popover.background checkbutton check:last-child, popover.background radiobutton check:last-child, - modelbutton.flat radio:last-child, - popover.background checkbutton radio:last-child, - popover.background radiobutton radio:last-child, - .menuitem.button.flat check:last-child, - .menuitem.button.flat radio:last-child { - margin-left: 8px; } - modelbutton.flat check:first-child, popover.background checkbutton check:first-child, popover.background radiobutton check:first-child, - modelbutton.flat radio:first-child, - popover.background checkbutton radio:first-child, - popover.background radiobutton radio:first-child, - .menuitem.button.flat check:first-child, - .menuitem.button.flat radio:first-child { - margin-right: 8px; } - -modelbutton.flat arrow, popover.background checkbutton arrow, popover.background radiobutton arrow { - background: none; } - modelbutton.flat arrow:hover, popover.background checkbutton arrow:hover, popover.background radiobutton arrow:hover { - background: none; } - modelbutton.flat arrow.left, popover.background checkbutton arrow.left, popover.background radiobutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - modelbutton.flat arrow.right, popover.background checkbutton arrow.right, popover.background radiobutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -button.color { - padding: 4px; } - button.color colorswatch:only-child, button.color colorswatch:only-child overlay { - border-radius: 0; } - -notebook button, list button, .view button, iconview button, popover button { - box-shadow: inset 0px 0px 0px 1px rgba(25, 26, 34, 0.9); } - notebook button:backdrop, list button:backdrop, .view button:backdrop, iconview button:backdrop, popover button:backdrop { - box-shadow: inset 0px 0px 0px 1px rgba(25, 26, 34, 0.9); } - -notebook .linked > button, list .linked > button, .view .linked > button, iconview .linked > button, popover .linked > button { - box-shadow: none; } - -/************ - * Calendar * - ***********/ -calendar { - color: #f8f8f2; - border: 1px solid rgba(25, 26, 34, 0.9); } - calendar:selected { - border-radius: 3px; } - calendar.header { - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - border-radius: 0; } - calendar.header:backdrop { - border-color: rgba(0, 0, 0, 0.1); } - calendar.button { - color: rgba(248, 248, 242, 0.45); } - calendar.button:hover { - color: #f8f8f2; } - calendar.button:backdrop { - color: rgba(139, 140, 142, 0.45); } - calendar.button:disabled { - color: rgba(139, 140, 142, 0.45); } - calendar:indeterminate, calendar:indeterminate:backdrop { - color: alpha(currentColor,0.55); } - calendar.highlight, calendar.highlight:backdrop { - font-size: smaller; - color: #f8f8f2; } - calendar:backdrop { - color: #cfcfcd; - border-color: rgba(26, 27, 35, 0.91); } - -/************************* - * Check and Radio Items * - *************************/ -check { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-hover.png"), url("../assets/checkbox-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -radio:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -check:active { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked-active.png"), url("../assets/checkbox-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -radio:active { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -check:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:checked { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-hover.png"), url("../assets/checkbox-checked-hover@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); - -gtk-icon-shadow: none; } - -check:checked:active { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked-active.png"), url("../assets/checkbox-checked-active@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:active { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); - -gtk-icon-shadow: none; } - -check:checked:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked.png"), url("../assets/radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"), url("../assets/checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-hover.png"), url("../assets/checkbox-mixed-hover@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:active { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-active.png"), url("../assets/checkbox-mixed-active@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:active { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed.png"), url("../assets/checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed.png"), url("../assets/radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-mixed-insensitive.png"), url("../assets/checkbox-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); - -gtk-icon-shadow: none; } - -check:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -radio:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-unchecked.png"), url("../assets/selected-radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:checked:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/checkbox-checked.png"), url("../assets/checkbox-checked@2.png")); - -gtk-icon-shadow: none; } - -radio:checked:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-checked.png"), url("../assets/selected-radio-checked@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:hover:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:active:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -check:indeterminate:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-checkbox-mixed.png"), url("../assets/selected-checkbox-mixed@2.png")); - -gtk-icon-shadow: none; } - -radio:indeterminate:disabled:backdrop:selected { - -gtk-icon-source: -gtk-scaled(url("../assets/selected-radio-mixed.png"), url("../assets/selected-radio-mixed@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check, iconview.content-view check, -.view.content-view.check, -iconview.content-view.check { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked.png"), url("../assets/checkbox-unchecked@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio, iconview.content-view radio, -.view.content-view.radio, -iconview.content-view.radio { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:hover, iconview.content-view check:hover, -.view.content-view.check:hover, -iconview.content-view.check:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-hover.png"), url("../assets/checkbox-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:hover, iconview.content-view radio:hover, -.view.content-view.radio:hover, -iconview.content-view.radio:hover { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:active, iconview.content-view check:active, -.view.content-view.check:active, -iconview.content-view.check:active { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-active.png"), url("../assets/checkbox-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:active, iconview.content-view radio:active, -.view.content-view.radio:active, -iconview.content-view.radio:active { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:backdrop, iconview.content-view check:backdrop, -.view.content-view.check:backdrop, -iconview.content-view.check:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop.png"), url("../assets/checkbox-unchecked-backdrop@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:backdrop, iconview.content-view radio:backdrop, -.view.content-view.radio:backdrop, -iconview.content-view.radio:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:disabled, iconview.content-view check:disabled, -.view.content-view.check:disabled, -iconview.content-view.check:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-insensitive.png"), url("../assets/checkbox-unchecked-insensitive@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:disabled, iconview.content-view radio:disabled, -.view.content-view.radio:disabled, -iconview.content-view.radio:disabled { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view check:disabled:backdrop, iconview.content-view check:disabled:backdrop, -.view.content-view.check:disabled:backdrop, -iconview.content-view.check:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox-unchecked-backdrop-insensitive.png"), url("../assets/checkbox-unchecked-backdrop-insensitive@2.png")); - -gtk-icon-shadow: none; } - -.view.content-view radio:disabled:backdrop, iconview.content-view radio:disabled:backdrop, -.view.content-view.radio:disabled:backdrop, -iconview.content-view.radio:disabled:backdrop { - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); - -gtk-icon-shadow: none; } - -checkbutton.text-button, radiobutton.text-button { - padding: 2px 0; - outline-offset: 0; } - checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { - margin-left: 4px; } - checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { - margin-right: 4px; } - -check, -radio { - margin: 0 4px; - min-height: 16px; - min-width: 16px; - border: none; } - menu menuitem check, menu menuitem - radio { - margin: 0; } - menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem - radio, menu menuitem - radio:hover, menu menuitem - radio:disabled { - min-height: 14px; - min-width: 14px; - background-image: none; - background-color: transparent; - box-shadow: none; - -gtk-icon-shadow: none; - color: inherit; - border-color: currentColor; - animation: none; } - -/***************** - * Color Chooser * - *****************/ -colorswatch, colorswatch:drop(active) { - border-style: none; } - -colorswatch.top { - border-top-left-radius: 5.5px; - border-top-right-radius: 5.5px; } - colorswatch.top overlay { - border-top-left-radius: 5px; - border-top-right-radius: 5px; } - -colorswatch.bottom { - border-bottom-left-radius: 5.5px; - border-bottom-right-radius: 5.5px; } - colorswatch.bottom overlay { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; } - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 5.5px; - border-bottom-left-radius: 5.5px; } - colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; } - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 5.5px; - border-bottom-right-radius: 5.5px; } - colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; } - -colorswatch.dark overlay { - color: #f8f8f2; } - colorswatch.dark overlay:hover { - border-color: rgba(25, 26, 34, 0.9); } - colorswatch.dark overlay:backdrop { - color: rgba(248, 248, 242, 0.5); } - -colorswatch.light overlay { - color: #f8f8f2; } - colorswatch.light overlay:hover { - border-color: rgba(25, 26, 34, 0.9); } - colorswatch.light overlay:backdrop { - color: #cfcfcd; } - -colorswatch:drop(active) { - box-shadow: none; } - colorswatch:drop(active).light overlay { - border-color: #50fa7a; - box-shadow: inset 0 0 0 2px rgba(25, 26, 34, 0.9), inset 0 0 0 1px #50fa7a; } - colorswatch:drop(active).dark overlay { - border-color: #50fa7a; - box-shadow: inset 0 0 0 2px rgba(25, 26, 34, 0.9), inset 0 0 0 1px #50fa7a; } - -colorswatch overlay { - box-shadow: inset 0 3px 2px -2px rgba(0, 0, 0, 0.5); - border: 1px solid rgba(25, 26, 34, 0.9); } - colorswatch overlay:hover { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); } - colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { - border-color: rgba(25, 26, 34, 0.9); - box-shadow: none; } - -colorswatch#add-color-button { - border-radius: 5px 5px 0 0; } - colorswatch#add-color-button:only-child { - border-radius: 5px; } - colorswatch#add-color-button overlay { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - colorswatch#add-color-button overlay:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - colorswatch#add-color-button overlay:backdrop { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #2a2c39; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -colorswatch:disabled { - opacity: 0.5; } - colorswatch:disabled overlay { - border-color: rgba(0, 0, 0, 0.6); - box-shadow: none; } - -row:selected colorswatch { - box-shadow: 0 0 0 2px #f8f8f2; } - -colorswatch#editor-color-sample { - border-radius: 4px; } - colorswatch#editor-color-sample overlay { - border-radius: 4.5px; } - -colorchooser .popover.osd { - border-radius: 5px; } - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; } - -combobox:drop(active) { - box-shadow: none; } - -/*********** - * Dialogs * - ***********/ -messagedialog .titlebar:not(headerbar) { - background-color: rgba(30, 31, 41, 0.95); } - -messagedialog .titlebar { - min-height: 20px; - background-image: none; - background-color: rgba(30, 31, 41, 0.95); - border-style: none; - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -messagedialog.csd.background { - background-color: rgba(30, 31, 41, 0.95); - color: #f8f8f2; - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; } - -messagedialog.csd .dialog-action-area button { - padding: 10px 14px; - border-radius: 0; - border-left-style: solid; - border-right-style: none; - border-bottom-style: none; - background-color: transparent; - color: #f8f8f2; - box-shadow: none; } - messagedialog.csd .dialog-action-area button:hover { - background-color: rgba(189, 147, 249, 0.4); } - messagedialog.csd .dialog-action-area button:first-child { - border-left-style: none; - border-bottom-left-radius: 4px; } - messagedialog.csd .dialog-action-area button:last-child { - border-bottom-right-radius: 4px; } - -filechooser .dialog-action-box { - border-top: 1px solid rgba(25, 26, 34, 0.9); } - filechooser .dialog-action-box:backdrop { - border-top-color: rgba(26, 27, 35, 0.91); } - -filechooser #pathbarbox { - border-bottom: 1px solid #1e1f29; } - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; } - -/**************** - * Text Entries * - ****************/ -spinbutton:not(.vertical), -entry { - min-height: 32px; - padding-left: 8px; - padding-right: 8px; - border: 1px solid; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #f8f8f2; - border-color: rgba(25, 26, 34, 0.9); - background-color: #282a36; } - spinbutton:not(.vertical) image.left, - entry image.left { - padding-left: 0; - padding-right: 6px; } - spinbutton:not(.vertical) image.right, - entry image.right { - padding-left: 6px; - padding-right: 0; } - spinbutton:not(.vertical) undershoot.left, - entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: none; - box-shadow: none; } - spinbutton:not(.vertical) undershoot.right, - entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: none; - box-shadow: none; } - spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical), - entry.flat:focus, - entry.flat { - min-height: 0; - padding: 2px; - background-image: none; - border-color: transparent; - box-shadow: none; - border-radius: 0; } - spinbutton:focus:not(.vertical), - entry:focus { - border-color: rgba(159, 99, 246, 0.5); } - spinbutton:disabled:not(.vertical), - entry:disabled { - color: #8b8c8e; - border-color: rgba(25, 26, 34, 0.9); - background-color: #22232e; - box-shadow: none; } - spinbutton:backdrop:not(.vertical), - entry:backdrop { - color: #cfcfcd; - border-color: rgba(26, 27, 35, 0.91); - background-color: #2a2c39; - box-shadow: none; - transition: 200ms ease-out; } - spinbutton:backdrop:disabled:not(.vertical), - entry:backdrop:disabled { - color: #3e4055; - border-color: rgba(26, 27, 35, 0.91); - background-color: #22232e; - box-shadow: none; } - spinbutton.error:not(.vertical), - entry.error { - color: #f8f8f2; - border-color: rgba(25, 26, 34, 0.9); - background-color: #282a36; - color: #ff3c3c; - border-color: #880000; } - spinbutton.error:focus:not(.vertical), - entry.error:focus { - border-color: #880000; } - spinbutton.error:selected:focus:not(.vertical), spinbutton.error:selected:not(.vertical), - entry.error:selected:focus, - entry.error:selected { - background-color: #ff3c3c; } - spinbutton.warning:not(.vertical), - entry.warning { - color: #f8f8f2; - border-color: rgba(25, 26, 34, 0.9); - background-color: #282a36; - color: #ff9f39; - border-color: #864500; } - spinbutton.warning:focus:not(.vertical), - entry.warning:focus { - border-color: #864500; } - spinbutton.warning:selected:focus:not(.vertical), spinbutton.warning:selected:not(.vertical), - entry.warning:selected:focus, - entry.warning:selected { - background-color: #ff9f39; } - spinbutton:not(.vertical) image, - entry image { - color: #cecfcc; } - spinbutton:not(.vertical) image:hover, - entry image:hover { - color: #f8f8f2; } - spinbutton:not(.vertical) image:active, - entry image:active { - color: rgba(189, 147, 249, 0.5); } - spinbutton:not(.vertical) image:backdrop, - entry image:backdrop { - color: #78797d; } - spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical), - entry:drop(active):focus, - entry:drop(active) { - border-color: #50fa7a; - box-shadow: inset 0 0 0 1px #50fa7a; } - .osd spinbutton:not(.vertical), .osd - entry { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(0, 0, 0, 0.5); - box-shadow: none; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .osd spinbutton:focus:not(.vertical), .osd - entry:focus { - color: white; - border-color: rgba(189, 147, 249, 0.5); - background-color: rgba(0, 0, 0, 0.5); - background-clip: padding-box; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .osd spinbutton:backdrop:not(.vertical), .osd - entry:backdrop { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(0, 0, 0, 0.5); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd spinbutton:disabled:not(.vertical), .osd - entry:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(43, 46, 49, 0.5); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -6px; - background-color: transparent; - background-image: none; - border-radius: 0; - border-width: 0 0 2px; - border-color: rgba(189, 147, 249, 0.5); - border-style: solid; - box-shadow: none; } - spinbutton:not(.vertical) progress:backdrop, - entry progress:backdrop { - background-color: transparent; } - -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), -.linked:not(.vertical) > -entry:focus + button, -.linked:not(.vertical) > -entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + entry, .linked:not(.vertical) > -entry:focus + -entry { - border-left-color: rgba(159, 99, 246, 0.5); } - -.linked:not(.vertical) > spinbutton:focus:not(.vertical), .linked:not(.vertical) > -entry:focus { - border-color: rgba(159, 99, 246, 0.5); } - -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), -.linked:not(.vertical) > -entry:drop(active) + button, -.linked:not(.vertical) > -entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > -entry:drop(active) + -entry { - border-left-color: #50fa7a; } - -.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), -.linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > -entry:not(:disabled) + entry:not(:disabled), -.linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { - border-top-color: rgba(36, 38, 49, 0.97); - background-image: linear-gradient(to bottom, #282a36, #282a36); } - .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, - .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > - entry:not(:disabled) + entry:not(:disabled):backdrop, - .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) { - border-top-color: rgba(38, 40, 51, 0.973); - background-image: linear-gradient(to bottom, #2a2c39, #2a2c39); } - -.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), -.linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical), -.linked.vertical > -entry:disabled + entry:disabled { - border-top-color: rgba(36, 38, 49, 0.97); } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), -.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), -.linked.vertical > -entry + entry:focus:not(:only-child) { - border-top-color: rgba(159, 99, 246, 0.5); } - -.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), -.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical), -.linked.vertical > -entry + entry:drop(active):not(:only-child) { - border-top-color: #50fa7a; } - -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:focus:not(:only-child) + spinbutton:not(.vertical), -.linked.vertical > -entry:focus:not(:only-child) + entry, -.linked.vertical > -entry:focus:not(:only-child) + button, -.linked.vertical > -entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: rgba(159, 99, 246, 0.5); } - -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical), -.linked.vertical > -entry:drop(active):not(:only-child) + entry, -.linked.vertical > -entry:drop(active):not(:only-child) + button, -.linked.vertical > -entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #50fa7a; } - -treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { - background-color: #282a36; - transition-property: color, background; } - -treeview entry.flat, treeview entry { - border-radius: 0; - background-image: none; - background-color: #282a36; } - treeview entry.flat:focus, treeview entry:focus { - border-color: rgba(189, 147, 249, 0.5); } - -/************* - * Expanders * - *************/ -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - expander arrow:hover { - color: white; } - expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -/**************** - * Floating Bar * - ****************/ -.floating-bar { - background-color: #1e1f29; - border-width: 1px; - border-style: solid solid none; - border-color: rgba(25, 26, 34, 0.9); - border-radius: 3px 3px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); } - .floating-bar.bottom.left { - border-left-style: none; - border-top-left-radius: 0; } - .floating-bar.bottom.right { - border-right-style: none; - border-top-right-radius: 0; } - .floating-bar > button { - padding: 4px; } - .floating-bar:backdrop { - background-color: #1e1f29; - border-color: rgba(26, 27, 35, 0.91); } - -/********** - * Frames * - **********/ -frame > border, -.frame { - box-shadow: none; - margin: 0; - padding: 0; - border-radius: 0; - border: 1px solid rgba(25, 26, 34, 0.9); } - frame > border.flat, - .frame.flat { - border-style: none; } - frame > border:backdrop, - .frame:backdrop { - border-color: rgba(26, 27, 35, 0.91); } - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(25, 26, 34, 0.9); } - actionbar > revealer > box:backdrop { - border-color: rgba(26, 27, 35, 0.91); } - -scrolledwindow viewport.frame { - border-style: none; } - -scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(3, 4, 5, 0.9)), to(rgba(3, 4, 5, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(248, 248, 242, 0.07)), to(rgba(248, 248, 242, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - scrolledwindow overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(26, 27, 35, 0.91)), to(rgba(26, 27, 35, 0))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: none; - box-shadow: none; } - -scrolledwindow undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: none; - box-shadow: none; } - -scrolledwindow junction { - border-color: transparent; - border-image: linear-gradient(to bottom, rgba(25, 26, 34, 0.9) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #232530; } - scrolledwindow junction:dir(rtl) { - border-image-slice: 0 1 0 0; } - scrolledwindow junction:backdrop { - border-image-source: linear-gradient(to bottom, rgba(26, 27, 35, 0.91) 1px, transparent 1px); - background-color: #181820; - transition: 200ms ease-out; } - -separator { - background: rgba(0, 0, 0, 0.1); } - -/************ - * Popovers * - ************/ -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 8px; - -GraniteWidgetsPopOver-border-width: 0; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid #282a36; - background: #282a36; - color: #f8f8f2; } - GraniteWidgetsPopOver .button { - background-image: none; - background: none; - border: none; } - GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { - color: rgba(189, 147, 249, 0.5); } - GraniteWidgetsPopOver > .frame { - border: none; } - GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar { - border: none; - background: none; } - -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.popover_bg { - background-color: #282a36; - background-image: none; - border: 1px solid #282a36; - color: #f8f8f2; } - -/*********** - * Welcome * - **********/ -GraniteWidgetsWelcome { - background-color: #282a36; } - GraniteWidgetsWelcome GtkLabel { - color: #f8f8f2; } - GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(248, 248, 242, 0.8); } - -/************** -* Source List * -***************/ -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; - background-color: #1e1f29; - border: solid rgba(25, 26, 34, 0.9); - color: #f8f8f2; - border-right-width: 1px; } - .source-list .category-expander { - color: transparent; } - .source-list .badge { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - color: #1e1f29; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - .source-list .badge:selected:backdrop, .source-list .badge:selected:hover:backdrop { - background-color: rgba(0, 0, 0, 0.2); - color: #13141a; } - .source-list row, - .source-list .list-row { - border: none; - padding: 0; } - .source-list row > GtkLabel, - .source-list row > label, - .source-list .list-row > GtkLabel, - .source-list .list-row > label { - padding-left: 6px; - padding-right: 6px; } - -/************** -* Text Styles * -**************/ -.h1 { - font-size: 24px; } - -.h2 { - font-weight: 300; - font-size: 18px; } - -.h3 { - font-size: 11px; } - -.h4, -.category-label { - font-size: 12px; - padding: 6px; - color: rgba(248, 248, 242, 0.3); - font-weight: bold; - text-shadow: 0 1px rgba(255, 255, 255, 0.2); } - -/************** -* Storage Bar * -**************/ -.storage-bar .trough { - border: none; - box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); - background-image: none; - background-color: transparent; - padding: 8px 6px; } - -.storage-bar .fill-block { - background-color: #f1fa8c; - border: none; - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); - transition: all 200ms ease-in-out; - padding: 8px 6px; } - .storage-bar .fill-block:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-left-width: 1px; - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } - .storage-bar .fill-block:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); } - .storage-bar .fill-block.empty-block { - background-color: #282a36; } - .storage-bar .fill-block.app { - background-color: #13b1d5; } - .storage-bar .fill-block.audio { - background-color: #ffb86c; } - .storage-bar .fill-block.photo { - background-color: #ff5555; } - .storage-bar .fill-block.video { - background-color: #bd93f9; } - .storage-bar .fill-block .legend { - padding: 12px; - border-radius: 4px; } - -/*************** - * Header bars * - ***************/ -.titlebar:not(headerbar), -headerbar { - padding: 0 6px; - min-height: 34px; - background-color: #1e1f29; - color: #f8f8f2; - border-radius: 0; } - .titlebar:backdrop:not(headerbar), - headerbar:backdrop { - border-color: rgba(26, 27, 35, 0.91); - background-image: none; - transition: 200ms ease-out; } - .titlebar:not(headerbar) .title, - headerbar .title { - font-weight: bold; - padding-left: 12px; - padding-right: 12px; } - .titlebar:not(headerbar) .subtitle, - headerbar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .titlebar:not(headerbar) .linked > button, - .titlebar:not(headerbar) .linked > button:hover, - .titlebar:not(headerbar) .linked > button:active, - .titlebar:not(headerbar) .linked > button:checked, - .titlebar:not(headerbar) .linked > button:backdrop, - .titlebar:not(headerbar) headerbar .linked > button, - headerbar .titlebar:not(headerbar) .linked > button, - .titlebar:not(headerbar) headerbar .linked > button, - headerbar .titlebar:not(headerbar) .linked > button:hover, - .titlebar:not(headerbar) headerbar .linked > button:hover, - headerbar .titlebar:not(headerbar) .linked > button:active, - .titlebar:not(headerbar) headerbar .linked > button:active, - headerbar .titlebar:not(headerbar) .linked > button:checked, - .titlebar:not(headerbar) headerbar .linked > button:checked, - headerbar .titlebar:not(headerbar) .linked > button:backdrop, - .titlebar:not(headerbar) headerbar .linked > button:backdrop, - headerbar .linked > button, - headerbar .linked > button:hover, - headerbar .linked > button:active, - headerbar .linked > button:checked, - headerbar .linked > button:backdrop { - border: none; - border-radius: 0; - border-right-style: none; - box-shadow: none; } - .titlebar:not(headerbar) .linked > button:first-child, - .titlebar:not(headerbar) headerbar .linked > button:first-child, - headerbar .titlebar:not(headerbar) .linked > button:first-child, - headerbar .linked > button:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; } - .titlebar:not(headerbar) .linked > button:last-child, - .titlebar:not(headerbar) headerbar .linked > button:last-child, - headerbar .titlebar:not(headerbar) .linked > button:last-child, - headerbar .linked > button:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - border-right-style: solid; } - .titlebar:not(headerbar) .linked > button:only-child, - .titlebar:not(headerbar) headerbar .linked > button:only-child, - headerbar .titlebar:not(headerbar) .linked > button:only-child, - headerbar .linked > button:only-child { - border-radius: 0px; - border-style: solid; } - .titlebar:not(headerbar) entry, - headerbar entry { - min-height: 24px; } - .titlebar:not(headerbar) button, - headerbar button { - color: #f8f8f2; - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; - min-height: 34px; } - .titlebar:not(headerbar) button:hover, - headerbar button:hover { - color: #bd93f9; - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; } - .titlebar:not(headerbar) button:active, .titlebar:not(headerbar) button:checked, - headerbar button:active, - headerbar button:checked { - color: #bd93f9; - background-color: transparent; - border-radius: 0; - text-shadow: none; - font-weight: bold; } - .titlebar:not(headerbar) button:backdrop, .titlebar:not(headerbar) button:disabled, .titlebar:not(headerbar) button:backdrop:disabled, - headerbar button:backdrop, - headerbar button:disabled, - headerbar button:backdrop:disabled { - color: rgba(255, 255, 255, 0.3); - background-color: transparent; - border-radius: 0; - text-shadow: none; - box-shadow: none; } - .titlebar:not(headerbar) button:backdrop:hover, .titlebar:not(headerbar) button:backdrop:active, .titlebar:not(headerbar) button:backdrop:checked, - headerbar button:backdrop:hover, - headerbar button:backdrop:active, - headerbar button:backdrop:checked { - background-color: transparent; - color: rgba(189, 147, 249, 0.5); - box-shadow: none; } - .titlebar:not(headerbar) button.suggested-action, - headerbar button.suggested-action { - font-weight: bold; - min-height: 24px; - margin-top: 4px; - margin-bottom: 4px; - border-radius: 3px; - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:hover, - headerbar button.suggested-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:active, - headerbar button.suggested-action:active { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:disabled, - headerbar button.suggested-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.suggested-action:disabled label, - headerbar button.suggested-action:disabled label { - color: rgba(255, 255, 255, 0.5); } - .titlebar:not(headerbar) button.suggested-action:backdrop, - headerbar button.suggested-action:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-radius: 3px; } - .titlebar:not(headerbar) button.suggested-action:backdrop:disabled, - headerbar button.suggested-action:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action, - headerbar button.destructive-action { - font-weight: bold; - min-height: 24px; - margin-top: 4px; - margin-bottom: 4px; - border-radius: 3px; - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:hover, - headerbar button.destructive-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:active, - headerbar button.destructive-action:active { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:disabled, - headerbar button.destructive-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.destructive-action:disabled label, - headerbar button.destructive-action:disabled label { - color: rgba(255, 255, 255, 0.5); } - .titlebar:not(headerbar) button.destructive-action:backdrop, - headerbar button.destructive-action:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-radius: 3px; } - .titlebar:not(headerbar) button.destructive-action:backdrop:disabled, - headerbar button.destructive-action:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ff2222; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .titlebar:not(headerbar) button.titlebutton, - headerbar button.titlebutton { - color: transparent; - box-shadow: none; } - .titlebar:not(headerbar) button.titlebutton:hover, .titlebar:not(headerbar) button.titlebutton:active, .titlebar:not(headerbar) button.titlebutton:checked, .titlebar:not(headerbar) button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop:hover, .titlebar:not(headerbar) button.titlebutton *, - headerbar button.titlebutton:hover, - headerbar button.titlebutton:active, - headerbar button.titlebutton:checked, - headerbar button.titlebutton:backdrop, - headerbar button.titlebutton:backdrop:hover, - headerbar button.titlebutton * { - color: transparent; - box-shadow: none; } - .titlebar:not(headerbar) .linked > button:active:backdrop, - .titlebar:not(headerbar) .linked > button:checked:backdrop, - headerbar .linked > button:active:backdrop, - headerbar .linked > button:checked:backdrop { - color: rgba(189, 147, 249, 0.4); } - .titlebar:not(headerbar) .linked > button:active:backdrop label, - .titlebar:not(headerbar) .linked > button:checked:backdrop label, - headerbar .linked > button:active:backdrop label, - headerbar .linked > button:checked:backdrop label { - color: rgba(189, 147, 249, 0.4); } - .selection-mode.titlebar:not(headerbar), - headerbar.selection-mode { - color: #f8f8f2; - text-shadow: 0 -1px rgba(0, 0, 0, 0.5); - border-color: rgba(159, 99, 246, 0.5); - background: rgba(189, 147, 249, 0.5) linear-gradient(to top, rgba(180, 133, 248, 0.5), rgba(186, 142, 249, 0.5) 2px, rgba(189, 147, 249, 0.5) 3px); - box-shadow: inset 0 1px rgba(209, 179, 251, 0.3); } - .selection-mode.titlebar:backdrop:not(headerbar), - headerbar.selection-mode:backdrop { - background-color: rgba(189, 147, 249, 0.5); - background-image: none; - box-shadow: inset 0 1px rgba(215, 189, 251, 0.26); } - .selection-mode.titlebar:not(headerbar) button, - headerbar.selection-mode button { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.flat, - headerbar.selection-mode button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .selection-mode.titlebar:not(headerbar) button:hover, - headerbar.selection-mode button:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:active, .selection-mode.titlebar:not(headerbar) button:checked, - headerbar.selection-mode button:active, - headerbar.selection-mode button:checked { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat, .selection-mode.titlebar:not(headerbar) button:backdrop, - headerbar.selection-mode button:backdrop.flat, - headerbar.selection-mode button:backdrop { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - -gtk-icon-effect: none; - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:active, .selection-mode.titlebar:not(headerbar) button:backdrop:checked, - headerbar.selection-mode button:backdrop.flat:active, - headerbar.selection-mode button:backdrop.flat:checked, - headerbar.selection-mode button:backdrop:active, - headerbar.selection-mode button:backdrop:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:active label, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:checked label, .selection-mode.titlebar:not(headerbar) button:backdrop:active label, .selection-mode.titlebar:not(headerbar) button:backdrop:checked label, - headerbar.selection-mode button:backdrop.flat:active label, - headerbar.selection-mode button:backdrop.flat:checked label, - headerbar.selection-mode button:backdrop:active label, - headerbar.selection-mode button:backdrop:checked label { - color: rgba(248, 248, 242, 0.7); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled, - headerbar.selection-mode button:backdrop.flat:disabled, - headerbar.selection-mode button:backdrop:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop.flat:disabled:checked, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:active, .selection-mode.titlebar:not(headerbar) button:backdrop:disabled:checked, - headerbar.selection-mode button:backdrop.flat:disabled:active, - headerbar.selection-mode button:backdrop.flat:disabled:checked, - headerbar.selection-mode button:backdrop:disabled:active, - headerbar.selection-mode button:backdrop:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); - border-color: rgba(159, 99, 246, 0.5); } - .selection-mode.titlebar:not(headerbar) button.flat:backdrop, .selection-mode.titlebar:not(headerbar) button.flat:disabled, .selection-mode.titlebar:not(headerbar) button.flat:backdrop:disabled, - headerbar.selection-mode button.flat:backdrop, - headerbar.selection-mode button.flat:disabled, - headerbar.selection-mode button.flat:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - .selection-mode.titlebar:not(headerbar) button:disabled, - headerbar.selection-mode button:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:disabled:active, .selection-mode.titlebar:not(headerbar) button:disabled:checked, - headerbar.selection-mode button:disabled:active, - headerbar.selection-mode button:disabled:checked { - color: rgba(248, 248, 242, 0.7); - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button:disabled:active label, .selection-mode.titlebar:not(headerbar) button:disabled:checked label, - headerbar.selection-mode button:disabled:active label, - headerbar.selection-mode button:disabled:checked label { - color: rgba(248, 248, 242, 0.7); } - .selection-mode.titlebar:not(headerbar) button.suggested-action, - headerbar.selection-mode button.suggested-action { - font-weight: normal; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:hover, - headerbar.selection-mode button.suggested-action:hover { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:active, - headerbar.selection-mode button.suggested-action:active { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:disabled, - headerbar.selection-mode button.suggested-action:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop, - headerbar.selection-mode button.suggested-action:backdrop { - color: rgba(255, 255, 255, 0.4); - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) button.suggested-action:backdrop:disabled, - headerbar.selection-mode button.suggested-action:backdrop:disabled { - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #72BFD0; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu, - headerbar.selection-mode .selection-menu:backdrop, - headerbar.selection-mode .selection-menu { - border-color: rgba(189, 147, 249, 0); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0), rgba(189, 147, 249, 0)); - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop GtkArrow, .selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow, - headerbar.selection-mode .selection-menu:backdrop GtkArrow, - headerbar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .selection-mode.titlebar:not(headerbar) .selection-menu:backdrop .arrow, .selection-mode.titlebar:not(headerbar) .selection-menu .arrow, - headerbar.selection-mode .selection-menu:backdrop .arrow, - headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - color: rgba(248, 248, 242, 0.5); - -gtk-icon-shadow: none; } - .tiled .titlebar:not(headerbar), - .maximized .titlebar:not(headerbar), .tiled - headerbar.titlebar, - .maximized - headerbar.titlebar { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } - .tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), - .maximized .titlebar:backdrop:not(headerbar), - .maximized .titlebar:not(headerbar), .tiled - headerbar:backdrop, .tiled - headerbar, - .maximized - headerbar:backdrop, - .maximized - headerbar { - border-radius: 0; } - .default-decoration.titlebar:not(headerbar), - headerbar.default-decoration { - padding: 4px; - min-height: 28px; } - .default-decoration.titlebar:not(headerbar) button.titlebutton, - headerbar.default-decoration button.titlebutton { - min-height: 26px; - min-width: 26px; - margin: 0; - padding: 0; } - -headerbar entry, -headerbar spinbutton, -headerbar separator { - margin-top: 5px; - margin-bottom: 5px; } - -headerbar switch { - margin-top: 10px; - margin-bottom: 10px; } - -headerbar separator { - background: transparent; } - -.background:not(.tiled):not(.maximized) .titlebar { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px rgba(0, 0, 0, 0.1); } - .background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, -window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, -window:not(.tiled):not(.maximized) headerbar:first-child { - border-top-left-radius: 4px; } - -window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized) headerbar:last-child { - border-top-right-radius: 4px; } - -window.csd > .titlebar:not(headerbar) { - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - border-color: transparent; - box-shadow: none; } - -.titlebar:not(headerbar) > separator { - background: transparent; } - -/************** - * GtkInfoBar * - **************/ -.info, .warning, .question, .error, -infobar { - text-shadow: none; - color: #f8f8f2; - background-color: #1e1f29; - border-bottom: 1px solid #08090c; - box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.15); } - -.info, .warning, .question, .error { - text-shadow: none; - color: #f8f8f2; - border: none; } - .info .label, .warning .label, .question .label, .error .label { - color: #f8f8f2; } - .info .label:backdrop, .warning .label:backdrop, .question .label:backdrop, .error .label:backdrop { - color: rgba(248, 248, 242, 0.5); } - .info button, .warning button, .question button, .error button { - border-radius: 2px; - border: none; - background: rgba(40, 42, 54, 0.98); - color: #f8f8f2; - box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); } - .info button .label, .warning button .label, .question button .label, .error button .label { - color: #f8f8f2; } - .info button:active, .warning button:active, .question button:active, .error button:active { - background: #282a36; - color: #f8f8f2; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } - .info button:active:backdrop, .warning button:active:backdrop, .question button:active:backdrop, .error button:active:backdrop { - background: rgba(40, 42, 54, 0.8); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - .info button:hover, .warning button:hover, .question button:hover, .error button:hover, .info button:focus, .warning button:focus, .question button:focus, .error button:focus { - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); } - .info button:disabled, .warning button:disabled, .question button:disabled, .error button:disabled { - background: rgba(40, 42, 54, 0.6); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - .info button:disabled:backdrop, .warning button:disabled:backdrop, .question button:disabled:backdrop, .error button:disabled:backdrop { - background: rgba(40, 42, 54, 0.5); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - .info button:backdrop, .warning button:backdrop, .question button:backdrop, .error button:backdrop { - background: rgba(40, 42, 54, 0.8); - color: rgba(248, 248, 242, 0.5); - box-shadow: none; } - -.info { - background-color: #50fa7a; } - .info:backdrop { - background-color: #82fba0; - color: rgba(248, 248, 242, 0.5); } - -.warning { - background-color: #ff9f39; } - .warning:backdrop { - background-color: #ffb86c; - color: rgba(248, 248, 242, 0.5); } - -.question { - background-color: #72BFD0; } - .question:backdrop { - background-color: #98d0dd; - color: rgba(248, 248, 242, 0.5); } - -.error { - background-color: #ff3c3c; } - .error:backdrop { - background-color: #ff6f6f; - color: rgba(248, 248, 242, 0.5); } - -/************* - * Level Bar * - *************/ -levelbar block { - min-width: 32px; - min-height: 6px; } - -levelbar.vertical block { - min-width: 6px; - min-height: 32px; } - -levelbar:backdrop { - transition: 200ms ease-out; } - -levelbar trough { - padding: 3px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.14); - box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - levelbar trough:backdrop { - background-color: rgba(0, 0, 0, 0.06); - box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - -levelbar.horizontal.discrete block { - margin: 0 1px; } - -levelbar.vertical.discrete block { - margin: 1px 0; } - -levelbar block { - border-radius: 2px; } - levelbar block:backdrop { - box-shadow: none; } - levelbar block.low { - background-color: #ff9f39; } - levelbar block.low:backdrop { - border-color: #ff9f39; } - levelbar block.high, levelbar block:not(.empty) { - background-color: #72BFD0; } - levelbar block.high:backdrop, levelbar block:not(.empty):backdrop { - border-color: #72BFD0; } - levelbar block.full { - background-color: #4caec3; } - levelbar block.full:backdrop { - border-color: #4caec3; } - levelbar block.empty { - background-color: rgba(0, 0, 0, 0.14); - box-shadow: none; } - -/********* - * Links * - *********/ -*:link, button:link, -button:visited { - color: #13b1d5; } - *:link:visited, - button:visited { - color: rgba(19, 177, 213, 0.5); } - *:selected *:link:visited, *:selected button:visited:link, - *:selected button:visited { - color: rgba(237, 230, 243, 0.8); } - *:link:hover, button:hover:link, - button:hover:visited { - color: #2fc9ec; } - *:selected *:link:hover, *:selected button:hover:link, - *:selected button:hover:visited { - color: rgba(246, 244, 242, 0.95); } - *:link:active, button:active:link, - button:active:visited { - color: #13b1d5; } - *:selected *:link:active, *:selected button:active:link, - *:selected button:active:visited { - color: rgba(243, 240, 243, 0.9); } - *:link:backdrop:backdrop:hover, button:backdrop:backdrop:hover:link, - button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:backdrop:hover:link, - headerbar.selection-mode .subtitle:backdrop:backdrop:hover:link, button:backdrop:backdrop:hover:selected:link, - button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, button:backdrop:link, - button:backdrop:visited { - color: rgba(189, 147, 249, 0.5); } - *:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link, - headerbar.selection-mode .subtitle:link, button:selected:link, - button:selected:visited, - *:selected *:link, - *:selected button:link, - *:selected button:visited { - color: rgba(243, 240, 243, 0.9); } - -button:link, -button:visited { - text-shadow: none; } - button:link:hover, button:link:active, button:link:checked, - button:visited:hover, - button:visited:active, - button:visited:checked { - text-shadow: none; } - button:link > label, - button:visited > label { - text-decoration-line: underline; } - -/********* - * Lists * - *********/ -list { - color: #f8f8f2; - background-color: #282a36; - border-color: rgba(25, 26, 34, 0.9); } - list:backdrop { - background-color: #2a2c39; - border-color: rgba(26, 27, 35, 0.91); } - -row { - padding: 8px 14px; - transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - row label { - padding-left: 8px; } - row:hover { - transition: none; } - row:backdrop { - transition: 200ms ease-out; } - row.activatable.has-open-popup, row.activatable:hover { - background-color: rgba(248, 248, 242, 0.05); } - row.activatable:active { - box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } - row.activatable:backdrop:hover { - background-color: transparent; } - row.activatable:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } - row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: rgba(189, 147, 249, 0.3); } - row.activatable:selected:backdrop { - background-color: rgba(189, 147, 249, 0.4); } - -/********* - * Menus * - *********/ -menubar, -.menubar { - background-color: #1e1f29; - color: #f8f8f2; - -GtkWidget-window-dragging: true; - padding: 0px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } - menubar > menuitem, - .menubar > menuitem { - min-height: 16px; - padding: 4px 8px; } - menubar > menuitem:hover, - .menubar > menuitem:hover { - box-shadow: inset 0 -3px rgba(189, 147, 249, 0.5); } - menubar > menuitem:disabled, - .menubar > menuitem:disabled { - color: #8b8c8e; - box-shadow: none; } - -menu, -.menu, -.context-menu { - margin: 4px; - padding: 2px 0px; - background-color: #242530; - border: 1px solid rgba(25, 26, 34, 0.9); } - .csd menu, .csd - .menu, .csd - .context-menu { - border: none; } - menu:backdrop, - .menu:backdrop, - .context-menu:backdrop { - background-color: #282a36; } - menu menuitem, - .menu menuitem, - .context-menu menuitem { - min-height: 16px; - min-width: 40px; - padding: 4px 6px; - text-shadow: none; } - menu menuitem:hover, - .menu menuitem:hover, - .context-menu menuitem:hover { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - menu menuitem:disabled, - .menu menuitem:disabled, - .context-menu menuitem:disabled { - color: #8b8c8e; } - menu menuitem:disabled:backdrop, - .menu menuitem:disabled:backdrop, - .context-menu menuitem:disabled:backdrop { - color: #3e4055; } - menu menuitem:backdrop, menu menuitem:backdrop:hover, - .menu menuitem:backdrop, - .menu menuitem:backdrop:hover, - .context-menu menuitem:backdrop, - .context-menu menuitem:backdrop:hover { - color: #8b8c8e; - background-color: transparent; } - menu menuitem arrow, - .menu menuitem arrow, - .context-menu menuitem arrow { - min-height: 16px; - min-width: 16px; } - menu menuitem arrow:dir(ltr), - .menu menuitem arrow:dir(ltr), - .context-menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 10px; } - menu menuitem arrow:dir(rtl), - .menu menuitem arrow:dir(rtl), - .context-menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 10px; } - menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), - .menu menuitem label:dir(rtl), - .menu menuitem label:dir(ltr), - .context-menu menuitem label:dir(rtl), - .context-menu menuitem label:dir(ltr) { - color: inherit; } - menu > arrow, - .menu > arrow, - .context-menu > arrow { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #242530; - border-radius: 0; } - menu > arrow.top, - .menu > arrow.top, - .context-menu > arrow.top { - margin-top: -6px; - border-bottom: 1px solid #3d3f49; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - menu > arrow.bottom, - .menu > arrow.bottom, - .context-menu > arrow.bottom { - margin-bottom: -6px; - border-top: 1px solid #3d3f49; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - menu > arrow:hover, - .menu > arrow:hover, - .context-menu > arrow:hover { - background-color: #3d3f49; } - menu > arrow:backdrop, - .menu > arrow:backdrop, - .context-menu > arrow:backdrop { - background-color: #282a36; } - menu > arrow:disabled, - .menu > arrow:disabled, - .context-menu > arrow:disabled { - color: transparent; - background-color: transparent; - border-color: transparent; } - -menuitem accelerator { - color: alpha(currentColor,0.55); } - -menuitem check, -menuitem radio { - min-height: 16px; - min-width: 16px; } - menuitem check:dir(ltr), - menuitem radio:dir(ltr) { - margin-right: 7px; } - menuitem check:dir(rtl), - menuitem radio:dir(rtl) { - margin-left: 7px; } - -/******** - * Misc * - ********/ -.content-view { - background-color: #0f0f14; } - .content-view:hover { - -gtk-icon-effect: highlight; } - .content-view:backdrop { - background-color: #0f0f14; } - -.osd .scale-popup button.flat { - border-style: none; - border-radius: 5px; } - -.scale-popup button:hover { - background-color: rgba(248, 248, 242, 0.1); - border-radius: 5px; } - -/************ -* Assistant * -*************/ -assistant { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - assistant .sidebar { - background-color: #282a36; - border-top: 1px solid rgba(25, 26, 34, 0.9); - border-bottom-left-radius: 4px; } - assistant .sidebar:backdrop { - background-color: #2a2c39; - border-color: rgba(26, 27, 35, 0.91); } - assistant.csd .sidebar { - border-top-style: none; } - assistant .sidebar GtkLabel, - assistant .sidebar label { - padding: 6px 12px; } - assistant .sidebar GtkLabel.highlight, - assistant .sidebar label.highlight { - background-color: #4a4a51; } - -/************* - * Notebooks * - *************/ -notebook > header { - padding: 1px; - border-color: rgba(25, 26, 34, 0.9); - border-width: 0px; - background-color: #1e1f29; } - notebook > header:backdrop { - border-color: rgba(26, 27, 35, 0.91); - background-color: #1e1f29; } - notebook > header tabs { - margin: -1px; } - notebook > header.top { - border-bottom-style: solid; } - notebook > header.top > tabs { - margin-bottom: -2px; } - notebook > header.top > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.top > tabs > tab:checked { - background-color: #282a36; } - notebook > header.top > tabs > tab:checked:hover { - background-color: #282a36; } - notebook > header.bottom { - border-top-style: solid; } - notebook > header.bottom > tabs { - margin-top: -2px; } - notebook > header.bottom > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.bottom > tabs > tab:checked { - background-color: #282a36; } - notebook > header.left { - border-right-style: solid; } - notebook > header.left > tabs { - margin-right: -2px; } - notebook > header.left > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.left > tabs > tab:checked { - background-color: #282a36; } - notebook > header.right { - border-left-style: solid; } - notebook > header.right > tabs { - margin-left: -2px; } - notebook > header.right > tabs > tab:backdrop { - box-shadow: none; } - notebook > header.right > tabs > tab:checked { - background-color: #282a36; } - notebook > header.top > tabs > arrow { - border-top-style: none; } - notebook > header.bottom > tabs > arrow { - border-bottom-style: none; } - notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - margin-left: -5px; - margin-right: -5px; - padding-left: 4px; - padding-right: 4px; } - notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - notebook > header.left > tabs > arrow { - border-left-style: none; } - notebook > header.right > tabs > arrow { - border-right-style: none; } - notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - margin-top: -5px; - margin-bottom: -5px; - padding-top: 4px; - padding-bottom: 4px; } - notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; } - notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) { - background-clip: padding-box; - background-image: none; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: none; } - notebook > header > tabs > arrow:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - notebook > header tab { - min-height: 30px; - min-width: 30px; - padding: 3px 12px; - outline-offset: -5px; - color: #8b8c8e; - font-weight: bold; - border-width: 1px; - border-color: transparent; } - notebook > header tab:hover { - color: #c2c2c0; } - notebook > header tab:hover.reorderable-page { - border-color: rgba(25, 26, 34, 0.2); - background-color: rgba(30, 31, 41, 0.2); } - notebook > header tab:backdrop { - color: #5f6066; } - notebook > header tab:backdrop.reorderable-page { - border-color: transparent; - background-color: transparent; } - notebook > header tab:checked { - color: #f8f8f2; } - notebook > header tab:checked.reorderable-page { - border-color: rgba(25, 26, 34, 0.4); - background-color: rgba(30, 31, 41, 0.5); } - notebook > header tab:checked.reorderable-page:hover { - background-color: rgba(30, 31, 41, 0.7); } - notebook > header tab:backdrop:checked { - color: #8b8c8e; } - notebook > header tab:backdrop:checked.reorderable-page { - border-color: rgba(26, 27, 35, 0.91); - background-color: #2a2c39; } - notebook > header tab button.flat { - padding: 0; - margin-top: 4px; - margin-bottom: 4px; - min-width: 20px; - min-height: 20px; } - notebook > header tab button.flat:hover { - background: transparent; - box-shadow: none; - color: #ff5555; } - notebook > header tab button.flat, notebook > header tab button.flat:backdrop { - color: alpha(currentColor,0.3); } - notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -4px; } - notebook > header tab button.flat:first-child { - margin-left: -4px; - margin-right: 4px; } - notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 0.5px; - padding-right: 0.5px; } - notebook > header.top tabs:not(:only-child), notebook > header.bottom tabs:not(:only-child) { - margin-left: 0.5px; - margin-right: 0.5px; } - notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0.5px; } - notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0.5px; } - notebook > header.top tabs tab, notebook > header.bottom tabs tab { - margin-left: 0.5px; - margin-right: 0.5px; } - notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: none solid; } - notebook > header.left tabs, notebook > header.right tabs { - padding-top: 4px; - padding-bottom: 4px; } - notebook > header.left tabs:not(:only-child), notebook > header.right tabs:not(:only-child) { - margin-top: 3px; - margin-bottom: 3px; } - notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: -1px; } - notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: -1px; } - notebook > header.left tabs tab, notebook > header.right tabs tab { - margin-top: 4px; - margin-bottom: 4px; } - notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid none; } - notebook > header.top tab { - padding-bottom: 4px; } - notebook > header.bottom tab { - padding-top: 4px; } - -notebook > stack:not(:only-child) { - background-color: #282a36; } - notebook > stack:not(:only-child):backdrop { - background-color: #2a2c39; } - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(25, 26, 34, 0.9)); - background-size: 1px 1px; } - paned > separator:selected { - background-image: image(rgba(189, 147, 249, 0.5)); } - paned > separator:backdrop { - background-image: image(rgba(26, 27, 35, 0.91)); } - paned > separator.wide { - min-width: 5px; - min-height: 5px; - background-color: #1e1f29; - background-image: image(rgba(25, 26, 34, 0.9)), image(rgba(25, 26, 34, 0.9)); - background-size: 1px 1px, 1px 1px; } - paned > separator.wide:backdrop { - background-color: #1e1f29; - background-image: image(rgba(26, 27, 35, 0.91)), image(rgba(26, 27, 35, 0.91)); } - -paned.horizontal > separator { - background-repeat: repeat-y; } - paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; } - paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; } - paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; } - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; } - paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; } - -/************ - * Pathbars * - ************/ -.path-bar button.text-button, .path-bar button.image-button, .path-bar button { - padding-left: 4px; - padding-right: 4px; } - -.path-bar button.text-button.image-button label { - padding-left: 0; - padding-right: 0; } - -.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child { - padding-right: 8px; } - -.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child { - padding-left: 8px; } - -.path-bar button image { - padding-left: 4px; - padding-right: 4px; } - -.path-bar button.slider-button { - padding-left: 0; - padding-right: 0; } - -/*************** - * Popovers * - ***************/ -popover.background { - padding: 2px; - border-radius: 5px; - background-color: #242530; - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); } - .csd popover.background, popover.background { - border: 1px solid rgba(25, 26, 34, 0.9); } - popover.background:backdrop { - background-color: #1e1f29; - box-shadow: none; } - popover.background > list, - popover.background > .view, - popover.background > iconview, - popover.background > toolbar { - border-style: none; - background-color: transparent; } - .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier { - border: 1px solid rgba(255, 255, 255, 0.1); } - popover.background separator { - margin: 3px; } - popover.background list separator { - margin: 0px; } - -/***************** - * Progress bars * - *****************/ -progressbar { - font-size: smaller; - color: rgba(248, 248, 242, 0.4); } - progressbar.horizontal trough, - progressbar.horizontal progress { - min-height: 6px; } - progressbar.vertical trough, - progressbar.vertical progress { - min-width: 6px; } - progressbar.horizontal progress { - margin: 0; } - progressbar.vertical progress { - margin: 0; } - progressbar:backdrop { - box-shadow: none; - transition: 200ms ease-out; } - progressbar.osd { - min-width: 3px; - min-height: 3px; - background-color: transparent; } - progressbar.osd trough { - border-style: none; - border-radius: 0; - background-color: transparent; - box-shadow: none; } - progressbar.osd progress { - border-style: none; - border-radius: 0; } - -/************ - * GtkScale * - ************/ -progressbar trough, scale trough, scale fill { - background-color: rgba(140, 143, 171, 0.14); - border: none; - border-radius: 3px; - margin: 0; } - progressbar trough:disabled, scale trough:disabled, scale fill:disabled { - background-color: rgba(0, 0, 0, 0.14); } - progressbar trough:backdrop, progressbar:backdrop trough, scale trough:backdrop, scale fill:backdrop { - background-color: rgba(0, 0, 0, 0.14); - transition: 200ms ease-out; } - progressbar trough:backdrop:disabled, progressbar:backdrop trough:disabled, scale trough:backdrop:disabled, scale fill:backdrop:disabled { - background-color: rgba(0, 0, 0, 0.14); } - -progressbar progress, scale highlight { - border: none; - background-color: rgba(189, 147, 249, 0.5); - border-radius: 3px; - margin: 0; } - progressbar progress:disabled, scale highlight:disabled { - border: none; - background-color: rgba(0, 0, 0, 0.14); } - progressbar progress:backdrop, progressbar:backdrop progress, scale highlight:backdrop, progressbar progress:active:backdrop, progressbar:backdrop progress:active, scale highlight:active:backdrop { - border-color: rgba(204, 171, 250, 0.5); - background-color: rgba(204, 171, 250, 0.5); } - progressbar progress:backdrop:disabled, progressbar:backdrop progress:disabled, scale highlight:backdrop:disabled, progressbar progress:active:backdrop:disabled, progressbar:backdrop progress:active:disabled, scale highlight:active:backdrop:disabled { - background-color: rgba(0, 0, 0, 0.1); } - -scale { - min-height: 16px; - min-width: 16px; - padding: 8px; } - scale.horizontal trough, - scale.horizontal progress { - min-height: 6px; } - scale.vertical trough, - scale.vertical progress { - min-width: 6px; } - scale slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); - border-radius: 12px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-property: background, border, box-shadow; } - scale slider:active { - background-color: #bd93f9; } - scale slider:active:disabled { - background-color: #22232e; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.05); } - scale.fine-tune.horizontal { - padding-top: 9px; - padding-bottom: 9px; - min-height: 16px; } - scale.fine-tune.vertical { - padding-left: 9px; - padding-right: 9px; - min-width: 16px; } - scale.fine-tune slider { - margin: -6px; } - scale.fine-tune fill, - scale.fine-tune highlight, - scale.fine-tune trough { - border-radius: 5px; - -gtk-outline-radius: 7px; } - scale trough { - outline-offset: 2px; - -gtk-outline-radius: 5px; - outline-color: transparent; } - scale fill:backdrop, scale fill { - background-color: rgba(25, 26, 34, 0.9); } - scale fill:disabled:backdrop, scale fill:disabled { - border-color: transparent; - background-color: transparent; } - .osd scale fill { - background-color: rgba(97, 97, 97, 0.775); } - .osd scale fill:disabled:backdrop, .osd scale fill:disabled { - border-color: transparent; - background-color: transparent; } - scale slider { - border-color: #282a36; - border: none; - border-radius: 12px; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale slider:active { - border-color: rgba(159, 99, 246, 0.5); } - scale slider:disabled { - background-color: #22232e; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale slider:backdrop, scale slider:backdrop:disabled { - transition: 200ms ease-out; - background-color: #22232e; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - row:selected scale slider:disabled, row:selected scale slider { - border-color: rgba(159, 99, 246, 0.5); } - .osd scale slider { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - border-color: rgba(0, 0, 0, 0.7); - background-color: #14171a; } - .osd scale slider:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); - background-color: #14171a; } - .osd scale slider:active { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); - background-color: #14171a; } - .osd scale slider:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - background-color: #14171a; } - .osd scale slider:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - background-color: #14171a; } - .osd scale slider:backdrop:disabled { - background-color: #14171a; } - scale value { - color: alpha(currentColor,0.4); } - scale marks { - color: alpha(currentColor,0.4); } - scale marks.top { - margin-bottom: 6px; - margin-top: -12px; } - scale marks.bottom { - margin-top: 6px; - margin-bottom: -12px; } - scale marks.top { - margin-right: 6px; - margin-left: -12px; } - scale marks.bottom { - margin-left: 6px; - margin-right: -12px; } - scale.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -9px; } - scale.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -9px; } - scale.fine-tune marks.top { - margin-right: 6px; - margin-left: -9px; } - scale.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -9px; } - scale.horizontal indicator { - min-height: 6px; - min-width: 1px; } - scale.horizontal.fine-tune indicator { - min-height: 3px; } - scale.vertical indicator { - min-height: 1px; - min-width: 6px; } - scale.vertical.fine-tune indicator { - min-width: 3px; } - scale.horizontal.marks-before:not(.marks-after) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-before:not(.marks-after) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.horizontal.marks-after:not(.marks-before) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.horizontal.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-before:not(.marks-after) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-before:not(.marks-after).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:hover { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:active { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:backdrop { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.vertical.marks-after:not(.marks-before) slider:backdrop:disabled { - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - background-color: #3e4153; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0px 0px 1px 1px rgba(0, 0, 0, 0.1); } - scale.vertical.marks-after:not(.marks-before).fine-tune slider { - margin: -7px; } - scale.color { - min-height: 0; - min-width: 0; } - scale.color trough { - background-image: image(rgba(25, 26, 34, 0.9)); - background-repeat: no-repeat; } - scale.color.horizontal { - padding: 0 0 15px 0; } - scale.color.horizontal trough { - padding-bottom: 4px; - background-position: 0 -3px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { - margin-bottom: -15px; - margin-top: 6px; } - scale.color.vertical:dir(ltr) { - padding: 0 0 0 15px; } - scale.color.vertical:dir(ltr) trough { - padding-left: 4px; - background-position: 3px 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { - margin-left: -15px; - margin-right: 6px; } - scale.color.vertical:dir(rtl) { - padding: 0 15px 0 0; } - scale.color.vertical:dir(rtl) trough { - padding-right: 4px; - background-position: -3px 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { - margin-right: -15px; - margin-left: 6px; } - scale.color.fine-tune.horizontal:dir(ltr), scale.color.fine-tune.horizontal:dir(rtl) { - padding: 0 0 12px 0; } - scale.color.fine-tune.horizontal:dir(ltr) trough, scale.color.fine-tune.horizontal:dir(rtl) trough { - padding-bottom: 7px; - background-position: 0 -6px; } - scale.color.fine-tune.horizontal:dir(ltr) slider, scale.color.fine-tune.horizontal:dir(rtl) slider { - margin-bottom: -15px; - margin-top: 6px; } - scale.color.fine-tune.vertical:dir(ltr) { - padding: 0 0 0 12px; } - scale.color.fine-tune.vertical:dir(ltr) trough { - padding-left: 7px; - background-position: 6px 0; } - scale.color.fine-tune.vertical:dir(ltr) slider { - margin-left: -15px; - margin-right: 6px; } - scale.color.fine-tune.vertical:dir(rtl) { - padding: 0 12px 0 0; } - scale.color.fine-tune.vertical:dir(rtl) trough { - padding-right: 7px; - background-position: -6px 0; } - scale.color.fine-tune.vertical:dir(rtl) slider { - margin-right: -15px; - margin-left: 6px; } - -/************** - * Scrollbars * - **************/ -scrollbar { - background-color: #232530; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - * { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; } - scrollbar.top { - border-bottom: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar.bottom { - border-top: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar.left { - border-right: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar.right { - border-left: 1px solid rgba(25, 26, 34, 0.9); } - scrollbar:backdrop { - background-color: #181820; - border-color: rgba(26, 27, 35, 0.91); - transition: 200ms ease-out; } - scrollbar slider { - min-width: 6px; - min-height: 6px; - margin: -1px; - border: 4px solid transparent; - border-radius: 8px; - background-clip: padding-box; - background-color: #a1a1a2; } - scrollbar slider:hover { - background-color: #cccdca; } - scrollbar slider:hover:active { - background-color: rgba(219, 195, 252, 0.5); } - scrollbar slider:backdrop { - background-color: #4a4b51; } - scrollbar slider:disabled { - background-color: transparent; } - scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; } - scrollbar.fine-tune.horizontal slider { - border-width: 5px 4px; } - scrollbar.fine-tune.vertical slider { - border-width: 4px 5px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - opacity: 0.4; - background-color: transparent; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - margin: 0; - min-width: 3px; - min-height: 3px; - background-color: #f8f8f2; - border: 1px solid black; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 5px; - min-height: 5px; - background-color: #f8f8f2; - background-clip: padding-box; - border-radius: 100%; - border: 1px solid black; - -gtk-icon-source: none; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - margin: 0 2px; - min-width: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - margin: 1px 2px; - min-width: 5px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - margin: 2px 0; - min-height: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - margin: 2px 1px; - min-height: 5px; } - scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - opacity: 0.8; } - scrollbar.horizontal slider { - min-width: 40px; } - scrollbar.vertical slider { - min-height: 40px; } - scrollbar button { - padding: 0; - min-width: 12px; - min-height: 12px; - border-style: none; - border-radius: 0; - transition-property: min-height, min-width, color; - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #a1a1a2; } - scrollbar button:hover { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #cccdca; } - scrollbar button:active, scrollbar button:checked { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(219, 195, 252, 0.5); } - scrollbar button:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(161, 161, 162, 0.2); } - scrollbar button:backdrop { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #4a4b51; } - scrollbar button:backdrop:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: rgba(74, 75, 81, 0.2); } - scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } - scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } - -treeview ~ scrollbar.vertical { - border-top: 1px solid rgba(25, 26, 34, 0.9); - margin-top: -1px; } - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - border-width: 0; - background-color: #232530; } - .sidebar .frame { - border: none; } - stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: none; - border-left-style: none; } - stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid rgba(25, 26, 34, 0.9); - border-right-style: none; } - .sidebar:backdrop { - background-color: #242631; - border-color: rgba(26, 27, 35, 0.91); - transition: 200ms ease-out; } - .sidebar list { - background-color: #20212b; } - .sidebar row:selected { - background: transparent; - color: #bd93f9; } - .sidebar row:selected:backdrop { - color: rgba(189, 147, 249, 0.4); - background: transparent; } - .sidebar row:selected:backdrop label { - color: rgba(189, 147, 249, 0.4); } - .sidebar row:selected:hover { - background-color: rgba(189, 147, 249, 0.3); } - .sidebar row:selected label { - color: #bd93f9; } - .sidebar.source-list { - background-color: #1e1f29; - color: #F2EFEA; - padding: 4px 0px; } - .sidebar.source-list.view:selected:active, iconview.sidebar.source-list:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); } - .sidebar.source-list.view:selected.has-open-popup, iconview.sidebar.source-list:selected.has-open-popup, .sidebar.source-list.view:selected:hover, iconview.sidebar.source-list:selected:hover { - background-color: rgba(189, 147, 249, 0.3); } - .sidebar.source-list.view:selected:backdrop, iconview.sidebar.source-list:selected:backdrop { - background-color: rgba(189, 147, 249, 0.4); } - .sidebar.source-list.view:hover, iconview.sidebar.source-list:hover, .sidebar.source-list.view iconview.source-list:hover, iconview.sidebar.source-list iconview.source-list:hover { - background-color: rgba(40, 42, 54, 0.6); } - paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; - border-color: rgba(25, 26, 34, 0.9); } - -stacksidebar row { - padding: 10px 4px; } - stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; } - stacksidebar row.needs-attention > label { - background-size: 6px 6px, 0 0; } - -placessidebar > viewport.frame { - border-style: none; } - -placessidebar row.sidebar-new-bookmark-row { - color: rgba(189, 147, 249, 0.5); } - -placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 1px #50fa7a, inset 0 -1px #50fa7a; } - placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image { - color: #50fa7a; } - placessidebar row:drop(active):not(:disabled):selected { - background-color: #50fa7a; } - placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image { - color: #f8f8f2; } - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; } - spinbutton:not(.vertical) entry { - min-width: 28px; - margin: 0; - background: none; - background-color: transparent; - border: none; - border-radius: 0; - box-shadow: none; } - spinbutton:not(.vertical) button { - min-height: 16px; - margin: 0; - padding-bottom: 0; - padding-top: 0; - color: #e3e3df; - background-image: none; - border-style: none none none solid; - border-color: rgba(25, 26, 34, 0.2); - border-radius: 0; - box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } - spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - spinbutton:not(.vertical) button:hover { - color: #f8f8f2; - background-color: rgba(248, 248, 242, 0.05); } - spinbutton:not(.vertical) button:disabled { - color: rgba(139, 140, 142, 0.3); } - spinbutton:not(.vertical) button:active { - background-color: rgba(0, 0, 0, 0.1); - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } - spinbutton:not(.vertical) button:backdrop { - color: #818285; - background-color: transparent; - border-color: rgba(26, 27, 35, 0.21); - transition: 200ms ease-out; } - spinbutton:not(.vertical) button:backdrop:disabled { - color: rgba(62, 64, 85, 0.3); - background-image: none; - border-style: none none none solid; - box-shadow: inset 1px 0px 0px 0px rgba(0, 0, 0, 0.07); } - spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { - border-style: none solid none none; } - spinbutton:not(.vertical) button:last-child { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; } - -.osd spinbutton:not(.vertical) button { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #fefefe; - border-style: none none none solid; - border-color: rgba(0, 0, 0, 0.4); - border-radius: 0; - box-shadow: none; - -gtk-icon-shadow: 0 1px black; } - .osd spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - .osd spinbutton:not(.vertical) button:hover { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #fefefe; - border-color: rgba(0, 0, 0, 0.5); - background-color: rgba(254, 254, 254, 0.1); - -gtk-icon-shadow: 0 1px black; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:backdrop { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #fefefe; - border-color: rgba(0, 0, 0, 0.5); - -gtk-icon-shadow: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:disabled { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; - color: #898b8c; - border-color: rgba(0, 0, 0, 0.5); - -gtk-icon-shadow: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:last-child { - border-radius: 0 3px 3px 0; } - .osd spinbutton:not(.vertical) button:dir(rtl):first-child { - border-radius: 3px 0 0 3px; } - -spinbutton.vertical:disabled { - color: #8b8c8e; } - -spinbutton.vertical:backdrop:disabled { - color: #3e4055; } - -spinbutton.vertical:drop(active) { - border-color: transparent; - box-shadow: none; } - -spinbutton.vertical entry { - min-height: 32px; - min-width: 32px; - padding: 0; - border-radius: 0; } - -spinbutton.vertical button { - min-height: 32px; - min-width: 32px; - padding: 0; - border-width: 1px; - border-color: rgba(25, 26, 34, 0.9); - box-shadow: 0 1px rgba(255, 255, 255, 0.1); } - -spinbutton.vertical button.up { - border-radius: 3px 3px 0 0; - border-style: solid solid none solid; } - -spinbutton.vertical button.down { - border-radius: 0 0 3px 3px; - border-style: none solid solid solid; } - -.osd spinbutton.vertical button:first-child { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd spinbutton.vertical button:first-child:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - .osd spinbutton.vertical button:first-child:active { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - .osd spinbutton.vertical button:first-child:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - .osd spinbutton.vertical button:first-child:backdrop { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; } - treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; } - -/*********** - * Spinner * - ***********/ -menu spinner { - color: rgba(189, 147, 249, 0.5); } - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; } - spinner:checked:disabled { - opacity: 0.5; } - -/********** - * Switch * - **********/ -switch { - font-size: 1px; - font-weight: bold; - outline-offset: -4px; - transition: all 200ms ease-in; - border: none; - border-radius: 14px; - color: transparent; - padding: 2px; - background-color: #3e4153; - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 1px rgba(0, 0, 0, 0.1); } - switch:disabled { - background-color: #22232e; } - switch:backdrop { - background-color: #2f313f; - transition: 200ms ease-out; } - switch:backdrop:disabled { - background-color: #22232e; } - switch:active, switch:checked { - background-color: #50fa7a; } - switch:active:backdrop, switch:checked:backdrop { - background-color: #50fa7a; } - switch:active:backdrop slider:backdrop, switch:checked:backdrop slider:backdrop { - box-shadow: none; - background-color: rgba(40, 42, 54, 0.9); - border: none; } - switch slider { - padding: 2px; - min-width: 16px; - min-height: 16px; - border-radius: 100%; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - background-color: #282a36; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2); } - switch slider:backdrop { - padding: 2px; - box-shadow: none; - background-color: #282a36; } - switch trough:active, switch trough:checked { - background-color: rgba(189, 147, 249, 0.5); } - switch trough:active:backdrop, switch trough:checked:backdrop { - background-color: rgba(189, 147, 249, 0.4); } - -/************ - * Toolbars * - ************/ -toolbar, .inline-toolbar, searchbar, -.location-bar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #1e1f29; } - -toolbar { - padding: 4px 3px 3px 4px; } - .osd toolbar { - background-color: transparent; } - toolbar.osd { - padding: 13px; - border: none; - border-radius: 5px; - background-color: rgba(20, 23, 26, 0.8); } - toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; } - toolbar.horizontal separator { - margin: 0 7px 1px 6px; } - toolbar.vertical separator { - margin: 6px 1px 7px 0; } - toolbar:not(.inline-toolbar):not(.osd) switch, - toolbar:not(.inline-toolbar):not(.osd) scale, - toolbar:not(.inline-toolbar):not(.osd) entry, - toolbar:not(.inline-toolbar):not(.osd) spinbutton, - toolbar:not(.inline-toolbar):not(.osd) button { - margin-right: 1px; - margin-bottom: 1px; } - -.inline-toolbar { - padding: 3px; - border-width: 0 1px 1px; - border-radius: 0 0 5px 5px; } - -searchbar, -.location-bar { - border-width: 0 0 1px; - padding: 3px; } - -.inline-toolbar, searchbar, -.location-bar { - border-style: solid; - border-color: rgba(25, 26, 34, 0.9); - background-color: rgba(29, 30, 39, 0.97); } - .inline-toolbar:backdrop, searchbar:backdrop, - .location-bar:backdrop { - border-color: rgba(26, 27, 35, 0.91); - background-color: rgba(29, 30, 39, 0.9685); - box-shadow: none; - transition: 200ms ease-out; } - -searchbar { - background: #282a36; } - -/************ - * Tooltips * - ************/ -tooltip { - padding: 4px; - /* not working */ - border-radius: 5px; - box-shadow: none; - text-shadow: 0 1px black; } - tooltip.background { - background-color: rgba(0, 0, 0, 0.8); - background-clip: padding-box; - border: 1px solid rgba(255, 255, 255, 0.1); } - tooltip decoration { - background-color: transparent; } - tooltip * { - padding: 4px; - background-color: transparent; - color: white; } - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: #909194; - border-top-color: #1e1f29; } - * { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; } - treeview.view:selected:focus, treeview.view:selected { - border-radius: 0; } - treeview.view:selected:backdrop, treeview.view:selected { - border-left-color: rgba(233, 223, 244, 0.75); - border-top-color: rgba(248, 248, 242, 0.1); } - treeview.view:disabled { - color: #8b8c8e; } - treeview.view:disabled:selected { - color: rgba(228, 214, 244, 0.7); } - treeview.view:disabled:selected:backdrop { - color: rgba(207, 177, 247, 0.5); } - treeview.view:disabled:backdrop { - color: #3e4055; } - treeview.view.separator { - min-height: 2px; - color: #1e1f29; } - treeview.view.separator:backdrop { - color: rgba(30, 31, 41, 0.1); } - treeview.view:backdrop { - border-left-color: #55565c; - border-top: #1e1f29; } - treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: rgba(159, 99, 246, 0.5); } - treeview.view:drop(active).after { - border-top-style: none; } - treeview.view:drop(active).before { - border-bottom-style: none; } - treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #bababa; } - treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - treeview.view.expander:hover { - color: #f8f8f2; } - treeview.view.expander:selected { - color: rgba(241, 235, 243, 0.85); } - treeview.view.expander:selected:hover { - color: #f8f8f2; } - treeview.view.expander:selected:backdrop { - color: rgba(230, 218, 244, 0.5); } - treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - treeview.view.expander:backdrop { - color: #6e6f74; } - treeview.view.progressbar { - border: 1px solid rgba(159, 99, 246, 0.5); - border-radius: 4px; - background-color: rgba(189, 147, 249, 0.5); - background-image: linear-gradient(to bottom, rgba(189, 147, 249, 0.5), rgba(159, 99, 246, 0.5)); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); } - treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { - border-radius: 4px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); - background-image: linear-gradient(to bottom, #282a36, #121319); } - treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { - border-color: #2a2c39; - background-color: #2a2c39; } - treeview.view.progressbar:backdrop { - border-color: #2a2c39; - background-image: none; - box-shadow: none; } - treeview.view.trough { - background-color: rgba(248, 248, 242, 0.1); - border-radius: 4px; } - treeview.view.trough:selected:focus, treeview.view.trough:selected { - background-color: rgba(159, 99, 246, 0.5); - border-radius: 4px; } - treeview.view header button { - color: #909194; - background-color: #282a36; - font-weight: bold; - text-shadow: none; - box-shadow: none; } - treeview.view header button:hover { - color: #c4c5c3; - box-shadow: none; - transition: none; } - treeview.view header button:active { - color: #f8f8f2; - transition: none; } - treeview.view header button:last-child:backdrop, treeview.view header button:last-child { - border-right-style: none; } - treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, - treeview.view header.button.dnd:active, - treeview.view header.button.dnd:selected, - treeview.view header.button.dnd:hover, - treeview.view header.button.dnd { - padding: 0 6px; - transition: none; - background-image: none; - background-color: rgba(189, 147, 249, 0.5); - color: #282a36; - border-radius: 0; - border-style: none; - box-shadow: inset 0 0 0 1px #282a36; - text-shadow: none; } - treeview.view acceleditor > label { - background-color: rgba(189, 147, 249, 0.5); } - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - padding: 0 6px; - border-radius: 0; - background-image: none; - text-shadow: none; - border-width: 1px; - border-style: none solid solid none; - border-color: #1e1f29; } - treeview.view header button:disabled { - border-color: #1e1f29; - background-image: none; } - treeview.view header button:backdrop { - border-color: #1e1f29; - border-style: none solid solid none; - color: #55565c; - background-image: none; - background-color: #2a2c39; } - treeview.view header button:backdrop:disabled { - border-color: #1e1f29; - background-image: none; } - -/********************** - * Window Decorations * - *********************/ -decoration { - border-radius: 4px 4px 0 0; - border-width: 0px; - border-width: 0px; - box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); - margin: 10px; } - decoration:backdrop { - box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15); - transition: 200ms ease-out; } - .maximized decoration, - .fullscreen decoration, - .tiled decoration { - border-radius: 0; } - .popup decoration { - box-shadow: none; } - .csd.popup decoration { - border-radius: 0; - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(25, 26, 34, 0.7); } - tooltip.csd decoration { - border-radius: 5px; - box-shadow: none; } - messagedialog.csd decoration { - border-radius: 7px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(25, 26, 34, 0.7); } - .solid-csd decoration { - border-radius: 0; - margin: 0px; - background-color: #1e1f29; - border: solid 1px rgba(26, 27, 35, 0.91); - box-shadow: none; } - -button.titlebutton { - background-repeat: no-repeat; - background-position: center; - min-height: 32px; - padding: 0 3px; - box-shadow: none; } - button.titlebutton.close { - background-image: -gtk-scaled(url("../assets/close.png"), url("../assets/close@2.png")); } - button.titlebutton.close:hover, button.titlebutton.close:active { - background-image: -gtk-scaled(url("../assets/close_prelight.png"), url("../assets/close_prelight@2.png")); } - button.titlebutton.maximize { - background-image: -gtk-scaled(url("../assets/maximize.png"), url("../assets/maximize@2.png")); } - button.titlebutton.maximize:hover, button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("../assets/maximize_prelight.png"), url("../assets/maximize_prelight@2.png")); } - button.titlebutton.minimize { - background-image: -gtk-scaled(url("../assets/min.png"), url("../assets/min@2.png")); } - button.titlebutton.minimize:hover, button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("../assets/min_prelight.png"), url("../assets/min_prelight@2.png")); } - button.titlebutton.close:backdrop, button.titlebutton.minimize:backdrop, button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("../assets/close_unfocused.png"), url("../assets/close_unfocused@2.png")); } - button.titlebutton:backdrop { - -gtk-icon-shadow: none; } - -headerbar.selection-mode button.titlebutton, -.titlebar.selection-mode button.titlebutton { - text-shadow: 0 -1px rgba(0, 0, 0, 0.378824); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.378824); } - headerbar.selection-mode button.titlebutton:backdrop, - .titlebar.selection-mode button.titlebutton:backdrop { - -gtk-icon-shadow: none; } - -.view:selected:focus, .view:selected, iconview:selected, .view text:selected, iconview text:selected, -textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, -textview text selection:focus, -textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, -popover.background radiobutton:selected, -.menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, -entry selection:focus, -entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { - background-color: rgba(189, 147, 249, 0.5); } - row:selected label, label:selected, .selection-mode button.titlebutton, .view:selected:focus, .view:selected, iconview:selected, .view text:selected, iconview text:selected, - textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, - textview text selection:focus, - textview text selection, flowbox flowboxchild:selected, modelbutton.flat:selected, popover.background checkbutton:selected, - popover.background radiobutton:selected, - .menuitem.button.flat:selected, calendar:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, - entry selection:focus, - entry selection, row:selected, treeview.view:selected:focus, treeview.view:selected { - color: #f8f8f2; - font-weight: bold; } - row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, - textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, - textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, - textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, modelbutton.flat:disabled:selected, popover.background checkbutton:disabled:selected, - popover.background radiobutton:disabled:selected, - .menuitem.button.flat:disabled:selected, calendar:disabled:selected, spinbutton:not(.vertical) selection:disabled:focus, spinbutton:not(.vertical) selection:disabled, - entry selection:disabled, row:disabled:selected { - color: rgba(233, 223, 244, 0.75); } - row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, - textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, - textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, - textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selection, modelbutton.flat:backdrop:selected, popover.background checkbutton:backdrop:selected, - popover.background radiobutton:backdrop:selected, - .menuitem.button.flat:backdrop:selected, calendar:backdrop:selected, spinbutton:not(.vertical) selection:backdrop:focus, spinbutton:not(.vertical) selection:backdrop, - entry selection:backdrop, row:backdrop:selected { - color: rgba(248, 248, 242, 0.5); } - row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, - textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, - textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, modelbutton.flat:backdrop:disabled:selected, popover.background checkbutton:backdrop:disabled:selected, - popover.background radiobutton:backdrop:disabled:selected, - .menuitem.button.flat:backdrop:disabled:selected, calendar:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, - entry selection:backdrop:disabled, row:backdrop:disabled:selected { - color: rgba(207, 177, 247, 0.5); } - -.monospace { - font-family: Monospace; } - -/********************** - * DE-Specific Styles * - **********************/ -/********* -* Budgie * -*********/ -.budgie-container { - background-color: transparent; } - .budgie-container:backdrop { - background-color: transparent; } - .budgie-container popover list, - .budgie-container popover row { - border: none; - background: none; - padding: 0; - margin: 0; } - -.budgie-popover .container, -.budgie-popover border, -.budgie-popover list, -.budgie-popover row { - padding: 0; - margin: 0; - background: none; - border: none; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; - opacity: 1; - min-width: 0; - min-height: 0; } - -.budgie-popover, -.budgie-popover.background { - border-radius: 2px; - padding: 0; - background-color: rgba(30, 31, 41, 0.98); - background-clip: border-box; - box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35); - border: 1px solid @borders; } - .budgie-popover list:hover, - .budgie-popover row:hover, - .budgie-popover.background list:hover, - .budgie-popover.background row:hover { - background: none; } - .budgie-popover > frame.container, - .budgie-popover.background > frame.container { - margin: 0 -1px -1px; - padding: 2px 0 0; } - -.budgie-popover > .container { - padding: 2px; } - -.budgie-menu .container { - padding: 0; } - -.budgie-menu button:hover { - -gtk-icon-effect: none; } - -.budgie-menu entry.search { - border: none; - background: none; - padding: 5px 2px; - border-bottom: 1px solid @borders; - border-radius: 0; - font-size: 120%; - box-shadow: none; } - .budgie-menu entry.search image:dir(ltr) { - padding-left: 8px; - padding-right: 12px; } - .budgie-menu entry.search image:dir(rtl) { - padding-left: 12px; - padding-right: 8px; } - -.budgie-menu .categories { - border-width: 0; - margin-left: 3px; - background-color: transparent; } - .budgie-menu .categories:dir(ltr) { - border-right: 1px solid @borders; } - .budgie-menu .categories:dir(rtl) { - border-left: 1px solid @borders; } - -.budgie-menu .category-button { - padding: 8px; - border-radius: 2px 0 0 2px; } - .budgie-menu .category-button:hover { - background-color: rgba(248, 248, 242, 0.05); - color: #f8f8f2; } - .budgie-menu .category-button:active { - box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } - .budgie-menu .category-button:checked { - color: #f8f8f2; - background-color: rgba(174, 123, 248, 0.3); } - .budgie-menu .category-button:checked:disabled { - opacity: 0.5; } - .budgie-menu .category-button:checked:disabled label { - color: rgba(248, 248, 242, 0.7); } - -.budgie-menu scrollbar { - background-color: transparent; - border-color: transparent; } - -.budgie-menu button:not(.category-button) { - padding-top: 5px; - padding-bottom: 5px; - border-radius: 0; - box-shadow: none; } - -.budgie-menu undershoot, .budgie-menu overshoot { - background: none; } - -button.budgie-menu-launcher { - padding: 0 2px; - color: #f8f8f2; - box-shadow: none; - background-color: transparent; } - button.budgie-menu-launcher:hover { - color: #f8f8f2; } - button.budgie-menu-launcher:active, button.budgie-menu-launcher:checked { - color: #f8f8f2; } - button.budgie-menu-launcher:backdrop { - color: #f8f8f2; - background-color: transparent; } - button.budgie-menu-launcher:backdrop:hover { - color: #f8f8f2; } - button.budgie-menu-launcher:backdrop:active, button.budgie-menu-launcher:backdrop:checked { - color: rgba(189, 147, 249, 0.5); - box-shadow: none; - background-color: transparent; } - -.user-menu .content-box separator { - margin-left: 6px; - margin-right: 6px; - background-color: rgba(248, 248, 242, 0.1); } - -.user-menu button { - margin: 5px; } - -.user-menu > box.vertical row.activatable:first-child .indicator-item, -.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); - background-color: #72BFD0; - transition-duration: 0.2s; } - .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(ltr), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(ltr) { - padding-left: 7px; - background-position: left center; - background-repeat: no-repeat; - background-size: 38px auto; } - .user-menu > box.vertical row.activatable:first-child .indicator-item:dir(rtl), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(rtl) { - padding-right: 7px; - background-position: right center; - background-repeat: no-repeat; - background-size: 38px auto; } - .user-menu > box.vertical row.activatable:first-child .indicator-item label, - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label { - color: #f8f8f2; } - .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(ltr), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(ltr) { - padding-left: 5px; } - .user-menu > box.vertical row.activatable:first-child .indicator-item label:dir(rtl), - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item label:dir(rtl) { - padding-right: 5px; } - .user-menu > box.vertical row.activatable:first-child .indicator-item image, - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image { - color: #f8f8f2; } - .user-menu > box.vertical row.activatable:first-child .indicator-item image:first-child, - .user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item image:first-child { - min-width: 24px; - min-height: 20px; } - -button.raven-trigger { - padding-left: 2px; - padding-right: 2px; - color: #f8f8f2; - box-shadow: none; } - button.raven-trigger:hover { - color: #f8f8f2; - background-color: transparent; } - button.raven-trigger:active, button.raven-trigger:checked { - box-shadow: none; - background-color: transparent; - color: rgba(189, 147, 249, 0.5); } - button.raven-trigger:backdrop { - color: #f8f8f2; } - button.raven-trigger:backdrop:hover { - color: #f8f8f2; } - button.raven-trigger:backdrop:active, button.raven-trigger:backdrop:checked { - box-shadow: none; - color: rgba(189, 147, 249, 0.5); - background-color: transparent; } - -.places-menu .container { - padding: 0; } - -.places-menu .message-bar { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.places-menu .name-button { - border: 0; - border-radius: 0; - padding: 4px 6px; } - -.places-menu .unmount-button { - padding: 4px 4px; - border: 0; - border-radius: 0; } - -.places-menu .places-section-header { - padding: 0px; - border-bottom: 1px solid rgba(25, 26, 34, 0.85); - box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.03); } - -.places-menu .places-section-header > button { - padding: 8px; - border: none; - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; } - -.places-menu .places-list { - background: rgba(248, 248, 242, 0.04); - border-bottom: 1px solid rgba(25, 26, 34, 0.85); } - -.places-menu .unlock-area { - border-top: 1px solid rgba(25, 26, 34, 0.75); - border-bottom: 1px solid rgba(25, 26, 34, 0.75); } - -.places-menu .unlock-area entry { - border-radius: 0; - border: 0; } - -.places-menu .unlock-area button { - border-radius: 0; - border: 0; - border-left: 1px solid rgba(25, 26, 34, 0.75); } - -.places-menu .alternative-label { - font-size: 15px; - padding: 3px; } - -.places-menu .always-expand { - background: transparent; - border-bottom: none; } - -.night-light-indicator .container { - padding: 0; } - -.night-light-indicator .view-header { - font-size: 14px; - padding: 10px; - border-bottom: 1px solid mix(@theme_base_color, #000000, 0.35);; - box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.04);; } - -.night-light-indicator .display-settings-button { - border-top-left-radius: 0px; - border-top-right-radius: 0px; - border: none; - padding: 3px; - border-top: 1px solid mix(@theme_base_color, #000000, 0.35);; - box-shadow: inset 0px 1px 1px alpha(@theme_fg_color, 0.04);; } - -.budgie-panel { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.95); - background-image: none; - box-shadow: none; - border: none; - transition: all 150ms ease-in; } - .budgie-panel .alert { - color: #ff5555; } - .budgie-panel:backdrop { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.95); } - .budgie-panel button { - border-top-width: 0; - border-bottom-width: 0; - border-radius: 0; } - .budgie-panel popover list, - .budgie-panel popover row { - padding: 0; - margin: 0; } - .budgie-panel label { - color: #f8f8f2; - font-weight: 700; } - .budgie-panel.transparent { - background-color: rgba(8, 9, 12, 0.2); } - .top .budgie-panel.transparent { - border-bottom-color: transparent; } - .bottom .budgie-panel.transparent { - border-top-color: transparent; } - .left .budgie-panel.transparent { - border-right-color: transparent; } - .right .budgie-panel.transparent { - border-left-color: transparent; } - .budgie-panel .end-region { - border-radius: 0px; } - .budgie-panel .end-region separator { - background-color: rgba(248, 248, 242, 0.15); } - .budgie-panel .end-region label { - font-weight: 700; - color: #f8f8f2; } - -.budgie-panel #tasklist-button, -.budgie-panel #tasklist-button:backdrop { - outline-color: transparent; - transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border-color: rgba(8, 9, 12, 0); - border-radius: 0; - background-color: transparent; - box-shadow: none; - background-clip: padding-box; } - -.budgie-panel button.flat.launcher { - outline-color: transparent; - transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border-color: rgba(8, 9, 12, 0); - border-radius: 0; - padding: 0; - background-clip: padding-box; - background-color: transparent; } - .budgie-panel button.flat.launcher { - box-shadow: none; } - -.budgie-panel #tasklist-button:hover, .budgie-panel .unpinned button.flat.launcher:hover, -.budgie-panel .pinned button.flat.launcher.running:hover { - box-shadow: none; } - -.budgie-panel #tasklist-button:active, .budgie-panel .unpinned button.flat.launcher:active, -.budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel #tasklist-button:checked, .budgie-panel .unpinned button.flat.launcher:checked, -.budgie-panel .pinned button.flat.launcher.running:checked { - box-shadow: none; } - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher, -.top .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .top button.flat.launcher.running { - padding-bottom: 2px; - border-top: 2px solid transparent; } - .top .budgie-panel .pinned button.flat.launcher:not(.running) { - border-top: 2px solid transparent; } - .top .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-top: 2px solid rgba(255, 255, 255, 0.1); } - .top .budgie-panel .unpinned button.flat.launcher, - .top .budgie-panel .pinned button.flat.launcher.running { - border-top: 2px solid rgba(255, 255, 255, 0.1); } - .top .budgie-panel #tasklist-button:hover, .budgie-panel .top #tasklist-button:hover, .top .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .top button.flat.launcher:hover, - .top .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .top button.flat.launcher.running:hover { - border-top: 2px solid rgba(255, 255, 255, 0.25); } - .top .budgie-panel #tasklist-button:active, .budgie-panel .top #tasklist-button:active, .top .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .top button.flat.launcher:active, - .top .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .top button.flat.launcher.running:active, .top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .top button.flat.launcher:checked, - .top .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .top button.flat.launcher.running:checked { - border-top: 2px solid rgba(189, 147, 249, 0.5); } - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher, -.bottom .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .bottom button.flat.launcher.running { - padding-top: 2px; - border-bottom: 2px solid transparent; } - .bottom .budgie-panel .pinned button.flat.launcher:not(.running) { - border-bottom: 2px solid transparent; } - .bottom .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-bottom: 2px solid rgba(255, 255, 255, 0.1); } - .bottom .budgie-panel .unpinned button.flat.launcher, - .bottom .budgie-panel .pinned button.flat.launcher.running { - border-bottom: 2px solid rgba(255, 255, 255, 0.1); } - .bottom .budgie-panel #tasklist-button:hover, .budgie-panel .bottom #tasklist-button:hover, .bottom .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .bottom button.flat.launcher:hover, - .bottom .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .bottom button.flat.launcher.running:hover { - border-bottom: 2px solid rgba(255, 255, 255, 0.25); } - .bottom .budgie-panel #tasklist-button:active, .budgie-panel .bottom #tasklist-button:active, .bottom .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .bottom button.flat.launcher:active, - .bottom .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .bottom button.flat.launcher.running:active, .bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .bottom button.flat.launcher:checked, - .bottom .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .bottom button.flat.launcher.running:checked { - border-bottom: 2px solid rgba(189, 147, 249, 0.5); } - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher, -.left .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .left button.flat.launcher.running { - padding-right: 2px; - border-left: 2px solid transparent; } - .left .budgie-panel .pinned button.flat.launcher:not(.running) { - border-left: 2px solid transparent; } - .left .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-left: 2px solid rgba(255, 255, 255, 0.1); } - .left .budgie-panel .unpinned button.flat.launcher, - .left .budgie-panel .pinned button.flat.launcher.running { - border-left: 2px solid rgba(255, 255, 255, 0.1); } - .left .budgie-panel #tasklist-button:hover, .budgie-panel .left #tasklist-button:hover, .left .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .left button.flat.launcher:hover, - .left .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .left button.flat.launcher.running:hover { - border-left: 2px solid rgba(255, 255, 255, 0.25); } - .left .budgie-panel #tasklist-button:active, .budgie-panel .left #tasklist-button:active, .left .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .left button.flat.launcher:active, - .left .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .left button.flat.launcher.running:active, .left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .left button.flat.launcher:checked, - .left .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .left button.flat.launcher.running:checked { - border-left: 2px solid rgba(189, 147, 249, 0.5); } - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher, -.right .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .right button.flat.launcher.running { - padding-left: 2px; - border-right: 2px solid transparent; } - .right .budgie-panel .pinned button.flat.launcher:not(.running) { - border-right: 2px solid transparent; } - .right .budgie-panel .pinned button.flat.launcher:not(.running):hover { - border-right: 2px solid rgba(255, 255, 255, 0.1); } - .right .budgie-panel .unpinned button.flat.launcher, - .right .budgie-panel .pinned button.flat.launcher.running { - border-right: 2px solid rgba(255, 255, 255, 0.1); } - .right .budgie-panel #tasklist-button:hover, .budgie-panel .right #tasklist-button:hover, .right .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned .right button.flat.launcher:hover, - .right .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned .right button.flat.launcher.running:hover { - border-right: 2px solid rgba(255, 255, 255, 0.25); } - .right .budgie-panel #tasklist-button:active, .budgie-panel .right #tasklist-button:active, .right .budgie-panel .unpinned button.flat.launcher:active, .budgie-panel .unpinned .right button.flat.launcher:active, - .right .budgie-panel .pinned button.flat.launcher.running:active, .budgie-panel .pinned .right button.flat.launcher.running:active, .right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel .unpinned button.flat.launcher:checked, .budgie-panel .unpinned .right button.flat.launcher:checked, - .right .budgie-panel .pinned button.flat.launcher.running:checked, .budgie-panel .pinned .right button.flat.launcher.running:checked { - border-right: 2px solid rgba(189, 147, 249, 0.5); } - -.top .budgie-panel { - border-bottom: 1px solid rgba(15, 15, 20, 0.92); } - -.top .raven-frame { - padding: 0; - background: none; } - .top .raven-frame border { - border: none; - border-bottom: 1px solid rgba(30, 31, 41, 0.92); } - -.top .shadow-block { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); } - -.bottom .budgie-panel { - border-top: 1px solid rgba(15, 15, 20, 0.92); } - -.bottom .raven-frame { - padding: 0; - background: none; } - .bottom .raven-frame border { - border: none; - border-top: 1px solid rgba(30, 31, 41, 0.92); } - -.bottom .shadow-block { - background-color: transparent; - background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); } - -.left .budgie-panel { - border-right: 1px solid rgba(15, 15, 20, 0.92); } - -.left .raven-frame { - padding: 0; - background: none; } - .left .raven-frame border { - border: none; - border-right: 1px solid rgba(30, 31, 41, 0.92); } - -.left .shadow-block { - background-color: transparent; - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); } - -.right .budgie-panel { - border-left: 1px solid rgba(15, 15, 20, 0.92); } - -.right .raven-frame { - padding: 0; - background: none; } - .right .raven-frame border { - border: none; - border-left: 1px solid rgba(30, 31, 41, 0.92); } - -.right .shadow-block { - background-color: transparent; - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent); } - -.raven { - padding: 0; - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0.92); - transition: 170ms ease-out; } - .raven .raven-header { - min-height: 32px; - color: #f8f8f2; - border: solid rgba(25, 26, 34, 0.85); - border-width: 1px 0; - background-color: rgba(30, 31, 41, 0.2); } - .raven .raven-header * { - padding-top: 0; - padding-bottom: 0; } - .raven .raven-header.top { - border-top-style: none; - border-color: transparent; - margin-top: 3px; - min-height: 32px; } - .raven .raven-header.top button.image-button:hover { - color: rgba(174, 123, 248, 0.5); - box-shadow: none; } - .raven .raven-header > button.text-button { - border-radius: 2px; - color: #f8f8f2; - background-color: rgba(255, 60, 60, 0.9); - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .raven .raven-header > button.text-button:hover { - border-radius: 2px; - color: #f8f8f2; - background-color: rgba(255, 85, 85, 0.9); - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .raven .raven-header > button.text-button:active { - color: #f8f8f2; - background-color: rgba(255, 111, 111, 0.9); - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - .raven .raven-header.bottom { - border-bottom-style: none; } - .raven .raven-header button { - background-color: transparent; - color: #f8f8f2; - border-radius: 0; - border: none; - box-shadow: none; - margin-top: -4px; - margin-bottom: -4px; - min-height: 32px; } - .raven .raven-header button:hover { - border-radius: 0; - background-color: transparent; - color: rgba(189, 147, 249, 0.5); } - .raven .raven-header button:active, .raven .raven-header button:checked { - color: rgba(189, 147, 249, 0.5); - border-radius: 0; - background-color: transparent; } - .raven .raven-header button:disabled { - color: #8b8c8e; } - .raven list { - background-color: transparent; } - .raven list:selected { - background-color: rgba(189, 147, 249, 0.4); } - .raven list row, - .raven list row.activatable { - background-color: transparent; } - .raven list row:selected, - .raven list row.activatable:selected { - background-color: rgba(189, 147, 249, 0.4); } - .raven .raven-background { - color: #f8f8f2; - background-color: transparent; - border-color: transparent; } - .raven .raven-background.middle { - border-bottom-style: none; } - .raven .powerstrip { - background-color: transparent; - border-top-color: transparent; } - .raven .powerstrip button.image-button { - border-radius: 50%; - padding: 5px; - min-width: 32px; - margin-bottom: 3px; - background: rgba(68, 71, 90, 0.7); - color: #f8f8f2; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); - border: none; - font-size: 100%; } - .raven .powerstrip button.image-button:hover { - transition: 170ms ease all; - background: rgba(68, 71, 90, 0.85); - color: #f8f8f2; } - .raven .powerstrip button.image-button:active { - transition: 170ms ease all; - background: #44475a; - color: #f8f8f2; } - .raven .powerstrip button.image-button:first-child { - background: rgba(114, 191, 208, 0.7); } - .raven .powerstrip button.image-button:first-child:hover { - background: rgba(114, 191, 208, 0.85); } - .raven .powerstrip button.image-button:first-child:active { - background: #72BFD0; } - .raven .powerstrip button.image-button:last-child { - background: rgba(255, 85, 85, 0.7); } - .raven .powerstrip button.image-button:last-child:hover { - background: rgba(255, 85, 85, 0.85); } - .raven .powerstrip button.image-button:last-child:active { - background: #ff5555; } - .raven .option-subtitle { - font-size: 13px; } - -calendar.raven-calendar { - padding: 4px; - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0.2); - border-color: transparent; } - calendar.raven-calendar:indeterminate { - color: alpha(currentColor,0.3); } - calendar.raven-calendar:selected { - background: transparent; - color: rgba(189, 147, 249, 0.5); - font-weight: bold; } - calendar.raven-calendar:backdrop { - background-color: transparent; } - calendar.raven-calendar.header { - color: #f8f8f2; - border: none; - border-radius: 0; - background-color: transparent; } - calendar.raven-calendar button, calendar.raven-calendar button:focus { - color: alpha(currentColor,0.5); - background-color: transparent; } - calendar.raven-calendar button:hover, calendar.raven-calendar button:focus:hover { - color: #f8f8f2; - background-color: transparent; } - -.raven-mpris { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.9); - border: solid rgba(255, 255, 255, 0.1); - border-width: 1px 0; - border-bottom-color: rgba(0, 0, 0, 0.1); } - .raven-mpris button.image-button { - padding: 10px; - background-color: #282a36; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1); } - .raven-mpris button.image-button:hover { - background-color: rgba(189, 147, 249, 0.5); } - .raven-mpris button.image-button:active { - background-color: rgba(174, 123, 248, 0.5); } - .raven-mpris button.image-button:first-child { - margin-right: 4px; } - .raven-mpris button.image-button:last-child { - margin-left: 4px; } - .raven-mpris button.image-button:last-child, .raven-mpris button.image-button:first-child { - padding: 4px; - margin-top: 6px; - margin-bottom: 6px; } - -.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window { - background: none; - border-radius: 1px; } - .budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button { - background-color: #72BFD0; - color: #464626; - border: none; - margin: 0 3px; } - .budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover { - background-color: #5fb6ca; - border: none; } - .budgie-notification-window button:active, .budgie-osd-window button:active, .budgie-switcher-window button:active, .budgie-notification-window button:checked, .budgie-osd-window button:checked, .budgie-switcher-window button:checked { - background-color: #5fb6ca; } - -.budgie-notification.background, .background.budgie-osd, .background.budgie-switcher { - border-radius: 1px; } - -.budgie-notification .notification-title, .budgie-osd .notification-title, .budgie-switcher .notification-title { - font-size: 110%; - color: #f8f8f2; } - -.budgie-notification .notification-body, .budgie-osd .notification-body, .budgie-switcher .notification-body { - color: rgba(248, 248, 242, 0.7); } - -.budgie-notification button, .budgie-osd button, .budgie-switcher button { - background-color: transparent; - color: #f8f8f2; } - .budgie-notification button:hover, .budgie-osd button:hover, .budgie-switcher button:hover { - background-color: transparent; - color: #ff5555; - box-shadow: none; } - .budgie-notification button:active, .budgie-osd button:active, .budgie-switcher button:active, .budgie-notification button:checked, .budgie-osd button:checked, .budgie-switcher button:checked { - background-color: transparent; - color: #ff3c3c; } - -.drop-shadow, .budgie-session-dialog.background, .background.budgie-polkit-dialog, .background.budgie-run-dialog { - color: #f8f8f2; - background-color: rgba(30, 31, 41, 0.95); - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); - border-radius: 2px; } - -.budgie-switcher-window flowbox { - color: #f8f8f2; } - -.budgie-switcher-window flowboxchild { - padding: 3px; - margin: 3px; - color: #f8f8f2; } - .budgie-switcher-window flowboxchild:hover { - background-color: transparent; } - .budgie-switcher-window flowboxchild:active { - color: #f8f8f2; } - .budgie-switcher-window flowboxchild:selected { - color: #f8f8f2; - background-color: rgba(189, 147, 249, 0.5); } - .budgie-switcher-window flowboxchild:selected:active { - color: #f8f8f2; } - .budgie-switcher-window flowboxchild:selected:hover { - background-color: rgba(142, 110, 187, 0.55); } - .budgie-switcher-window flowboxchild:selected:disabled { - color: rgba(248, 248, 242, 0.7); - background-color: rgba(189, 147, 249, 0.3); } - .budgie-switcher-window flowboxchild:selected:disabled label { - color: rgba(248, 248, 242, 0.8); } - -.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { - color: #f8f8f2; - background-color: rgba(8, 9, 12, 0.95); } - .budgie-session-dialog label:backdrop, .budgie-polkit-dialog label:backdrop, .budgie-run-dialog label:backdrop { - color: rgba(248, 248, 242, 0.8); } - .budgie-session-dialog .dialog-title, .budgie-polkit-dialog .dialog-title, .budgie-run-dialog .dialog-title { - font-size: 120%; } - .budgie-session-dialog .linked.horizontal > button, .budgie-polkit-dialog .linked.horizontal > button, .budgie-run-dialog .linked.horizontal > button { - margin-bottom: 0; - min-height: 32px; - border-bottom: none; - border-radius: 0; - color: #f8f8f2; - background-color: transparent; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.2); } - .budgie-session-dialog .linked.horizontal > button label, .budgie-polkit-dialog .linked.horizontal > button label, .budgie-run-dialog .linked.horizontal > button label { - font-weight: 700; } - .budgie-session-dialog .linked.horizontal > button:first-child, .budgie-polkit-dialog .linked.horizontal > button:first-child, .budgie-run-dialog .linked.horizontal > button:first-child { - border-left: none; - border-bottom-left-radius: 2px; } - .budgie-session-dialog .linked.horizontal > button:last-child, .budgie-polkit-dialog .linked.horizontal > button:last-child, .budgie-run-dialog .linked.horizontal > button:last-child { - border-right: none; - border-bottom-right-radius: 2px; } - .budgie-session-dialog .linked.horizontal > button:hover, .budgie-polkit-dialog .linked.horizontal > button:hover, .budgie-run-dialog .linked.horizontal > button:hover { - background-color: rgba(189, 147, 249, 0.4); } - .budgie-session-dialog .linked.horizontal > button:hover:backdrop label, .budgie-polkit-dialog .linked.horizontal > button:hover:backdrop label, .budgie-run-dialog .linked.horizontal > button:hover:backdrop label { - color: rgba(255, 255, 255, 0.5); } - .budgie-session-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-run-dialog .linked.horizontal > button.suggested-action { - background-color: rgba(114, 191, 208, 0.9); } - .budgie-session-dialog .linked.horizontal > button.suggested-action:hover, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:hover, .budgie-run-dialog .linked.horizontal > button.suggested-action:hover { - background-color: rgba(133, 200, 214, 0.9); } - .budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked { - background-color: rgba(133, 200, 214, 0.9); } - .budgie-session-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-run-dialog .linked.horizontal > button.destructive-action { - background-color: rgba(255, 34, 34, 0.9); } - .budgie-session-dialog .linked.horizontal > button.destructive-action:hover, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:hover, .budgie-run-dialog .linked.horizontal > button.destructive-action:hover { - background-color: rgba(255, 60, 60, 0.9); } - .budgie-session-dialog .linked.horizontal > button.destructive-action:active, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:active, .budgie-run-dialog .linked.horizontal > button.destructive-action:active, .budgie-session-dialog .linked.horizontal > button.destructive-action:checked, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:checked, .budgie-run-dialog .linked.horizontal > button.destructive-action:checked { - background-color: rgba(255, 60, 60, 0.9); } - .budgie-session-dialog entry, .budgie-polkit-dialog entry, .budgie-run-dialog entry { - background-color: #505359; - color: #f8f8f2; } - .budgie-session-dialog entry:focus, .budgie-polkit-dialog entry:focus, .budgie-run-dialog entry:focus { - background-color: #505359; } - .budgie-session-dialog entry:backdrop, .budgie-polkit-dialog entry:backdrop, .budgie-run-dialog entry:backdrop { - background-color: #505359; } - -.budgie-polkit-dialog .message { - color: rgba(248, 248, 242, 0.7); } - -.budgie-polkit-dialog .failure { - color: #ff5555; } - -.budgie-run-dialog entry.search, .budgie-run-dialog entry.search:focus { - font-size: 120%; - padding: 8px 5px; - border: none; - box-shadow: none; } - .budgie-run-dialog entry.search image, .budgie-run-dialog entry.search:focus image { - color: #f8f8f2; } - .budgie-run-dialog entry.search image:dir(ltr), .budgie-run-dialog entry.search:focus image:dir(ltr) { - padding-left: 8px; - padding-right: 12px; } - .budgie-run-dialog entry.search image:dir(rtl), .budgie-run-dialog entry.search:focus image:dir(rtl) { - padding-left: 12px; - padding-right: 8px; } - -.budgie-run-dialog list row:selected .dim-label, .budgie-run-dialog list row:selected label.separator, .budgie-run-dialog list row:selected .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .budgie-run-dialog list row:selected .subtitle, -.budgie-run-dialog list row:selected headerbar .subtitle, headerbar .budgie-run-dialog list row:selected .subtitle { - opacity: 1; } - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0); } - -.budgie-menubar menu { - margin: 4px; - padding: 5px; - border-radius: 0; - background-color: rgba(8, 9, 12, 0.95); } - .budgie-menubar menu menuitem:hover { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - -.budgie-menubar arrow { - border: none; - min-width: 16px; - min-height: 16px; } - .budgie-menubar arrow.top { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-bottom: 1px solid rgba(55, 56, 64, 0.928); } - .budgie-menubar arrow.bottom { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-top: 1px solid rgba(55, 56, 64, 0.928); } - -.budgie-menubar menuitem accelerator { - color: rgba(248, 248, 242, 0.35); } - -.budgie-menubar menuitem check, .budgie-menubar menuitem radio { - min-height: 16px; - min-width: 16px; } - -window.background.budgie-settings-window.csd > box.horizontal > stack > scrolledwindow buttonbox.inline-toolbar { - border-style: none none solid; } - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(8, 9, 12, 0.95); } - .top .workspace-switcher .workspace-layout:dir(ltr), - .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; } - .top .workspace-switcher .workspace-layout:dir(rtl), - .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; } - .left .workspace-switcher .workspace-layout, - .right .workspace-switcher .workspace-layout { - border-top-width: 1px; } - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(30, 31, 41, 0.95); } - .top .workspace-switcher .workspace-item:dir(ltr), - .bottom .workspace-switcher .workspace-item:dir(ltr), .top - .workspace-switcher .workspace-add-button:dir(ltr), - .bottom - .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; } - .top .workspace-switcher .workspace-item:dir(rtl), - .bottom .workspace-switcher .workspace-item:dir(rtl), .top - .workspace-switcher .workspace-add-button:dir(rtl), - .bottom - .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; } - .left .workspace-switcher .workspace-item, - .right .workspace-switcher .workspace-item, .left - .workspace-switcher .workspace-add-button, - .right - .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; } - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(0, 0, 0, 0.95); } - -.workspace-switcher .workspace-add-button { - border: none; - background: transparent; - box-shadow: none; } - .workspace-switcher .workspace-add-button:hover { - box-shadow: none; } - .workspace-switcher .workspace-add-button:active { - background-image: none; } - .workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; } - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 2px; } - -/************ - * Nautilus * - ************/ -.nautilus-window .frame *:selected, .nautilus-window .frame *:selected:backdrop { - background: transparent; - color: rgba(189, 147, 249, 0.5); } - -.nautilus-window .frame *:selected:backdrop label { - color: rgba(189, 147, 249, 0.4); } - -.nautilus-window paned > separator { - background-image: none; } - -.nautilus-window .sidebar { - background-color: transparent; - background-image: none; } - .nautilus-window .sidebar:backdrop { - background-color: transparent; - background-image: none; } - .nautilus-window .sidebar .list-row button { - border: none; - background-color: rgba(33, 35, 45, 0.95); } - .nautilus-window .sidebar .list-row button:active { - background-color: rgba(189, 147, 249, 0.25); } - .nautilus-window .sidebar .list-row:selected { - background-color: rgba(189, 147, 249, 0.25); } - .nautilus-window .sidebar .list-row:selected:hover { - background-color: rgba(189, 147, 249, 0.4); } - .nautilus-window .sidebar .list-row:hover { - background-color: rgba(40, 42, 54, 0.5); } - .nautilus-window .sidebar .list-row:hover:active { - background-color: rgba(189, 147, 249, 0.4); } - -.nautilus-window.background { - background-color: rgba(33, 35, 45, 0.95); } - .nautilus-window.background:backdrop { - background-color: rgba(33, 35, 45, 0.95); } - -.nautilus-window notebook > stack:only-child { - background-color: #282a36; } - .nautilus-window notebook > stack:only-child:backdrop { - background-color: #2a2c39; } - -.nautilus-window searchbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); } - -.nautilus-window .searchbar-container { - margin-top: -1px; } - -.nautilus-window .titlebar .search { - border: 1px solid rgba(25, 26, 34, 0.9); - border-radius: 3px; } - -.nautilus-window .path-bar-box .dim-label, .nautilus-window .path-bar-box label.separator, .nautilus-window .path-bar-box .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .nautilus-window .path-bar-box .subtitle, -.nautilus-window .path-bar-box headerbar .subtitle, headerbar .nautilus-window .path-bar-box .subtitle { - color: transparent; } - -.nautilus-window .path-bar-box widget > .text-button:last-child { - color: #bd93f9; - background-color: transparent; - border-radius: 0; - text-shadow: none; - font-weight: bold; } - .nautilus-window .path-bar-box widget > .text-button:last-child:backdrop label { - color: rgba(189, 147, 249, 0.4); } - -.nautilus-window .path-bar-box button { - transition: all 100ms ease-in; - margin-left: -5px; } - .nautilus-window .path-bar-box button:backdrop:hover, .nautilus-window .path-bar-box button:backdrop:active, .nautilus-window .path-bar-box button:backdrop:checked { - color: rgba(189, 147, 249, 0.5); - background-color: transparent; - border-radius: 0; - text-shadow: none; - font-weight: bold; } - .nautilus-window .path-bar-box button:backdrop:hover label, .nautilus-window .path-bar-box button:backdrop:active label, .nautilus-window .path-bar-box button:backdrop:checked label { - color: rgba(189, 147, 249, 0.4); } - -.nautilus-circular-button { - border-radius: 20px; - -gtk-outline-radius: 20px; } - -.disk-space-display { - border: 2px solid; } - .disk-space-display .unknown { - background-color: #888a85; - border-color: #555653; } - .disk-space-display .used { - background-color: #9FB0B9; - border-color: #667f8c; } - .disk-space-display .free { - background-color: #D8D8D8; - border-color: #a5a5a5; } - -.nautilus-desktop { - color: #f8f8f2; } - .nautilus-desktop .nautilus-canvas-item { - border-radius: 5px; - color: #f8f8f2; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop .nautilus-canvas-item:active { - color: #f8f8f2; - text-shadow: none; } - .nautilus-desktop .nautilus-canvas-item:hover { - color: #f8f8f2; - text-shadow: none; } - .nautilus-desktop .nautilus-canvas-item:selected { - color: #f8f8f2; - text-shadow: none; } - .nautilus-desktop .nautilus-canvas-item .dim-label:selected, .nautilus-desktop .nautilus-canvas-item label.separator:selected, .nautilus-desktop .nautilus-canvas-item .titlebar:not(headerbar) .subtitle:selected, .titlebar:not(headerbar) .nautilus-desktop .nautilus-canvas-item .subtitle:selected, - .nautilus-desktop .nautilus-canvas-item headerbar .subtitle:selected, headerbar .nautilus-desktop .nautilus-canvas-item .subtitle:selected { - color: #f8f8f2; } - .nautilus-desktop .nautilus-list .dim-label:selected, .nautilus-desktop .nautilus-list label.separator:selected, .nautilus-desktop .nautilus-list .titlebar:not(headerbar) .subtitle:selected, .titlebar:not(headerbar) .nautilus-desktop .nautilus-list .subtitle:selected, - .nautilus-desktop .nautilus-list headerbar .subtitle:selected, headerbar .nautilus-desktop .nautilus-list .subtitle:selected { - color: #f8f8f2; } - -/********* - * Gedit * - *********/ -.gedit-search-slider { - padding: 4px; - border-radius: 0 0 3px 3px; - border: 0; - background-color: #1e1f29; } - -/********* - * Gnucash * -*********/ -#gnc-id-main-window entry.gnc-class-register-foreground { - background: transparent; - border: none; - box-shadow: none; } - -#gnc-id-main-window .arrow.button.toggle { - transition: none; - box-shadow: none; } - #gnc-id-main-window .arrow.button.toggle:hover { - border-color: rgba(189, 147, 249, 0.5); } - -/******** - * Gala * - *******/ -.gala-notification { - border-width: 0; - border-radius: 2px; - color: white; - border: 1px solid #282a36; - background-color: #282a36; } - .gala-notification .title, - .gala-notification .label { - color: #f8f8f2; } - -.gala-button { - padding: 3px; - color: #282a36; - border: none; - border-radius: 50%; - background-image: linear-gradient(to bottom, #7e7e7e, #3e3e3e); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.98), inset 0 1px 0 0 rgba(255, 255, 255, 0.93), inset 0 -1px 0 0 rgba(255, 255, 255, 0.99), 0 0 0 1px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.84), 0 3px 6px rgba(0, 0, 0, 0.77); - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } - -/********** - * Notify * - *********/ -.notify { - /*-notify-shadow: 0px 2px 18px transparentize(black, 0.60);*/ - border-radius: 5px; - border: 1px solid rgba(0, 0, 0, 0.7); - background-color: rgba(40, 42, 54, 0.05); } - -/*************** - * SwitchBoard * - ***************/ -.category-label { - font-weight: bold; - color: #f8f8f2; } - -/************* - * Slingshot * - ************/ -.button.app { - border: none; - border-radius: 0; - box-shadow: none; - background-image: none; } - .button.app .app:hover { - border-radius: 8px; - border: none; - background-color: rgba(189, 147, 249, 0); - color: white; } - .button.app .app:focus { - /*background-color: transparentize(black, 0.20);*/ } - -.search-item { - border-radius: 0; - border: none; - color: #f8f8f2; - background: none; } - .search-item:hover, .search-item:focus { - border-radius: 0; - background-color: rgba(189, 147, 249, 0); - color: #f8f8f2; } - -.search-entry-large, -.search-entry-large:focus { - border: none; - font-size: 18px; - font-weight: 300; - background-image: none; - background: none; - box-shadow: none; - border-radius: 0; } - -.search-category-header { - font-weight: bold; - color: #f8f8f2; } - -/********* - * Panel * - ********/ -.panel { - background-color: transparent; - transition: all 100ms ease-in-out; - color: #fff; } - .panel.maximized { - background-color: #000; } - .panel.translucent { - background-color: rgba(0, 0, 0, 0.5); } - .panel.color-light.translucent { - background-color: rgba(255, 255, 255, 0.85); } - -menubar.panel, -.panel menubar { - box-shadow: none; - border: none; } - -.composited-indicator > revealer, -.composited-indicator > revealer image, -.composited-indicator > revealer label, -.composited-indicator > revealer spinner { - color: #fff; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); - transition: all 200ms ease-in-out; - -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); } - -.composited-indicator > revealer image:first-child + label { - margin-left: 5px; } - -.panel.color-light .composited-indicator > revealer, -.panel.color-light .composited-indicator > revealer image, -.panel.color-light .composited-indicator > revealer label, -.panel.color-light .composited-indicator > revealer spinner { - color: rgba(0, 0, 0, 0.6); - text-shadow: 0 1px rgba(255, 255, 255, 0.1); - -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.1); } - -/************** - * Calculator * - **************/ -PantheonCalculatorMainWindow { - border-radius: 0 0 4px 4px; } - PantheonCalculatorMainWindow .window-frame { - border-radius: 3px; } - -/********* - * Cards * - *********/ -.deck { - background-color: #0d0d11; } - -.card { - background-color: #282a36; - border: none; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.2); - transition: all 150ms ease-in-out; } - -.card.collapsed { - background-color: #1d1f27; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2); } - -/********* - * Noise * - *********/ -NoiseLibraryWindow { - border-radius: 0 0 4px 4px; } - NoiseLibraryWindow .action-bar { - border-radius: 0 0 4px 4px; } - NoiseLibraryWindow .window-frame { - border-radius: 3px; } - -/******** - * Snap * - ********/ -SnapMainWindow .take-button, -SnapSnapWindow .take-button { - border-radius: 0; } - -/******************* - * Photos/Shotwell * - *******************/ -DirectWindow .the-button-in-the-combobox, -LibraryWindow .the-button-in-the-combobox { - background: none; } - -.checkerboard-layout { - background-color: #1e1f29; - background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)); - background-size: 24px 24px; - background-position: 0 0, 12px 12px; } - -.checkboard-layout .item { - background-color: #f8f8f2; } - -/********* -* Avatar * -*********/ -.avatar { - border: 1px solid rgba(0, 0, 0, 0.23); - border-radius: 50%; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.23); } - -/**level bars**/ -.sidebar.source-list.view.level-bar, iconview.sidebar.source-list.level-bar, .sidebar.source-list.view.level-bar:selected, iconview.sidebar.source-list.level-bar:selected, .sidebar.source-list.view.level-bar:selected:focus, iconview.sidebar.source-list.level-bar:selected:focus { - background: linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)); - border: 1px solid rgba(0, 0, 0, 0.14); - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); - border-radius: 2px; } - -.sidebar.source-list.view.fill-block, iconview.sidebar.source-list.fill-block { - border: none; } - .sidebar.source-list.view.fill-block, iconview.sidebar.source-list.fill-block, .sidebar.source-list.view.fill-block:hover, iconview.sidebar.source-list.fill-block:hover, .sidebar.source-list.view.fill-block:selected, iconview.sidebar.source-list.fill-block:selected, .sidebar.source-list.view.fill-block:selected:focus, iconview.sidebar.source-list.fill-block:selected:focus { - background: linear-gradient(rgba(189, 147, 249, 0.5), rgba(189, 147, 249, 0.5)); } - -.xfce4-panel.background { - background-color: rgba(30, 31, 41, 0.7); - color: #f8f8f2; - text-shadow: none; - -gtk-icon-shadow: none; } - -#tasklist-button { - color: rgba(255, 255, 255, 0.8); - border-radius: 0; - border: none; - background-color: rgba(30, 31, 41, 0); } - #tasklist-button:hover { - color: white; - background-color: rgba(0, 0, 0, 0.17); } - #tasklist-button:checked { - color: white; - background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px rgba(189, 147, 249, 0.5); } - -.xfce4-panel.background button.flat { - color: white; - border-radius: 0; - border: none; - background-color: rgba(30, 31, 41, 0); - font-weight: normal; } - .xfce4-panel.background button.flat:hover { - border: none; - background-color: rgba(52, 53, 70, 0.7); } - .xfce4-panel.background button.flat:active, .xfce4-panel.background button.flat:checked { - color: white; - border-bottom: 2px solid rgba(189, 147, 249, 0.5); - background-color: rgba(26, 27, 35, 0.7); } - .xfce4-panel.background button.flat:active label, .xfce4-panel.background button.flat:active image, .xfce4-panel.background button.flat:checked label, .xfce4-panel.background button.flat:checked image { - color: inherit; } - -/******** -* Unity * -*********/ -/* Unity window border color */ -/* Unity window text color */ -/* Backdrop Unity window text color */ -/* Unity panel color #454D50 */ -UnityDecoration { - /* Border properties (top, right, bottom, left) */ - -UnityDecoration-extents: 28px 1px 1px 1px; - /* the size of the decorations */ - -UnityDecoration-input-extents: 10px; - /* the extra size of the input areas */ - /* Shadows settings */ - -UnityDecoration-shadow-offset-x: 1px; - /* Size property, the shadow x offset */ - -UnityDecoration-shadow-offset-y: 1px; - /* Size property, the shadow y offset */ - -UnityDecoration-active-shadow-color: rgba 0, 0, 0, 0.647; - /* Color property, active window shadow color */ - -UnityDecoration-active-shadow-radius: 8px; - /* Size property, active window shadow radius */ - -UnityDecoration-inactive-shadow-color: rgba 0, 0, 0, 0.647; - /* Color property, inactive windows shadow color */ - -UnityDecoration-inactive-shadow-radius: 5px; - /* Size property, inactive windows shadow radius */ - /* Glow applied to the selected scaled window */ - -UnityDecoration-glow-size: 8px; - /* Size property, size of glow */ - -UnityDecoration-glow-color: rgba(189, 147, 249, 0.5); - /* Color property of the glow */ - /* Title settings */ - -UnityDecoration-title-indent: 10px; - /* Size property, left indent of the title */ - -UnityDecoration-title-fade: 35px; - /* Size property, space of the title that can be faded */ - -UnityDecoration-title-alignment: 0.0; - /* Float from 0.0 to 1.0, to align the title */ - background-color: #31363D; - color: #fefefe; } - UnityDecoration .top { - padding: 0 5px 0 5px; - border-radius: 4px 4px 0px 0px; - box-shadow: none; - border: 1px solid #31363D; - border-bottom-width: 0; - background-color: #31363D; - color: #fefefe; - border-top: 1px solid rgba(255, 255, 255, 0.1); } - UnityDecoration .top:backdrop { - border-bottom-width: 0; - color: #e5e5e5; - border-top: 1px solid rgba(255, 255, 255, 0.1); } - UnityDecoration .top .menuitem { - color: #fefefe; } - UnityDecoration .top .menuitem:backdrop { - color: #e5e5e5; } - -UnityDecoration.left, -UnityDecoration.right { - background-repeat: repeat-x; - background-color: #30343b; - background-size: 1px 120px; - background-clip: border-box; - background-image: linear-gradient(to bottom, #31363D, #30343b); } - -UnityDecoration.bottom { - background-size: 1px; - background-repeat: repeat-x; - background-color: #30343b; } - -UnityDecoration.left:backdrop, -UnityDecoration.right:backdrop, -UnityDecoration.bottom:backdrop { - background-size: 1px; - background-repeat: repeat-x; } - -/************** -* Unity Panel * -***************/ -UnityPanelWidget, -.unity-panel { - background-color: #1a1d21; - color: #fefefe; } - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: #e5e5e5; } - -.unity-panel.menuitem, -.unity-panel .menuitem { - border-width: 0 1px; - color: #fefefe; } - -.unity-panel.menubar, -.unity-panel .menubar { - color: #fefefe; } - -.unity-panel.menu.menubar, -.unity-panel .menu .menubar { - background-color: #1a1d21; - color: #fefefe; } - -.unity-panel.menubar:backdrop, -.unity-panel .menubar *:backdrop { - color: #8b8c8e; } - -.unity-panel.menubar.menuitem, -.unity-panel.menubar .menuitem { - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border: none; - background: none; - color: #fefefe; - box-shadow: none; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem:hover { - border-radius: 0; - background-color: #2f333a; - color: #fefefe; - box-shadow: none; } - -.unity-panel.menubar .menuitem *:hover { - color: white; - box-shadow: none; } - -.unity-panel.menubar .menuitem.separator, -.unity-panel.menubar.menuitem.separator { - border: none; - color: rgba(25, 26, 34, 0.9); } - -/* Force Quit */ -SheetStyleDialog.unity-force-quit { - background-color: #282a36; } - -@keyframes playbackmenuitem_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: playbackmenuitem_spinner 1s infinite linear; - color: rgba(189, 147, 249, 0.5); } - -MsdOsdWindow.background.osd { - border-radius: 2px; - border: 1px solid rgba(25, 26, 34, 0.9); } - MsdOsdWindow.background.osd .progressbar { - background-color: rgba(189, 147, 249, 0.5); - border: none; - border-color: rgba(189, 147, 249, 0.5); - border-radius: 5px; } - MsdOsdWindow.background.osd .trough { - background-color: rgba(9, 10, 12, 0.8); - border: none; - border-radius: 5px; } - -/*********************** - * App-Specific Styles * - ***********************/ -/********* - * Geary * - *********/ -.geary-titlebar-left .separator, -.geary-titlebar-right .separator { - opacity: 0; } - -ConversationListView { - -GtkTreeView-grid-line-width: 0; } - ConversationListView .view:active, ConversationListView iconview:active, ConversationListView .view:selected, ConversationListView iconview:selected { - background-color: rgba(189, 147, 249, 0.5); - color: #f8f8f2; } - ConversationListView .view:active:backdrop, ConversationListView iconview:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView iconview:selected:backdrop { - background-color: rgba(189, 147, 249, 0.4); - color: rgba(248, 248, 242, 0.5); } - ConversationListView .view .cell, ConversationListView iconview .cell { - border: solid rgba(0, 0, 0, 0.2); - border-width: 0 0 1px 0; } - ConversationListView .view .cell:selected, ConversationListView iconview .cell:selected { - color: #f8f8f2; - border: 0px solid rgba(159, 99, 246, 0.5); } - -/*********** - * LightDm * - ***********/ -#panel_window { - background-color: rgba(30, 31, 41, 0.7); - color: white; - font-weight: bold; - box-shadow: inset 0 -1px rgba(15, 15, 20, 0.7); } - #panel_window .menubar, - #panel_window .menubar > .menuitem menubar, - #panel_window menubar > menuitem { - background-color: transparent; - color: white; - font-weight: bold; } - #panel_window .menubar .menuitem:disabled, - #panel_window menubar menuitem:disabled { - color: rgba(255, 255, 255, 0.5); } - #panel_window .menubar .menuitem:disabled GtkLabel, - #panel_window menubar menuitem:disabled GtkLabel { - color: inherit; } - #panel_window .menubar .menuitem:disabled label, - #panel_window menubar menuitem:disabled label { - color: inherit; } - #panel_window .menubar .menu > .menuitem, - #panel_window menubar menu > menuitem { - font-weight: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font-weight: normal; - border-style: none; - background-color: transparent; - color: #f8f8f2; } - -#content_frame { - padding-bottom: 14px; - background-color: #1e1f29; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame button { - font-weight: normal; - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - #content_frame button:hover { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #282a36; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - #content_frame button:active, #content_frame button:checked { - color: #f8f8f2; - outline-color: rgba(248, 248, 242, 0.3); - background-color: rgba(189, 147, 249, 0.5); - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - #content_frame button:disabled { - color: #cfcfcd; - outline-color: rgba(248, 248, 242, 0.3); - background-color: #22232e; - text-shadow: none; - box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #1e1f29; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; } - -#buttonbox_frame button { - color: #fefefe; - border-color: rgba(0, 0, 0, 0.7); - background-color: rgba(20, 23, 26, 0.8); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - #buttonbox_frame button:hover { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - outline-color: rgba(254, 254, 254, 0.3); } - #buttonbox_frame button:active, #buttonbox_frame button:checked { - color: white; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8)); - background-clip: padding-box; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - text-shadow: none; - -gtk-icon-shadow: none; - outline-color: rgba(254, 254, 254, 0.3); } - #buttonbox_frame button:disabled { - color: #898b8c; - border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5)); - background-clip: padding-box; - box-shadow: none; - text-shadow: none; - -gtk-icon-shadow: none; } - -#login_window #user_combobox { - color: #f8f8f2; - font-size: 13px; } - #login_window #user_combobox .menu, - #login_window #user_combobox menu { - font-weight: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#greeter_infobar { - border-bottom-width: 0; - font-weight: bold; } - -/* thunar */ -.thunar toolbar { - background-color: #1e1f29; } - -/* buttons in toolbar */ -.thunar toolbar.horizontal button image { - -gtk-icon-transform: scale(0.72); } - -scrolledwindow.sidebar treeview.view { - background: #282a36; - padding: 1.5px; - border: none; - box-shadow: none; } - -/* path-bar of thunar */ -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:hover, window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked, window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:selected, window.thunar paned > scrolledwindow treeview.view:hover, window.thunar paned > scrolledwindow treeview.view:checked, window.thunar paned > scrolledwindow treeview.view:selected { - background-color: transparent; - color: #bd93f9; - box-shadow: none; } - -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:checked:backdrop label, window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.toggle.path-bar-button:selected:backdrop label, window.thunar paned > scrolledwindow treeview.view:checked:backdrop label, window.thunar paned > scrolledwindow treeview.view:selected:backdrop label { - color: rgba(189, 147, 249, 0.4); } - -window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-bar > button.path-bar-button { - background: none; - outline: none; - border: none; - box-shadow: none; } diff --git a/.themes/Dracula GTK/gtk-3.20/gtk.scss b/.themes/Dracula GTK/gtk-3.20/gtk.scss deleted file mode 100755 index cf5d435e8..000000000 --- a/.themes/Dracula GTK/gtk-3.20/gtk.scss +++ /dev/null @@ -1,10 +0,0 @@ - - -$variant: 'dark'; - -@import 'colors'; -@import 'colors-public'; -@import 'drawing'; -@import 'common'; -@import 'widgets'; -@import 'apps'; diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_action-bars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_action-bars.scss deleted file mode 100644 index c610c3d73..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_action-bars.scss +++ /dev/null @@ -1,27 +0,0 @@ -/*************** -* Action bars * -***************/ - -.action-bar { - background-color: darken($bg_color, 10%); - border: solid $borders_color; - border-width: 1px 0 0 0; - color: $fg_color; - box-shadow: none; - - &:backdrop { - background-color: darken($backdrop_bg_color, 10%); - box-shadow: none; - -gtk-icon-effect: dim; - } - - &:first-child { - border-radius: 6px 6px 0px 0px; - border-width: 1px 1px 0px 1px; - } - - &:last-child { - border-radius: 0 0 6px 6px; - border-width: 0px 1px 1px 1px; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_app-notifications.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_app-notifications.scss deleted file mode 100644 index fa46542a8..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_app-notifications.scss +++ /dev/null @@ -1,23 +0,0 @@ -/********************* - * App Notifications * - *********************/ -.app-notification, -.app-notification.frame { - @extend %osd; - - padding: 10px; - border-radius: 0 0 5px 5px; - background-color: $osd_bg_color; - background-image: linear-gradient(to bottom, transparentize(black, 0.8), - transparent 2px); - background-clip: padding-box; - - &:backdrop { - background-image: none; - transition: $backdrop_transition; - } - - button { @extend %osd_button; } - - border { border: none; } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_base-states.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_base-states.scss deleted file mode 100644 index f61eb2c54..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_base-states.scss +++ /dev/null @@ -1,178 +0,0 @@ -/*************** - * Base States * - ***************/ -.background { - color: $fg_color; - background-color: $bg_color; - - &:backdrop { - color: $backdrop_fg_color; - background-color: $backdrop_bg_color; - text-shadow: none; - -gtk-icon-shadow: none; - } -} - -/* - These wildcard seems unavoidable, need to investigate. - Wildcards are bad and troublesome, use them with care, - or better, just don't. - Everytime a wildcard is used a kitten dies, painfully. -*/ - -*:disabled { -gtk-icon-effect: dim; } - -.gtkstyle-fallback { - color: $fg_color; - background-color: $bg_color; - - &:hover { - color: $fg_color; - background-color: lighten($bg_color, 10%); - } - - &:active { - color: $fg_color; - background-color: darken($bg_color, 10%); - } - - &:disabled { - color: $insensitive_fg_color; - background-color: $insensitive_bg_color; - } - - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - } -} - -.view, -%view { - color: $text_color; - background-color: $base_color; - - &:backdrop { - color: $backdrop_text_color; - background-color: $backdrop_base_color; - } - - &:selected { - &:focus, & { - @extend %selected_items; - - border-radius: 3px; - } - } -} - -.view, -textview { - text { - @extend %view; - - selection { &:focus, & { @extend %selected_items; }} - } -} - -textview border { background-color: mix($bg_color, $base_color, 50%); } - -iconview { @extend .view; } - -.rubberband, -rubberband { - border: 1px solid darken($selected_bg_color, 10%); - background-color: transparentize(darken($selected_bg_color, 10%), 0.3); -} - -flowbox { - rubberband { @extend rubberband; } - - flowboxchild { - padding: 3px; - border-radius: 3px; - - &:selected { - @extend %selected_items; - - outline-offset: -2px; - } - } -} - -label { - caret-color: currentColor; // this shouldn't be needed. - - &.separator { - @extend .dim-label; - - color: $fg_color; - - &:backdrop { color: $backdrop_fg_color; } - } - - row:selected &, - &:selected { @extend %nobg_selected_items; } - - selection { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - - &:disabled { - color: $insensitive_fg_color; - - selection { @extend %selected_items:disabled; } - - &:backdrop { color: $backdrop_insensitive_color; } - } - - &:backdrop { - color: $backdrop_fg_color; - - selection { @extend %selected_items:backdrop; } - } -} - -.dim-label { - opacity: 0.55; - text-shadow: none; -} - -assistant { - .sidebar { - background-color: $base_color; - border-top: 1px solid $borders_color; - - &:backdrop { - background-color: $backdrop_base_color; - border-color: $backdrop_borders_color; - } - } - - &.csd .sidebar { border-top-style: none; } - - .sidebar label { padding: 6px 12px; } - - .sidebar label.highlight { background-color: mix($bg_color, $fg_color, 80%); } -} - -%osd, .osd { - color: $osd_fg_color; - border: none; - background-color: $osd_bg_color; - background-clip: padding-box; - outline-color: transparentize($osd_fg_color, 0.7); - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - - &:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; - } -} - -*:selected { - background: $selected_bg_color; - color: $selected_fg_color; -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_buttons.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_buttons.scss deleted file mode 100644 index 3f8784239..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_buttons.scss +++ /dev/null @@ -1,554 +0,0 @@ -/*********** - * Buttons * - ***********/ -// stuff for .needs-attention -$_dot_color: if($variant=='light', $selected_bg_color, - lighten($selected_bg_color,15%)); -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.01, - to($_dot_color), - to(transparent)); - } - - to { - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.5, - to($selected_bg_color), - to(transparent)); - } -} - -%button, -button { - @at-root %button_basic, & { - - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border: none; - border-radius: 3px; - transition: $button_transition; - - @include button(normal); - - &.flat { - @include button(undecorated); - // to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set - // to none, while it's added back in the hover state, so the button decoration will fade in on hover, but - // it won't fade out when the pointer leave the button allocation area. To make the transition more evident - // in this case the duration is increased. - transition: none; - - &:hover { - transition: $button_transition; - transition-duration: 500ms; - - &:active { transition: $button_transition; } - } - } - - &:hover { - @include button(hover,$selected_bg_color,$selected_fg_color); - -gtk-icon-effect: highlight; - } - - &:active, - &:checked { - @include button(active,darken($selected_bg_color,5%),$selected_fg_color); - - transition-duration: 50ms; - } - - &:backdrop { - &.flat, & { - @include button(backdrop); - - transition: $backdrop_transition; - -gtk-icon-effect: none; - - &:active, - &:checked { @include button(backdrop-active); } - - &:disabled { - @include button(backdrop-insensitive); - - &:active, - &:checked { @include button(backdrop-insensitive-active); } - } - } - } - - &.flat { &:backdrop, &:disabled, &:backdrop:disabled { @include button(undecorated); }} - - &:disabled { - @include button(insensitive); - - &:active, - &:checked { @include button(insensitive-active); } - } - - &.image-button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; - } - - &.text-button { - padding-left: 16px; - padding-right: 16px; - } - - &.text-button.image-button { - padding-left: 8px; - padding-right: 8px; - - label { - padding-left: 8px; - padding-right: 8px; - } - } - - &:drop(active) { - color: $drop_target_color; - border-color: $drop_target_color; - box-shadow: inset 0 0 0 1px $drop_target_color; - } - } - - @at-root %button_selected, & { - row:selected & { - @if $variant == 'light' { border-color: $selected_borders_color; } - - &.flat:not(:active):not(:checked):not(:hover):not(disabled) { - color: $selected_fg_color; - border-color: transparent; - - &:backdrop { color: if($variant=='light', $backdrop_base_color, $backdrop_fg_color); } - } - } - } - - - // big standalone buttons like in Documents pager - &.osd { - min-width: 24px; - min-height: 32px; - - &.image-button { min-width: 32px; } - - color: $osd_fg_color; - border-radius: 5px; - outline-color: transparentize($osd_fg_color, 0.7); //FIXME: define a color var? - - @include button(osd); - - border: none; - box-shadow: none; - - &:hover { - @include button(osd-hover); - - border: none; - box-shadow: none; - } - - &:active, - &:checked { - @include button(osd-active); - - border: none; - box-shadow: none; - } - - &:disabled { - &:backdrop, & { - @include button(osd-insensitive); - - border: none; - } - } - - &:backdrop { - @include button(osd-backdrop); - - border: none; - } - } - - //overlay / OSD style - @at-root %osd_button, - .osd & { - @include button(osd); - - &:hover { @include button(osd-hover); } - - &:active, - &:checked { &:backdrop, & { @include button(osd-active); }} - - &:disabled { &:backdrop, & { @include button(osd-insensitive); }} - - &:backdrop { @include button(osd-backdrop); } - - &.flat { - @include button(undecorated); - - box-shadow: none; //FIXME respect no edge on the button mixin - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; - - &:hover { @include button(osd-hover); } - - &:disabled { - @include button(osd-insensitive); - background-image: none; - border-color: transparent; - box-shadow: none; - } - - &:backdrop { @include button(undecorated); } - - &:active, - &:checked { @include button(osd-active); } - } - } - - // Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $purple), - (destructive-action, $destructive_color) { - &.#{$b_type} { - @include button(normal, $b_color, white); - - &.flat { - @include button(undecorated); - - color: $b_color; //FIXME: does it work on the dark variant? - } - - &:hover { @include button(hover, $b_color, white); } - - &:active, - &:checked { @include button(active, $b_color, white); } - - &:backdrop, - &.flat:backdrop { - @include button(backdrop, $b_color, white); - label { color: transparentize(white, 0.5);} - &:active, - &:checked { @include button(backdrop-active, $b_color, white); } - - &:disabled { - @include button(backdrop-insensitive, $b_color, white); - label { color: transparentize(white, 0.5);} - - &:active, - &:checked { @include button(backdrop-insensitive-active, $b_color, white); } - } - } - - &.flat { - &:backdrop, &:disabled, &:backdrop:disabled { - @include button(undecorated); - - color: transparentize($b_color, 0.2); - } - } - - &:disabled { - @include button(insensitive, $b_color, white); - label { color: transparentize($selected_fg_color, 0.2); } - &:active, - &:checked { @include button(insensitive-active, $b_color, white); } - } - - .osd & { - @include button(osd, $b_color); - - &:hover { @include button(osd-hover, $b_color); } - - &:active, - &:checked { &:backdrop, & { @include button(osd-active, $b_color); }} - - &:disabled { &:backdrop, & { @include button(osd-insensitive, $b_color); }} - - &:backdrop { @include button(osd-backdrop, $b_color); } - } - } - } - - .stack-switcher > & { - // to position the needs attention dot, padding is added to the button - // child, a label needs just lateral padding while an icon needs vertical - // padding added too. - - outline-offset: -3px; // needs to be set or it gets overriden by GtkRadioButton outline-offset - - > label { - padding-left: 6px; // label padding - padding-right: 6px; // - } - - > image { - padding-left: 6px; // image padding - padding-right: 6px; // - padding-top: 3px; // - padding-bottom: 3px; // - } - - &.text-button { - // compensate text-button paddings - padding-left: 10px; - padding-right: 10px; - } - - &.image-button { - // we want image buttons to have a 1:1 aspect ratio, so compensation - // of the padding added to the GtkImage is needed - padding-left: 2px; - padding-right: 2px; - } - - &.needs-attention { - > label, - > image { @extend %needs_attention; } - - &:active, - &:checked { - > label, - > image { - animation: none; - background-image: none; - } - } - } - } - - //inline-toolbar buttons - .inline-toolbar &, .inline-toolbar &:backdrop { - border-radius: 2px; - border-width: 1px; - @extend %linked; - } - - .primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need shadows - - .linked > &, - .linked > &:hover, - .linked > &:active, - .linked > &:checked, - .linked > &:backdrop { @extend %linked; } - - .linked.vertical > &, - .linked.vertical > &:hover, - .linked.vertical > &:active, - .linked.vertical > &:checked, - .linked.vertical > &:backdrop { @extend %linked_vertical; } -} - -%needs_attention { - animation: needs_attention 150ms ease-in; - $_dot_shadow: _text_shadow_color(); - $_dot_shadow_r: if($variant=='light',0.5,0.45); - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.5, - to($_dot_color), - to(transparent)), - -gtk-gradient(radial, - center center, 0, - center center, $_dot_shadow_r, - to($_dot_shadow), - to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - - @if $variant == 'light' { background-position: right 3px, right 4px; } - - @else { background-position: right 3px, right 2px; } - - &:backdrop { background-size: 6px 6px, 0 0;} - - &:dir(rtl) { - @if $variant == 'light' { background-position: left 3px, left 4px; } - - @else { background-position: left 3px, left 2px; } - } -} - -toolbar { - button { - &:hover { @include button(normal,darken($bg_color,7%));} - &:active { @include button(normal,darken($bg_color,12%));} - } -} -// all the following is for the +|- buttons on inline toolbars, that way -// should really be deprecated... -.inline-toolbar toolbutton > button { // redefining the button look is - // needed since those are flat... - @include button(undecorated); - - &:hover { color: $selected_bg_color; } - - &:active, - &:checked{ color: darken($selected_bg_color, 5%); } - - &:disabled { - color: $backdrop_text_color; - - &:active, - &:checked { color: transparentize(darken($selected_bg_color, 5%),0.7); } - } - - &:backdrop { - color: $backdrop_text_color; - - &:active, - &:checked { color: darken($selected_bg_color, 5%); } - - &:disabled { - color: $backdrop_text_color; - - &:active, - &:checked { color: transparentize(darken($selected_bg_color, 5%),0.7); } - } - } -} - -// More inline toolbar buttons -toolbar.inline-toolbar toolbutton, -toolbar.inline-toolbar toolbutton:backdrop { - > button.flat { - &:backdrop { - border-color: transparent; - box-shadow: none; - } - } -} - -%linked_middle { - border: 1px solid $borders_color; - border-radius: 0; - border-right-style: none; - box-shadow: inset 0px 1px 0px 0px $top_highlight; -} - -%linked { - @extend %linked_middle; - - &:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - } - - &:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - border-right-style: solid; - } - - &:only-child { - border-radius: 3px; - border-style: solid; - } -} - -%linked_vertical_middle { - border-style: solid solid none solid; - border-radius: 0; -} - -%linked_vertical{ - @extend %linked_vertical_middle; - - &:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - } - - &:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border-style: solid; - } - - &:only-child { - border-radius: 3px; - border-style: solid; - } -} - -%undecorated_button { - background-color: transparent; - background-image: none; - border-color: transparent; - box-shadow: inset 0 1px transparentize(white,1), - 0 1px transparentize(white, 1); - text-shadow: none; - -gtk-icon-shadow: none; -} - -/* menu buttons */ -modelbutton.flat, -.menuitem.button.flat { - min-height: 26px; - padding-left: 5px; - padding-right: 5px; - border-radius: 3px; - outline-offset: -2px; - - @extend %undecorated_button; - - &:hover { background-color: $popover_hover_color; } - - &:selected { @extend %selected_items; } - - &:backdrop, - &:backdrop:hover { @extend %undecorated_button; } - - // FIXME: remove the following when the checks/radios rewrite lands - check:last-child, - radio:last-child { margin-left: 8px; } - - check:first-child, - radio:first-child { margin-right: 8px; } -} - -modelbutton.flat arrow { - background: none; - - &:hover { background: none; } - - &.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - - &.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } -} - -button.color { - padding: 4px; - - colorswatch:only-child { - &, overlay { border-radius: 0; } - - @if $variant == 'light' { - box-shadow: 0 1px _text_shadow_color(); - - &:disabled, - &:backdrop { box-shadow: none; } - } - } -} - -notebook, list, .view, popover { - button { - box-shadow: inset 0px 0px 0px 1px $borders_color; - &:backdrop { - box-shadow: inset 0px 0px 0px 1px $borders_color; - } - } - .linked > button { - box-shadow: none; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_calendar.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_calendar.scss deleted file mode 100644 index 1fa0c8cda..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_calendar.scss +++ /dev/null @@ -1,59 +0,0 @@ -/************ - * Calendar * - ***********/ -calendar { - color: $text_color; - border: 1px solid $borders_color; - - &:selected { - @extend %selected_items; - - border-radius: 3px; - } - - &.header { - border-bottom: 1px solid transparentize(black, 0.9); - border-radius: 0; - - &:backdrop { border-color: transparentize(black, 0.9); } - } - - &.button { - @extend %undecorated_button; - - color: transparentize($fg_color, 0.55); - - &:hover { - @extend %undecorated_button; - - color: $fg_color; - } - - &:backdrop { - @extend %undecorated_button; - - color: transparentize($backdrop_fg_color,0.55); - } - - &:disabled { - @extend %undecorated_button; - - color: transparentize($insensitive_fg_color,0.55); - } - } - - &:indeterminate, - &:indeterminate:backdrop { color: gtkalpha(currentColor, 0.55); } - - &.highlight, - &.highlight:backdrop { - font-size: smaller; - color: $fg_color; - } - - - &:backdrop { - color: $backdrop_text_color; - border-color: $backdrop_borders_color; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_checks-radios.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_checks-radios.scss deleted file mode 100644 index e4aa5f471..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_checks-radios.scss +++ /dev/null @@ -1,165 +0,0 @@ -/************************* - * Check and Radio Items * - *************************/ -// draw regular check and radio items using our PNG assets -// all assets are rendered from assets.svg. never add pngs directly - - -// unchecked -@each $s,$un in ('','-unchecked'), - (':hover', '-unchecked-hover'), - (':active', '-unchecked-active'), - (':backdrop', '-unchecked'), - (':disabled', '-unchecked'), - (':disabled:backdrop', '-unchecked') { - check#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/checkbox#{$un}.png"),url("../assets/checkbox#{$un}@2.png")), -gtk-scaled(url("../assets/checkbox#{$un}.png"),url("../assets/checkbox#{$un}@2.png"))); - -gtk-icon-shadow: none; - } - radio#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/radio#{$un}.png"),url("../assets/radio#{$un}@2.png")), -gtk-scaled(url("../assets/radio#{$un}.png"),url("../assets/radio#{$un}@2.png"))); - -gtk-icon-shadow: none; - } -} - -// checked -@each $s,$ch in (':checked', '-checked'), - (':checked:hover', '-checked-hover'), - (':checked:active', '-checked-active'), - (':checked:backdrop', '-checked'), - (':checked:disabled', '-checked'), - (':checked:disabled:backdrop', '-checked') { - check#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/checkbox#{$ch}.png"),url("../assets/checkbox#{$ch}@2.png")), -gtk-scaled(url("../assets/checkbox#{$ch}.png"),url("../assets/checkbox#{$ch}@2.png"))); - -gtk-icon-shadow: none; - } - radio#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/radio#{$ch}.png"),url("../assets/radio#{$ch}@2.png")), -gtk-scaled(url("../assets/radio#{$ch}.png"),url("../assets/radio#{$ch}@2.png"))); - -gtk-icon-shadow: none; - } -} - -// mixed -@each $s,$mx in (':indeterminate', '-mixed'), - (':indeterminate:hover', '-mixed-hover'), - (':indeterminate:active', '-mixed-active'), - (':indeterminate:backdrop', '-mixed'), - (':indeterminate:disabled', '-mixed-insensitive'), - (':indeterminate:disabled:backdrop', '-mixed-insensitive') { - check#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/checkbox#{$mx}.png"),url("../assets/checkbox#{$mx}@2.png")), -gtk-scaled(url("../assets/checkbox#{$mx}.png"),url("../assets/checkbox#{$mx}@2.png"))); - -gtk-icon-shadow: none; - } - radio#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/radio#{$mx}.png"),url("../assets/radio#{$mx}@2.png")), -gtk-scaled(url("../assets/radio#{$mx}.png"),url("../assets/radio#{$mx}@2.png"))); - -gtk-icon-shadow: none; - } -} - -// unchecked:selected -@each $s,$un in (':selected','-unchecked'), - (':hover:selected', '-unchecked'), - (':active:selected', '-unchecked'), - (':backdrop:selected', '-unchecked'), - (':disabled:selected', '-unchecked'), - (':disabled:backdrop:selected', '-unchecked') { - check#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/checkbox#{$un}.png"),url("../assets/checkbox#{$un}@2.png")), -gtk-scaled(url("../assets/checkbox#{$un}.png"),url("../assets/checkbox#{$un}@2.png"))); - -gtk-icon-shadow: none; - } - radio#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/selected-radio#{$un}.png"),url("../assets/selected-radio#{$un}@2.png")), -gtk-scaled(url("../assets/selected-radio#{$un}.png"),url("../assets/selected-radio#{$un}@2.png"))); - -gtk-icon-shadow: none; - } -} - -// checked:selected -@each $s,$ch in (':checked:selected', '-checked'), - (':checked:hover:selected', '-checked'), - (':checked:active:selected', '-checked'), - (':checked:backdrop:selected', '-checked'), - (':checked:disabled:selected', '-checked'), - (':checked:disabled:backdrop:selected', '-checked') { - check#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/checkbox#{$ch}.png"),url("../assets/checkbox#{$ch}@2.png")), -gtk-scaled(url("../assets/checkbox#{$ch}.png"),url("../assets/checkbox#{$ch}@2.png"))); - -gtk-icon-shadow: none; - } - radio#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/selected-radio#{$ch}.png"),url("../assets/selected-radio#{$ch}@2.png")), -gtk-scaled(url("../assets/selected-radio#{$ch}.png"),url("../assets/selected-radio#{$ch}@2.png"))); - -gtk-icon-shadow: none; - } -} - - -// mixed:selected -@each $s,$mx in (':indeterminate:selected', '-mixed'), - (':indeterminate:hover:selected', '-mixed'), - (':indeterminate:active:selected', '-mixed'), - (':indeterminate:backdrop:selected', '-mixed'), - (':indeterminate:disabled:selected', '-mixed'), - (':indeterminate:disabled:backdrop:selected', '-mixed') { - check#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/selected-checkbox#{$mx}.png"),url("../assets/selected-checkbox#{$mx}@2.png")), -gtk-scaled(url("../assets/selected-checkbox#{$mx}.png"),url("../assets/selected-checkbox#{$mx}@2.png"))); - -gtk-icon-shadow: none; - } - radio#{$s}{ - -gtk-icon-source: if($variant == 'light', -gtk-scaled(url("../assets/selected-radio#{$mx}.png"),url("../assets/selected-radio#{$mx}@2.png")), -gtk-scaled(url("../assets/selected-radio#{$mx}.png"),url("../assets/selected-radio#{$mx}@2.png"))); - -gtk-icon-shadow: none; - } -} - - -// selection-mode unchecked -@each $s,$un in ('','-unchecked'), - (':hover', '-unchecked-hover'), - (':active', '-unchecked-active'), - (':backdrop', '-unchecked-backdrop'), - (':disabled', '-unchecked-insensitive'), - (':disabled:backdrop', '-unchecked-backdrop-insensitive') { - .view.content-view check#{$s}, - .view.content-view.check#{$s}{ - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-checkbox#{$un}.png"),url("../assets/checkbox#{$un}@2.png")); - -gtk-icon-shadow: none; - } - .view.content-view radio#{$s}, - .view.content-view.radio#{$s}{ - -gtk-icon-source: -gtk-scaled(url("../assets/selection-mode-radio#{$un}.png"),url("../assets/radio#{$un}@2.png")); - -gtk-icon-shadow: none; - } -} - -checkbutton.text-button, radiobutton.text-button { - // this is for a nice focus on check and radios text - padding: 2px 0; - outline-offset: 0; - - label:not(:only-child) { - &:first-child { margin-left: 4px; } - &:last-child { margin-right: 4px; } - } -} - -check, -radio { - margin: 0 4px; - - min-height: 16px; - min-width: 16px; - border: none; - - menu menuitem & { - margin: 0; // this is a workaround for a menu check/radio size allocation issue - - &, &:hover, &:disabled { //FIXME use button reset mixin - min-height: 14px; - min-width: 14px; - background-image: none; - background-color: transparent; - box-shadow: none; - -gtk-icon-shadow: none; - color: inherit; - border-color: currentColor; - animation: none; - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_color-chooser.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_color-chooser.scss deleted file mode 100644 index 3502a55e0..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_color-chooser.scss +++ /dev/null @@ -1,139 +0,0 @@ -/***************** - * Color Chooser * - *****************/ -colorswatch { - // This widget is made of two boxes one on top of the other, the lower box is colorswatch {} the other one - // is colorswatch overlay {}, colorswatch has the programmatically set background, so most of the style is - // applied to the overlay box. - - &, &:drop(active) { border-style: none; } // FIXME: implement a proper drop(active) state - - $_colorswatch_radius: 5px; - $_colorswatch_overlay_shadow: if($variant == 'light', inset 0 2px 2px -3px transparentize(black, 0.3), - inset 0 3px 2px -2px transparentize(black, 0.5)); - - // base color corners rounding - // to avoid the artifacts caused by rounded corner anti-aliasing the base color - // sports a bigger radius. - // nth-child is needed by the custom color strip. - - &.top { - border-top-left-radius: $_colorswatch_radius + 0.5px; - border-top-right-radius: $_colorswatch_radius + 0.5px; - - overlay { - border-top-left-radius: $_colorswatch_radius; - border-top-right-radius: $_colorswatch_radius; - } - } - - &.bottom { - border-bottom-left-radius: $_colorswatch_radius + 0.5px; - border-bottom-right-radius: $_colorswatch_radius + 0.5px; - - overlay { - border-bottom-left-radius: $_colorswatch_radius; - border-bottom-right-radius: $_colorswatch_radius; - } - } - - &.left, - &:first-child:not(.top) { - border-top-left-radius: $_colorswatch_radius + 0.5px; - border-bottom-left-radius: $_colorswatch_radius + 0.5px; - - overlay { - border-top-left-radius: $_colorswatch_radius; - border-bottom-left-radius: $_colorswatch_radius; - } - } - - &.right, - &:last-child:not(.bottom) { - border-top-right-radius: $_colorswatch_radius + 0.5px; - border-bottom-right-radius: $_colorswatch_radius + 0.5px; - - overlay { - border-top-right-radius: $_colorswatch_radius; - border-bottom-right-radius: $_colorswatch_radius; - } - } - - &.dark overlay { - color: $selected_fg_color; - - &:hover { border-color: if($variant == 'light', transparentize(black, 0.2), $borders_color); } - - &:backdrop { color: $backdrop_selected_fg_color; } - } - - &.light overlay { - color: $text_color; - - &:hover { border-color: if($variant == 'light', transparentize(black, 0.5), $borders_color); } - - &:backdrop { color: $backdrop_text_color; } - } - - &:drop(active) { - box-shadow: none; - - &.light overlay { - border-color: $drop_target_color; - box-shadow: inset 0 0 0 2px if($variant == 'light', darken($drop_target_color, 7%), $borders_color), - inset 0 0 0 1px $drop_target_color; - } - - &.dark overlay { - border-color: $drop_target_color; - box-shadow: inset 0 0 0 2px if($variant == 'light', transparentize(black, 0.7), $borders_color), - inset 0 0 0 1px $drop_target_color; - } - } - - overlay { - box-shadow: $_colorswatch_overlay_shadow; - border: 1px solid if($variant == 'light', transparentize(black, 0.7), $borders_color); - - &:hover { box-shadow: inset 0 1px transparentize(white, 0.7); } - - &:backdrop, &:backdrop:hover { - border-color: if($variant == 'light', transparentize(black, 0.7), $borders_color); - box-shadow: none; - } - } - - &#add-color-button { - border-radius: $_colorswatch_radius $_colorswatch_radius 0 0; - - &:only-child { border-radius: $_colorswatch_radius; } - - overlay { - @include button(normal); - - &:hover { @include button(hover); } - - &:backdrop { @include button(backdrop); } - } - } - - &:disabled { - opacity: 0.5; - - overlay { - border-color: transparentize(black, 0.4); - box-shadow: none; - } - } - - row:selected & { box-shadow: 0 0 0 2px $selected_fg_color; } - - &#editor-color-sample { - border-radius: 4px; - - overlay { border-radius: 4.5px; } - } -} - -// colorscale popup -colorchooser .popover.osd { border-radius: 5px; } diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_comboboxes.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_comboboxes.scss deleted file mode 100644 index 3424c6d2c..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_comboboxes.scss +++ /dev/null @@ -1,41 +0,0 @@ -/************** - * ComboBoxes * - **************/ -combobox { - arrow { - -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); - min-height: 16px; - min-width: 16px; - } - - &.linked { - button:nth-child(2) { - &:dir(ltr) { @extend %linked:last-child; } - &:dir(rtl) { @extend %linked:first-child; } - } - } - - &:drop(active) { // FIXME: untested - box-shadow: none; - - button.combo { @extend %button_basic:drop(active); } - } -} - -.linked > combobox > box > button.combo { - // the combo is a composite widget so the way we do button linking doesn't - // work, special case needed. See - // https://bugzilla.gnome.org/show_bug.cgi?id=733979 - - &:dir(ltr), - &:dir(rtl) { @extend %linked_middle; } // specificity bump -} - -.linked:not(.vertical) > combobox:first-child > box > button.combo { @extend %linked:first-child; } -.linked:not(.vertical) > combobox:last-child > box > button.combo { @extend %linked:last-child; } -.linked:not(.vertical) > combobox:only-child > box > button.combo {@extend %linked:only-child; } - -.linked.vertical > combobox > box > button.combo { @extend %linked_vertical_middle; } -.linked.vertical > combobox:first-child > box > button.combo { @extend %linked_vertical:first-child;} -.linked.vertical > combobox:last-child > box > button.combo { @extend %linked_vertical:last-child; } -.linked.vertical > combobox:only-child > box > button.combo { @extend %linked_vertical:only-child; } diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_dialogs.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_dialogs.scss deleted file mode 100644 index 08ca2aa35..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_dialogs.scss +++ /dev/null @@ -1,66 +0,0 @@ -/*********** - * Dialogs * - ***********/ -messagedialog { // Message Dialog styling - .titlebar:not(headerbar) { - background-color: transparentize(if($variant=='light', $headerbar_color, $bg_color), 0.05); - } - .titlebar { - min-height: 20px; - background-image: none; - background-color: transparentize(if($variant=='light', $headerbar_color, $bg_color), 0.05); - border-style: none; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - } - - &.csd { // rounded bottom border styling for csd version - &.background { - background-color: transparentize(if($variant=='light', $headerbar_color, $bg_color), 0.05); - color: if($variant=='light', $headerbar_fg_color, $fg_color); - - // bigger radius for better antialiasing - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - } - - .dialog-action-area button { - padding: 10px 14px; // labels are not vertically centered on message dialog, this is a workaround - border-radius: 0; - border-left-style: solid; - border-right-style: none; - border-bottom-style: none; - background-color: transparent; - color: if($variant=='light', $headerbar_fg_color, $fg_color); - box-shadow: none; - - &:hover { - background-color: transparentize($selected_bg_color, 0.1); - } - - &:first-child{ - border-left-style: none; - border-bottom-left-radius: 4px; - } - - &:last-child { - border-bottom-right-radius: 4px; - } - } - } -} - -filechooser { - .dialog-action-box { - border-top: 1px solid $borders_color; - - &:backdrop { border-top-color: $backdrop_borders_color; } - } - - #pathbarbox { border-bottom: 1px solid $bg_color; } -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_entries.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_entries.scss deleted file mode 100644 index 8b3b9a9bc..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_entries.scss +++ /dev/null @@ -1,181 +0,0 @@ -/**************** - * Text Entries * - ****************/ - -%entry, -entry { - %entry_basic, & { - min-height: 32px; - padding-left: 8px; - padding-right: 8px; - border: 1px solid; - border-radius: 3px; - transition: all 200ms $ease-out-quad; - - @include entry(normal); - - image { // icons inside the entry - &.left { padding-left: 0; padding-right: 6px; } - &.right { padding-left: 6px; padding-right: 0; } - } - - undershoot { - &.left { @include undershoot(left); } - &.right { @include undershoot(right); } - } - - &.flat { - &:focus, & { - min-height: 0; - padding: 2px; - background-image: none; - border-color: transparent; - box-shadow: none; - border-radius: 0; - } - } - - &:focus { @include entry(focus); } - - &:disabled { @include entry(insensitive); } - - &:backdrop { - @include entry(backdrop); - - transition: $backdrop_transition; - } - - &:backdrop:disabled { @include entry(backdrop-insensitive); } - - selection { &:focus, & { @extend %selected_items; }} - - // entry error and warning style - @each $e_type, $e_color in (error, $error_color), - (warning, $warning_color) { - &.#{$e_type} { - @include entry(normal); - color: $e_color; - border-color: entry_focus_border($e_color); - - &:focus { @include entry(focus, $e_color); } - - &:selected { &:focus, & { background-color: $e_color; }} - } - } - - & image { // entry icons colors - color: mix($fg_color, $base_color, 80%); - - &:hover { color: $fg_color; } - - &:active { color: $selected_bg_color; } - - &:backdrop { color: mix($backdrop_fg_color, $backdrop_base_color, 80%); } - } - - &:drop(active) { - &:focus, & { - border-color: $drop_target_color; - box-shadow: inset 0 0 0 1px $drop_target_color; - } - } - - .osd & { - @include entry(osd); - - &:focus { @include entry(osd-focus); } - - &:backdrop { @include entry(osd-backdrop); } - - &:disabled { @include entry(osd-insensitive); } - } - } - - progress { - margin: 2px -6px; - background-color: transparent; - background-image: none; - border-radius: 0; - border-width: 0 0 2px; - border-color: $selected_bg_color; - border-style: solid; - box-shadow: none; - - &:backdrop { background-color: transparent; } - } - - // linked entries - .linked:not(.vertical) > & { @extend %linked; } - .linked:not(.vertical) > &:focus + &, - .linked:not(.vertical) > &:focus + button, - .linked:not(.vertical) > &:focus + combobox > box > button.combo { border-left-color: entry_focus_border(); } - - .linked:not(.vertical) > &:focus { border-color: entry_focus_border(); } - - .linked:not(.vertical) > &:drop(active) + &, - .linked:not(.vertical) > &:drop(active) + button, - .linked:not(.vertical) > &:drop(active) + combobox > box > button.combo { border-left-color: $drop_target_color; } - - // Vertically linked entries - // FIXME: take care of "colored" entries - .linked.vertical > & { - @extend %linked_vertical; - - // brighter border between linked entries - &:not(:disabled) + entry:not(:disabled), - &:not(:disabled) + %entry:not(:disabled) { - border-top-color: mix($borders_color, $base_color, 30%); - background-image: linear-gradient(to bottom, $base_color, $base_color); - - &:backdrop { - border-top-color: mix($backdrop_borders_color, $backdrop_base_color, 30%); - background-image: linear-gradient(to bottom, $backdrop_base_color, $backdrop_base_color); - } - } - - // brighter border between linked insensitive entries - &:disabled + %entry:disabled, - &:disabled + entry:disabled { border-top-color: mix($borders_color, $base_color, 30%); } - - // color back the top border of a linked focused entry following another entry and add back the focus shadow. - // :not(:only-child) is a specificity bump hack. - + %entry:focus:not(:only-child), - + entry:focus:not(:only-child) { border-top-color: entry_focus_border(); } - - + %entry:drop(active):not(:only-child), - + entry:drop(active):not(:only-child) { border-top-color: $drop_target_color; } - - // this takes care of coloring the top border of the focused entry subsequent widget. - // :not(:only-child) is a specificity bump hack. - &:focus:not(:only-child) { - + %entry, - + entry, - + button, - + combobox > box > button.combo { border-top-color: entry_focus_border(); } - } - - &:drop(active):not(:only-child) { - + %entry, - + entry, - + button, - + combobox > box > button.combo { border-top-color: $drop_target_color; } - } - } -} - -treeview entry { - &:focus { - &:dir(rtl), &:dir(ltr) { // specificity bump hack - background-color: $base_color; - transition-property: color, background; - } - } - - &.flat, & { - border-radius: 0; - background-image: none; - background-color: $base_color; - - &:focus { border-color: $selected_bg_color; } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_expanders.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_expanders.scss deleted file mode 100644 index 47b444810..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_expanders.scss +++ /dev/null @@ -1,16 +0,0 @@ -/************* - * Expanders * - *************/ -expander { - arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - - &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } - - &:hover { color: lighten($fg_color,30%); } //only lightens the arrow - - &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_file-chooser.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_file-chooser.scss deleted file mode 100644 index 2f7d146ca..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_file-chooser.scss +++ /dev/null @@ -1,102 +0,0 @@ -/**************** - * File chooser * - ****************/ -$_placesidebar_icons_opacity: 0.7; - -placessidebar { - > viewport.frame { border-style: none; } - - row { - // Needs overriding of the GtkListBoxRow padding - min-height: 36px; - padding: 0px; - - // Using margins/padding directly in the SidebarRow - // will make the animation of the new bookmark row jump - > revealer { padding: 0 14px; } - - &:selected { color: $selected_fg_color; } - - &:disabled { color: $insensitive_fg_color; } - - &:backdrop { - color: $backdrop_fg_color; - - &:selected { color: $backdrop_selected_fg_color; } - - &:disabled { color: $backdrop_insensitive_color; } - } - - image.sidebar-icon { - opacity: $_placesidebar_icons_opacity; // dim the device icons - - &:dir(ltr) { padding-right: 8px; } - &:dir(rtl) { padding-left: 8px; } - } - - label.sidebar-label { - &:dir(ltr) { padding-right: 2px; } - &:dir(rtl) { padding-left: 2px; } - } - - @at-root button.sidebar-button { - @extend %button_basic.flat; - - @extend %button_selected.flat; - - min-height: 26px; - min-width: 26px; - margin-top: 3px; - margin-bottom: 3px; - padding: 0; - border-radius: 100%; - -gtk-outline-radius: 100%; - - &:not(:hover):not(:active), - &:backdrop { > image { opacity: $_placesidebar_icons_opacity; }} - } - - // in the sidebar case it makes no sense to click the selected row - &:selected:active { box-shadow: none; } - - &.sidebar-placeholder-row { - padding: 0 8px; - min-height: 2px; - background-image: image($drop_target_color); - background-clip: content-box; - } - - &.sidebar-new-bookmark-row { color: $selected_bg_color; } - - &:drop(active):not(:disabled) { - color: $drop_target_color; - box-shadow: inset 0 1px $drop_target_color, - inset 0 -1px $drop_target_color; - - &:selected { - color: $selected_fg_color; - background-color: $drop_target_color; - } - } - } -} - -placesview { - .server-list-button > image { - transition: 200ms $ease-out-quad; - -gtk-icon-transform: rotate(0turn); - } - - .server-list-button:checked > image { - transition: 200ms $ease-out-quad; - -gtk-icon-transform: rotate(-0.5turn); - } - - row.activatable:hover { background-color: transparent; } - - // this selects the "connect to server" label - > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_floating-bar.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_floating-bar.scss deleted file mode 100644 index e9a24653c..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_floating-bar.scss +++ /dev/null @@ -1,33 +0,0 @@ -/**************** - * Floating Bar * - ****************/ -.floating-bar { - background-color: $bg_color; - border-width: 1px; - border-style: solid solid none; - border-color: $borders_color; - border-radius: 3px 3px 0 0; - box-shadow: inset 0 1px $top_highlight; - - &.bottom { - - &.left { - border-left-style: none; - border-top-left-radius: 0; - } - - &.right { - border-right-style: none; - border-top-right-radius: 0; - } - } - - > button { - padding:4px; - } - - &:backdrop { - background-color: $backdrop_bg_color; - border-color: $backdrop_borders_color; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_frames.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_frames.scss deleted file mode 100644 index d85b8327d..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_frames.scss +++ /dev/null @@ -1,87 +0,0 @@ -/********** - * Frames * - **********/ -frame > border, -.frame { - box-shadow: none; - margin: 0; - padding: 0; - border-radius: 0; - border: 1px solid $borders_color; - - &.flat { border-style: none; } - - &:backdrop { border-color: $backdrop_borders_color; } -} - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid $borders_color; - - &:backdrop { border-color: $backdrop_borders_color; } -} - -scrolledwindow { - viewport.frame { // avoid double borders when viewport inside scrolled window - border-style: none; - } - - // This is used when content is touch-dragged past boundaries. - // draws a box on top of the content, the size changes programmatically. - overshoot { - &.top { - @include overshoot(top); - - &:backdrop { @include overshoot(top, backdrop); } - } - - &.bottom { - @include overshoot(bottom); - - &:backdrop { @include overshoot(bottom, backdrop); } - } - - &.left { - @include overshoot(left); - - &:backdrop { @include overshoot(left, backdrop); } - } - - &.right { - @include overshoot(right); - - &:backdrop { @include overshoot(right, backdrop); } - } - } - - // Overflow indication, works similarly to the overshoot, the size if fixed tho. - undershoot { - &.top { @include undershoot(top); } - - &.bottom { @include undershoot(bottom); } - - &.left { @include undershoot(left); } - - &.right { @include undershoot(right); } - } - - junction { // the small square between two scrollbars - border-color: transparent; - // the border image is used to add the missing dot between the borders, details, details, details... - border-image: linear-gradient(to bottom, $borders_color 1px, transparent 1px) 0 0 0 1 / 0 1px stretch; - background-color: $scrollbar_bg_color; - - &:dir(rtl) { border-image-slice: 0 1 0 0; } - - &:backdrop { - border-image-source: linear-gradient(to bottom, $backdrop_borders_color 1px, transparent 1px); - background-color: $backdrop_scrollbar_bg_color; - transition: $backdrop_transition; - } - } -} - -//vbox and hbox separators -separator { - background: transparentize(black, 0.9); -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_granite.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_granite.scss deleted file mode 100644 index 3e49050c4..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_granite.scss +++ /dev/null @@ -1,206 +0,0 @@ -/************ - * Popovers * - ************/ - -GraniteWidgetsPopOver { - - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 8px; - -GraniteWidgetsPopOver-border-width: 0; - -GraniteWidgetsPopOver-shadow-size: 12; - - border: 1px solid $base_color; - background: $base_color; - color: $fg_color; - - .button { - background-image: none; - background: none; - border: none; - - &:active, - &:active:hover, { - color: $selected_bg_color; - } - } - - > .frame { - border:none; - } - - .sidebar.view { - border: none; - background: none; - } -} - -GraniteWidgetsStaticNotebook .frame { - border: none; -} - -.popover_bg { - background-color: $base_color; - background-image: none; - border: 1px solid $base_color; - color: $fg_color; -} - - -/*********** - * Welcome * - **********/ - -GraniteWidgetsWelcome { - background-color: $base_color; - - GtkLabel { - color: $fg_color; - } - - .h1,.h3 { - color: transparentize($fg_color, 0.2); - } -} - -/************** -* Source List * -***************/ - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; - - background-color: $bg_color; - border: solid $borders_color; - color: $fg_color; - border-right-width: 1px; - - &:backdrop {} - - .category-expander { - color: transparent; - } - - .badge { - background-image: none; - background-color: transparentize(black, 0.6); - color: $bg_color; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; - - &:selected:backdrop, - &:selected:hover:backdrop { - background-color: transparentize(black, 0.8); - color: darken($bg_color, 5%); - } - } - - row, - .list-row { - border:none; - padding: 0; - - > GtkLabel, - > label { - padding-left: 6px; - padding-right: 6px; - } - } -} - - -/************** -* Text Styles * -**************/ - -.h1 { - font-size: 24px; -} - -.h2 { - font-weight: 300; - font-size: 18px; -} - -.h3 { - font-size: 11px; -} - -.h4, -.category-label { - font-size: 12px; - padding: 6px; - color: transparentize($fg_color, 0.7); - font-weight: bold; - text-shadow: 0 1px transparentize(white,0.8); -} - - -/************** -* Storage Bar * -**************/ -.storage-bar { - - .trough { - border: none; - box-shadow:0 1px 0 0 $bottom_highlight; - background-image: none; - background-color: transparent; - padding: 8px 6px; - } - - .fill-block { - background-color: $yellow; - border:none; - box-shadow: inset 0 1px 0 0 transparentize(black, 0.9), inset 0 -1px 0 0 transparentize(black, 0.9); - - transition: all 200ms ease-in-out; - - padding: 8px 6px; - - &:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-left-width: 1px; - box-shadow: inset 0 1px 0 0 transparentize(black, 0.9), - inset 1px 0 0 transparentize(black, 0.9), - inset 0 -1px 0 0 transparentize(black, 0.9); - } - - &:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - box-shadow: inset 0 1px 0 0 transparentize(black, 0.9), - inset -1px 0 0 transparentize(black, 0.9), - inset 0 -1px 0 0 transparentize(black, 0.9); - } - - &.empty-block { - background-color: $base_color; - } - - &.app { - background-color: $blue; - } - - &.audio { - background-color: $orange; - } - - &.photo { - background-color: $red; - } - - &.video { - background-color: $purple; - } - - .legend { - padding: 12px; - border-radius: 4px; - } - } -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_header-bars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_header-bars.scss deleted file mode 100644 index 4bc90f0b4..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_header-bars.scss +++ /dev/null @@ -1,313 +0,0 @@ -/*************** - * Header bars * - ***************/ -%titlebar, -headerbar { - padding: 0 6px; - min-height: 34px; - background-color: $headerbar_color; - color: $headerbar_fg_color; - border-radius: 0; - - &:backdrop { - border-color: $backdrop_borders_color; - background-image: none; - - transition: $backdrop_transition; - } - - .title { - font-weight: bold; - padding-left: 12px; - padding-right: 12px; - } - - .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; - - @extend .dim-label; - } - - %linked-header { - border: none; - border-radius: 0; - border-right-style: none; - box-shadow: none; - - &:first-child { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - } - - &:last-child { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - border-right-style: solid; - } - - &:only-child { - border-radius: 0px; - border-style: solid; - } - } - entry { min-height: 24px; } - button { - @include button(normal-header); - min-height: 34px; - &:hover { - @include button(hover-header, transparent, $purple); - } - &:active, - &:checked { - @include button(active-header, transparent, $purple); - } - - &:backdrop, - &:disabled, - &:backdrop:disabled { - @include button(backdrop-header,transparent,transparentize(white,0.7)); - } - - &:backdrop { - &:hover, - &:active, - &:checked { - background-color: transparent; - color: $selected_bg_color; - box-shadow: none; - // @include button(hover-header,transparent,transparentize(white,0.7)); - } - } - - @each $b_type, $b_color in (suggested-action, $cyan), - (destructive-action, $destructive_color) { - &.#{$b_type} { - font-weight: bold; - min-height: 24px; - margin-top: 4px; - margin-bottom: 4px; - border-radius: 3px; - @include button(normal, $b_color, white); - - &:hover { @include button(hover, $b_color, white); } - - &:active { @include button(active, $b_color, white); } - - &:disabled { - @include button(insensitive, $b_color, white); - label {color: transparentize(white,0.5);} - } - - &:backdrop { - @include button(backdrop, $b_color, white); - border-radius: 3px; - } - - &:backdrop:disabled { @include button(backdrop-insensitive, $b_color, white); } - - } - } - - //Reset style - &.titlebutton { - color: transparent; - box-shadow: none; - - &:hover, - &:active, - &:checked, - &:backdrop, - &:backdrop:hover,* { - color: transparent; - box-shadow: none; - } - } - } - .linked > button, - .linked > button:hover, - .linked > button:active, - .linked > button:checked, - .linked > button:backdrop { @extend %linked-header; } - .linked > button:active, - .linked > button:checked{ - &:backdrop{ - color: $backdrop_selected_bg_color; - label{ - color: $backdrop_selected_bg_color; - } - } - } - // End reset style - - &.selection-mode { - $_hc: mix($top_highlight,$selected_bg_color, 50%); // highlight color - - color: $selected_fg_color; - text-shadow: 0 -1px transparentize(black, 0.5); - border-color: $selected_borders_color; - - @include headerbar_fill($selected_bg_color, $_hc); - - &:backdrop { - background-color: $selected_bg_color; - background-image: none; - box-shadow: inset 0 1px mix($top_highlight, $selected_bg_color, 60%); - } - - .subtitle:link { @extend *:link:selected; } - - button { - @include button(normal, $selected_bg_color, $selected_fg_color); - - &.flat { @include button(undecorated); } - - &:hover { @include button(hover, $selected_bg_color, $selected_fg_color); } - - &:active, - &:checked { @include button(active, $selected_bg_color, $selected_fg_color); } - - &:backdrop { - &.flat, & { - @include button(backdrop, $selected_bg_color, $selected_fg_color); - - -gtk-icon-effect: none; - border-color: $selected_borders_color; - - &:active, - &:checked { - @include button(backdrop-active, $selected_bg_color, $selected_fg_color); - - border-color: $selected_borders_color; - } - - &:disabled { - @include button(backdrop-insensitive, $selected_bg_color, $selected_fg_color); - - border-color: $selected_borders_color; - - &:active, &:checked { - @include button(backdrop-insensitive-active, $selected_bg_color, $selected_fg_color); - - border-color: $selected_borders_color; - } - } - } - } - - &.flat { &:backdrop, &:disabled, &:backdrop:disabled { @include button(undecorated); }} - - &:disabled { - @include button(insensitive, $selected_bg_color, $selected_fg_color); - - &:active, - &:checked { @include button(insensitive-active, $selected_bg_color, $selected_fg_color); } - } - - &.suggested-action { - @include button(normal, $cyan, white); - - &:hover { @include button(hover, $cyan, white); } - - &:active { @include button(active, $cyan, white); } - - &:disabled { @include button(insensitive, $cyan, white); } - - &:backdrop { @include button(backdrop, $cyan, white); } - - &:backdrop:disabled { @include button(backdrop-insensitive, $cyan, white); } - } - } - - .selection-menu { - &:backdrop, & { - border-color: transparentize($selected_bg_color, 1); - background-image: linear-gradient(to bottom, transparentize($selected_bg_color, 1), transparentize($selected_bg_color, 1)); - box-shadow: none; - padding-left: 10px; - padding-right: 10px; - - GtkArrow { -GtkArrow-arrow-scaling: 1; } - - .arrow { - -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); - color: transparentize($selected_fg_color,0.5); - -gtk-icon-shadow: none; - } - } - } - } - - .tiled &, - .maximized & { - &.titlebar { - @if $variant == 'light' { box-shadow: none; } - @else { box-shadow: inset 0 -1px $bottom_highlight; } - } - &:backdrop, & { border-radius: 0; } - } // squared corners when the window is maximized or tiled - - &.default-decoration { - padding: 4px; - min-height: 28px; - - button.titlebutton { - min-height: 26px; - min-width: 26px; - margin: 0; - padding: 0; - } - } -} - -headerbar { - // add vertical margins to common widget on the headerbar to avoid them spanning the whole height - entry, - spinbutton, - separator { - margin-top: 5px; - margin-bottom: 5px; - } - switch { - margin-top: 10px; - margin-bottom: 10px; - } - separator { background: transparent; } -} - -.background:not(.tiled):not(.maximized) .titlebar { - @if $variant == 'light' { box-shadow: inset 0 1px lighten($headerbar_color, 5%); } - @else { box-shadow: inset 0 1px $top_highlight,inset 0 -1px $bottom_highlight; } - - - &:backdrop, & { - border-top-left-radius: 4px; - border-top-right-radius: 4px; - } -} - -headerbar { - window:not(.tiled):not(.maximized) separator:first-child + &, // tackles the paned container case - window:not(.tiled):not(.maximized) &:first-child { &:backdrop, & { border-top-left-radius: 4px; }} - - window:not(.tiled):not(.maximized) &:last-child { &:backdrop, & { border-top-right-radius: 4px; }} -} - -.titlebar:not(headerbar) { - window.csd > & { - // in csd we assume every titlebar is a headerbar so reset anything, this is needed for split toolbars cases - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - border-color: transparent; - box-shadow: none; - } - - > separator { - background: transparent; - } - - @extend %titlebar; -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_infobars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_infobars.scss deleted file mode 100644 index 1193ea63a..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_infobars.scss +++ /dev/null @@ -1,119 +0,0 @@ -/************** - * GtkInfoBar * - **************/ -%infobar, -infobar { - text-shadow: none; - color: $fg_color; - background-color: $bg_color; - border-bottom:1px solid darken($bg_color,10%); - box-shadow: 0 1px 0 0 transparentize(black, 0.95), - 0 1px 2px 0 transparentize(black, 0.85); - -} - -%color_infobar { - - @extend %infobar; - - text-shadow: none; - color: $selected_fg_color; - border:none; - - .label { - color: $selected_fg_color; - - &:backdrop { - color: $backdrop_selected_fg_color; - } - } - - button { - border-radius: 2px; - border: none; - background: transparentize($base_color, 0.02); - color: $fg_color; - box-shadow: 0 1px 0 0 transparentize(black, 0.8); - - .label { - color: $fg_color; - } - - &:active { - background: $base_color; - color: $fg_color; - - box-shadow: 0 1px 2px 0 transparentize(black, 0.6); - - &:backdrop { - background: transparentize($base_color, 0.2); - color: transparentize($fg_color, 0.5); - box-shadow: none; - } - } - - &:hover, - &:focus { - box-shadow: 0 1px 2px 0 transparentize(black, 0.6); - } - - &:disabled { - background: transparentize($base_color, 0.4); - color: transparentize($fg_color, 0.5); - box-shadow: none; - - &:backdrop { - background: transparentize($base_color, 0.5); - color: transparentize($fg_color, 0.5); - box-shadow: none; - } - } - - &:backdrop { - background: transparentize($base_color, 0.2); - color: transparentize($fg_color, 0.5); - box-shadow: none; - } - } -} - -.info { - @extend %color_infobar; - background-color: $info_color; - - &:backdrop { - background-color:lighten($info_color,10%); - color: $backdrop_selected_fg_color; - } -} - -.warning { - @extend %color_infobar; - background-color: $warning_color; - - &:backdrop { - background-color:lighten($warning_color,10%); - color: $backdrop_selected_fg_color; - } -} - -.question { - @extend %color_infobar; - background-color: $question_color; - - &:backdrop { - background-color:lighten($question_color,10%); - color: $backdrop_selected_fg_color; - } - -} - -.error { - @extend %color_infobar; - background-color: $error_color; - - &:backdrop { - background-color:lighten($error_color,10%); - color: $backdrop_selected_fg_color; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_level-bars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_level-bars.scss deleted file mode 100644 index 46ca221ba..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_level-bars.scss +++ /dev/null @@ -1,62 +0,0 @@ -/************* - * Level Bar * - *************/ -levelbar { - block { - min-width: 32px; - min-height: 6px; - } - - &.vertical block { - min-width: 6px; - min-height: 32px; - } - - &:backdrop { transition: $backdrop_transition; } - - trough { - padding: 3px; - border-radius: 3px; - background-color: if($variant == 'light' ,transparentize(white,0.2),transparentize(black,0.86)); - box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1); - - &:backdrop { - background-color: if($variant == 'light' ,transparentize(white,0.4),transparentize(black,0.94)); - box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1); - } - } - - &.horizontal.discrete block { margin: 0 1px; } - - &.vertical.discrete block { margin: 1px 0; } - - block { - border-radius: 2px; - - &:backdrop { box-shadow: none; } - - &.low { - background-color: $warning_color; - - &:backdrop { border-color: $warning_color; }; - } - - &.high, - &:not(.empty) { - background-color: $cyan; - - &:backdrop { border-color: $cyan; } - } - - &.full { - background-color: $success_color; - - &:backdrop { border-color: $success_color; }; - } - - &.empty { - background-color: transparentize(black,0.86); - box-shadow: none; - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_links.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_links.scss deleted file mode 100644 index db6d1e8a3..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_links.scss +++ /dev/null @@ -1,49 +0,0 @@ -/********* - * Links * - *********/ -*:link { - color: $link_color; - - &:visited { - color: $link_visited_color; - - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 60%); } - } - - &:hover { - color: lighten($link_color,10%); - - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 90%); } - } - - &:active { - color: $link_color; - - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 80%); } - } - - &:backdrop { &:backdrop:hover, &:backdrop:hover:selected, & { color: $selected_bg_color; }} - - @at-root %link_selected, - &:selected, - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 80%); } -} - -button:link, -button:visited { - @extend %undecorated_button; - - @extend *:link; - - text-shadow: none; - - &:hover, - &:active, - &:checked { - @extend %undecorated_button; - - text-shadow: none; - } - - > label { text-decoration-line: underline; } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_lists.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_lists.scss deleted file mode 100644 index e2ef0c667..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_lists.scss +++ /dev/null @@ -1,47 +0,0 @@ -/********* - * Lists * - *********/ -list { - color: $text_color; - background-color: $base_color; - border-color: $borders_color; - - &:backdrop { - background-color: $backdrop_base_color; - border-color: $backdrop_borders_color; - } -} - -row { - padding: 8px 14px; - transition: all 150ms $ease-out-quad; - - label { - padding-left: 8px; - } - - &:hover { transition: none; } - - &:backdrop { transition: $backdrop_transition; } - - &.activatable { - &.has-open-popup, // this is for indicathing which row generated a popover see https://bugzilla.gnome.org/show_bug.cgi?id=754411 - - &:hover { background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.95)); } - - &:active { box-shadow: inset 0 2px 2px -2px transparentize(black, 0.8); } - - &:backdrop:hover { background-color: transparent; } - - &:selected { - &:active { box-shadow: inset 0 2px 3px -1px transparentize(black, 0.5); } - - &.has-open-popup, - &:hover { background-color: transparentize($selected_bg_color, 0.2); } - - &:backdrop { background-color: $backdrop_selected_bg_color; } - } - } - - &:selected { @extend %selected_items; } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_menus.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_menus.scss deleted file mode 100644 index 7fc343828..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_menus.scss +++ /dev/null @@ -1,127 +0,0 @@ -/********* - * Menus * - *********/ -menubar, -.menubar { - background-color: $headerbar_color; - color: $headerbar_fg_color; - -GtkWidget-window-dragging: true; - padding: 0px; - box-shadow: inset 0 -1px transparentize(black, 0.9); - - > menuitem { - min-height: 16px; - padding: 4px 8px; - - &:hover { //Seems like it :hover even with keyboard focus - box-shadow: inset 0 -3px $selected_bg_color; - } - - &:disabled { - color: $insensitive_fg_color; - box-shadow: none; - } - } -} - -menu, -.menu, -.context-menu { - margin: 4px; - padding: 2px 0px; - background-color: $menu_color; - border: 1px solid $borders_color; // adds borders in a non composited env - - .csd & { border: none; } // axes borders in a composited env - - &:backdrop { background-color: $backdrop_menu_color; } - - menuitem { - min-height: 16px; - min-width: 40px; - padding: 4px 6px; - text-shadow: none; - - &:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - - &:disabled { - color: $insensitive_fg_color; - &:backdrop { color: $backdrop_insensitive_color; } - } - - &:backdrop, - &:backdrop:hover { - color: $backdrop_fg_color; - background-color: transparent; - } - - // submenu indicators - arrow { - min-height: 16px; - min-width: 16px; - - &:dir(ltr) { - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - margin-left: 10px; - } - - &:dir(rtl) { - -gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); - margin-right: 10px; - } - } - - // avoids labels color being overridden, see - // https://bugzilla.gnome.org/show_bug.cgi?id=767058 - label { &:dir(rtl), &:dir(ltr) { color: inherit; }} - } - - // overflow arrows - > arrow { - @include button(undecorated); - - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: $menu_color; - border-radius: 0; - - &.top { - margin-top: -6px; - border-bottom: 1px solid mix($fg_color, $base_color, 10%); - -gtk-icon-source: -gtk-icontheme('pan-up-symbolic'); - } - - &.bottom { - margin-bottom: -6px; - border-top: 1px solid mix($fg_color, $base_color, 10%); - -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); - } - - &:hover { background-color: mix($fg_color, $base_color, 10%); } - - &:backdrop { background-color: $backdrop_menu_color; } - - &:disabled { - color: transparent; - background-color: transparent; - border-color: transparent ; - } - } -} - -menuitem { - accelerator { color: gtkalpha(currentColor,0.55); } - - check, - radio { - min-height: 16px; - min-width: 16px; - - &:dir(ltr) { margin-right: 7px; } - &:dir(rtl) { margin-left: 7px; } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_misc.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_misc.scss deleted file mode 100644 index 390f1a58e..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_misc.scss +++ /dev/null @@ -1,62 +0,0 @@ -/******** - * Misc * - ********/ -//content view (grid/list) -.content-view { - background-color: darken($bg_color,7%); - - &:hover { -gtk-icon-effect: highlight; } - - &:backdrop { background-color: darken($bg_color,7%); } - - rubberband { @extend rubberband; } -} - -.scale-popup { - .osd & { @extend %osd; } - - .osd & button.flat { //FIXME: quick hack, redo properly - border-style: none; - border-radius: 5px; - } - - button { // +/- buttons on GtkVolumeButton popup - &:hover { - @extend %undecorated_button; - background-color: transparentize($fg_color,0.9); - border-radius: 5px; - } - - &:backdrop { &:hover, &:disabled, & { @extend %undecorated_button; }} - } -} - -/************ -* Assistant * -*************/ - -assistant { - - border-bottom-left-radius:4px; - border-bottom-right-radius:4px; - - .sidebar { - background-color: $base_color; - border-top: 1px solid $borders_color; - - border-bottom-left-radius:4px; - - &:backdrop { - background-color: $backdrop_base_color; - border-color: $backdrop_borders_color; - } - } - - &.csd .sidebar { border-top-style: none; } - - .sidebar GtkLabel, - .sidebar label { padding: 6px 12px; } - - .sidebar GtkLabel.highlight, - .sidebar label.highlight { background-color: mix($bg_color, $fg_color, 80%); } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_notebooks.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_notebooks.scss deleted file mode 100644 index d0ba80a05..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_notebooks.scss +++ /dev/null @@ -1,273 +0,0 @@ -/************* - * Notebooks * - *************/ -notebook { - > header { - padding: 1px; - border-color: $borders_color; - border-width: 0px; - background-color: $bg_color; - - &:backdrop { - border-color: $backdrop_borders_color; - background-color: $backdrop_bg_color; - } - - tabs { margin: -1px; } - - &.top { - border-bottom-style: solid; - > tabs { - margin-bottom: -2px; - > tab { - - - &:backdrop { box-shadow: none; } - - &:checked { - background-color: $base_color; - &:hover{background-color: $base_color;} - } - } - } - } - - &.bottom { - border-top-style: solid; - > tabs { - margin-top: -2px; - > tab { - - - &:backdrop { box-shadow: none; } - - &:checked { background-color: $base_color; } - } - } - } - - &.left { - border-right-style: solid; - > tabs { - margin-right: -2px; - > tab { - - - &:backdrop { box-shadow: none; } - - &:checked { background-color: $base_color; } - } - } - } - - &.right { - border-left-style: solid; - > tabs { - margin-left: -2px; - > tab { - - - &:backdrop { box-shadow: none; } - - &:checked { background-color: $base_color; } - } - } - } - - &.top > tabs > arrow { - @extend %notebook_vert_arrows; - - border-top-style: none; - } - - &.bottom > tabs > arrow { - @extend %notebook_vert_arrows; - - border-bottom-style: none; - } - - @at-root %notebook_vert_arrows { - margin-left: -5px; - margin-right: -5px; - padding-left: 4px; - padding-right: 4px; - - &.down { -gtk-icon-source: -gtk-icontheme('pan-start-symbolic'); } - - &.up { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); } - } - - &.left > tabs > arrow { - @extend %notebook_horz_arrows; - - border-left-style: none; - } - - &.right > tabs > arrow { - @extend %notebook_horz_arrows; - - border-right-style: none; - } - - @at-root %notebook_horz_arrows { - margin-top: -5px; - margin-bottom: -5px; - padding-top: 4px; - padding-bottom: 4px; - - &.down { -gtk-icon-source: -gtk-icontheme('pan-up-symbolic'); } - - &.up { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } - } - - > tabs > arrow { - @extend %button_basic; - - @extend %button_basic.flat; - - min-height: 16px; - min-width: 16px; - border-radius: 0; - - &:hover:not(:active):not(:backdrop) { - background-clip: padding-box; - background-image: none; - background-color: transparentize(white, 0.7); - border-color: transparent; - box-shadow: none; - } - - &:disabled { @include button(undecorated); } - } - - tab { - min-height: 30px; - min-width: 30px; - padding: 3px 12px; - - outline-offset: -5px; - - color: $insensitive_fg_color; - font-weight: bold; - - border-width: 1px; // for reorderable tabs - border-color: transparent; // - - &:hover { - color: mix($insensitive_fg_color, $fg_color, 50%); - - &.reorderable-page { - border-color: transparentize($borders_color, 0.7); - background-color: transparentize($bg_color, 0.8); - } - } - - &:backdrop { - color: mix($backdrop_fg_color, $backdrop_bg_color, 60%); - - &.reorderable-page { - border-color: transparent; - background-color: transparent; - } - } - - &:checked { - color: $fg_color; - &.reorderable-page { - border-color: transparentize($borders_color, 0.5); - background-color: transparentize($bg_color, 0.5); - - &:hover { background-color: transparentize($bg_color, 0.3); } - } - } - - &:backdrop:checked { - color: $backdrop_fg_color; - - &.reorderable-page { - border-color: $backdrop_borders_color; - background-color: $backdrop_base_color; - } - } - - // colors the button like the label, overridden otherwise - button.flat { - &:hover { background: transparent; box-shadow: none; color: $red; } - - &, &:backdrop { color: gtkalpha(currentColor, 0.3); } - - padding: 0; - margin-top: 4px; - margin-bottom: 4px; - // FIXME: generalize .small-button? - min-width: 20px; - min-height: 20px; - - &:last-child { - margin-left: 4px; - margin-right: -4px; - } - - &:first-child { - margin-left: -4px; - margin-right: 4px; - } - } - } - - &.top, - &.bottom { - tabs { - padding-left: 0.5px; - padding-right: 0.5px; - - &:not(:only-child) { - margin-left: 0.5px; - margin-right: 0.5px; - - &:first-child { margin-left: 0.5px; } - &:last-child { margin-right: 0.5px; } - } - - tab { - margin-left: 0.5px; - margin-right: 0.5px; - - &.reorderable-page { border-style: none solid; } - } - } - } - - &.left, - &.right { - tabs { - padding-top: 4px; - padding-bottom: 4px; - - &:not(:only-child) { - margin-top: 3px; - margin-bottom: 3px; - - &:first-child { margin-top: -1px; } - &:last-child { margin-bottom: -1px; } - } - - tab { - margin-top: 4px; - margin-bottom: 4px; - - &.reorderable-page { border-style: solid none; } - } - } - } - - &.top tab { padding-bottom: 4px; } - &.bottom tab { padding-top: 4px; } - } - - > stack:not(:only-child) { // the :not(:only-child) is for "hidden" notebooks - background-color: $base_color; - - &:backdrop { background-color: $backdrop_base_color; } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_paned.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_paned.scss deleted file mode 100644 index e3d6bbd73..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_paned.scss +++ /dev/null @@ -1,69 +0,0 @@ -/********* - * Paned * - *********/ -paned { - > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; // defeats the ugly default handle decoration - border-style: none; // just to be sure - background-color: transparent; - // workaround, using background istead of a border since the border will get rendered twice (?) - background-image: image($borders_color); - background-size: 1px 1px; - - &:selected { background-image: image($selected_bg_color); } // FIXME is this needed? - - &:backdrop { background-image: image($backdrop_borders_color); } - - &.wide { - min-width: 5px; - min-height: 5px; - background-color: $bg_color; - background-image: image($borders_color), image($borders_color); - background-size: 1px 1px, 1px 1px; - - &:backdrop { - background-color: $backdrop_bg_color; - background-image: image($backdrop_borders_color), - image($backdrop_borders_color); - } - } - } - - &.horizontal > separator { - background-repeat: repeat-y; - - &:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; - } - &:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; - } - - &.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; - } - } - - &.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; - - &.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_pathbars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_pathbars.scss deleted file mode 100644 index 65083c90c..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_pathbars.scss +++ /dev/null @@ -1,29 +0,0 @@ -/************ - * Pathbars * - ************/ -.path-bar button { - &.text-button, &.image-button, & { - padding-left: 4px; - padding-right: 4px; - } - - &.text-button.image-button label { - padding-left: 0; - padding-right: 0; - } - - &.text-button.image-button, & { - label:last-child { padding-right: 8px; } - label:first-child { padding-left: 8px; } - } - - image { - padding-left: 4px; - padding-right: 4px; - } - - &.slider-button { - padding-left: 0; - padding-right: 0; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_popovers.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_popovers.scss deleted file mode 100644 index 560badd59..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_popovers.scss +++ /dev/null @@ -1,45 +0,0 @@ -/*************** - * Popovers * - ***************/ - -popover.background { - padding: 2px; - border-radius: 5px; - background-color: $popover_bg_color; - - .csd &, & { border: 1px solid $borders_color; } - - box-shadow: 0 1px 6px transparentize(black, 0.6); - - &:backdrop { - background-color: $backdrop_bg_color; - box-shadow: none; - } - - > list, - > .view, - > toolbar { - border-style: none; - background-color: transparent; - } - - .csd &, & { - &.touch-selection, - &.magnifier { - @extend %osd; - - border: 1px solid transparentize(white, 0.9); - - button { @extend %osd_button }; - } - - &.osd { @extend %osd; } - } - - separator { margin: 3px; } - - list separator { margin: 0px; } - - checkbutton, - radiobutton { @extend modelbutton.flat; } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_print-dialog.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_print-dialog.scss deleted file mode 100644 index 7ae1b8d81..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_print-dialog.scss +++ /dev/null @@ -1,18 +0,0 @@ -/**************** - * Print dialog * -*****************/ -printdialog { - paper { - color: $fg_color; - border: 1px solid $borders_color; - background: white; - padding: 0; - - &:backdrop { - color: $backdrop_fg_color; - border-color: $backdrop_borders_color; - } - } - - .dialog-action-box { margin: 12px; } -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_progress-bars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_progress-bars.scss deleted file mode 100644 index c962fdcd2..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_progress-bars.scss +++ /dev/null @@ -1,56 +0,0 @@ -/***************** - * Progress bars * - *****************/ -progressbar { - // sizing - &.horizontal { - trough, - progress { min-height: 6px; } - } - - &.vertical { - trough, - progress { min-width: 6px; } - } - - &.horizontal progress { margin: 0; } // the progress node is positioned after the trough border - &.vertical progress { margin: 0; } // this moves it over it. - - - // FIXME: insensitive state missing and some other state should be set probably - font-size: smaller; - color: transparentize($fg_color, 0.6); - - &:backdrop { - box-shadow: none; - transition: $backdrop_transition; - } - - trough { @extend %scale_trough; } - - &:backdrop trough { @extend %scale_trough:backdrop; } // looks like states are not passed to the trough component here - - progress { - @extend %scale_highlight; - } - - &:backdrop progress { @extend %scale_highlight:backdrop; } // states not passed here as well - - &.osd { // progressbar.osd used for epiphany page loading progress - min-width: 3px; - min-height: 3px; - background-color: transparent; - - trough { - border-style: none; - border-radius: 0; - background-color: transparent; - box-shadow: none; - } - - progress { - border-style: none; - border-radius: 0; - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_scales.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_scales.scss deleted file mode 100644 index 7c941eb8f..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_scales.scss +++ /dev/null @@ -1,419 +0,0 @@ -/************ - * GtkScale * - ************/ - $scale_slider_bg: if($variant == 'light', $base_color, lighten($base_color, 10%)); - $scale_trough_bg: if($variant == 'light', transparentize(black,0.86), lighten(transparentize($bg_color,0.86), 47%)); -%scale_trough { - background-color: $scale_trough_bg; - border: none; - border-radius: 3px; - margin: 0; - - &:disabled { background-color: transparentize(black,0.86); } - - &:backdrop { - background-color: transparentize(black,0.86); - transition: $backdrop_transition; - - &:disabled { background-color: transparentize(black,0.86); } - } -} - -%scale_highlight { - border: none; - background-color: $selected_bg_color; - border-radius: 3px; - margin: 0; - - &:disabled { - border: none; - background-color: transparentize(black, 0.86); - } - - &:backdrop, - &:active:backdrop { - border-color: lighten($selected_bg_color, 5%); - background-color: lighten($selected_bg_color, 5%); - &:disabled { - background-color: transparentize(black, 0.9); - } - } -} - -scale { - // sizing - $_marks_lenght: 6px; - $_marks_distance: 6px; - - min-height: 16px; - min-width: 16px; - padding: 8px; - - &.horizontal { - trough, - progress { min-height: 6px; } - } - - &.vertical { - trough, - progress { min-width: 6px; } - } - - // the slider is inside the trough, so to have make it bigger there's a negative margin - - slider { - min-height: 16px; - min-width: 16px; - margin: -7px; - - background-color: $scale_slider_bg; - box-shadow: inset 0 1px $top_highlight, - 0px 0px 1px 1px rgba(0,0,0,0.1); - border-radius: 12px; - - transition: $button_transition; - transition-property: background, border, box-shadow; - - &:active { - background-color: $purple; - - &:disabled { - background-color: $insensitive_bg_color; - box-shadow: inset 0 1px $top_highlight, - 0px 0px 1px 1px rgba(0,0,0,0.05); - } - } - } - - // click-and-hold the slider to activate - &.fine-tune { - &.horizontal { - padding-top: 9px; - padding-bottom: 9px; - min-height: 16px; - } - - &.vertical { - padding-left: 9px; - padding-right: 9px; - min-width: 16px; - } - - // to make the trough grow in fine-tune mode - slider { margin: -6px; } - - fill, - highlight, - trough { - border-radius: 5px; - -gtk-outline-radius: 7px; - } - } - - // the backing bit - trough { - @extend %scale_trough; - - outline-offset: 2px; - -gtk-outline-radius: 5px; - outline-color: transparent; - } - - // the colored part of the backing bit - highlight { @extend %scale_highlight; } - - // this is another differently styled part of the backing bit, the most relevant use case is for example - // in media player to indicate how much video stream as been cached - fill { - @extend %scale_trough; - - &:backdrop, & { background-color: $borders_color; } - - &:disabled { - &:backdrop, & { - border-color: transparent; - background-color: transparent; - } - } - - // OSD - .osd & { - background-color: mix($osd_fg_color, $osd_borders_color, 25%); - - &:disabled { - &:backdrop, & { - border-color: transparent; - background-color: transparent; - } - } - } - } - - slider { - border-color: $base_color; - border: none; - border-radius: 12px; - - background-color: $scale_slider_bg; - box-shadow: inset 0 1px $top_highlight, - 0px 0px 1px 1px rgba(0,0,0,0.1); - - &:hover { @include button(hover-alt, $edge: $shadow_color); } - - &:active { border-color: $selected_borders_color; } - - &:disabled { - background-color: $insensitive_bg_color; - box-shadow: inset 0 1px $top_highlight, - 0px 0px 1px 1px rgba(0,0,0,0.1); - } - - &:backdrop, - &:backdrop:disabled { - transition: $backdrop_transition; - - background-color: $insensitive_bg_color; - box-shadow: inset 0 1px $top_highlight, - 0px 0px 1px 1px rgba(0,0,0,0.1); - } - - // ...on selected list rows - row:selected & { &:disabled, & { border-color: $selected_borders_color; } } - - // OSD - .osd & { - @include button(osd); - border-color: darken($osd_borders_color, 3%); - background-color: opacify($osd_bg_color, 1); // solid background needed here - - &:hover { - @include button(osd-hover); - background-color: opacify($osd_bg_color, 1); // solid background needed here - } - - &:active { - @include button(osd-active); - background-color: opacify($osd_bg_color, 1); // solid background needed here - } - - &:disabled { - @include button(osd-insensitive); - background-color: opacify($osd_bg_color, 1); // solid background needed here - } - - &:backdrop { - @include button(osd-backdrop); - background-color: opacify($osd_bg_color, 1); // solid background needed here - - &:disabled { - @include button(osd-backdrop-insensitive); - background-color: opacify($osd_bg_color, 1); // solid background needed here - } - } - } - } - - value { color: gtkalpha(currentColor, 0.4); } - - marks { - color: gtkalpha(currentColor, 0.4); - - @each $marks_class, $marks_pos, $marks_margin in (top, top, bottom), - (bottom, bottom, top), - (top, left, right), - (bottom, right, left) { - &.#{$marks_class} { - margin-#{$marks_margin}: $_marks_distance; - margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght); - } - } - } - - &.fine-tune marks { - @each $marks_class, $marks_pos, $marks_margin in (top, top, bottom), - (bottom, bottom, top), - (top, left, right), - (bottom, right, left) { - &.#{$marks_class} { - margin-#{$marks_margin}: $_marks_distance; - margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght - 3px); - } - } - } - - &.horizontal { - indicator { - min-height: $_marks_lenght; - min-width: 1px; - } - - &.fine-tune indicator { min-height: ($_marks_lenght - 3px); } - } - - &.vertical { - indicator { - min-height: 1px; - min-width: $_marks_lenght; - } - - &.fine-tune indicator { min-width: ($_marks_lenght - 3px); } - } - - // *WARNING* scale with marks madness following - - // FIXME: OSD and selected list rows missing, I don't feel like adding the other 144 assets needed for those... - $suffix: if($variant == 'light', '', '-dark'); - - @each $dir_class, $dir_infix in ('horizontal', 'horz'), - ('vertical', 'vert') { - @each $marks_infix, $marks_class in ('scale-has-marks-above', 'marks-before:not(.marks-after)'), - ('scale-has-marks-below', 'marks-after:not(.marks-before)') { - @each $state, $state_infix in ('', ''), - (':hover', '-hover'), - (':active', '-active'), - (':disabled', '-insensitive'), - (':backdrop', '-backdrop'), - (':backdrop:disabled', '-backdrop-insensitive') { - &.#{$dir_class}.#{$marks_class} { - - slider { - &#{$state} { - // an asymmetric slider asset is used here, so the margins are uneven, the smaller - // margin is set on the point side. - min-height: 16px; - min-width: 16px; - margin: -7px; - border: none; - border-radius: 50%; - - background-color: $scale_slider_bg; - box-shadow: inset 0 1px $top_highlight, - 0px 0px 1px 1px rgba(0,0,0,0.1); - } - } - - &.fine-tune slider { - // bigger negative margins to make the trough grow here as well - margin: -7px; - } - } - } - } - } - - &.color { - min-height: 0; - min-width: 0; - - trough { - background-image: image($borders_color); - background-repeat: no-repeat; - } - - &.horizontal { - padding: 0 0 15px 0; - - trough { - padding-bottom: 4px; - background-position: 0 -3px; - border-top-left-radius: 0; - border-top-right-radius: 0; - } - - slider { - &:dir(ltr), &:dir(rtl) { // specificity bumb - &:hover, &:backdrop, &:disabled, &:backdrop:disabled, & { - margin-bottom: -15px; - margin-top: 6px; - } - } - } - } - - &.vertical { - &:dir(ltr) { - padding: 0 0 0 15px; - - trough { - padding-left: 4px; - background-position: 3px 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; - } - - slider { - &:hover, &:backdrop, &:disabled, &:backdrop:disabled, & { - margin-left: -15px; - margin-right: 6px; - } - } - } - - &:dir(rtl) { - padding: 0 15px 0 0; - - trough { - padding-right: 4px; - background-position: -3px 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; - } - - slider { - &:hover, &:backdrop, &:disabled, &:backdrop:disabled, & { - margin-right: -15px; - margin-left: 6px; - } - } - } - } - - &.fine-tune { - &.horizontal { - &:dir(ltr), &:dir(rtl) { // specificity bump - padding: 0 0 12px 0; - - trough { - padding-bottom: 7px; - background-position: 0 -6px; - } - - slider { - margin-bottom: -15px; - margin-top: 6px; - } - } - } - - &.vertical { - &:dir(ltr) { - padding: 0 0 0 12px; - - trough { - padding-left: 7px; - background-position: 6px 0; - } - - slider { - margin-left: -15px; - margin-right: 6px; - } - } - - &:dir(rtl) { - padding: 0 12px 0 0; - - trough { - padding-right: 7px; - background-position: -6px 0; - } - - slider { - margin-right: -15px; - margin-left: 6px; - } - } - } - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_scrollbars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_scrollbars.scss deleted file mode 100644 index eff1e0d7b..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_scrollbars.scss +++ /dev/null @@ -1,176 +0,0 @@ -/************** - * Scrollbars * - **************/ -scrollbar { - $_slider_min_length: 40px; - - // disable steppers - @at-root * { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - } - - background-color: $scrollbar_bg_color; - transition: 300ms $ease-out-quad; - - // scrollbar border - &.top { border-bottom: 1px solid $borders_color; } - &.bottom { border-top: 1px solid $borders_color; } - &.left { border-right: 1px solid $borders_color; } - &.right { border-left: 1px solid $borders_color; } - - &:backdrop { - background-color: $backdrop_scrollbar_bg_color; - border-color: $backdrop_borders_color; - transition: $backdrop_transition; - } - - // slider - slider { - min-width: 6px; - min-height: 6px; - margin: -1px; - border: 4px solid transparent; - border-radius: 8px; - background-clip: padding-box; - background-color: $scrollbar_slider_color; - - &:hover { background-color: $scrollbar_slider_hover_color; } - - &:hover:active { background-color: $scrollbar_slider_active_color; } - - &:backdrop { background-color: $backdrop_scrollbar_slider_color; } - - &:disabled { background-color: transparent; } - } - - &.fine-tune { - slider { - min-width: 4px; - min-height: 4px; - } - - &.horizontal slider { border-width: 5px 4px; } - &.vertical slider { border-width: 4px 5px; } - } - - &.overlay-indicator { - &:not(.dragging):not(.hovering) { - border-color: transparent; - opacity: 0.4; - background-color: transparent; - - slider { - margin: 0; - min-width: 3px; - min-height: 3px; - background-color: $fg_color; - border: 1px solid if($variant == 'light', white, black); - } - - button { - min-width: 5px; - min-height: 5px; - background-color: $fg_color; - background-clip: padding-box; - border-radius: 100%; - border: 1px solid if($variant == 'light', white, black); - -gtk-icon-source: none; - } - - &.horizontal { - slider { - margin: 0 2px; - min-width: $_slider_min_length; - } - - button { - margin: 1px 2px; - min-width: 5px; - } - } - - &.vertical { - slider { - margin: 2px 0; - min-height: $_slider_min_length; - } - - button { - margin: 2px 1px; - min-height: 5px; - } - } - } - - &.dragging, - &.hovering { opacity: 0.8; } - } - - &.horizontal slider { min-width: $_slider_min_length; } - - &.vertical slider { min-height: $_slider_min_length; } - - // button styling - button { - padding: 0; - min-width: 12px; - min-height: 12px; - border-style: none; - border-radius: 0; - transition-property: min-height, min-width, color; - - @include button(undecorated); - - color: $scrollbar_slider_color; - - &:hover { - @include button(undecorated); - - color: $scrollbar_slider_hover_color; - } - &:active, &:checked { - @include button(undecorated); - - color: $scrollbar_slider_active_color; - } - &:disabled { - @include button(undecorated); - - color: transparentize($scrollbar_slider_color, 0.8); - } - &:backdrop { - @include button(undecorated); - - color: $backdrop_scrollbar_slider_color; - - &:disabled { - @include button(undecorated); - - color: transparentize($backdrop_scrollbar_slider_color, 0.8); - } - } - } - - // button icons - &.vertical { - button { - &.down { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } - - &.up { -gtk-icon-source: -gtk-icontheme('pan-up-symbolic'); } - } - } - - &.horizontal { - button { - &.down { -gtk-icon-source: -gtk-icontheme('pan-right-symbolic'); } - - &.up { -gtk-icon-source: -gtk-icontheme('pan-left-symbolic'); } - } - } -} - -treeview ~ scrollbar.vertical { - border-top: 1px solid $borders_color; - margin-top: -1px; -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_sidebar.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_sidebar.scss deleted file mode 100644 index 8ecb15929..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_sidebar.scss +++ /dev/null @@ -1,126 +0,0 @@ -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - border-width: 0; - background-color: mix($bg_color, $base_color, 50%); - .frame{ - border: none; - } - - @at-root %sidebar_left, - &:dir(ltr), - &.left, - &.left:dir(rtl) { - border-right: none; - border-left-style: none; - } - - @at-root %sidebar_right - &:dir(rtl), - &.right { - border-left: 1px solid $borders_color; - border-right-style: none; - } - - &:backdrop { - background-color: $backdrop_sidebar_bg_color; - border-color: $backdrop_borders_color; - transition: $backdrop_transition; - } - - list { background-color: lighten($bg_color, 0.77%); } - row{ - &:selected{ - &:backdrop{ - color: $backdrop_selected_bg_color; - background: transparent; - label{ - color: $backdrop_selected_bg_color; - } - } - &:hover{ - background-color: transparentize($selected_bg_color, 0.2); - } - background: transparent; - color: $purple; - label{ - color: $purple; - } - } - } - - //elementary os file manager - &.source-list{ - background-color: $headerbar_color; - color: #F2EFEA; - padding: 4px 0px; - &.view{ - - &:selected { - &:active { box-shadow: inset 0 2px 3px -1px transparentize(black, 0.5); } - - &.has-open-popup, - &:hover { background-color: transparentize($selected_bg_color, 0.2); } - - &:backdrop { background-color: $backdrop_selected_bg_color; } - } - &:hover, iconview.source-list:hover { - background-color: if(variant == light, transparentize($base_color, 0.4), transparentize($base_color, 0.4)); - } - } - } - - paned & { &.left, &.right, &.left:dir(rtl), &:dir(rtl), &:dir(ltr), & { - border-style: none; - border-color: $borders_color; - } -} -} - -stacksidebar { - &.sidebar { - &:dir(ltr), - &.left, - &.left:dir(rtl) { list { @extend %sidebar_left; }} - - &:dir(rtl), - &.right { list { @extend %sidebar_right; }} - } - - row { - padding: 10px 4px; - - > label { - padding-left: 6px; - padding-right: 6px; - } - - &.needs-attention > label { - @extend %needs_attention; - - background-size: 6px 6px, 0 0; - } - } -} - -placessidebar { - > viewport.frame { border-style: none; } - - row { - &.sidebar-new-bookmark-row { color: $selected_bg_color; } - - &:drop(active):not(:disabled) { - &, label, image { color: $drop_target_color; } - - box-shadow: inset 0 1px $drop_target_color, - inset 0 -1px $drop_target_color; - - &:selected { - &, label, image { color: $selected_fg_color; } - background-color: $drop_target_color; - } - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_spinbuttons.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_spinbuttons.scss deleted file mode 100644 index 4810bbe39..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_spinbuttons.scss +++ /dev/null @@ -1,192 +0,0 @@ -/***************** - * GtkSpinButton * - *****************/ -spinbutton { - &:not(.vertical) { - // in this horizontal configuration, the whole spinbutton - // behaves as the entry, so we extend the entry styling - // and nuke the style on the internal entry - @extend %entry; - - padding: 0; - - entry { - min-width: 28px; - // reset all the other props since the spinbutton node is styled here - margin: 0; - background: none; - background-color: transparent; - border: none; - border-radius: 0; - box-shadow: none; - } - - button { - min-height: 16px; - margin: 0; - padding-bottom: 0; - padding-top: 0; - color: mix($fg_color, $base_color, 90%); - background-image: none; - border-style: none none none solid; - border-color: transparentize($borders_color, 0.7); - border-radius: 0; - box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.07); - - &:dir(rtl) { border-style: none solid none none; } - - &:hover { - color: $fg_color; - background-color: $base_hover_color; - } - - &:disabled { color: transparentize($insensitive_fg_color, 0.7); } - - &:active { - background-color: transparentize(black, 0.9); - box-shadow: inset 0 2px 3px -1px transparentize(black, 0.8); - } - - &:backdrop { - color: mix($backdrop_fg_color, $backdrop_base_color, 90%); - background-color: transparent; - border-color: transparentize($backdrop_borders_color, 0.7); - transition: $backdrop_transition; - } - - &:backdrop:disabled { - color: transparentize($backdrop_insensitive_color,0.7); - background-image: none; - border-style: none none none solid; // It is needed or it gets overridden - box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.07); - - &:dir(rtl) { border-style: none solid none none; } - } - - &:last-child { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - } - } - } - - // OSD horizontal - .osd &:not(.vertical) { - button { - @include button(undecorated); - - color: $osd_fg_color; - border-style: none none none solid; - border-color: transparentize($osd_borders_color, 0.3); - border-radius: 0; - box-shadow: none; - -gtk-icon-shadow: 0 1px black; - - &:dir(rtl) { border-style: none solid none none; } - - &:hover { - @include button(undecorated); - - color: $osd_fg_color; - border-color: transparentize(opacify($osd_borders_color, 1), 0.5); - background-color: transparentize($osd_fg_color, 0.9); - -gtk-icon-shadow: 0 1px black; - box-shadow: none; - } - - &:backdrop { - @include button(undecorated); - - color: $osd_fg_color; - border-color: transparentize(opacify($osd_borders_color, 1), 0.5); - -gtk-icon-shadow: none; - box-shadow: none; - } - - &:disabled { - @include button(undecorated); - - color: $osd_insensitive_fg_color; - border-color: transparentize(opacify($osd_borders_color, 1), 0.5); - -gtk-icon-shadow: none; - box-shadow: none; - } - - &:last-child { border-radius: 0 3px 3px 0; } - - &:dir(rtl):first-child { border-radius: 3px 0 0 3px; } - } - } - - // Vertical - &.vertical { - // in the vertical configuration, we treat the spinbutton - // as a box, and tweak the style of the entry in the middle - // so that it's linked - - // FIXME: this should not be set at all, but otherwise it gets the wrong - // color - &:disabled { color: $insensitive_fg_color; } - &:backdrop:disabled { color: $backdrop_insensitive_color; } - - &:drop(active) { - border-color: transparent; - box-shadow: none; - } - - entry { - min-height: 32px; - min-width: 32px; - padding: 0; - border-radius: 0; - } - - button { - min-height: 32px; - min-width: 32px; - padding: 0; - border-width: 1px; - border-color: $borders_color; - box-shadow: 0 1px $top_highlight; - - &.up { @extend %top_button; } - - &.down { @extend %bottom_button; } - } - - %top_button { - border-radius: 3px 3px 0 0; - border-style: solid solid none solid; - } - - %bottom_button { - border-radius: 0 0 3px 3px; - border-style: none solid solid solid; - } - } - - // OSD vertical - .osd &.vertical button:first-child { - @include button(osd); - - &:hover { @include button(osd-hover);} - - &:active { @include button(osd-active); } - - &:disabled { @include button(osd-insensitive); } - - &:backdrop { @include button(osd-backdrop); } - } - - // Misc - treeview &:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; - - entry { - min-height: 0; - padding: 1px 2px; - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_spinner.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_spinner.scss deleted file mode 100644 index 1bd61a6f8..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_spinner.scss +++ /dev/null @@ -1,27 +0,0 @@ -/*********** - * Spinner * - ***********/ - -menu spinner { - color: $selected_bg_color; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { -gtk-icon-transform: rotate(1turn); } -} - -spinner { - background: none; - opacity: 0; // non spinning spinner makes no sense - -gtk-icon-source: -gtk-icontheme('process-working-symbolic'); - - &:checked { - opacity: 1; - animation: spin 1s linear infinite; - - &:disabled { opacity: 0.5; } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_switches.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_switches.scss deleted file mode 100644 index c24d971a2..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_switches.scss +++ /dev/null @@ -1,101 +0,0 @@ -/********** - * Switch * - **********/ - $_switch_bg: if($variant == 'light', transparentize(black, 0.9), lighten($base_color, 10%)); - $_switch_slider_bg:$base_color; - - switch { - font-size: 1px; - font-weight: bold; - outline-offset: -4px; - transition: all 200ms ease-in; - - border: none; - border-radius: 14px; - color: transparent; - padding: 2px; - - background-color:$_switch_bg; - box-shadow: inset 0 0 0 1px transparentize(black, 0.95), 0px 1px $bottom_highlight; - - &:disabled { - background-color: $insensitive_bg_color; - } - - &:backdrop { - background-color: darken($_switch_bg, 7%); - transition: $backdrop_transition; - - &:disabled { background-color: $insensitive_bg_color; } - } - - - &:active, - &:checked { - background-color: $lime; - - &:backdrop { - background-color: $lime; - - slider { - &:backdrop { - box-shadow:none; - background-color:transparentize($base_color, 0.1); - border:none; - } - } - } - } - - // Handle - slider { - padding:2px; - min-width: 16px; - min-height: 16px; - - border-radius: 100%; - transition: $button_transition; - background-color: $_switch_slider_bg; - - box-shadow: 0 2px 2px transparentize(black, 0.8), - 0 1px 2px transparentize(black, 0.8); - - &:backdrop { - padding:2px; - box-shadow:none; - background-color: $base_color; - } - } - - &:checked slider { } - - &:backdrop { - } - - row:selected & { - @if $variant == 'light' { - box-shadow: none; - border-color: $selected_borders_color; - - &:backdrop { border-color: $selected_borders_color; } - - &.slider:dir(rtl) { border-left-color: $borders_color; } - &.slider:dir(ltr) { border-right-color: $borders_color; } - - &.slider { &:checked, & { border-color: $selected_borders_color; } } - } - } - - // Trough - trough { - - &:active, - &:checked { - background-color: $selected_bg_color; - - &:backdrop { - background-color: $backdrop_selected_bg_color; - } - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_toolbars.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_toolbars.scss deleted file mode 100644 index c7d5b9005..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_toolbars.scss +++ /dev/null @@ -1,84 +0,0 @@ -/************ - * Toolbars * - ************/ -%toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: $bg_color; -} - -toolbar { - @extend %toolbar; - - padding: 4px 3px 3px 4px; - - // on OSD - .osd & { background-color: transparent; } - - // stand-alone OSD toolbars - &.osd { - padding: 13px; - border: none; - border-radius: 5px; - background-color: $osd_bg_color; - - &.left, - &.right, - &.top, - &.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars - } - - // toolbar separators - &.horizontal separator { margin: 0 7px 1px 6px; } - &.vertical separator { margin: 6px 1px 7px 0; } - - &:not(.inline-toolbar):not(.osd) { - switch, - scale, - entry, - spinbutton, - button { - margin-right: 1px; - margin-bottom: 1px; - } - } -} - -//searchbar, location-bar & inline-toolbar -.inline-toolbar { - @extend %toolbar; - - @extend %darkbar; - - padding: 3px; - border-width: 0 1px 1px; - border-radius: 0 0 5px 5px; -} - -searchbar, -.location-bar { - @extend %toolbar; - - @extend %darkbar; - - border-width: 0 0 1px; - padding: 3px; -} - -%darkbar { - border-style: solid; - border-color: $borders_color; - $_bg: mix($bg_color, $borders_color, 70%); - background-color: $_bg; - - &:backdrop { - border-color: $backdrop_borders_color; - background-color: $backdrop_dark_fill; - box-shadow: none; - transition: $backdrop_transition; - } -} - -searchbar{ - background: $base_color; -} \ No newline at end of file diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_tooltips.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_tooltips.scss deleted file mode 100644 index 00a4554ab..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_tooltips.scss +++ /dev/null @@ -1,28 +0,0 @@ -/************ - * Tooltips * - ************/ -tooltip { - &.background { - // background-color needs to be set this way otherwise it gets drawn twice - // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details. - background-color: transparentize(black, 0.2); - background-clip: padding-box; - border: 1px solid $tooltip_borders_color; // this suble border is meant to - // not make the tooltip melt with - // very dark backgrounds - } - - padding: 4px; /* not working */ - border-radius: 5px; - box-shadow: none; // otherwise it gets inherited by windowframe.csd - text-shadow: 0 1px black; - - // FIXME: we need a border or tooltips vanish on black background. - decoration { background-color: transparent; } - - * { // Yeah this is ugly - padding: 4px; - background-color: transparent; - color: white; - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_touch-copy-paste.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_touch-copy-paste.scss deleted file mode 100644 index c9f4db233..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_touch-copy-paste.scss +++ /dev/null @@ -1,82 +0,0 @@ -/********************** - * Touch Copy & Paste * - *********************/ -//touch selection handlebars for the Popover.osd above -cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; - - @each $s,$as in ('',''), - (':hover','-hover'), - (':active','-active') { //no need for insensitive and backdrop - &.top#{$s}:dir(ltr), &.bottom#{$s}:dir(rtl) { - $_url: 'assets/text-select-start#{$as}#{$asset_suffix}'; - -gtk-icon-source: -gtk-scaled(url('#{$_url}.png'), - url('#{$_url}@2.png')); - padding-left: 10px; - } - - &.bottom#{$s}:dir(ltr), &.top#{$s}:dir(rtl) { - $_url: 'assets/text-select-end#{$as}#{$asset_suffix}'; - -gtk-icon-source: -gtk-scaled(url('#{$_url}.png'), - url('#{$_url}@2.png')); - padding-right: 10px; - } - - &.insertion-cursor#{$s}:dir(ltr), &.insertion-cursor#{$s}:dir(rtl) { - $_url: 'assets/slider-horz-scale-has-marks-above#{$as}#{$asset_suffix}'; - -gtk-icon-source: -gtk-scaled(url('#{$_url}.png'), - url('#{$_url}@2.png')); - } - } -} - -.context-menu { font: initial; } // Decouple the font of context menus from their entry/textview - -button.circular { // FIXME: aggregate to buttons - border-radius: 20px; - -gtk-outline-radius: 20px; - - label { padding: 0; } -} - -// shortcut window keys -.keycap { - min-width: 20px; - min-height: 25px; - margin-top: 2px; - padding-bottom: 3px; - padding-left: 6px; - padding-right: 6px; - - color: $fg_color; - background-color: $base_color; - border: 1px solid; - border-color: if($variant == 'light', mix($borders_color, $bg_color, 50%), $borders_color); - border-radius: 5px; - box-shadow: if($variant == 'light', inset 0 -3px mix($base_color, $bg_color, 20%), inset 0 -3px mix($borders_color, $base_color, 60%)); - font-size: smaller; - - &:backdrop { - background-color: $backdrop_base_color; - color: $backdrop_fg_color; - transition: $backdrop_transition; - } -} - -*:drop(active):focus, -*:drop(active) { // FIXME needs to be done widget by widget, this wildcard should really die - border-color: $drop_target_color; - box-shadow: inset 0 0 0 1px $drop_target_color; -} - -stackswitcher button.text-button { min-width: 100px; } // FIXME aggregate with buttons - -stackswitcher button.circular, -stackswitcher button.text-button.circular { // FIXME aggregate with buttons - min-width: 32px; - min-height: 32px; - padding: 0; -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_treeviews.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_treeviews.scss deleted file mode 100644 index 478f1483f..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_treeviews.scss +++ /dev/null @@ -1,233 +0,0 @@ -/************** - * Tree Views * - **************/ -treeview.view { - @at-root * { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - } - - border-left-color: mix($fg_color, $base_color, 50%); // this is actually the tree lines color, - border-top-color: $bg_color; // while this is the grid lines color, better then nothing - - rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props - - &:selected { - &:focus, & { - border-radius: 0; - - @extend %selected_items; - } - - &:backdrop, & { - border-left-color: mix($selected_fg_color, $selected_bg_color, 50%); - border-top-color: transparentize($fg_color, 0.9); // doesn't work unfortunatelly - } - } - - &:disabled { - color: $insensitive_fg_color; - - &:selected { - color: mix($selected_fg_color, $selected_bg_color, 40%); - &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 30%); } - } - - &:backdrop { color: $backdrop_insensitive_color; } - } - - &.separator { - min-height: 2px; - color: $bg_color; - - &:backdrop { color: transparentize($bg_color, 0.9); } - } - - &:backdrop { - border-left-color: mix($backdrop_fg_color, $backdrop_bg_color, 50%); - border-top: $backdrop_bg_color; - } - &:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: $selected_borders_color; - - &.after { border-top-style: none; } - - &.before { border-bottom-style: none; } - } - - &.expander { - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - - &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } - - color: mix($fg_color, $base_color, 70%); - - &:hover { color: $fg_color; } - - &:selected { - color: mix($selected_fg_color, $selected_bg_color, 70%); - - &:hover { color: $selected_fg_color; } - - &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 70%); } - } - - &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } - - &:backdrop { color: mix($backdrop_fg_color, $backdrop_base_color, 70%); } - } - - &.progressbar { // progress bar in treeviews - @if $variant == light { color: $base_color; } - - border: 1px solid $selected_borders_color; - border-radius: 4px; - background-color: $selected_bg_color; - background-image: linear-gradient(to bottom, - $selected_bg_color, - darken($selected_bg_color,10%)); - box-shadow: inset 0 1px if($variant=='light', transparentize(white,0.7), - transparentize(white,0.85)), - 0 1px if($variant=='light', transparentize(black, 0.8), - transparentize(black,0.9)); - - &:selected { - &:focus, & { - border-radius: 4px; - - @if $variant == 'light' { - color: $selected_bg_color; - box-shadow: none; - } - - @else { box-shadow: inset 0 1px transparentize(white, 0.95); } - - background-image: linear-gradient(to bottom, - $base_color, - darken($base_color,10%)); - - &:backdrop { - @if $variant == 'light' { - color: $selected_bg_color; - border-color: $selected_borders_color; // otherwise it gets inherited by .view(?!?) - } - - @else { border-color: $backdrop_base_color; } - - background-color: $backdrop_base_color; - } - } - } - - &:backdrop { - @if $variant == 'light' { color: $backdrop_base_color; } - - @else { border-color: $backdrop_base_color; } - - background-image: none; - box-shadow: none; - } - } - - &.trough { // progress bar trough in treeviews - background-color: transparentize($fg_color,0.9); - border-radius: 4px; - - &:selected { - &:focus, & { - background-color: if($variant == 'light', - transparentize($selected_fg_color, 0.7), - darken($selected_bg_color, 10%)); - border-radius: 4px; - - @if $variant == 'light' { - border-width: 1px 0; - border-style: solid; - border-color: $selected_bg_color; - } - } - } - } - - header { - button { - $_column_header_color: mix($fg_color, $base_color, 50%); - - @extend %column_header_button; - - color: $_column_header_color; - background-color: $base_color; - font-weight: bold; - text-shadow: none; - box-shadow: none; - - &:hover { - @extend %column_header_button; - - color: mix($_column_header_color, $fg_color, 50%); - box-shadow: none; - transition: none; //I shouldn't need this - } - - &:active { - @extend %column_header_button; - - color: $fg_color; - transition: none; //I shouldn't need this - } - } - - button:last-child { &:backdrop, & { border-right-style: none; }} - } - - button.dnd, - header.button.dnd { // for treeview-like derive widgets - &:active, &:selected, &:hover, & { - padding: 0 6px; - transition: none; - background-image: none; - background-color: $selected_bg_color; - color: $base_color; - border-radius: 0; - border-style: none; - box-shadow: inset 0 0 0 1px $base_color; - text-shadow: none; - } - } - - acceleditor > label { background-color: $selected_bg_color; } // see tests/testaccel to test -} - -%column_header_button { - padding: 0 6px; - border-radius: 0; - background-image: none; - text-shadow: none; - border-width: 1px; - border-style: none solid solid none; - border-color: $bg_color; - - &:disabled { - border-color: $bg_color; - background-image: none; - } - - &:backdrop { - border-color: $backdrop_bg_color; - border-style: none solid solid none; - color: mix($backdrop_fg_color, $backdrop_bg_color, 50%); - background-image: none; - background-color: $backdrop_base_color; - - &:disabled { - border-color: $backdrop_bg_color; - background-image: none; - } - } -} diff --git a/.themes/Dracula GTK/gtk-3.20/widgets/_windows.scss b/.themes/Dracula GTK/gtk-3.20/widgets/_windows.scss deleted file mode 100644 index ce2d11842..000000000 --- a/.themes/Dracula GTK/gtk-3.20/widgets/_windows.scss +++ /dev/null @@ -1,142 +0,0 @@ -/********************** - * Window Decorations * - *********************/ -decoration { - border-radius: 4px 4px 0 0; - - // lamefun trick to get rounded borders regardless of CSD use - border-width: 0px; - - // this needs to be transparent - // see bug #722563 - $_wm_border: if($variant=='light', transparentize(black, 0.77), transparentize($borders_color, 0.1)); - $_wm_border_backdrop: if($variant=='light', transparentize(black, 0.82), transparentize($borders_color, 0.1)); - - // lamefun trick to get rounded borders regardless of CSD use - border-width: 0px; - - box-shadow: 0 2px 4px 2px transparentize(black, 0.8); - - // FIXME rationalize shadows - - // this is used for the resize cursor area - margin: 10px; - - &:backdrop { - // the transparent shadow here is to enforce that the shadow extents don't - // change when we go to backdrop, to prevent jumping windows. - // The biggest shadow should be in the same order then in the active state - // or the jumping will happen during the transition. - box-shadow: 0 2px 4px 2px transparentize(black, 0.85); - transition: $backdrop_transition; - } - - .maximized &, - .fullscreen &, - .tiled & { border-radius: 0; } - - .popup & { box-shadow: none; } - - // server-side decorations as used by mutter - .ssd & { } //just doing borders, wm draws actual shadows - - .csd.popup & { - border-radius: 0; - box-shadow: 0 1px 6px transparentize(black, 0.6), - 0 0 0 1px transparentize($_wm_border,0.1); - } - - tooltip.csd & { - border-radius: 5px; - box-shadow: none; - } - - messagedialog.csd & { - border-radius: 7px; - box-shadow: 0 1px 2px transparentize(black, 0.8), - 0 0 0 1px transparentize($_wm_border,0.1); - } - - .solid-csd & { - border-radius: 0; - margin: 0px; - background-color: $backdrop_bg_color; - border: solid 1px $backdrop_borders_color; - box-shadow: none; - } -} - -// Window Close button -button.titlebutton { - background-repeat: no-repeat; - background-position: center; - min-height: 32px; - padding: 0 3px; - box-shadow: none; - - &.close { - background-image: -gtk-scaled(url("../assets/close.png"),url("../assets/close@2.png")); - &:hover,&:active { - background-image: -gtk-scaled(url("../assets/close_prelight.png"),url("../assets/close_prelight@2.png")); - } - } - &.maximize { - background-image: -gtk-scaled(url("../assets/maximize.png"),url("../assets/maximize@2.png")); - &:hover,&:active { - background-image: -gtk-scaled(url("../assets/maximize_prelight.png"),url("../assets/maximize_prelight@2.png")); - } - } - &.minimize { - background-image: -gtk-scaled(url("../assets/min.png"),url("../assets/min@2.png")); - &:hover,&:active { - background-image: -gtk-scaled(url("../assets/min_prelight.png"),url("../assets/min_prelight@2.png")); - } - } - - &.close, &.minimize, &.maximize { - &:backdrop { - background-image: -gtk-scaled(url("../assets/close_unfocused.png"),url("../assets/close_unfocused@2.png")); - } - } - - .selection-mode & { - @extend %button.flat.suggested-action; - - @extend %nobg_selected_items; - } - - &:backdrop { - -gtk-icon-shadow: none; - } -} - -headerbar.selection-mode button.titlebutton, -.titlebar.selection-mode button.titlebutton { - @include _button_text_shadow(white, $selected_bg_color); - - &:backdrop { -gtk-icon-shadow: none; } -} - - -// catch all extend :) - -%selected_items { - background-color: $selected_bg_color; - - @at-root %nobg_selected_items, & { - color: $selected_fg_color; - font-weight: bold; - - @if $variant == 'light' { outline-color: transparentize($selected_fg_color, 0.7); } - - &:disabled { color: mix($selected_fg_color, $selected_bg_color, 50%); } - - &:backdrop { - color: $backdrop_selected_fg_color; - - &:disabled { color: mix($backdrop_selected_fg_color, $selected_bg_color, 30%); } - } - } -} - -.monospace { font-family: Monospace; } diff --git a/.themes/Dracula GTK/index.theme b/.themes/Dracula GTK/index.theme deleted file mode 100755 index e4e2039aa..000000000 --- a/.themes/Dracula GTK/index.theme +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Ant-Dracula -Comment=A flat and light theme with a modern look -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Ant-Dracula -MetacityTheme=Ant-Dracula -IconTheme=Ozon -ButtonLayout=:minimize,maximize,close diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/.shade.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/.shade.svg deleted file mode 100644 index 867525ab4..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/.shade.svg +++ /dev/null @@ -1,555 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/Dracularc b/.themes/Dracula GTK/kde/aurorae/Dracula/Dracularc deleted file mode 100644 index 039dd262a..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/Dracularc +++ /dev/null @@ -1,43 +0,0 @@ -[General] -ActiveFocusedTabColor=78,78,78 -ActiveTextColor=202,203,209 -ActiveTextShadowColor=255,255,255,255 -ActiveUnfocusedTabColor=120,120,120 -Animation=0 -InactiveFocusedTabColor=120,120,120 -InactiveTextColor=115,118,131 -InactiveTextShadowColor=255,255,255,255 -InactiveUnfocusedTabColor=120,120,120 -LeftButtons=XIA -RightButtons= -Shadow=false -TextShadowOffsetX=1 -TextShadowOffsetY=1 -TitleAlignment=Center -TitleVerticalAlignment=Center -UseTextShadow=true - -[Layout] -BorderBottom=1 -BorderLeft=1 -BorderRight=1 -ButtonHeight=13 -ButtonMarginTop=3 -ButtonSpacing=8 -ButtonWidth=13 -ExplicitButtonSpacer=10 -PaddingBottom=10 -PaddingLeft=10 -PaddingRight=10 -PaddingTop=10 -TitleBorderLeft=1 -TitleBorderRight=1 -TitleEdgeBottom=5 -TitleEdgeBottomMaximized=3 -TitleEdgeLeft=5 -TitleEdgeLeftMaximized=5 -TitleEdgeRight=5 -TitleEdgeRightMaximized=5 -TitleEdgeTop=5 -TitleEdgeTopMaximized=3 -TitleHeight=18 diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/alldesktops.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/alldesktops.svg deleted file mode 100644 index cf1c6691c..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/alldesktops.svg +++ /dev/null @@ -1,524 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/close.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/close.svg deleted file mode 100644 index e543759a4..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/close.svg +++ /dev/null @@ -1,523 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/decoration.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/decoration.svg deleted file mode 100644 index d75f6edf9..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/decoration.svg +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/keepabove.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/keepabove.svg deleted file mode 100644 index 4de5cd13b..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/keepabove.svg +++ /dev/null @@ -1,525 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/keepbelow.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/keepbelow.svg deleted file mode 100644 index e1590f9d0..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/keepbelow.svg +++ /dev/null @@ -1,531 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/maximize.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/maximize.svg deleted file mode 100644 index 5db9aefc5..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/maximize.svg +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/metadata.desktop b/.themes/Dracula GTK/kde/aurorae/Dracula/metadata.desktop deleted file mode 100644 index e26f916ea..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/metadata.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Dracula -X-KDE-PluginInfo-Author=eliverlara -X-KDE-PluginInfo-Category= -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-Email=eliverlara@gmail.com -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-PluginInfo-License=GPLv3 -X-KDE-PluginInfo-Name=Dracula -X-KDE-PluginInfo-Version=1.0.0 diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/minimize.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/minimize.svg deleted file mode 100644 index 307dd3cb3..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/minimize.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/aurorae/Dracula/restore.svg b/.themes/Dracula GTK/kde/aurorae/Dracula/restore.svg deleted file mode 100644 index 5db9aefc5..000000000 --- a/.themes/Dracula GTK/kde/aurorae/Dracula/restore.svg +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/color-schemes/Dracula.colors b/.themes/Dracula GTK/kde/color-schemes/Dracula.colors deleted file mode 100644 index b6c987e6c..000000000 --- a/.themes/Dracula GTK/kde/color-schemes/Dracula.colors +++ /dev/null @@ -1,105 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65 -ContrastEffect=1 -IntensityAmount=0.1 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - -[Colors:Button] -BackgroundAlternate=64,69,82 -BackgroundNormal=40,42,54 -DecorationFocus=68,71,90 -DecorationHover=68,71,90 -ForegroundActive=61,174,233 -ForegroundInactive=102,106,115 -ForegroundLink=41,128,185 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=248,248,242 -ForegroundPositive=80,250,122 -ForegroundVisited=82,148,226 - -[Colors:Selection] -BackgroundAlternate=29,153,243 -BackgroundNormal=68,71,90 -DecorationFocus=68,71,90 -DecorationHover=68,71,90 -ForegroundActive=252,252,252 -ForegroundInactive=211,218,227 -ForegroundLink=253,188,75 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=254,254,254 -ForegroundPositive=80,250,122 -ForegroundVisited=189,195,199 - -[Colors:Tooltip] -BackgroundAlternate=47,52,63 -BackgroundNormal=53,57,69 -DecorationFocus=68,71,90 -DecorationHover=68,71,90 -ForegroundActive=61,174,233 -ForegroundInactive=102,106,115 -ForegroundLink=41,128,185 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=211,218,227 -ForegroundPositive=80,250,122 -ForegroundVisited=82,148,226 - -[Colors:View] -BackgroundAlternate=20,26,33 -BackgroundNormal=30,31,41 -DecorationFocus=68,71,90 -DecorationHover=68,71,90 -ForegroundActive=139,233,253 -ForegroundInactive=102,106,115 -ForegroundLink=82,148,226 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=248,248,242 -ForegroundPositive=80,250,122 -ForegroundVisited=124,183,255 - -[Colors:Window] -BackgroundAlternate=47,52,63 -BackgroundNormal=40,42,54 -DecorationFocus=68,71,90 -DecorationHover=68,71,90 -ForegroundActive=139,233,253 -ForegroundInactive=102,106,115 -ForegroundLink=41,128,185 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=248,248,242 -ForegroundPositive=80,250,122 -ForegroundVisited=68,71,90 - -[General] -ColorScheme=Dracula -Name=Dracula -shadeSortColumn=true - -[KDE] -contrast=5 - -[WM] -activeBackground=47,52,63 -activeBlend=47,52,63 -activeForeground=211,218,227 -inactiveBackground=47,52,63 -inactiveBlend=47,52,63 -inactiveForeground=102,106,115 diff --git a/.themes/Dracula GTK/kde/color-schemes/DraculaPurple.colors b/.themes/Dracula GTK/kde/color-schemes/DraculaPurple.colors deleted file mode 100644 index 49e20b4be..000000000 --- a/.themes/Dracula GTK/kde/color-schemes/DraculaPurple.colors +++ /dev/null @@ -1,105 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65 -ContrastEffect=1 -IntensityAmount=0.1 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - -[Colors:Button] -BackgroundAlternate=64,69,82 -BackgroundNormal=40,42,54 -DecorationFocus=124,96,163 -DecorationHover=124,96,163 -ForegroundActive=61,174,233 -ForegroundInactive=102,106,115 -ForegroundLink=41,128,185 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=248,248,242 -ForegroundPositive=80,250,122 -ForegroundVisited=82,148,226 - -[Colors:Selection] -BackgroundAlternate=29,153,243 -BackgroundNormal=124,96,163 -DecorationFocus=124,96,163 -DecorationHover=124,96,163 -ForegroundActive=252,252,252 -ForegroundInactive=211,218,227 -ForegroundLink=253,188,75 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=254,254,254 -ForegroundPositive=80,250,122 -ForegroundVisited=189,195,199 - -[Colors:Tooltip] -BackgroundAlternate=47,52,63 -BackgroundNormal=53,57,69 -DecorationFocus=124,96,163 -DecorationHover=124,96,163 -ForegroundActive=61,174,233 -ForegroundInactive=102,106,115 -ForegroundLink=41,128,185 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=211,218,227 -ForegroundPositive=80,250,122 -ForegroundVisited=82,148,226 - -[Colors:View] -BackgroundAlternate=20,26,33 -BackgroundNormal=30,31,41 -DecorationFocus=124,96,163 -DecorationHover=124,96,163 -ForegroundActive=139,233,253 -ForegroundInactive=102,106,115 -ForegroundLink=82,148,226 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=248,248,242 -ForegroundPositive=80,250,122 -ForegroundVisited=124,183,255 - -[Colors:Window] -BackgroundAlternate=47,52,63 -BackgroundNormal=40,42,54 -DecorationFocus=124,96,163 -DecorationHover=124,96,163 -ForegroundActive=139,233,253 -ForegroundInactive=102,106,115 -ForegroundLink=41,128,185 -ForegroundNegative=255,85,85 -ForegroundNeutral=255,184,108 -ForegroundNormal=248,248,242 -ForegroundPositive=80,250,122 -ForegroundVisited=68,71,90 - -[General] -ColorScheme=Dracula-purple -Name=Dracula-purple -shadeSortColumn=true - -[KDE] -contrast=5 - -[WM] -activeBackground=47,52,63 -activeBlend=47,52,63 -activeForeground=211,218,227 -inactiveBackground=47,52,63 -inactiveBlend=47,52,63 -inactiveForeground=102,106,115 diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula-Solid/Dracula-Solid.kvconfig b/.themes/Dracula GTK/kde/kvantum/Dracula-Solid/Dracula-Solid.kvconfig deleted file mode 100644 index 1e25855e6..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula-Solid/Dracula-Solid.kvconfig +++ /dev/null @@ -1,494 +0,0 @@ -[%General] -author=Eliver Lara -comment=A dark theme created using the awesome Dracula color palette. -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=true -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=1 -toolbar_interior_spacing=3 -spread_progressbar=true -composite=true -menu_shadow_depth=5 -menu_separator_height=6 -tooltip_shadow_depth=6 -splitter_width=4 -scroll_width=6 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=18 -slider_handle_length=18 -center_toolbar_handle=true -check_size=14 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=false -blurring=false -popup_blurring=false -vertical_spin_indicators=false -spin_button_width=32 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=22 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=true -groupbox_top_label=true -inline_spin_indicators=false -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=false -submenu_overlap=0 -tooltip_delay=-1 -tree_branch_line=true -dark_titlebar=true -opaque=QMPlay2,kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=18 -scrollable_menu=false -submenu_delay=250 -no_inactiveness=false -no_window_pattern=false -reduce_menu_opacity=0 -respect_DE=true -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#1e1f29 -base.color=#1e1f29 -alt.base.color=#252a3f78 -button.color=#1e1e20 -light.color=#0C0E15 -mid.light.color=#0C0E15 -dark.color=#0C0E15 -mid.color=#0C0E15 -highlight.color=#7c60a3 -inactive.highlight.color=#654ea3 -text.color=#aaaaac -window.text.color=#aaaaac -button.text.color=#aaaaac -disabled.text.color=#aaaaac78 -tooltip.text.color=#aaaaac -highlight.text.color=#dadadc -link.color=#646464 -link.visited.color=#7f8c8d -progress.indicator.text.color=#aaaaac - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=false -blur_translucent=true -transparent_menutitle=false -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=false -iconless_menu=false -disabled_icon_opacity=70 -lxqtmainmenu_iconsize=22 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=false -middle_click_scroll=false -no_selection_tint=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.shadow=0 -text.margin=1 -text.iconspacing=4 -indicator.element=arrow -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -min_width=+0.3font -min_height=+0.3font -frame.expansion=6 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#aaaaac - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.left=1 -indicator.element=spin -indicator.size=10 -text.normal.color=#aaaaac - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -text.margin.left=0 -text.margin.right=0 - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=2 -text.margin.bottom=2 -frame.element=tab -indicator.element=tab -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#aaaaac -text.focus.color=#aaaaac -text.toggle.color=#aaaaac -frame.expansion=0 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=12 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.bold=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -frame=true -interior.element=_menubar -frame.element=_menubar -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=1 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=8 - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior.element=scrollbarslider -interior=true -frame=false -frame.expansion=48 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior.element=scrollbargroove -interior=true -frame=false -frame.expansion=48 - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=4 -text.margin.right=4 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -text.normal.color=#aaaaac -frame.bottom=0 -frame.expansion=0 - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -text.italic=false -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -interior.element=combo -frame.element=combo -text.press.color=#d2d2d4 -indicator.element=carrow - -[Menu] -inherits=PanelButtonCommand -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.element=menu -interior.element=menu -text.normal.color=#aaaaac -text.shadow=false -frame.expansion=0 - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ToolTip] -inherits=GenericFrame -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=0 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false -interior=false - -[Window] -interior=true -interior.element=window diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula-Solid/Dracula-Solid.svg b/.themes/Dracula GTK/kde/kvantum/Dracula-Solid/Dracula-Solid.svg deleted file mode 100644 index e4e965134..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula-Solid/Dracula-Solid.svg +++ /dev/null @@ -1,6778 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula-purple-solid/Dracula-purple-solid.kvconfig b/.themes/Dracula GTK/kde/kvantum/Dracula-purple-solid/Dracula-purple-solid.kvconfig deleted file mode 100644 index 1e25855e6..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula-purple-solid/Dracula-purple-solid.kvconfig +++ /dev/null @@ -1,494 +0,0 @@ -[%General] -author=Eliver Lara -comment=A dark theme created using the awesome Dracula color palette. -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=true -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=1 -toolbar_interior_spacing=3 -spread_progressbar=true -composite=true -menu_shadow_depth=5 -menu_separator_height=6 -tooltip_shadow_depth=6 -splitter_width=4 -scroll_width=6 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=18 -slider_handle_length=18 -center_toolbar_handle=true -check_size=14 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=false -blurring=false -popup_blurring=false -vertical_spin_indicators=false -spin_button_width=32 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=22 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=true -groupbox_top_label=true -inline_spin_indicators=false -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=false -submenu_overlap=0 -tooltip_delay=-1 -tree_branch_line=true -dark_titlebar=true -opaque=QMPlay2,kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=18 -scrollable_menu=false -submenu_delay=250 -no_inactiveness=false -no_window_pattern=false -reduce_menu_opacity=0 -respect_DE=true -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#1e1f29 -base.color=#1e1f29 -alt.base.color=#252a3f78 -button.color=#1e1e20 -light.color=#0C0E15 -mid.light.color=#0C0E15 -dark.color=#0C0E15 -mid.color=#0C0E15 -highlight.color=#7c60a3 -inactive.highlight.color=#654ea3 -text.color=#aaaaac -window.text.color=#aaaaac -button.text.color=#aaaaac -disabled.text.color=#aaaaac78 -tooltip.text.color=#aaaaac -highlight.text.color=#dadadc -link.color=#646464 -link.visited.color=#7f8c8d -progress.indicator.text.color=#aaaaac - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=false -blur_translucent=true -transparent_menutitle=false -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=false -iconless_menu=false -disabled_icon_opacity=70 -lxqtmainmenu_iconsize=22 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=false -middle_click_scroll=false -no_selection_tint=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.shadow=0 -text.margin=1 -text.iconspacing=4 -indicator.element=arrow -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -min_width=+0.3font -min_height=+0.3font -frame.expansion=6 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#aaaaac - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.left=1 -indicator.element=spin -indicator.size=10 -text.normal.color=#aaaaac - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -text.margin.left=0 -text.margin.right=0 - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=2 -text.margin.bottom=2 -frame.element=tab -indicator.element=tab -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#aaaaac -text.focus.color=#aaaaac -text.toggle.color=#aaaaac -frame.expansion=0 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=12 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.bold=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -frame=true -interior.element=_menubar -frame.element=_menubar -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=1 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=8 - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior.element=scrollbarslider -interior=true -frame=false -frame.expansion=48 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior.element=scrollbargroove -interior=true -frame=false -frame.expansion=48 - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=4 -text.margin.right=4 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -text.normal.color=#aaaaac -frame.bottom=0 -frame.expansion=0 - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -text.italic=false -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -interior.element=combo -frame.element=combo -text.press.color=#d2d2d4 -indicator.element=carrow - -[Menu] -inherits=PanelButtonCommand -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.element=menu -interior.element=menu -text.normal.color=#aaaaac -text.shadow=false -frame.expansion=0 - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ToolTip] -inherits=GenericFrame -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=0 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false -interior=false - -[Window] -interior=true -interior.element=window diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula-purple-solid/Dracula-purple-solid.svg b/.themes/Dracula GTK/kde/kvantum/Dracula-purple-solid/Dracula-purple-solid.svg deleted file mode 100644 index c6fa84f5a..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula-purple-solid/Dracula-purple-solid.svg +++ /dev/null @@ -1,6778 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula-purple/Dracula-purple.kvconfig b/.themes/Dracula GTK/kde/kvantum/Dracula-purple/Dracula-purple.kvconfig deleted file mode 100644 index df5016f99..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula-purple/Dracula-purple.kvconfig +++ /dev/null @@ -1,494 +0,0 @@ -[%General] -author=Eliver Lara -comment=A dark theme created using the awesome Dracula color palette. -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=true -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=1 -toolbar_interior_spacing=3 -spread_progressbar=true -composite=true -menu_shadow_depth=5 -menu_separator_height=6 -tooltip_shadow_depth=6 -splitter_width=4 -scroll_width=6 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=18 -slider_handle_length=18 -center_toolbar_handle=true -check_size=14 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=true -blurring=true -popup_blurring=true -vertical_spin_indicators=false -spin_button_width=32 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=22 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=true -groupbox_top_label=true -inline_spin_indicators=false -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=false -submenu_overlap=0 -tooltip_delay=-1 -tree_branch_line=true -dark_titlebar=true -opaque=QMPlay2,kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=18 -scrollable_menu=false -submenu_delay=250 -no_inactiveness=false -no_window_pattern=false -reduce_menu_opacity=0 -respect_DE=true -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#1e1f29 -base.color=#282a36 -alt.base.color=#252a3f78 -button.color=#1e1e20 -light.color=#0C0E15 -mid.light.color=#0C0E15 -dark.color=#0C0E15 -mid.color=#0C0E15 -highlight.color=#7c60a3 -inactive.highlight.color=#654ea3 -text.color=#aaaaac -window.text.color=#aaaaac -button.text.color=#aaaaac -disabled.text.color=#aaaaac78 -tooltip.text.color=#aaaaac -highlight.text.color=#dadadc -link.color=#646464 -link.visited.color=#7f8c8d -progress.indicator.text.color=#aaaaac - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=true -blur_translucent=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=false -iconless_menu=false -disabled_icon_opacity=70 -lxqtmainmenu_iconsize=22 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=false -middle_click_scroll=false -no_selection_tint=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.shadow=0 -text.margin=1 -text.iconspacing=4 -indicator.element=arrow -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -min_width=+0.3font -min_height=+0.3font -frame.expansion=6 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#aaaaac - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.left=1 -indicator.element=spin -indicator.size=10 -text.normal.color=#aaaaac - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -text.margin.left=0 -text.margin.right=0 - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=2 -text.margin.bottom=2 -frame.element=tab -indicator.element=tab -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#aaaaac -text.focus.color=#aaaaac -text.toggle.color=#aaaaac -frame.expansion=0 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=12 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.bold=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -frame=true -interior.element=_menubar -frame.element=_menubar -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=1 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=8 - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior.element=scrollbarslider -interior=true -frame=false -frame.expansion=48 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior.element=scrollbargroove -interior=true -frame=false -frame.expansion=48 - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=4 -text.margin.right=4 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -text.normal.color=#aaaaac -frame.bottom=0 -frame.expansion=0 - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -text.italic=false -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -interior.element=combo -frame.element=combo -text.press.color=#d2d2d4 -indicator.element=carrow - -[Menu] -inherits=PanelButtonCommand -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.element=menu -interior.element=menu -text.normal.color=#aaaaac -text.shadow=false -frame.expansion=0 - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ToolTip] -inherits=GenericFrame -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=0 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false -interior=false - -[Window] -interior=true -interior.element=window diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula-purple/Dracula-purple.svg b/.themes/Dracula GTK/kde/kvantum/Dracula-purple/Dracula-purple.svg deleted file mode 100644 index 62c9e24fa..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula-purple/Dracula-purple.svg +++ /dev/null @@ -1,6778 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula/Dracula.kvconfig b/.themes/Dracula GTK/kde/kvantum/Dracula/Dracula.kvconfig deleted file mode 100644 index df5016f99..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula/Dracula.kvconfig +++ /dev/null @@ -1,494 +0,0 @@ -[%General] -author=Eliver Lara -comment=A dark theme created using the awesome Dracula color palette. -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=true -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=1 -toolbar_interior_spacing=3 -spread_progressbar=true -composite=true -menu_shadow_depth=5 -menu_separator_height=6 -tooltip_shadow_depth=6 -splitter_width=4 -scroll_width=6 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=18 -slider_handle_length=18 -center_toolbar_handle=true -check_size=14 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=true -blurring=true -popup_blurring=true -vertical_spin_indicators=false -spin_button_width=32 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=22 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=true -groupbox_top_label=true -inline_spin_indicators=false -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=false -submenu_overlap=0 -tooltip_delay=-1 -tree_branch_line=true -dark_titlebar=true -opaque=QMPlay2,kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=18 -scrollable_menu=false -submenu_delay=250 -no_inactiveness=false -no_window_pattern=false -reduce_menu_opacity=0 -respect_DE=true -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#1e1f29 -base.color=#282a36 -alt.base.color=#252a3f78 -button.color=#1e1e20 -light.color=#0C0E15 -mid.light.color=#0C0E15 -dark.color=#0C0E15 -mid.color=#0C0E15 -highlight.color=#7c60a3 -inactive.highlight.color=#654ea3 -text.color=#aaaaac -window.text.color=#aaaaac -button.text.color=#aaaaac -disabled.text.color=#aaaaac78 -tooltip.text.color=#aaaaac -highlight.text.color=#dadadc -link.color=#646464 -link.visited.color=#7f8c8d -progress.indicator.text.color=#aaaaac - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=true -blur_translucent=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=false -iconless_menu=false -disabled_icon_opacity=70 -lxqtmainmenu_iconsize=22 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=false -middle_click_scroll=false -no_selection_tint=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.shadow=0 -text.margin=1 -text.iconspacing=4 -indicator.element=arrow -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -min_width=+0.3font -min_height=+0.3font -frame.expansion=6 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#aaaaac - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.left=1 -indicator.element=spin -indicator.size=10 -text.normal.color=#aaaaac - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#aaaaac -text.focus.color=#c8c8ca - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -text.margin.left=0 -text.margin.right=0 - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=2 -text.margin.bottom=2 -frame.element=tab -indicator.element=tab -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#aaaaac -text.focus.color=#aaaaac -text.toggle.color=#aaaaac -frame.expansion=0 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=12 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.bold=false -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -frame=true -interior.element=_menubar -frame.element=_menubar -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=1 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#aaaaac -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.press.color=#d2d2d4 -text.toggle.color=#d2d2d4 -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=8 - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior.element=scrollbarslider -interior=true -frame=false -frame.expansion=48 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior.element=scrollbargroove -interior=true -frame=false -frame.expansion=48 - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=4 -text.margin.right=4 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -text.normal.color=#aaaaac -frame.bottom=0 -frame.expansion=0 - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -text.italic=false -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -interior.element=combo -frame.element=combo -text.press.color=#d2d2d4 -indicator.element=carrow - -[Menu] -inherits=PanelButtonCommand -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.element=menu -interior.element=menu -text.normal.color=#aaaaac -text.shadow=false -frame.expansion=0 - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#aaaaac -text.focus.color=#c8c8ca -text.bold=true -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ToolTip] -inherits=GenericFrame -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=0 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false -interior=false - -[Window] -interior=true -interior.element=window diff --git a/.themes/Dracula GTK/kde/kvantum/Dracula/Dracula.svg b/.themes/Dracula GTK/kde/kvantum/Dracula/Dracula.svg deleted file mode 100644 index 1a965ebb6..000000000 --- a/.themes/Dracula GTK/kde/kvantum/Dracula/Dracula.svg +++ /dev/null @@ -1,6778 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/colors b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/colors deleted file mode 100644 index fa151c6c4..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/colors +++ /dev/null @@ -1,24 +0,0 @@ -[Colors:Button] -BackgroundNormal=255,255,255 -DecorationFocus=#8500f7 -DecorationHover=#bd93f9 -ForegroundNormal=195,199,209 - -[Colors:Complementary] -BackgroundNormal=32,32,32 -DecorationFocus=#8500f7 -DecorationHover=#bd93f9 -ForegroundNormal=195,199,209 - -[Colors:View] -BackgroundNormal=#282a36 -DecorationFocus=#8500f7 -DecorationHover=#bd93f9 -ForegroundNormal=195,199,209 - -[Colors:Window] -BackgroundNormal=#1e1f29 -DecorationHover=#8500f7 -ForegroundLink=3,77,179 -ForegroundNormal=195,199,209 -ForegroundVisited=153,93,198 diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/dialogs/background.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/dialogs/background.svgz deleted file mode 100644 index 138a8e035..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/dialogs/background.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/applications.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/applications.svg deleted file mode 100644 index d72538e92..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/applications.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/bookmarks.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/bookmarks.svg deleted file mode 100644 index bb9b91f69..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/bookmarks.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/computer.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/computer.svg deleted file mode 100644 index df9bef430..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/computer.svg +++ /dev/null @@ -1,438 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/system.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/system.svg deleted file mode 100644 index 5acfdf2cb..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/system.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/view.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/view.svg deleted file mode 100644 index bc2d747a8..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/icons/view.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/metadata.desktop b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/metadata.desktop deleted file mode 100644 index 0b54f9be5..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/metadata.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Name=Dracula-Solid -Comment[es]=Un tema oscuro creado usando la asombrosa paleta de colores Dracula. -Comment=A dark theme created using the awesome Dracula color palette. -X-KDE-PluginInfo-Author=EliverLara -X-KDE-PluginInfo-Email=eliverlara@gmail.com -X-KDE-PluginInfo-Name=Dracula-Solid -X-KDE-PluginInfo-Version=1.0.0 -X-KDE-PluginInfo-Website=https://github.com/EliverLara/Dracula/tree/master/kde -X-KDE-PluginInfo-Category=Plasma Theme -X-KDE-PluginInfo-License=GPLv3 -X-KDE-PluginInfo-EnabledByDefault=true -X-Plasma-API=5.0 diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/action-overlays.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/action-overlays.svgz deleted file mode 100644 index f164b6145..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/action-overlays.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/actionbutton.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/actionbutton.svg deleted file mode 100644 index a52eea137..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/actionbutton.svg +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/arrows.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/arrows.svgz deleted file mode 100644 index f88366d65..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/arrows.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/background.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/background.svgz deleted file mode 100644 index 861993298..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/background.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_horizontal.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_horizontal.svgz deleted file mode 100644 index 387e5b8bd..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_horizontal.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_vertical.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_vertical.svgz deleted file mode 100644 index 358d9cca3..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/bar_meter_vertical.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/busywidget.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/busywidget.svgz deleted file mode 100644 index d420f9f84..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/busywidget.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/button.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/button.svg deleted file mode 100644 index 9409e21bc..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/button.svg +++ /dev/null @@ -1,1965 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/checkmarks.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/checkmarks.svg deleted file mode 100644 index 5f1438cf9..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/checkmarks.svg +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/clock.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/clock.svg deleted file mode 100644 index 3b6dcbd95..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/clock.svg +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/containment-controls.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/containment-controls.svgz deleted file mode 100644 index a1d2dc6e7..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/containment-controls.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/frame.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/frame.svgz deleted file mode 100644 index ffbc031e3..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/frame.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/glowbar.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/glowbar.svgz deleted file mode 100644 index 8a6958db2..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/glowbar.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/line.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/line.svgz deleted file mode 100644 index bb39ca8a2..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/line.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/lineedit.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/lineedit.svgz deleted file mode 100644 index 60f832ef3..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/lineedit.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/listitem.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/listitem.svgz deleted file mode 100644 index abb2e15f2..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/listitem.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/pager.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/pager.svgz deleted file mode 100644 index 46f1b630b..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/pager.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/panel-background.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/panel-background.svg deleted file mode 100644 index 43e1ee139..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/panel-background.svg +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/plot-background.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/plot-background.svgz deleted file mode 100644 index 4ab396a07..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/plot-background.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/scrollbar.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/scrollbar.svg deleted file mode 100644 index f9ba684d4..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/scrollbar.svg +++ /dev/null @@ -1,411 +0,0 @@ - - - - - .ColorScheme-Text { - color:#202020; - } - .ColorScheme-Background { - color:#ffffff; - } - .ColorScheme-Highlight { - color:#009bff; - } - .ColorScheme-ViewText { - color:#202020; - } - .ColorScheme-ViewBackground { - color:#ffffff; - } - .ColorScheme-ViewHover { - color:#2dacff; - } - .ColorScheme-ViewFocus{ - color:#009bff; - } - .ColorScheme-ButtonText { - color:#202020; - } - .ColorScheme-ButtonBackground { - color:#ffffff; - } - .ColorScheme-ButtonHover { - color:#2dacff; - } - .ColorScheme-ButtonFocus{ - color:#009bff; - } - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/scrollwidget.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/scrollwidget.svg deleted file mode 100644 index 80879aedb..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/scrollwidget.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/slider.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/slider.svgz deleted file mode 100644 index 1eb90915d..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/slider.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tabbar.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tabbar.svgz deleted file mode 100644 index 32acc2272..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tabbar.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tasks.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tasks.svgz deleted file mode 100644 index f6fe6b804..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tasks.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/timer.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/timer.svgz deleted file mode 100644 index 9fc402471..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/timer.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/toolbar.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/toolbar.svgz deleted file mode 100644 index ae57bfe97..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/toolbar.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tooltip.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tooltip.svgz deleted file mode 100644 index a00a77553..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/tooltip.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/translucentbackground.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/translucentbackground.svgz deleted file mode 100644 index fdb10c216..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/translucentbackground.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/viewitem.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/viewitem.svgz deleted file mode 100644 index b18489081..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula-Solid/widgets/viewitem.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/colors b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/colors deleted file mode 100644 index fa151c6c4..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/colors +++ /dev/null @@ -1,24 +0,0 @@ -[Colors:Button] -BackgroundNormal=255,255,255 -DecorationFocus=#8500f7 -DecorationHover=#bd93f9 -ForegroundNormal=195,199,209 - -[Colors:Complementary] -BackgroundNormal=32,32,32 -DecorationFocus=#8500f7 -DecorationHover=#bd93f9 -ForegroundNormal=195,199,209 - -[Colors:View] -BackgroundNormal=#282a36 -DecorationFocus=#8500f7 -DecorationHover=#bd93f9 -ForegroundNormal=195,199,209 - -[Colors:Window] -BackgroundNormal=#1e1f29 -DecorationHover=#8500f7 -ForegroundLink=3,77,179 -ForegroundNormal=195,199,209 -ForegroundVisited=153,93,198 diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/dialogs/background.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/dialogs/background.svgz deleted file mode 100644 index 95873ce61..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/dialogs/background.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/applications.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/applications.svg deleted file mode 100644 index d72538e92..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/applications.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/bookmarks.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/bookmarks.svg deleted file mode 100644 index bb9b91f69..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/bookmarks.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/computer.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/computer.svg deleted file mode 100644 index df9bef430..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/computer.svg +++ /dev/null @@ -1,438 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/system.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/system.svg deleted file mode 100644 index 5acfdf2cb..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/system.svg +++ /dev/null @@ -1,817 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/view.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/view.svg deleted file mode 100644 index bc2d747a8..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/icons/view.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/metadata.desktop b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/metadata.desktop deleted file mode 100644 index 0ae335b5a..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/metadata.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Name=Dracula -Comment[es]=Un tema oscuro creado usando la asombrosa paleta de colores Dracula. -Comment=A dark theme created using the awesome Dracula color palette. -X-KDE-PluginInfo-Author=EliverLara -X-KDE-PluginInfo-Email=eliverlara@gmail.com -X-KDE-PluginInfo-Name=Dracula -X-KDE-PluginInfo-Version=1.0.0 -X-KDE-PluginInfo-Website=https://github.com/EliverLara/Ant-Dracula/tree/master/kde -X-KDE-PluginInfo-Category=Plasma Theme -X-KDE-PluginInfo-License=GPLv3 -X-KDE-PluginInfo-EnabledByDefault=true -X-Plasma-API=5.0 diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/action-overlays.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/action-overlays.svgz deleted file mode 100644 index f164b6145..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/action-overlays.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/actionbutton.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/actionbutton.svg deleted file mode 100644 index a52eea137..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/actionbutton.svg +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/arrows.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/arrows.svgz deleted file mode 100644 index f88366d65..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/arrows.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/background.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/background.svgz deleted file mode 100644 index 861993298..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/background.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/bar_meter_horizontal.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/bar_meter_horizontal.svgz deleted file mode 100644 index 387e5b8bd..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/bar_meter_horizontal.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/bar_meter_vertical.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/bar_meter_vertical.svgz deleted file mode 100644 index 358d9cca3..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/bar_meter_vertical.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/busywidget.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/busywidget.svgz deleted file mode 100644 index d420f9f84..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/busywidget.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/button.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/button.svg deleted file mode 100644 index 9409e21bc..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/button.svg +++ /dev/null @@ -1,1965 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/checkmarks.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/checkmarks.svg deleted file mode 100644 index 5f1438cf9..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/checkmarks.svg +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/clock.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/clock.svg deleted file mode 100644 index 3b6dcbd95..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/clock.svg +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/containment-controls.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/containment-controls.svgz deleted file mode 100644 index a1d2dc6e7..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/containment-controls.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/frame.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/frame.svgz deleted file mode 100644 index ffbc031e3..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/frame.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/glowbar.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/glowbar.svgz deleted file mode 100644 index 8a6958db2..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/glowbar.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/line.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/line.svgz deleted file mode 100644 index bb39ca8a2..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/line.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/lineedit.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/lineedit.svgz deleted file mode 100644 index 60f832ef3..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/lineedit.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/listitem.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/listitem.svgz deleted file mode 100644 index abb2e15f2..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/listitem.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/pager.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/pager.svgz deleted file mode 100644 index 46f1b630b..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/pager.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/panel-background.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/panel-background.svg deleted file mode 100644 index 5c2e13818..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/panel-background.svg +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/plot-background.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/plot-background.svgz deleted file mode 100644 index 4ab396a07..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/plot-background.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/scrollbar.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/scrollbar.svg deleted file mode 100644 index f9ba684d4..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/scrollbar.svg +++ /dev/null @@ -1,411 +0,0 @@ - - - - - .ColorScheme-Text { - color:#202020; - } - .ColorScheme-Background { - color:#ffffff; - } - .ColorScheme-Highlight { - color:#009bff; - } - .ColorScheme-ViewText { - color:#202020; - } - .ColorScheme-ViewBackground { - color:#ffffff; - } - .ColorScheme-ViewHover { - color:#2dacff; - } - .ColorScheme-ViewFocus{ - color:#009bff; - } - .ColorScheme-ButtonText { - color:#202020; - } - .ColorScheme-ButtonBackground { - color:#ffffff; - } - .ColorScheme-ButtonHover { - color:#2dacff; - } - .ColorScheme-ButtonFocus{ - color:#009bff; - } - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/scrollwidget.svg b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/scrollwidget.svg deleted file mode 100644 index 80879aedb..000000000 --- a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/scrollwidget.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/slider.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/slider.svgz deleted file mode 100644 index 1eb90915d..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/slider.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tabbar.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tabbar.svgz deleted file mode 100644 index 32acc2272..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tabbar.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tasks.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tasks.svgz deleted file mode 100644 index f6fe6b804..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tasks.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/timer.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/timer.svgz deleted file mode 100644 index 9fc402471..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/timer.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/toolbar.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/toolbar.svgz deleted file mode 100644 index ae57bfe97..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/toolbar.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tooltip.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tooltip.svgz deleted file mode 100644 index 09a978421..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/tooltip.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/translucentbackground.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/translucentbackground.svgz deleted file mode 100644 index fdb10c216..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/translucentbackground.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/viewitem.svgz b/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/viewitem.svgz deleted file mode 100644 index b18489081..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/desktoptheme/Dracula/widgets/viewitem.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/ActionButton.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/ActionButton.qml deleted file mode 100644 index b11b4bbee..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/ActionButton.qml +++ /dev/null @@ -1,130 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.8 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -Item { - id: root - property alias text: label.text - property alias iconSource: icon.source - property alias containsMouse: mouseArea.containsMouse - property alias font: label.font - property alias labelRendering: label.renderType - property alias circleOpacity: iconCircle.opacity - property alias circleVisiblity: iconCircle.visible - property int fontSize: config.fontSize - readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software - signal clicked - - activeFocusOnTab: true - - property int iconSize: units.gridUnit * 3 - - implicitWidth: Math.max(iconSize + units.largeSpacing * 2, label.contentWidth) - implicitHeight: iconSize + units.smallSpacing + label.implicitHeight - - opacity: activeFocus || containsMouse ? 1 : 0.85 - Behavior on opacity { - PropertyAnimation { // OpacityAnimator makes it turn black at random intervals - duration: units.longDuration - easing.type: Easing.InOutQuad - } - } - - Rectangle { - id: iconCircle - anchors.centerIn: icon - width: iconSize + units.smallSpacing - height: width - radius: width / 2 - color: "#09090C" - border.color: "#9B79CC" - border.width: 1 - opacity: activeFocus || containsMouse ? (softwareRendering ? 0.8 : 0.15) : (softwareRendering ? 0.6 : 0) - Behavior on opacity { - PropertyAnimation { // OpacityAnimator makes it turn black at random intervals - duration: units.longDuration - easing.type: Easing.InOutQuad - } - } - } - - Rectangle { - anchors.centerIn: iconCircle - width: iconCircle.width - height: width - radius: width / 2 - scale: mouseArea.containsPress ? 1 : 0 - color: PlasmaCore.ColorScope.textColor - opacity: 0.15 - Behavior on scale { - PropertyAnimation { - duration: units.shortDuration - easing.type: Easing.InOutQuart - } - } - } - - PlasmaCore.IconItem { - id: icon - anchors { - top: parent.top - horizontalCenter: parent.horizontalCenter - } - width: iconSize - height: iconSize - - colorGroup: PlasmaCore.ColorScope.colorGroup - active: mouseArea.containsMouse || root.activeFocus - } - - PlasmaComponents.Label { - id: label - font.pointSize: Math.max(fontSize + 1,theme.defaultFont.pointSize + 1) - anchors { - top: icon.bottom - topMargin: (softwareRendering ? 1.5 : 1) * units.smallSpacing - left: parent.left - right: parent.right - } - style: softwareRendering ? Text.Outline : Text.Normal - styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignTop - wrapMode: Text.WordWrap - font.underline: root.activeFocus - } - - MouseArea { - id: mouseArea - hoverEnabled: true - onClicked: root.clicked() - anchors.fill: parent - } - - Keys.onEnterPressed: clicked() - Keys.onReturnPressed: clicked() - Keys.onSpacePressed: clicked() - - Accessible.onPressAction: clicked() - Accessible.role: Accessible.Button - Accessible.name: label.text -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/Battery.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/Battery.qml deleted file mode 100644 index 2351c4dee..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/Battery.qml +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright 2016 Kai Uwe Broulik - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.2 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.workspace.components 2.0 as PW - -Row { - spacing: units.smallSpacing - visible: pmSource.data["Battery"]["Has Cumulative"] - - PlasmaCore.DataSource { - id: pmSource - engine: "powermanagement" - connectedSources: ["Battery", "AC Adapter"] - } - - PW.BatteryIcon { - id: battery - hasBattery: pmSource.data["Battery"]["Has Battery"] || false - percent: pmSource.data["Battery"]["Percent"] || 0 - pluggedIn: pmSource.data["AC Adapter"] ? pmSource.data["AC Adapter"]["Plugged in"] : false - - height: batteryLabel.height - width: height - } - - PlasmaComponents.Label { - id: batteryLabel - font.pointSize: config.fontSize - height: undefined - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","%1%", battery.percent) - Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Battery at %1%", battery.percent) - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/Clock.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/Clock.qml deleted file mode 100644 index 14bea3b27..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/Clock.qml +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.8 -import QtQuick.Layouts 1.1 -import QtQuick.Controls 2.5 -import org.kde.plasma.core 2.0 - -ColumnLayout { - readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software - - Label { - text: Qt.formatTime(timeSource.data["Local"]["DateTime"]) - color: ColorScope.textColor - style: softwareRendering ? Text.Outline : Text.Normal - styleColor: softwareRendering ? ColorScope.backgroundColor : "transparent" //no outline, doesn't matter - font.pointSize: 34 - Layout.alignment: Qt.AlignHCenter - } - Label { - text: Qt.formatDate(timeSource.data["Local"]["DateTime"], Qt.DefaultLocaleLongDate) - color: ColorScope.textColor - style: softwareRendering ? Text.Outline : Text.Normal - styleColor: softwareRendering ? ColorScope.backgroundColor : "transparent" //no outline, doesn't matter - font.pointSize: 17 - Layout.alignment: Qt.AlignHCenter - } - DataSource { - id: timeSource - engine: "time" - connectedSources: ["Local"] - interval: 1000 - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/KeyboardLayoutButton.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/KeyboardLayoutButton.qml deleted file mode 100644 index 32edb5284..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/KeyboardLayoutButton.qml +++ /dev/null @@ -1,52 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2014 by Daniel Vrátil * - * * - * 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 . * - ***************************************************************************/ - -import QtQuick 2.1 -import QtQuick.Controls 1.1 as QQC - -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.workspace.keyboardlayout 1.0 - -PlasmaComponents.ToolButton { - - property int fontSize: config.fontSize - - id: kbLayoutButton - - iconName: "input-keyboard" - implicitWidth: minimumWidth - text: layout.currentLayoutDisplayName - font.pointSize: Math.max(fontSize,theme.defaultFont.pointSize) - - Accessible.name: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Button to change keyboard layout", "Switch layout") - - visible: layout.layouts.length > 1 - - onClicked: layout.nextLayout() - - KeyboardLayout { - id: layout - function nextLayout() { - var layouts = layout.layouts; - var index = (layouts.indexOf(layout.currentLayout)+1) % layouts.length; - layout.currentLayout = layouts[index]; - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/SessionManagementScreen.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/SessionManagementScreen.qml deleted file mode 100644 index 5f8826048..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/SessionManagementScreen.qml +++ /dev/null @@ -1,121 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.2 - -import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.1 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -Item { - id: root - - /* - * Any message to be displayed to the user, visible above the text fields - */ - property alias notificationMessage: notificationsLabel.text - - /* - * A list of Items (typically ActionButtons) to be shown in a Row beneath the prompts - */ - property alias actionItems: actionItemsLayout.children - - /* - * A model with a list of users to show in the view - * The following roles should exist: - * - name - * - iconSource - * - * The following are also handled: - * - vtNumber - * - displayNumber - * - session - * - isTty - */ - property alias userListModel: userListView.model - - /* - * Self explanatory - */ - property alias userListCurrentIndex: userListView.currentIndex - property var userListCurrentModelData: userListView.currentItem === null ? [] : userListView.currentItem.m - property bool showUserList: true - - property alias userList: userListView - - property int fontSize: config.fontSize - - default property alias _children: innerLayout.children - - UserList { - id: userListView - visible: showUserList && y > 0 - anchors { - bottom: parent.verticalCenter - left: parent.left - right: parent.right - } - } - - //goal is to show the prompts, in ~16 grid units high, then the action buttons - //but collapse the space between the prompts and actions if there's no room - //ui is constrained to 16 grid units wide, or the screen - ColumnLayout { - id: prompts - anchors.top: parent.verticalCenter - anchors.topMargin: units.gridUnit * 0.5 - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom - PlasmaComponents.Label { - id: notificationsLabel - font.pointSize: Math.max(fontSize + 1,theme.defaultFont.pointSize + 1) - Layout.maximumWidth: units.gridUnit * 16 - Layout.alignment: Qt.AlignHCenter - Layout.fillWidth: true - horizontalAlignment: Text.AlignHCenter - wrapMode: Text.WordWrap - font.italic: true - } - ColumnLayout { - Layout.minimumHeight: implicitHeight - Layout.maximumHeight: units.gridUnit * 10 - Layout.maximumWidth: units.gridUnit * 16 - Layout.alignment: Qt.AlignHCenter - ColumnLayout { - id: innerLayout - Layout.alignment: Qt.AlignHCenter - Layout.fillWidth: true - } - Item { - Layout.fillHeight: true - } - } - Row { //deliberately not rowlayout as I'm not trying to resize child items - id: actionItemsLayout - spacing: units.largeSpacing / 2 - Layout.alignment: Qt.AlignHCenter - } - Item { - Layout.fillHeight: true - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/UserDelegate.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/UserDelegate.qml deleted file mode 100644 index b9f60885f..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/UserDelegate.qml +++ /dev/null @@ -1,189 +0,0 @@ -/* - * Copyright 2014 David Edmundson - * Copyright 2014 Aleix Pol Gonzalez - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.8 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -Item { - id: wrapper - - // If we're using software rendering, draw outlines instead of shadows - // See https://bugs.kde.org/show_bug.cgi?id=398317 - readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software - - property bool isCurrent: true - - readonly property var m: model - property string name - property string userName - property string avatarPath - property string iconSource - property bool constrainText: true - property alias nameFontSize: usernameDelegate.font.pointSize - property int fontSize: config.fontSize - signal clicked() - - property real faceSize: units.gridUnit * 7 - - opacity: isCurrent ? 1.0 : 0.5 - - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - } - } - - // Draw a translucent background circle under the user picture - Rectangle { - anchors.centerIn: imageSource - width: imageSource.width + 2 // Subtract to prevent fringing - height: width - radius: width / 2 - color: "#232831" - } - - - Item { - id: imageSource - anchors { - bottom: usernameDelegate.top - bottomMargin: units.largeSpacing - horizontalCenter: parent.horizontalCenter - } - Behavior on width { - PropertyAnimation { - from: faceSize - duration: units.longDuration; - } - } - width: isCurrent ? faceSize : faceSize - units.largeSpacing - height: width - - //Image takes priority, taking a full path to a file, if that doesn't exist we show an icon - Image { - id: face - source: wrapper.avatarPath - sourceSize: Qt.size(faceSize, faceSize) - fillMode: Image.PreserveAspectCrop - anchors.fill: parent - } - - PlasmaCore.IconItem { - id: faceIcon - source: iconSource - visible: (face.status == Image.Error || face.status == Image.Null) - anchors.fill: parent - anchors.margins: units.gridUnit * 0.5 // because mockup says so... - colorGroup: PlasmaCore.ColorScope.colorGroup - } - } - - ShaderEffect { - anchors { - bottom: usernameDelegate.top - bottomMargin: units.largeSpacing - horizontalCenter: parent.horizontalCenter - } - - width: imageSource.width - height: imageSource.height - - supportsAtlasTextures: true - - property var source: ShaderEffectSource { - sourceItem: imageSource - // software rendering is just a fallback so we can accept not having a rounded avatar here - hideSource: wrapper.GraphicsInfo.api !== GraphicsInfo.Software - live: true // otherwise the user in focus will show a blurred avatar - } - - property var colorBorder: "#00000000" - - //draw a circle with an antialiased border - //innerRadius = size of the inner circle with contents - //outerRadius = size of the border - //blend = area to blend between two colours - //all sizes are normalised so 0.5 == half the width of the texture - - //if copying into another project don't forget to connect themeChanged to update() - //but in SDDM that's a bit pointless - fragmentShader: " - varying highp vec2 qt_TexCoord0; - uniform highp float qt_Opacity; - uniform lowp sampler2D source; - - uniform lowp vec4 colorBorder; - highp float blend = 0.01; - highp float innerRadius = 0.47; - highp float outerRadius = 0.49; - lowp vec4 colorEmpty = vec4(0.0, 0.0, 0.0, 0.0); - - void main() { - lowp vec4 colorSource = texture2D(source, qt_TexCoord0.st); - - highp vec2 m = qt_TexCoord0 - vec2(0.5, 0.5); - highp float dist = sqrt(m.x * m.x + m.y * m.y); - - if (dist < innerRadius) - gl_FragColor = colorSource; - else if (dist < innerRadius + blend) - gl_FragColor = mix(colorSource, colorBorder, ((dist - innerRadius) / blend)); - else if (dist < outerRadius) - gl_FragColor = colorBorder; - else if (dist < outerRadius + blend) - gl_FragColor = mix(colorBorder, colorEmpty, ((dist - outerRadius) / blend)); - else - gl_FragColor = colorEmpty ; - - gl_FragColor = gl_FragColor * qt_Opacity; - } - " - } - - PlasmaComponents.Label { - id: usernameDelegate - font.pointSize: Math.max(fontSize + 2,theme.defaultFont.pointSize + 2) - anchors { - bottom: parent.bottom - horizontalCenter: parent.horizontalCenter - } - height: implicitHeight // work around stupid bug in Plasma Components that sets the height - width: constrainText ? parent.width : implicitWidth - text: wrapper.name - style: softwareRendering ? Text.Outline : Text.Normal - styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter - elide: Text.ElideRight - horizontalAlignment: Text.AlignHCenter - //make an indication that this has active focus, this only happens when reached with keyboard navigation - font.underline: wrapper.activeFocus - } - - MouseArea { - anchors.fill: parent - hoverEnabled: true - - onClicked: wrapper.clicked(); - } - - Accessible.name: name - Accessible.role: Accessible.Button - function accessiblePressAction() { wrapper.clicked() } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/UserList.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/UserList.qml deleted file mode 100644 index a2d85088f..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/UserList.qml +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Copyright 2014 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.2 - -ListView { - id: view - readonly property string selectedUser: currentItem ? currentItem.userName : "" - readonly property int userItemWidth: units.gridUnit * 8 - readonly property int userItemHeight: units.gridUnit * 8 - - implicitHeight: userItemHeight - - activeFocusOnTab : true - - /* - * Signals that a user was explicitly selected - */ - signal userSelected; - - orientation: ListView.Horizontal - highlightRangeMode: ListView.StrictlyEnforceRange - - //centre align selected item (which implicitly centre aligns the rest - preferredHighlightBegin: width/2 - userItemWidth/2 - preferredHighlightEnd: preferredHighlightBegin - - delegate: UserDelegate { - avatarPath: model.icon || "" - iconSource: model.iconName || "user-identity" - - name: { - var displayName = model.realName || model.name - - if (model.vtNumber === undefined || model.vtNumber < 0) { - return displayName - } - - if (!model.session) { - return i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Nobody logged in on that session", "Unused") - } - - - var location = "" - if (model.isTty) { - location = i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "User logged in on console number", "TTY %1", model.vtNumber) - } else if (model.displayNumber) { - location = i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "User logged in on console (X display number)", "on TTY %1 (Display %2)", model.vtNumber, model.displayNumber) - } - - if (location) { - return i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Username (location)", "%1 (%2)", displayName, location) - } - - return displayName - } - - userName: model.name - - width: userItemWidth - height: userItemHeight - - //if we only have one delegate, we don't need to clip the text as it won't be overlapping with anything - constrainText: ListView.view.count > 1 - - isCurrent: ListView.isCurrentItem - - onClicked: { - ListView.view.currentIndex = index; - ListView.view.userSelected(); - } - } - - Keys.onEscapePressed: view.userSelected() - Keys.onEnterPressed: view.userSelected() - Keys.onReturnPressed: view.userSelected() -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/VirtualKeyboard.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/VirtualKeyboard.qml deleted file mode 100644 index 7848b753c..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/VirtualKeyboard.qml +++ /dev/null @@ -1,28 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2017 Martin Gräßlin - -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, see . -*********************************************************************/ -import QtQuick 2.5 -import QtQuick.VirtualKeyboard 2.1 - -InputPanel { - id: inputPanel - property bool activated: false - active: activated && Qt.inputMethod.visible - visible: active - width: parent.width -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/WallpaperFader.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/WallpaperFader.qml deleted file mode 100644 index c8476cd67..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/WallpaperFader.qml +++ /dev/null @@ -1,178 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2014 Aleix Pol Gonzalez - -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, see . -*********************************************************************/ - -import QtQuick 2.6 -import QtQuick.Controls 1.1 -import QtQuick.Layouts 1.1 -import QtGraphicalEffects 1.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.private.sessions 2.0 -import "../components" - -Item { - id: wallpaperFader - property Item clock - property Item mainStack - property Item footer - property alias source: wallpaperBlur.source - state: lockScreenRoot.uiVisible ? "on" : "off" - property real factor: 0 - readonly property bool lightBackground: Math.max(PlasmaCore.ColorScope.backgroundColor.r, PlasmaCore.ColorScope.backgroundColor.g, PlasmaCore.ColorScope.backgroundColor.b) > 0.5 - - property bool alwaysShowClock: typeof config === "undefined" || config.alwaysShowClock === true - - Behavior on factor { - NumberAnimation { - target: wallpaperFader - property: "factor" - duration: 1000 - easing.type: Easing.InOutQuad - } - } - FastBlur { - id: wallpaperBlur - anchors.fill: parent - radius: 50 * wallpaperFader.factor - } - ShaderEffect { - id: wallpaperShader - anchors.fill: parent - supportsAtlasTextures: true - property var source: ShaderEffectSource { - sourceItem: wallpaperBlur - live: true - hideSource: true - textureMirroring: ShaderEffectSource.NoMirroring - } - - readonly property real contrast: 0.65 * wallpaperFader.factor + (1 - wallpaperFader.factor) - readonly property real saturation: 1.6 * wallpaperFader.factor + (1 - wallpaperFader.factor) - readonly property real intensity: (wallpaperFader.lightBackground ? 1.7 : 0.6) * wallpaperFader.factor + (1 - wallpaperFader.factor) - - readonly property real transl: (1.0 - contrast) / 2.0; - readonly property real rval: (1.0 - saturation) * 0.2126; - readonly property real gval: (1.0 - saturation) * 0.7152; - readonly property real bval: (1.0 - saturation) * 0.0722; - - property var colorMatrix: Qt.matrix4x4( - contrast, 0, 0, 0.0, - 0, contrast, 0, 0.0, - 0, 0, contrast, 0.0, - transl, transl, transl, 1.0).times(Qt.matrix4x4( - rval + saturation, rval, rval, 0.0, - gval, gval + saturation, gval, 0.0, - bval, bval, bval + saturation, 0.0, - 0, 0, 0, 1.0)).times(Qt.matrix4x4( - intensity, 0, 0, 0, - 0, intensity, 0, 0, - 0, 0, intensity, 0, - 0, 0, 0, 1 - )); - - - fragmentShader: " - uniform mediump mat4 colorMatrix; - uniform mediump sampler2D source; - varying mediump vec2 qt_TexCoord0; - uniform lowp float qt_Opacity; - - void main(void) - { - mediump vec4 tex = texture2D(source, qt_TexCoord0); - gl_FragColor = tex * colorMatrix * qt_Opacity; - }" - } - - states: [ - State { - name: "on" - PropertyChanges { - target: mainStack - opacity: 1 - } - PropertyChanges { - target: footer - opacity: 1 - } - PropertyChanges { - target: wallpaperFader - factor: 1 - } - PropertyChanges { - target: clock.shadow - opacity: 0 - } - PropertyChanges { - target: clock - opacity: 1 - anchors.horizontalCenter: formBg.horizontalCenter - // y: parent.height - height - 10 - } - }, - State { - name: "off" - PropertyChanges { - target: mainStack - opacity: 0 - } - PropertyChanges { - target: footer - opacity: 0 - } - PropertyChanges { - target: wallpaperFader - factor: 0 - } - PropertyChanges { - target: clock.shadow - opacity: wallpaperFader.alwaysShowClock ? 1 : 0 - } - PropertyChanges { - target: clock - opacity: wallpaperFader.alwaysShowClock ? 1 : 0 - } - } - ] - transitions: [ - Transition { - from: "off" - to: "on" - //Note: can't use animators as they don't play well with parallelanimations - NumberAnimation { - targets: [mainStack, footer, clock] - property: "opacity" - duration: units.longDuration - easing.type: Easing.InOutQuad - } - }, - Transition { - from: "on" - to: "off" - NumberAnimation { - targets: [mainStack, footer, clock] - property: "opacity" - duration: 500 - easing.type: Easing.InOutQuad - } - } - ] -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/README.txt b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/README.txt deleted file mode 100644 index 1885a3605..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/README.txt +++ /dev/null @@ -1 +0,0 @@ -After editing SVG files be sure to run currentColorFillFix.sh from plasma-framework \ No newline at end of file diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/logout_primary.svgz b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/logout_primary.svgz deleted file mode 100644 index 6a9423faa..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/logout_primary.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/restart_primary.svgz b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/restart_primary.svgz deleted file mode 100644 index e2312bd8a..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/restart_primary.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/shutdown_primary.svgz b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/shutdown_primary.svgz deleted file mode 100644 index 1c60152f8..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/components/artwork/shutdown_primary.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/defaults b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/defaults deleted file mode 100644 index c8d5d8948..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/defaults +++ /dev/null @@ -1,20 +0,0 @@ -[kdeglobals][KDE] -widgetStyle=kvantum - -[kdeglobals][General] -ColorScheme=Dracula - -[kdeglobals][Icons] -Theme=candy-icons - -[kcminputrc][Mouse] -cursorTheme=breeze_cursors - -[plasmarc][Theme] -name=Dracula - -[kwinrc][org.kde.kdecoration2] -library=org.kde.kwin.aurorae -theme=__aurorae__svg__Dracula - - diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockOsd.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockOsd.qml deleted file mode 100644 index b28363b2b..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockOsd.qml +++ /dev/null @@ -1,83 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2014 Aleix Pol Gonzalez - -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, see . -*********************************************************************/ - -import QtQuick 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import "../osd" - -PlasmaCore.FrameSvgItem { - id: osd - - // OSD Timeout in msecs - how long it will stay on the screen - property int timeout: 1800 - // This is either a text or a number, if showingProgress is set to true, - // the number will be used as a value for the progress bar - property var osdValue - // Icon name to display - property string icon - // Set to true if the value is meant for progress bar, - // false for displaying the value as normal text - property bool showingProgress: false - - objectName: "onScreenDisplay" - visible: false - width: osdItem.width + margins.left + margins.right - height: osdItem.height + margins.top + margins.bottom - imagePath: "widgets/background" - - function show() { - osd.visible = true; - hideAnimation.restart(); - } - - // avoid leaking ColorScope of lock screen theme into the OSD "popup" - PlasmaCore.ColorScope { - width: osdItem.width - height: osdItem.height - anchors.centerIn: parent - colorGroup: PlasmaCore.Theme.NormalColorGroup - - OsdItem { - id: osdItem - rootItem: osd - } - } - - SequentialAnimation { - id: hideAnimation - // prevent press and hold from flickering - PauseAnimation { duration: 100 } - NumberAnimation { - target: osd - property: "opacity" - from: 1 - to: 0 - duration: osd.timeout - easing.type: Easing.InQuad - } - ScriptAction { - script: { - osd.visible = false; - osd.opacity = 1; - osd.icon = ""; - osd.osdValue = 0; - } - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreen.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreen.qml deleted file mode 100644 index c0bc939e4..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreen.qml +++ /dev/null @@ -1,65 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2014 Aleix Pol Gonzalez - -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, see . -*********************************************************************/ - -import QtQuick 2.5 -import QtQuick.Controls 1.1 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.private.sessions 2.0 -import "../components" - -Item { - id: root - property bool viewVisible: false - property bool debug: false - property string notification - property int interfaceVersion: org_kde_plasma_screenlocker_greeter_interfaceVersion ? org_kde_plasma_screenlocker_greeter_interfaceVersion : 0 - signal clearPassword() - - LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft - LayoutMirroring.childrenInherit: true - - Loader { - id: mainLoader - anchors.fill: parent - opacity: 0 - onItemChanged: opacity = 1 - - focus: true - - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - easing.type: Easing.InCubic - } - } - } - Connections { - id:loaderConnection - target: org_kde_plasma_screenlocker_greeter_view - onFrameSwapped: { - mainLoader.source = "LockScreenUi.qml"; - loaderConnection.target = null; - } - } - Component.onCompleted: { - if (root.interfaceVersion < 2) { - mainLoader.source = "LockScreenUi.qml"; - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreenUi.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreenUi.qml deleted file mode 100644 index 927de343f..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/LockScreenUi.qml +++ /dev/null @@ -1,543 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2014 Aleix Pol Gonzalez - -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, see . -*********************************************************************/ - -import QtQuick 2.8 -import QtQuick.Controls 1.1 -import QtQuick.Layouts 1.1 -import QtGraphicalEffects 1.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.extras 2.0 as PlasmaExtras - - -import org.kde.plasma.private.sessions 2.0 -import "../components" - -PlasmaCore.ColorScope { - - id: lockScreenUi - // If we're using software rendering, draw outlines instead of shadows - // See https://bugs.kde.org/show_bug.cgi?id=398317 - readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software - readonly property bool lightBackground: Math.max(PlasmaCore.ColorScope.backgroundColor.r, PlasmaCore.ColorScope.backgroundColor.g, PlasmaCore.ColorScope.backgroundColor.b) > 0.5 - - colorGroup: PlasmaCore.Theme.ComplementaryColorGroup - - Connections { - target: authenticator - onFailed: { - root.notification = i18nd("plasma_lookandfeel_org.kde.lookandfeel","Unlocking failed"); - } - onGraceLockedChanged: { - if (!authenticator.graceLocked) { - root.notification = ""; - root.clearPassword(); - } - } - onMessage: { - root.notification = msg; - } - onError: { - root.notification = err; - } - } - - SessionManagement { - id: sessionManagement - } - - Connections { - target: sessionManagement - onAboutToSuspend: { - mainBlock.mainPasswordBox.text = ""; - } - } - - SessionsModel { - id: sessionsModel - showNewSessionEntry: false - } - - PlasmaCore.DataSource { - id: keystateSource - engine: "keystate" - connectedSources: "Caps Lock" - } - - Loader { - id: changeSessionComponent - active: false - source: "ChangeSession.qml" - visible: false - } - - MouseArea { - id: lockScreenRoot - - property bool uiVisible: false - property bool blockUI: mainStack.depth > 1 || mainBlock.mainPasswordBox.text.length > 0 || inputPanel.keyboardActive - - x: parent.x - y: parent.y - width: parent.width - height: parent.height - hoverEnabled: true - drag.filterChildren: true - onPressed: uiVisible = true; - onPositionChanged: uiVisible = true; - onUiVisibleChanged: { - if (blockUI) { - fadeoutTimer.running = false; - } else if (uiVisible) { - fadeoutTimer.restart(); - } - } - onBlockUIChanged: { - if (blockUI) { - fadeoutTimer.running = false; - uiVisible = true; - } else { - fadeoutTimer.restart(); - } - } - Keys.onEscapePressed: { - uiVisible = !uiVisible; - if (inputPanel.keyboardActive) { - inputPanel.showHide(); - } - if (!uiVisible) { - mainBlock.mainPasswordBox.text = ""; - } - } - Keys.onPressed: { - uiVisible = true; - event.accepted = false; - } - Timer { - id: fadeoutTimer - interval: 10000 - onTriggered: { - if (!lockScreenRoot.blockUI) { - lockScreenRoot.uiVisible = false; - } - } - } - - Component.onCompleted: PropertyAnimation { id: launchAnimation; target: lockScreenRoot; property: "opacity"; from: 0; to: 1; duration: 1000 } - - states: [ - State { - name: "onOtherSession" - // for slide out animation - PropertyChanges { target: lockScreenRoot; y: lockScreenRoot.height } - // we also change the opacity just to be sure it's not visible even on unexpected screen dimension changes with possible race conditions - PropertyChanges { target: lockScreenRoot; opacity: 0 } - } - ] - - transitions: - Transition { - // we only animate switchting to another session, because kscreenlocker doesn't get notified when - // coming from another session back and so we wouldn't know when to trigger the animation exactly - from: "" - to: "onOtherSession" - - PropertyAnimation { id: stateChangeAnimation; properties: "y"; duration: 300; easing.type: Easing.InQuad} - PropertyAnimation { properties: "opacity"; duration: 300} - - onRunningChanged: { - // after the animation has finished switch session: since we only animate the transition TO state "onOtherSession" - // and not the other way around, we don't have to check the state we transitioned into - if (/* lockScreenRoot.state == "onOtherSession" && */ !running) { - mainStack.currentItem.switchSession() - } - } - } - - WallpaperFader { - anchors.fill: parent - state: lockScreenRoot.uiVisible ? "on" : "off" - source: wallpaper - mainStack: mainStack - footer: footer - clock: clock - z: -3 - } - - DropShadow { - id: clockShadow - anchors.fill: clock - source: clock - visible: !softwareRendering - horizontalOffset: 1 - verticalOffset: 1 - radius: 6 - samples: 14 - spread: 0.3 - color: lockScreenUi.lightBackground ? PlasmaCore.ColorScope.backgroundColor : "black" // black matches Breeze window decoration and desktopcontainment - Behavior on opacity { - OpacityAnimator { - duration: 1000 - easing.type: Easing.InOutQuad - } - } - } - - Clock { - id: clock - property Item shadow: clockShadow - anchors.horizontalCenter: parent.horizontalCenter - y: (mainBlock.userList.y + mainStack.y)/2 - height/2 - visible: y > 0 - Layout.alignment: Qt.AlignBaseline - } - - ListModel { - id: users - - Component.onCompleted: { - users.append({name: kscreenlocker_userName, - realName: kscreenlocker_userName, - icon: kscreenlocker_userImage, - - }) - } - } - - StackView { - id: mainStack - anchors.centerIn: parent - - height: lockScreenRoot.height + units.gridUnit * 3 - width: parent.width / 3 - focus: true //StackView is an implicit focus scope, so we need to give this focus so the item inside will have it - - initialItem: MainBlock { - id: mainBlock - lockScreenUiVisible: lockScreenRoot.uiVisible - - showUserList: userList.y + mainStack.y > 0 - - Stack.onStatusChanged: { - // prepare for presenting again to the user - if (Stack.status == Stack.Activating) { - mainPasswordBox.remove(0, mainPasswordBox.length) - mainPasswordBox.focus = true - } - } - userListModel: users - notificationMessage: { - var text = "" - if (keystateSource.data["Caps Lock"]["Locked"]) { - text += i18nd("plasma_lookandfeel_org.kde.lookandfeel","Caps Lock is on") - if (root.notification) { - text += " • " - } - } - text += root.notification - return text - } - - onLoginRequest: { - root.notification = "" - authenticator.tryUnlock(password) - } - - actionItems: [ - ActionButton { - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Switch User") - iconSource: "system-switch-user" - onClicked: { - // If there are no existing sessions to switch to, create a new one instead - if (((sessionsModel.showNewSessionEntry && sessionsModel.count === 1) || - (!sessionsModel.showNewSessionEntry && sessionsModel.count === 0)) && - sessionsModel.canSwitchUser) { - mainStack.pop({immediate:true}) - sessionsModel.startNewSession(true /* lock the screen too */) - lockScreenRoot.state = '' - } else { - mainStack.push(switchSessionPage) - } - } - visible: sessionsModel.canStartNewSession && sessionsModel.canSwitchUser - //Button gets cut off on smaller displays without this. - anchors{ - verticalCenter: parent.top - } - } - ] - - Loader { - Layout.fillWidth: true - Layout.preferredHeight: item ? item.implicitHeight : 0 - active: config.showMediaControls - source: "MediaControls.qml" - } - } - - Component.onCompleted: { - if (defaultToSwitchUser) { //context property - // If we are in the only session, then going to the session switcher is - // a pointless extra step; instead create a new session immediately - if (((sessionsModel.showNewSessionEntry && sessionsModel.count === 1) || - (!sessionsModel.showNewSessionEntry && sessionsModel.count === 0)) && - sessionsModel.canStartNewSession) { - sessionsModel.startNewSession(true /* lock the screen too */) - } else { - mainStack.push({ - item: switchSessionPage, - immediate: true}); - } - } - } - } - - Loader { - id: inputPanel - state: "hidden" - readonly property bool keyboardActive: item ? item.active : false - anchors { - left: parent.left - right: parent.right - } - function showHide() { - state = state == "hidden" ? "visible" : "hidden"; - } - Component.onCompleted: inputPanel.source = "../components/VirtualKeyboard.qml" - - onKeyboardActiveChanged: { - if (keyboardActive) { - state = "visible"; - } else { - state = "hidden"; - } - } - - states: [ - State { - name: "visible" - PropertyChanges { - target: mainStack - y: Math.min(0, lockScreenRoot.height - inputPanel.height - mainBlock.visibleBoundary) - } - PropertyChanges { - target: inputPanel - y: lockScreenRoot.height - inputPanel.height - opacity: 1 - } - }, - State { - name: "hidden" - PropertyChanges { - target: mainStack - y: 0 - } - PropertyChanges { - target: inputPanel - y: lockScreenRoot.height - lockScreenRoot.height/4 - opacity: 0 - } - } - ] - transitions: [ - Transition { - from: "hidden" - to: "visible" - SequentialAnimation { - ScriptAction { - script: { - inputPanel.item.activated = true; - Qt.inputMethod.show(); - } - } - ParallelAnimation { - NumberAnimation { - target: mainStack - property: "y" - duration: units.longDuration - easing.type: Easing.InOutQuad - } - NumberAnimation { - target: inputPanel - property: "y" - duration: units.longDuration - easing.type: Easing.OutQuad - } - OpacityAnimator { - target: inputPanel - duration: units.longDuration - easing.type: Easing.OutQuad - } - } - } - }, - Transition { - from: "visible" - to: "hidden" - SequentialAnimation { - ParallelAnimation { - NumberAnimation { - target: mainStack - property: "y" - duration: units.longDuration - easing.type: Easing.InOutQuad - } - NumberAnimation { - target: inputPanel - property: "y" - duration: units.longDuration - easing.type: Easing.InQuad - } - OpacityAnimator { - target: inputPanel - duration: units.longDuration - easing.type: Easing.InQuad - } - } - ScriptAction { - script: { - Qt.inputMethod.hide(); - } - } - } - } - ] - } - - Component { - id: switchSessionPage - SessionManagementScreen { - property var switchSession: finalSwitchSession - - Stack.onStatusChanged: { - if (Stack.status == Stack.Activating) { - focus = true - } - } - - userListModel: sessionsModel - - // initiating animation of lockscreen for session switch - function initSwitchSession() { - lockScreenRoot.state = 'onOtherSession' - } - - // initiating session switch and preparing lockscreen for possible return of user - function finalSwitchSession() { - mainStack.pop({immediate:true}) - sessionsModel.switchUser(userListCurrentModelData.vtNumber) - lockScreenRoot.state = '' - } - - Keys.onLeftPressed: userList.decrementCurrentIndex() - Keys.onRightPressed: userList.incrementCurrentIndex() - Keys.onEnterPressed: initSwitchSession() - Keys.onReturnPressed: initSwitchSession() - Keys.onEscapePressed: mainStack.pop() - - ColumnLayout { - Layout.fillWidth: true - spacing: units.largeSpacing - - PlasmaComponents.Button { - Layout.fillWidth: true - font.pointSize: theme.defaultFont.pointSize + 1 - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Switch to This Session") - onClicked: initSwitchSession() - visible: sessionsModel.count > 0 - } - - PlasmaComponents.Button { - Layout.fillWidth: true - font.pointSize: theme.defaultFont.pointSize + 1 - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Start New Session") - onClicked: { - mainStack.pop({immediate:true}) - sessionsModel.startNewSession(true /* lock the screen too */) - lockScreenRoot.state = '' - } - } - } - - - actionItems: [ - ActionButton { - iconSource: "go-previous" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Back") - onClicked: mainStack.pop() - //Button gets cut off on smaller displays without this. - anchors{ - verticalCenter: parent.top - } - } - ] - } - } - - - Loader { - active: root.viewVisible - source: "LockOsd.qml" - anchors { - horizontalCenter: parent.horizontalCenter - bottom: parent.bottom - bottomMargin: units.largeSpacing - } - } - - RowLayout { - id: footer - z: -2 - anchors { - bottom: parent.bottom - left: parent.left - right: parent.right - margins: units.smallSpacing - } - - - - PlasmaComponents.ToolButton { - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Button to show/hide virtual keyboard", "Virtual Keyboard") - iconName: inputPanel.keyboardActive ? "input-keyboard-virtual-on" : "input-keyboard-virtual-off" - onClicked: inputPanel.showHide() - - visible: inputPanel.status == Loader.Ready - } - - KeyboardLayoutButton { - } - - Item { - Layout.fillWidth: true - } - - Battery {} - } - } - - Component.onCompleted: { - // version support checks - if (root.interfaceVersion < 1) { - // ksmserver of 5.4, with greeter of 5.5 - root.viewVisible = true; - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/MainBlock.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/MainBlock.qml deleted file mode 100644 index 19242c8b9..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/MainBlock.qml +++ /dev/null @@ -1,139 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.8 -import QtQuick.Layouts 1.2 -import QtQuick.Controls 2.4 -import QtQuick.Controls.Styles 1.4 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import "../components" - -SessionManagementScreen { - - property Item mainPasswordBox: passwordBox - property bool lockScreenUiVisible: false - - //the y position that should be ensured visible when the on screen keyboard is visible - property int visibleBoundary: mapFromItem(loginButton, 0, 0).y - onHeightChanged: visibleBoundary = mapFromItem(loginButton, 0, 0).y + loginButton.height + units.smallSpacing - /* - * Login has been requested with the following username and password - * If username field is visible, it will be taken from that, otherwise from the "name" property of the currentIndex - */ - signal loginRequest(string password) - - function startLogin() { - var password = passwordBox.text - - //this is partly because it looks nicer - //but more importantly it works round a Qt bug that can trigger if the app is closed with a TextField focused - //See https://bugreports.qt.io/browse/QTBUG-55460 - loginButton.forceActiveFocus(); - loginRequest(password); - } - - RowLayout { - Layout.fillWidth: true - - TextField { - id: passwordBox - font.pointSize: theme.defaultFont.pointSize + 1 - Layout.fillWidth: true - placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Password") - focus: true - echoMode: TextInput.Password - inputMethodHints: Qt.ImhHiddenText | Qt.ImhSensitiveData | Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText - enabled: !authenticator.graceLocked - - placeholderTextColor: "#C3C7D1" - palette.text: "#C3C7D1" - - background: Rectangle { - color: "#272834" - opacity: 0.9 - radius: parent.width / 2 - height: 30 - anchors.fill: parent - anchors.centerIn: parent - } - - - onAccepted: { - if (lockScreenUiVisible) { - startLogin(); - } - } - - //if empty and left or right is pressed change selection in user switch - //this cannot be in keys.onLeftPressed as then it doesn't reach the password box - Keys.onPressed: { - if (event.key == Qt.Key_Left && !text) { - userList.decrementCurrentIndex(); - event.accepted = true - } - if (event.key == Qt.Key_Right && !text) { - userList.incrementCurrentIndex(); - event.accepted = true - } - } - - Connections { - target: root - onClearPassword: { - passwordBox.forceActiveFocus() - passwordBox.selectAll() - } - } - } - - Button { - id: loginButton - Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Unlock") - implicitHeight: passwordBox.height - units.smallSpacing * 0.5 // otherwise it comes out taller than the password field - text: ">" - Layout.leftMargin: 30 - - contentItem: Text { - text: loginButton.text - font: loginButton.font - opacity: enabled ? 1.0 : 0.3 - color: "#ffffff" - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - elide: Text.ElideRight - } - - background: Rectangle { - id: buttonBackground - width: 30 - height: 40 - radius: width / 2 - rotation: -90 - anchors.centerIn: parent - color: "#9B79CC" - - } - - onClicked: startLogin() - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/MediaControls.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/MediaControls.qml deleted file mode 100644 index d981153fe..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/MediaControls.qml +++ /dev/null @@ -1,162 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2016 Kai Uwe Broulik - -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, see . -*********************************************************************/ - -import QtQuick 2.5 -import QtQuick.Layouts 1.1 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.extras 2.0 as PlasmaExtras - -Item { - visible: mpris2Source.hasPlayer - implicitHeight: controlsRow.height + controlsRow.y - - RowLayout { - id: controlsRow - anchors.bottom: parent.bottom - y: units.smallSpacing // some distance to the password field - width: parent.width - height: units.gridUnit * 3 - spacing: 0 - - enabled: mpris2Source.canControl - - PlasmaCore.DataSource { - id: mpris2Source - - readonly property string source: "@multiplex" - readonly property var playerData: data[source] - - readonly property bool hasPlayer: sources.length > 1 && !!playerData - readonly property string identity: hasPlayer ? playerData.Identity : "" - readonly property bool playing: hasPlayer && playerData.PlaybackStatus === "Playing" - readonly property bool canControl: hasPlayer && playerData.CanControl - readonly property bool canGoBack: hasPlayer && playerData.CanGoPrevious - readonly property bool canGoNext: hasPlayer && playerData.CanGoNext - - readonly property var currentMetadata: hasPlayer ? playerData.Metadata : ({}) - - readonly property string track: { - var xesamTitle = currentMetadata["xesam:title"] - if (xesamTitle) { - return xesamTitle - } - // if no track title is given, print out the file name - var xesamUrl = currentMetadata["xesam:url"] ? currentMetadata["xesam:url"].toString() : "" - if (!xesamUrl) { - return "" - } - var lastSlashPos = xesamUrl.lastIndexOf('/') - if (lastSlashPos < 0) { - return "" - } - var lastUrlPart = xesamUrl.substring(lastSlashPos + 1) - return decodeURIComponent(lastUrlPart) - } - readonly property string artist: currentMetadata["xesam:artist"] || "" - readonly property string albumArt: currentMetadata["mpris:artUrl"] || "" - - engine: "mpris2" - connectedSources: [source] - - function startOperation(op) { - var service = serviceForSource(source) - var operation = service.operationDescription(op) - return service.startOperationCall(operation) - } - - function goPrevious() { - startOperation("Previous"); - } - function goNext() { - startOperation("Next"); - } - function playPause(source) { - startOperation("PlayPause"); - } - } - - Image { - id: albumArt - Layout.preferredWidth: height - Layout.fillHeight: true - asynchronous: true - fillMode: Image.PreserveAspectFit - source: mpris2Source.albumArt - sourceSize.height: height - visible: status === Image.Loading || status === Image.Ready - } - - Item { // spacer - width: units.smallSpacing - height: 1 - } - - ColumnLayout { - Layout.fillWidth: true - spacing: 0 - - PlasmaComponents.Label { - Layout.fillWidth: true - wrapMode: Text.NoWrap - elide: Text.ElideRight - text: mpris2Source.track || i18nd("plasma_lookandfeel_org.kde.lookandfeel", "No media playing") - textFormat: Text.PlainText - font.pointSize: theme.defaultFont.pointSize + 1 - maximumLineCount: 1 - } - - PlasmaExtras.DescriptiveLabel { - Layout.fillWidth: true - wrapMode: Text.NoWrap - elide: Text.ElideRight - // if no artist is given, show player name instead - text: mpris2Source.artist || mpris2Source.identity || "" - textFormat: Text.PlainText - font.pointSize: theme.smallestFont.pointSize + 1 - maximumLineCount: 1 - } - } - - PlasmaComponents.ToolButton { - enabled: mpris2Source.canGoBack - iconName: LayoutMirroring.enabled ? "media-skip-forward" : "media-skip-backward" - onClicked: mpris2Source.goPrevious() - visible: mpris2Source.canGoBack || mpris2Source.canGoNext - Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Previous track") - } - - PlasmaComponents.ToolButton { - Layout.fillHeight: true - Layout.preferredWidth: height // make this button bigger - iconName: mpris2Source.playing ? "media-playback-pause" : "media-playback-start" - onClicked: mpris2Source.playPause() - Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Play or Pause media") - } - - PlasmaComponents.ToolButton { - enabled: mpris2Source.canGoNext - iconName: LayoutMirroring.enabled ? "media-skip-backward" : "media-skip-forward" - onClicked: mpris2Source.goNext() - visible: mpris2Source.canGoBack || mpris2Source.canGoNext - Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Next track") - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/config.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/config.qml deleted file mode 100644 index 921a03859..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/config.qml +++ /dev/null @@ -1,44 +0,0 @@ -import QtQuick 2.5 -import QtQuick.Controls 2.5 as QQC2 -import QtQuick.Layouts 1.1 - -ColumnLayout { - property alias cfg_alwaysShowClock: alwaysClock.checked - property alias cfg_showMediaControls: showMediaControls.checked - - spacing: 0 - - RowLayout { - spacing: units.largeSpacing / 2 - - QQC2.Label { - Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... - horizontalAlignment: Text.AlignRight - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Clock:") - } - QQC2.CheckBox { - id: alwaysClock - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Always show") - } - Item { - Layout.fillWidth: true - } - } - - RowLayout { - spacing: units.largeSpacing / 2 - - QQC2.Label { - Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... - horizontalAlignment: Text.AlignRight - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Media controls:") - } - QQC2.CheckBox { - id: showMediaControls - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Show") - } - Item { - Layout.fillWidth: true - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/config.xml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/config.xml deleted file mode 100644 index 436a67ea1..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/lockscreen/config.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - true - - - - true - - - - diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/Logout.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/Logout.qml deleted file mode 100644 index e3e434141..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/Logout.qml +++ /dev/null @@ -1,262 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2014 by Aleix Pol Gonzalez * - * * - * 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 . * - ***************************************************************************/ - -import QtQuick 2.2 -import QtQuick.Layouts 1.2 -import QtQuick.Controls 1.1 as Controls - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.kcoreaddons 1.0 as KCoreAddons - -import "../components" -import "timer.js" as AutoTriggerTimer - -import org.kde.plasma.private.sessions 2.0 - -PlasmaCore.ColorScope { - id: root - colorGroup: PlasmaCore.Theme.ComplementaryColorGroup - height: screenGeometry.height - width: screenGeometry.width - - signal logoutRequested() - signal haltRequested() - signal suspendRequested(int spdMethod) - signal rebootRequested() - signal rebootRequested2(int opt) - signal cancelRequested() - signal lockScreenRequested() - - property alias backgroundColor: backgroundRect.color - - function sleepRequested() { - root.suspendRequested(2); - } - - function hibernateRequested() { - root.suspendRequested(4); - } - - property real timeout: 30 - property real remainingTime: root.timeout - property var currentAction: { - switch (sdtype) { - case ShutdownType.ShutdownTypeReboot: - return root.rebootRequested; - case ShutdownType.ShutdownTypeHalt: - return root.haltRequested; - default: - return root.logoutRequested; - } - } - - KCoreAddons.KUser { - id: kuser - } - - // For showing a "other users are logged in" hint - SessionsModel { - id: sessionsModel - includeUnusedSessions: false - } - - Controls.Action { - onTriggered: root.cancelRequested() - shortcut: "Escape" - } - - onRemainingTimeChanged: { - if (remainingTime <= 0) { - root.currentAction(); - } - } - - Timer { - id: countDownTimer - running: true - repeat: true - interval: 1000 - onTriggered: remainingTime-- - Component.onCompleted: { - AutoTriggerTimer.addCancelAutoTriggerCallback(function() { - countDownTimer.running = false; - }); - } - } - - function isLightColor(color) { - return Math.max(color.r, color.g, color.b) > 0.5 - } - - Rectangle { - id: backgroundRect - anchors.fill: parent - //use "black" because this is intended to look like a general darkening of the scene. a dark gray as normal background would just look too "washed out" - color: "#1e1f29" - opacity: 0.2 - } - MouseArea { - anchors.fill: parent - onClicked: root.cancelRequested() - } - UserDelegate { - width: units.gridUnit * 7 - height: width - nameFontSize: theme.defaultFont.pointSize + 2 - anchors { - horizontalCenter: parent.horizontalCenter - bottom: parent.verticalCenter - } - constrainText: false - avatarPath: kuser.faceIconUrl - iconSource: "user-identity" - isCurrent: true - name: kuser.fullName - } - ColumnLayout { - anchors { - top: parent.verticalCenter - topMargin: units.gridUnit * 2 - horizontalCenter: parent.horizontalCenter - } - spacing: units.largeSpacing - - height: Math.max(implicitHeight, units.gridUnit * 10) - width: Math.max(implicitWidth, units.gridUnit * 16) - - PlasmaComponents.Label { - font.pointSize: theme.defaultFont.pointSize + 1 - Layout.maximumWidth: units.gridUnit * 16 - Layout.alignment: Qt.AlignHCenter - Layout.fillWidth: true - horizontalAlignment: Text.AlignHCenter - wrapMode: Text.WordWrap - font.italic: true - text: i18ndp("plasma_lookandfeel_org.kde.lookandfeel", - "One other user is currently logged in. If the computer is shut down or restarted, that user may lose work.", - "%1 other users are currently logged in. If the computer is shut down or restarted, those users may lose work.", - sessionsModel.count) - visible: sessionsModel.count > 1 - } - - PlasmaComponents.Label { - font.pointSize: theme.defaultFont.pointSize + 1 - Layout.maximumWidth: units.gridUnit * 16 - Layout.alignment: Qt.AlignHCenter - Layout.fillWidth: true - horizontalAlignment: Text.AlignHCenter - wrapMode: Text.WordWrap - font.italic: true - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "When restarted, the computer will enter the firmware setup screen.") - visible: rebootToFirmwareSetup - } - - RowLayout { - spacing: units.largeSpacing * 2 - Layout.alignment: Qt.AlignHCenter - LogoutButton { - id: suspendButton - iconSource: "system-suspend" - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Suspend to RAM", "Sleep") - action: root.sleepRequested - KeyNavigation.left: logoutButton - KeyNavigation.right: hibernateButton - visible: spdMethods.SuspendState - } - LogoutButton { - id: hibernateButton - iconSource: "system-suspend-hibernate" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Hibernate") - action: root.hibernateRequested - KeyNavigation.left: suspendButton - KeyNavigation.right: rebootButton - visible: spdMethods.HibernateState - } - LogoutButton { - id: rebootButton - iconSource: "system-reboot" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Restart") - action: root.rebootRequested - KeyNavigation.left: hibernateButton - KeyNavigation.right: shutdownButton - focus: sdtype === ShutdownType.ShutdownTypeReboot - visible: maysd - } - LogoutButton { - id: shutdownButton - iconSource: "system-shutdown" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down") - action: root.haltRequested - KeyNavigation.left: rebootButton - KeyNavigation.right: logoutButton - focus: sdtype === ShutdownType.ShutdownTypeHalt - visible: maysd - } - LogoutButton { - id: logoutButton - iconSource: "system-log-out" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log Out") - action: root.logoutRequested - KeyNavigation.left: shutdownButton - KeyNavigation.right: suspendButton - focus: sdtype === ShutdownType.ShutdownTypeNone - visible: canLogout - } - } - - PlasmaComponents.Label { - font.pointSize: theme.defaultFont.pointSize + 1 - Layout.alignment: Qt.AlignHCenter - //opacity, as visible would re-layout - opacity: countDownTimer.running ? 1 : 0 - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - easing.type: Easing.InOutQuad - } - } - text: { - switch (sdtype) { - case ShutdownType.ShutdownTypeReboot: - return i18ndp("plasma_lookandfeel_org.kde.lookandfeel", "Restarting in 1 second", "Restarting in %1 seconds", root.remainingTime); - case ShutdownType.ShutdownTypeHalt: - return i18ndp("plasma_lookandfeel_org.kde.lookandfeel", "Shutting down in 1 second", "Shutting down in %1 seconds", root.remainingTime); - default: - return i18ndp("plasma_lookandfeel_org.kde.lookandfeel", "Logging out in 1 second", "Logging out in %1 seconds", root.remainingTime); - } - } - } - - RowLayout { - Layout.alignment: Qt.AlignHCenter - PlasmaComponents.Button { - font.pointSize: theme.defaultFont.pointSize + 1 - enabled: root.currentAction !== null - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "OK") - onClicked: root.currentAction() - } - PlasmaComponents.Button { - font.pointSize: theme.defaultFont.pointSize + 1 - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Cancel") - onClicked: root.cancelRequested() - } - } - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/LogoutButton.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/LogoutButton.qml deleted file mode 100644 index af1b79d45..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/LogoutButton.qml +++ /dev/null @@ -1,46 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2016 Marco Martin * - * * - * 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 . * - ***************************************************************************/ - -import QtQuick 2.2 -import QtQuick.Layouts 1.2 - -import org.kde.plasma.core 2.0 as PlasmaCore - -import "../components" -import "timer.js" as AutoTriggerTimer - -ActionButton { - property var action - onClicked: action() - Layout.alignment: Qt.AlignTop - iconSize: units.iconSizes.huge - circleVisiblity: activeFocus || containsMouse - circleOpacity: 0.55 // Selected option's circle is instantly visible - opacity: activeFocus || containsMouse ? 1 : 0.7 - labelRendering: Text.QtRendering // Remove once we've solved Qt bug: https://bugreports.qt.io/browse/QTBUG-70138 (KDE bug: https://bugs.kde.org/show_bug.cgi?id=401644) - font.underline: false - font.pointSize: theme.defaultFont.pointSize + 1 - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - easing.type: Easing.InOutQuad - } - } - Keys.onPressed: AutoTriggerTimer.cancelAutoTrigger(); -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/timer.js b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/timer.js deleted file mode 100644 index eeb9a4b1e..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/logout/timer.js +++ /dev/null @@ -1,39 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2018 David Edmundson * - * * - * 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 . * - ***************************************************************************/ - -.pragma library - -//written as a library to share knowledge of when a key was pressed -//between the multiple views, so pressing a key on one cancels all timers - -var callbacks = []; - -function addCancelAutoTriggerCallback(callback) { - callbacks.push(callback); -} - -function cancelAutoTrigger() { - callbacks.forEach(function(c) { - if (!c) { - return; - } - c(); - }); -} - diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/osd/Osd.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/osd/Osd.qml deleted file mode 100644 index 2288ec112..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/osd/Osd.qml +++ /dev/null @@ -1,44 +0,0 @@ -/* - * Copyright 2014 Martin Klapetek - * - * 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, see . - */ - -import QtQuick 2.0 -import QtQuick.Window 2.2 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.extras 2.0 as PlasmaExtra - -PlasmaCore.Dialog { - id: root - location: PlasmaCore.Types.Floating - type: PlasmaCore.Dialog.OnScreenDisplay - outputOnly: true - - // OSD Timeout in msecs - how long it will stay on the screen - property int timeout: 1800 - // This is either a text or a number, if showingProgress is set to true, - // the number will be used as a value for the progress bar - property var osdValue - // Icon name to display - property string icon - // Set to true if the value is meant for progress bar, - // false for displaying the value as normal text - property bool showingProgress: false - - mainItem: OsdItem { - rootItem: root - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/osd/OsdItem.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/osd/OsdItem.qml deleted file mode 100644 index ea3c73a16..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/osd/OsdItem.qml +++ /dev/null @@ -1,87 +0,0 @@ -/* - * Copyright 2014 Martin Klapetek - * - * 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, see . - */ - -import QtQuick 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.extras 2.0 as PlasmaExtra -import QtQuick.Window 2.2 - -Item { - property QtObject rootItem - height: Math.min(units.gridUnit * 15, Screen.desktopAvailableHeight / 5) - width: height - - // /--------------------\ - // | spacing | - // | /----------------\ | - // | | | | - // | | icon | | - // | | | | - // | | | | - // | \----------------/ | - // | spacing | - // | [progressbar/text] | - // | spacing | - // \--------------------/ - - PlasmaCore.IconItem { - id: icon - - height: parent.height - Math.max(progressBar.height, label.height) - - ((units.smallSpacing/2) * 3) //it's an svg - width: parent.width - - source: rootItem.icon - } - - PlasmaComponents.ProgressBar { - id: progressBar - - anchors { - bottom: parent.bottom - left: parent.left - right: parent.right - margins: Math.floor(units.smallSpacing / 2) - } - - visible: rootItem.showingProgress - minimumValue: 0 - maximumValue: 100 - - value: Number(rootItem.osdValue) - } - PlasmaExtra.Heading { - id: label - anchors { - bottom: parent.bottom - left: parent.left - right: parent.right - margins: Math.floor(units.smallSpacing / 2) - } - - visible: !rootItem.showingProgress - text: rootItem.showingProgress ? "" : (rootItem.osdValue ? rootItem.osdValue : "") - horizontalAlignment: Text.AlignHCenter - wrapMode: Text.WordWrap - maximumLineCount: 2 - elide: Text.ElideLeft - minimumPointSize: theme.defaultFont.pointSize - fontSizeMode: Text.HorizontalFit - textFormat: Text.PlainText - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/fullscreenpreview.jpg b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/fullscreenpreview.jpg deleted file mode 100644 index 109a0ebdd..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/fullscreenpreview.jpg and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/preview.png b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/preview.png deleted file mode 100644 index 65851fd75..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/preview.png and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/splash.png b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/splash.png deleted file mode 100644 index b7cd26d3a..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/previews/splash.png and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/Splash.qml b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/Splash.qml deleted file mode 100644 index 66d46fc40..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/Splash.qml +++ /dev/null @@ -1,100 +0,0 @@ -import QtQuick 2.5 - -Image { - id: root - source: "images/background.png" - - property int stage - - onStageChanged: { - if (stage == 1) { - introAnimation.running = true - } - } - - Item { - id: content - anchors.fill: parent - opacity: 0 - TextMetrics { - id: units - text: "M" - property int gridUnit: boundingRect.height - property int largeSpacing: units.gridUnit - property int smallSpacing: Math.max(2, gridUnit/4) - } - - Image { - id: logo - property real size: units.gridUnit * 12 - anchors.centerIn: parent - source: "images/logo.png" - sourceSize.width: 150 - sourceSize.height: 150 - - ParallelAnimation { - running: true - - ScaleAnimator { - target: logo - from: 0 - to: 1 - duration: 700 - } - SequentialAnimation { - loops: Animation.Infinite - - ScaleAnimator { - target: logo - from: 0.97 - to: 1 - duration: 1000 - } - ScaleAnimator { - target: logo - from: 1 - to: 0.97 - duration: 1000 - } - } - } - } - - Rectangle { - radius: 4 - color: "#282a36" - opacity: 0.9 - y: parent.height - (parent.height - logo.y) / 3 - height/2 - anchors.horizontalCenter: parent.horizontalCenter - height: 6 - width: height*32 - Rectangle { - radius: 3 - anchors { - left: parent.left - top: parent.top - bottom: parent.bottom - } - width: (parent.width / 6) * (stage - 1) - color: "#bd93f9" - Behavior on width { - PropertyAnimation { - duration: 250 - easing.type: Easing.InOutQuad - } - } - } - } - - } - - OpacityAnimator { - id: introAnimation - running: false - target: content - from: 0 - to: 1 - duration: 1000 - easing.type: Easing.InOutQuad - } -} diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/images/background.png b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/images/background.png deleted file mode 100644 index fc534a67b..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/images/background.png and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/images/logo.png b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/images/logo.png deleted file mode 100644 index ccb152275..000000000 Binary files a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/contents/splash/images/logo.png and /dev/null differ diff --git a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/metadata.desktop b/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/metadata.desktop deleted file mode 100644 index cf448424a..000000000 --- a/.themes/Dracula GTK/kde/plasma/look-and-feel/Dracula/metadata.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Name=Dracula -X-KDE-PluginInfo-Author=EliverLara -X-KDE-PluginInfo-Category=Plasma Look And Feel -X-KDE-PluginInfo-Email=eliverlara@gmail.com -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-PluginInfo-License=GPL 3+ -X-KDE-PluginInfo-Name=Dracula -X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Website=https://github.com/EliverLara/Ant-Dracula/tree/master/kde -X-KDE-ServiceTypes=Plasma/LookAndFeel - -X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/1370679,kns://plasma-themes.knsrc/api.kde-look.org/1370687,kns://plasma-themes.knsrc/api.kde-look.org/1420691,kns://aurorae.knsrc/api.kde-look.org/1370682,kns://sddmtheme.knsrc/api.kde-look.org/1374247,kns://wallpaper.knsrc/api.kde-look.org/1378234 \ No newline at end of file diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/DropdownMenuStyle.qml b/.themes/Dracula GTK/kde/sddm/Dracula/DropdownMenuStyle.qml deleted file mode 100644 index 75959c925..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/DropdownMenuStyle.qml +++ /dev/null @@ -1,26 +0,0 @@ -import QtQuick 2.2 - -import org.kde.plasma.core 2.0 as PlasmaCore - -import QtQuick.Controls.Styles 1.4 as QQCS -import QtQuick.Controls 1.3 as QQC - -QQCS.MenuStyle { - frame: Rectangle { - color: "#21232D" - border.color: "#232831" - border.width: 1 - } - itemDelegate.label: QQC.Label { - height: contentHeight * 2 - verticalAlignment: Text.AlignVCenter - color: config.highlight_color - font.pointSize: config.fontSize - font.family: config.font - text: styleData.text - } - itemDelegate.background: Rectangle { - visible: styleData.selected - color: config.selected_color - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/KeyboardButton.qml b/.themes/Dracula GTK/kde/sddm/Dracula/KeyboardButton.qml deleted file mode 100644 index 2a83f8993..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/KeyboardButton.qml +++ /dev/null @@ -1,38 +0,0 @@ -import QtQuick 2.2 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import QtQuick.Controls 1.3 as QQC - -PlasmaComponents.ToolButton { - id: keyboardButton - - property int currentIndex: -1 - - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Keyboard Layout: %1", instantiator.objectAt(currentIndex).shortName) - implicitWidth: minimumWidth - font.pointSize: config.fontSize - - visible: menu.items.length > 1 - - Component.onCompleted: currentIndex = Qt.binding(function() {return keyboard.currentLayout}); - - menu: QQC.Menu { - id: keyboardMenu - style: DropdownMenuStyle {} - Instantiator { - id: instantiator - model: keyboard.layouts - onObjectAdded: keyboardMenu.insertItem(index, object) - onObjectRemoved: keyboardMenu.removeItem( object ) - delegate: QQC.MenuItem { - text: modelData.longName - property string shortName: modelData.shortName - onTriggered: { - keyboard.currentLayout = model.index - } - } - } - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/Login.qml b/.themes/Dracula GTK/kde/sddm/Dracula/Login.qml deleted file mode 100644 index dbb5faa36..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/Login.qml +++ /dev/null @@ -1,134 +0,0 @@ -import "components" - -import QtQuick 2.2 -import QtQuick.Layouts 1.2 -import QtQuick.Controls 2.4 -import QtQuick.Controls.Styles 1.4 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -SessionManagementScreen { - id: root - property Item mainPasswordBox: passwordBox - - property bool showUsernamePrompt: !showUserList - - property string lastUserName - property bool loginScreenUiVisible: false - - //the y position that should be ensured visible when the on screen keyboard is visible - property int visibleBoundary: mapFromItem(loginButton, 0, 0).y - onHeightChanged: visibleBoundary = mapFromItem(loginButton, 0, 0).y + loginButton.height + units.smallSpacing - - signal loginRequest(string username, string password) - - onShowUsernamePromptChanged: { - if (!showUsernamePrompt) { - lastUserName = "" - } - } - - /* - * Login has been requested with the following username and password - * If username field is visible, it will be taken from that, otherwise from the "name" property of the currentIndex - */ - function startLogin() { - var username = showUsernamePrompt ? userNameInput.text : userList.selectedUser - var password = passwordBox.text - - //this is partly because it looks nicer - //but more importantly it works round a Qt bug that can trigger if the app is closed with a TextField focused - //DAVE REPORT THE FRICKING THING AND PUT A LINK - loginButton.forceActiveFocus(); - loginRequest(username, password); - } - - Input { - id: userNameInput - Layout.fillWidth: true - text: lastUserName - visible: showUsernamePrompt - focus: showUsernamePrompt && !lastUserName //if there's a username prompt it gets focus first, otherwise password does - placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Username") - - onAccepted: - if (root.loginScreenUiVisible) { - passwordBox.forceActiveFocus() - } - } - - Input { - id: passwordBox - placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Password") - focus: !showUsernamePrompt || lastUserName - echoMode: TextInput.Password - - Layout.fillWidth: true - - onAccepted: { - if (root.loginScreenUiVisible) { - startLogin(); - } - } - - Keys.onEscapePressed: { - mainStack.currentItem.forceActiveFocus(); - } - - //if empty and left or right is pressed change selection in user switch - //this cannot be in keys.onLeftPressed as then it doesn't reach the password box - Keys.onPressed: { - if (event.key == Qt.Key_Left && !text) { - userList.decrementCurrentIndex(); - event.accepted = true - } - if (event.key == Qt.Key_Right && !text) { - userList.incrementCurrentIndex(); - event.accepted = true - } - } - - Connections { - target: sddm - onLoginFailed: { - passwordBox.selectAll() - passwordBox.forceActiveFocus() - } - } - } - Button { - id: loginButton - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log In") - enabled: passwordBox.text != "" - - Layout.topMargin: 10 - Layout.bottomMargin: 10 - Layout.fillWidth: true - - font.pointSize: config.fontSize - font.family: config.font - - contentItem: Text { - text: loginButton.text - font: loginButton.font - opacity: enabled ? 1.0 : 0.3 - color: config.highlight_color - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - elide: Text.ElideRight - } - - background: Rectangle { - id: buttonBackground - width: parent.width - height: 30 - radius: width / 2 - color: "#9B79CC" - opacity: enabled ? 1.0 : 0.3 - } - - onClicked: startLogin(); - } - -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/Main.qml b/.themes/Dracula GTK/kde/sddm/Dracula/Main.qml deleted file mode 100644 index f0d350d98..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/Main.qml +++ /dev/null @@ -1,473 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.8 - -import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.1 -import QtGraphicalEffects 1.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.extras 2.0 as PlasmaExtras - -import "components" - -PlasmaCore.ColorScope { - id: root - - readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software - - colorGroup: PlasmaCore.Theme.ComplementaryColorGroup - - width: 1600 - height: 900 - - property string notificationMessage - - LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft - LayoutMirroring.childrenInherit: true - - PlasmaCore.DataSource { - id: keystateSource - engine: "keystate" - connectedSources: "Caps Lock" - } - - Image { - id: wallpaper - height: parent.height - width: parent.width - source: config.background || config.Background - asynchronous: true - cache: true - clip: true - } - - MouseArea { - id: loginScreenRoot - anchors.fill: parent - - property bool uiVisible: true - property bool blockUI: mainStack.depth > 1 || userListComponent.mainPasswordBox.text.length > 0 || inputPanel.keyboardActive || config.type != "image" - - hoverEnabled: true - drag.filterChildren: true - onPressed: uiVisible = true; - onPositionChanged: uiVisible = true; - onUiVisibleChanged: { - if (blockUI) { - fadeoutTimer.running = false; - } else if (uiVisible) { - fadeoutTimer.restart(); - } - } - onBlockUIChanged: { - if (blockUI) { - fadeoutTimer.running = false; - uiVisible = true; - } else { - fadeoutTimer.restart(); - } - } - - Keys.onPressed: { - uiVisible = true; - event.accepted = false; - } - - //takes one full minute for the ui to disappear - Timer { - id: fadeoutTimer - running: true - interval: 60000 - onTriggered: { - if (!loginScreenRoot.blockUI) { - loginScreenRoot.uiVisible = false; - } - } - } - - StackView { - id: mainStack - anchors.centerIn: parent - height: root.height / 2 - width: parent.width / 3 - - focus: true //StackView is an implicit focus scope, so we need to give this focus so the item inside will have it - - Timer { - //SDDM has a bug in 0.13 where even though we set the focus on the right item within the window, the window doesn't have focus - //it is fixed in 6d5b36b28907b16280ff78995fef764bb0c573db which will be 0.14 - //we need to call "window->activate()" *After* it's been shown. We can't control that in QML so we use a shoddy timer - //it's been this way for all Plasma 5.x without a huge problem - running: true - repeat: false - interval: 200 - onTriggered: mainStack.forceActiveFocus() - } - - initialItem: Login { - id: userListComponent - userListModel: userModel - loginScreenUiVisible: loginScreenRoot.uiVisible - userListCurrentIndex: userModel.lastIndex >= 0 ? userModel.lastIndex : 0 - lastUserName: userModel.lastUser - - showUserList: { - if ( !userListModel.hasOwnProperty("count") - || !userListModel.hasOwnProperty("disableAvatarsThreshold")) - return (userList.y + mainStack.y) > 0 - - if ( userListModel.count == 0 ) return false - - return userListModel.count <= userListModel.disableAvatarsThreshold && (userList.y + mainStack.y) > 0 - } - - notificationMessage: { - var text = "" - if (keystateSource.data["Caps Lock"]["Locked"]) { - text += i18nd("plasma_lookandfeel_org.kde.lookandfeel","Caps Lock is on") - if (root.notificationMessage) { - text += " • " - } - } - text += root.notificationMessage - return text - } - - actionItems: [ - ActionButton { - iconSource: Qt.resolvedUrl("assets/suspend.svg") - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel","Suspend to RAM","Sleep") - onClicked: sddm.suspend() - enabled: sddm.canSuspend - visible: !inputPanel.keyboardActive - }, - ActionButton { - iconSource: Qt.resolvedUrl("assets/restart.svg") - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Restart") - onClicked: sddm.reboot() - enabled: sddm.canReboot - visible: !inputPanel.keyboardActive - }, - ActionButton { - iconSource: Qt.resolvedUrl("assets/shutdown.svg") - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Shut Down") - onClicked: sddm.powerOff() - enabled: sddm.canPowerOff - visible: !inputPanel.keyboardActive - }, - ActionButton { - iconSource: Qt.resolvedUrl("assets/change_user.svg") - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Different User") - onClicked: mainStack.push(userPromptComponent) - enabled: true - visible: !userListComponent.showUsernamePrompt && !inputPanel.keyboardActive - }] - - onLoginRequest: { - root.notificationMessage = "" - sddm.login(username, password, sessionButton.currentIndex) - } - } - - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - } - } - } - - Loader { - id: inputPanel - state: "hidden" - property bool keyboardActive: item ? item.active : false - onKeyboardActiveChanged: { - if (keyboardActive) { - state = "visible" - } else { - state = "hidden"; - } - } - source: "components/VirtualKeyboard.qml" - anchors { - left: parent.left - right: parent.right - } - - function showHide() { - state = state == "hidden" ? "visible" : "hidden"; - } - - states: [ - State { - name: "visible" - PropertyChanges { - target: mainStack - y: Math.min(0, root.height - inputPanel.height - userListComponent.visibleBoundary) - } - PropertyChanges { - target: inputPanel - y: root.height - inputPanel.height - opacity: 1 - } - }, - State { - name: "hidden" - PropertyChanges { - target: mainStack - y: 0 - } - PropertyChanges { - target: inputPanel - y: root.height - root.height/4 - opacity: 0 - } - } - ] - transitions: [ - Transition { - from: "hidden" - to: "visible" - SequentialAnimation { - ScriptAction { - script: { - inputPanel.item.activated = true; - Qt.inputMethod.show(); - } - } - ParallelAnimation { - NumberAnimation { - target: mainStack - property: "y" - duration: units.longDuration - easing.type: Easing.InOutQuad - } - NumberAnimation { - target: inputPanel - property: "y" - duration: units.longDuration - easing.type: Easing.OutQuad - } - OpacityAnimator { - target: inputPanel - duration: units.longDuration - easing.type: Easing.OutQuad - } - } - } - }, - Transition { - from: "visible" - to: "hidden" - SequentialAnimation { - ParallelAnimation { - NumberAnimation { - target: mainStack - property: "y" - duration: units.longDuration - easing.type: Easing.InOutQuad - } - NumberAnimation { - target: inputPanel - property: "y" - duration: units.longDuration - easing.type: Easing.InQuad - } - OpacityAnimator { - target: inputPanel - duration: units.longDuration - easing.type: Easing.InQuad - } - } - ScriptAction { - script: { - Qt.inputMethod.hide(); - } - } - } - } - ] - } - - - Component { - id: userPromptComponent - Login { - showUsernamePrompt: true - notificationMessage: root.notificationMessage - loginScreenUiVisible: loginScreenRoot.uiVisible - - // using a model rather than a QObject list to avoid QTBUG-75900 - userListModel: ListModel { - ListElement { - name: "" - iconSource: "" - } - Component.onCompleted: { - // as we can't bind inside ListElement - setProperty(0, "name", i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Type in Username and Password")); - } - } - - onLoginRequest: { - root.notificationMessage = "" - sddm.login(username, password, sessionButton.currentIndex) - } - - actionItems: [ - ActionButton { - iconSource: "system-suspend" - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel","Suspend to RAM","Sleep") - onClicked: sddm.suspend() - enabled: sddm.canSuspend - visible: !inputPanel.keyboardActive - }, - ActionButton { - iconSource: "system-reboot" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Restart") - onClicked: sddm.reboot() - enabled: sddm.canReboot - visible: !inputPanel.keyboardActive - }, - ActionButton { - iconSource: "system-shutdown" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Shut Down") - onClicked: sddm.powerOff() - enabled: sddm.canPowerOff - visible: !inputPanel.keyboardActive - }, - ActionButton { - iconSource: "go-previous" - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","List Users") - onClicked: mainStack.pop() - visible: !inputPanel.keyboardActive - } - ] - } - } - - Rectangle { - id: formBg - width: mainStack.width - height: mainStack.height - x: root.width / 2 - width / 2 - y: root.height / 2 - height / 3 - radius: 7 - color: "#21232D" - opacity: 0.5 - z:-1 - } - - Rectangle { - id: footerBg - width: parent.width - height: footer.height + 10 - anchors.left: parent.left - anchors.top: parent.top - radius: 7 - color: "#21232D" - opacity: 0.4 - z:-1 - } - - //Footer - RowLayout { - id: footer - anchors { - top: parent.top - left: parent.left - margins: units.smallSpacing - } - - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - } - } - - PlasmaComponents.ToolButton { - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Button to show/hide virtual keyboard", "Virtual Keyboard") - iconName: inputPanel.keyboardActive ? "input-keyboard-virtual-on" : "input-keyboard-virtual-off" - onClicked: inputPanel.showHide() - visible: true - } - - KeyboardButton { - } - - SessionButton { - id: sessionButton - } - - } - - RowLayout { - id: footerRight - spacing: 10 - - anchors { - top: parent.top - right: parent.right - margins: 10 - } - - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - } - } - - Battery {} - - Clock { - id: clock - visible: true - } - } - } - - Connections { - target: sddm - onLoginFailed: { - notificationMessage = i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Login Failed") - } - onLoginSucceeded: { - //note SDDM will kill the greeter at some random point after this - //there is no certainty any transition will finish, it depends on the time it - //takes to complete the init - mainStack.opacity = 0 - footer.opacity = 0 - footerRight.opacity = 0 - } - } - - onNotificationMessageChanged: { - if (notificationMessage) { - notificationResetTimer.start(); - } - } - - Timer { - id: notificationResetTimer - interval: 3000 - onTriggered: notificationMessage = "" - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/SessionButton.qml b/.themes/Dracula GTK/kde/sddm/Dracula/SessionButton.qml deleted file mode 100644 index 89edd4d49..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/SessionButton.qml +++ /dev/null @@ -1,59 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.2 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import QtQuick.Controls 1.3 as QQC - -PlasmaComponents.ToolButton { - id: root - property int currentIndex: -1 - - implicitWidth: minimumWidth - - visible: menu.items.length > 1 - - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Desktop Session: %1", instantiator.objectAt(currentIndex).text || "") - - font.pointSize: config.fontSize - - Component.onCompleted: { - currentIndex = sessionModel.lastIndex - } - - menu: QQC.Menu { - id: menu - style: DropdownMenuStyle {} - Instantiator { - id: instantiator - model: sessionModel - onObjectAdded: menu.insertItem(index, object) - onObjectRemoved: menu.removeItem( object ) - delegate: QQC.MenuItem { - text: model.name - onTriggered: { - root.currentIndex = model.index - } - } - } - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/assets/bg.png b/.themes/Dracula GTK/kde/sddm/Dracula/assets/bg.png deleted file mode 100644 index 1fe141941..000000000 Binary files a/.themes/Dracula GTK/kde/sddm/Dracula/assets/bg.png and /dev/null differ diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/assets/change_user.svg b/.themes/Dracula GTK/kde/sddm/Dracula/assets/change_user.svg deleted file mode 100644 index 66800d360..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/assets/change_user.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/assets/restart.svg b/.themes/Dracula GTK/kde/sddm/Dracula/assets/restart.svg deleted file mode 100644 index 37d758c52..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/assets/restart.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/assets/shutdown.svg b/.themes/Dracula GTK/kde/sddm/Dracula/assets/shutdown.svg deleted file mode 100644 index 00070649c..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/assets/shutdown.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/assets/suspend.svg b/.themes/Dracula GTK/kde/sddm/Dracula/assets/suspend.svg deleted file mode 100644 index a380fb644..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/assets/suspend.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/ActionButton.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/ActionButton.qml deleted file mode 100644 index fc0178ac2..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/ActionButton.qml +++ /dev/null @@ -1,91 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.2 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -Item { - id: root - property alias text: label.text - property alias iconSource: icon.source - property alias containsMouse: mouseArea.containsMouse - property alias font: label.font - signal clicked - - activeFocusOnTab: true - - property int iconSize: units.gridUnit * 2.5 - - implicitWidth: Math.max(iconSize + units.largeSpacing * 2, label.contentWidth) - implicitHeight: iconSize + units.smallSpacing + label.implicitHeight - - opacity: activeFocus || containsMouse ? 1.5 : 0.97 - Behavior on opacity { - PropertyAnimation { // OpacityAnimator makes it turn black at random intervals - duration: units.longDuration * 2 - easing.type: Easing.InOutQuad - } - } - - - PlasmaCore.IconItem { - id: icon - anchors { - top: parent.top - horizontalCenter: parent.horizontalCenter - } - width: iconSize - height: iconSize - - colorGroup: PlasmaCore.ColorScope.colorGroup - active: mouseArea.containsMouse || root.activeFocus - } - PlasmaComponents.Label { - id: label - anchors { - top: icon.bottom - topMargin: units.smallSpacing - left: parent.left - right: parent.right - } - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignTop - wrapMode: Text.WordWrap - font.underline: root.activeFocus - font.pointSize: config.fontSize - font.family: config.font - color:activeFocus || containsMouse ? config.highlight_color : config.color - } - - MouseArea { - id: mouseArea - hoverEnabled: true - onClicked: root.clicked() - anchors.fill: parent - } - - Keys.onEnterPressed: clicked() - Keys.onReturnPressed: clicked() - Keys.onSpacePressed: clicked() - - Accessible.onPressAction: clicked() - Accessible.role: Accessible.Button - Accessible.name: label.text -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/Battery.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/Battery.qml deleted file mode 100644 index c92a0ff22..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/Battery.qml +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2016 Kai Uwe Broulik - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.2 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.workspace.components 2.0 as PW - -Row { - spacing: units.smallSpacing - visible: pmSource.data["Battery"]["Has Cumulative"] - - PlasmaCore.DataSource { - id: pmSource - engine: "powermanagement" - connectedSources: ["Battery", "AC Adapter"] - } - - PW.BatteryIcon { - id: battery - hasBattery: pmSource.data["Battery"]["Has Battery"] || false - percent: pmSource.data["Battery"]["Percent"] || 0 - pluggedIn: pmSource.data["AC Adapter"] ? pmSource.data["AC Adapter"]["Plugged in"] : false - - height: batteryLabel.height - width: height - } - - PlasmaComponents.Label { - id: batteryLabel - height: undefined - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","%1%", battery.percent) - Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Battery at %1%", battery.percent) - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/Clock.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/Clock.qml deleted file mode 100644 index e17484421..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/Clock.qml +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.8 -import QtQuick.Layouts 1.1 -import QtQuick.Controls 2.5 -import org.kde.plasma.core 2.0 - -RowLayout { - readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software - - - Label { - text: Qt.formatDate(timeSource.data["Local"]["DateTime"], Qt.DefaultLocaleLongDate) - color: config.color - style: softwareRendering ? Text.Outline : Text.Normal - styleColor: softwareRendering ? ColorScope.backgroundColor : "transparent" //no outline, doesn't matter - font.pointSize: 11 - Layout.alignment: Qt.AlignHCenter - font.family: config.font - - } - Label { - text: Qt.formatTime(timeSource.data["Local"]["DateTime"]) - color: config.color - style: softwareRendering ? Text.Outline : Text.Normal - styleColor: softwareRendering ? ColorScope.backgroundColor : "transparent" //no outline, doesn't matter - font.pointSize: 11 - Layout.alignment: Qt.AlignHCenter - font.family: config.font - - } - DataSource { - id: timeSource - engine: "time" - connectedSources: ["Local"] - interval: 1000 - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/Input.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/Input.qml deleted file mode 100644 index c512481de..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/Input.qml +++ /dev/null @@ -1,19 +0,0 @@ -import QtQuick 2.2 -import QtQuick.Layouts 1.2 -import QtQuick.Controls 2.4 -import QtQuick.Controls.Styles 1.4 - -TextField { - placeholderTextColor: config.color - palette.text: config.color - font.pointSize: config.fontSize - font.family: config.font - background: Rectangle { - color: "#3B3D48" - radius: parent.width / 2 - height: 30 - width: parent.width - opacity: 0.7 - anchors.centerIn: parent - } -} \ No newline at end of file diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/KeyboardLayoutButton.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/KeyboardLayoutButton.qml deleted file mode 100644 index ad65e750e..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/KeyboardLayoutButton.qml +++ /dev/null @@ -1,48 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2014 by Daniel Vrátil * - * * - * 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 . * - ***************************************************************************/ - -import QtQuick 2.1 -import QtQuick.Controls 1.1 as QQC - -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.workspace.keyboardlayout 1.0 - -PlasmaComponents.ToolButton { - id: kbLayoutButton - - iconName: "input-keyboard" - implicitWidth: minimumWidth - text: layout.currentLayoutDisplayName - - Accessible.name: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Button to change keyboard layout", "Switch layout") - - visible: layout.layouts.length > 1 - - onClicked: layout.nextLayout() - - KeyboardLayout { - id: layout - function nextLayout() { - var layouts = layout.layouts; - var index = (layouts.indexOf(layout.currentLayout)+1) % layouts.length; - layout.currentLayout = layouts[index]; - } - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/SessionManagementScreen.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/SessionManagementScreen.qml deleted file mode 100644 index 475d082e2..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/SessionManagementScreen.qml +++ /dev/null @@ -1,119 +0,0 @@ -/* - * Copyright 2016 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - - -import QtQuick 2.2 - -import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.1 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -Item { - id: root - - /* - * Any message to be displayed to the user, visible above the text fields - */ - property alias notificationMessage: notificationsLabel.text - - /* - * A list of Items (typically ActionButtons) to be shown in a Row beneath the prompts - */ - property alias actionItems: actionItemsLayout.children - - /* - * A model with a list of users to show in the view - * The following roles should exist: - * - name - * - iconSource - * - * The following are also handled: - * - vtNumber - * - displayNumber - * - session - * - isTty - */ - property alias userListModel: userListView.model - - /* - * Self explanatory - */ - property alias userListCurrentIndex: userListView.currentIndex - property var userListCurrentModelData: userListView.currentItem === null ? [] : userListView.currentItem.m - property bool showUserList: true - - property alias userList: userListView - - default property alias _children: innerLayout.children - - UserList { - id: userListView - visible: showUserList && y > 0 - anchors { - bottom: parent.verticalCenter - left: parent.left - right: parent.right - } - } - - //goal is to show the prompts, in ~16 grid units high, then the action buttons - //but collapse the space between the prompts and actions if there's no room - //ui is constrained to 16 grid units wide, or the screen - ColumnLayout { - id: prompts - anchors.top: parent.verticalCenter - anchors.topMargin: units.gridUnit * 0.5 - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom - PlasmaComponents.Label { - id: notificationsLabel - Layout.maximumWidth: units.gridUnit * 16 - Layout.alignment: Qt.AlignHCenter - Layout.fillWidth: true - horizontalAlignment: Text.AlignHCenter - wrapMode: Text.WordWrap - font.italic: true - } - ColumnLayout { - Layout.minimumHeight: implicitHeight - Layout.maximumHeight: units.gridUnit * 10 - Layout.maximumWidth: units.gridUnit * 16 - Layout.alignment: Qt.AlignHCenter - ColumnLayout { - id: innerLayout - Layout.alignment: Qt.AlignHCenter - Layout.fillWidth: true - } - Item { - Layout.fillHeight: true - } - } - Row { //deliberately not rowlayout as I'm not trying to resize child items - id: actionItemsLayout - spacing: units.smallSpacing - Layout.alignment: Qt.AlignHCenter - } - Item { - Layout.fillHeight: true - } - } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/UserDelegate.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/UserDelegate.qml deleted file mode 100644 index 4d8b76bf6..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/UserDelegate.qml +++ /dev/null @@ -1,190 +0,0 @@ -/* - * Copyright 2014 David Edmundson - * Copyright 2014 Aleix Pol Gonzalez - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.8 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -Item { - id: wrapper - - // If we're using software rendering, draw outlines instead of shadows - // See https://bugs.kde.org/show_bug.cgi?id=398317 - readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software - - property bool isCurrent: true - - readonly property var m: model - property string name - property string userName - property string avatarPath - property string iconSource - property bool constrainText: true - property alias nameFontSize: usernameDelegate.font.pointSize - property int fontSize: config.fontSize - 1 - signal clicked() - - property real faceSize: Math.min(width, height - usernameDelegate.height - units.smallSpacing) - - opacity: isCurrent ? 1.0 : 0.5 - - Behavior on opacity { - OpacityAnimator { - duration: units.longDuration - } - } - - // Draw a translucent background circle under the user picture - Rectangle { - anchors.centerIn: imageSource - width: imageSource.width + 2 // Subtract to prevent fringing - height: width - radius: width / 2 - color: "#232831" - } - - Item { - id: imageSource - anchors { - bottom: usernameDelegate.top - bottomMargin: units.largeSpacing - horizontalCenter: parent.horizontalCenter - } - Behavior on width { - PropertyAnimation { - from: faceSize - duration: units.longDuration * 2; - } - } - width: isCurrent ? faceSize : faceSize - units.largeSpacing - height: width - - //Image takes priority, taking a full path to a file, if that doesn't exist we show an icon - Image { - id: face - source: wrapper.avatarPath - sourceSize: Qt.size(faceSize, faceSize) - fillMode: Image.PreserveAspectCrop - anchors.fill: parent - } - - PlasmaCore.IconItem { - id: faceIcon - source: iconSource - visible: (face.status == Image.Error || face.status == Image.Null) - anchors.fill: parent - anchors.margins: units.gridUnit * 0.5 // because mockup says so... - colorGroup: PlasmaCore.ColorScope.colorGroup - } - } - - ShaderEffect { - anchors { - bottom: usernameDelegate.top - bottomMargin: units.largeSpacing - horizontalCenter: parent.horizontalCenter - } - - width: imageSource.width - height: imageSource.height - - supportsAtlasTextures: true - - property var source: ShaderEffectSource { - sourceItem: imageSource - // software rendering is just a fallback so we can accept not having a rounded avatar here - hideSource: wrapper.GraphicsInfo.api !== GraphicsInfo.Software - live: true // otherwise the user in focus will show a blurred avatar - } - - property var colorBorder: "#00000000" - - //draw a circle with an antialised border - //innerRadius = size of the inner circle with contents - //outerRadius = size of the border - //blend = area to blend between two colours - //all sizes are normalised so 0.5 == half the width of the texture - - //if copying into another project don't forget to connect themeChanged to update() - //but in SDDM that's a bit pointless - fragmentShader: " - varying highp vec2 qt_TexCoord0; - uniform highp float qt_Opacity; - uniform lowp sampler2D source; - - uniform lowp vec4 colorBorder; - highp float blend = 0.01; - highp float innerRadius = 0.47; - highp float outerRadius = 0.49; - lowp vec4 colorEmpty = vec4(0.0, 0.0, 0.0, 0.0); - - void main() { - lowp vec4 colorSource = texture2D(source, qt_TexCoord0.st); - - highp vec2 m = qt_TexCoord0 - vec2(0.5, 0.5); - highp float dist = sqrt(m.x * m.x + m.y * m.y); - - if (dist < innerRadius) - gl_FragColor = colorSource; - else if (dist < innerRadius + blend) - gl_FragColor = mix(colorSource, colorBorder, ((dist - innerRadius) / blend)); - else if (dist < outerRadius) - gl_FragColor = colorBorder; - else if (dist < outerRadius + blend) - gl_FragColor = mix(colorBorder, colorEmpty, ((dist - outerRadius) / blend)); - else - gl_FragColor = colorEmpty ; - - gl_FragColor = gl_FragColor * qt_Opacity; - } - " - } - - PlasmaComponents.Label { - id: usernameDelegate - font.pointSize: Math.max(fontSize + 2,theme.defaultFont.pointSize + 2) - anchors { - bottom: parent.bottom - horizontalCenter: parent.horizontalCenter - } - height: implicitHeight // work around stupid bug in Plasma Components that sets the height - width: constrainText ? parent.width : implicitWidth - text: wrapper.name - style: softwareRendering ? Text.Outline : Text.Normal - styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter - elide: Text.ElideRight - horizontalAlignment: Text.AlignHCenter - color: config.color - //make an indication that this has active focus, this only happens when reached with keyboard navigation - font.underline: wrapper.activeFocus - font.family: config.font - } - - MouseArea { - anchors.fill: parent - hoverEnabled: true - - onClicked: wrapper.clicked(); - } - - Accessible.name: name - Accessible.role: Accessible.Button - function accessiblePressAction() { wrapper.clicked() } -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/UserList.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/UserList.qml deleted file mode 100644 index bad164c32..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/UserList.qml +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Copyright 2014 David Edmundson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 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 Library 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. - */ - -import QtQuick 2.2 - -ListView { - id: view - readonly property string selectedUser: currentItem ? currentItem.userName : "" - readonly property int userItemWidth: units.gridUnit * 8 - readonly property int userItemHeight: units.gridUnit * 8 - - implicitHeight: userItemHeight - - activeFocusOnTab : true - - /* - * Signals that a user was explicitly selected - */ - signal userSelected; - - orientation: ListView.Horizontal - highlightRangeMode: ListView.StrictlyEnforceRange - - //centre align selected item (which implicitly centre aligns the rest - preferredHighlightBegin: width/2 - userItemWidth/2 - preferredHighlightEnd: preferredHighlightBegin - - delegate: UserDelegate { - avatarPath: model.icon || "" - iconSource: model.iconName || "user-identity" - - name: { - var displayName = model.realName || model.name - - if (model.vtNumber === undefined || model.vtNumber < 0) { - return displayName - } - - if (!model.session) { - return i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Nobody logged in on that session", "Unused") - } - - - var location = "" - if (model.isTty) { - location = i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "User logged in on console number", "TTY %1", model.vtNumber) - } else if (model.displayNumber) { - location = i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "User logged in on console (X display number)", "on TTY %1 (Display %2)", model.vtNumber, model.displayNumber) - } - - if (location) { - return i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Username (location)", "%1 (%2)", displayName, location) - } - - return displayName - } - - userName: model.name - - width: userItemWidth - height: userItemHeight - - //if we only have one delegate, we don't need to clip the text as it won't be overlapping with anything - constrainText: ListView.view.count > 1 - - isCurrent: ListView.isCurrentItem - - onClicked: { - ListView.view.currentIndex = index; - ListView.view.userSelected(); - } - } - - Keys.onEscapePressed: view.userSelected() - Keys.onEnterPressed: view.userSelected() - Keys.onReturnPressed: view.userSelected() -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/VirtualKeyboard.qml b/.themes/Dracula GTK/kde/sddm/Dracula/components/VirtualKeyboard.qml deleted file mode 100644 index 1aa0d3b94..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/components/VirtualKeyboard.qml +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************** - This file is part of the KDE project. - -Copyright (C) 2017 Martin Gräßlin - -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, see . -*********************************************************************/ - -import QtQuick 2.5 -import QtQuick.VirtualKeyboard 2.1 - -InputPanel { - id: inputPanel - property bool activated: false - active: activated && Qt.inputMethod.visible - visible: active - width: parent.width -} diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/logout_primary.svgz b/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/logout_primary.svgz deleted file mode 100644 index 6a9423faa..000000000 Binary files a/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/logout_primary.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/restart_primary.svgz b/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/restart_primary.svgz deleted file mode 100644 index e2312bd8a..000000000 Binary files a/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/restart_primary.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/shutdown_primary.svgz b/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/shutdown_primary.svgz deleted file mode 100644 index 1c60152f8..000000000 Binary files a/.themes/Dracula GTK/kde/sddm/Dracula/components/artwork/shutdown_primary.svgz and /dev/null differ diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/faces/.face.icon b/.themes/Dracula GTK/kde/sddm/Dracula/faces/.face.icon deleted file mode 100644 index ecee9917a..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/faces/.face.icon +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/metadata.desktop b/.themes/Dracula GTK/kde/sddm/Dracula/metadata.desktop deleted file mode 100644 index 63a8be259..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/metadata.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[SddmGreeterTheme] -Name=Dracula -Description=Dracula sddm theme -Author=Eliver Lara -Copyright=(c) 2019, Eliver Lara -License=GPL 3+ -Type=sddm-theme -Version=0.1 -Website=https://github.com/EliverLara/Ant-Dracula/tree/master/kde/sddm -Screenshot=preview.png -MainScript=Main.qml -ConfigFile=theme.conf -TranslationsDirectory=translations -Email=eliverlara@gmail.com -Theme-Id=Dracula -Theme-API=2.0 diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/preview.png b/.themes/Dracula GTK/kde/sddm/Dracula/preview.png deleted file mode 100644 index 341be5120..000000000 Binary files a/.themes/Dracula GTK/kde/sddm/Dracula/preview.png and /dev/null differ diff --git a/.themes/Dracula GTK/kde/sddm/Dracula/theme.conf b/.themes/Dracula GTK/kde/sddm/Dracula/theme.conf deleted file mode 100644 index a0bbd1bb7..000000000 --- a/.themes/Dracula GTK/kde/sddm/Dracula/theme.conf +++ /dev/null @@ -1,9 +0,0 @@ -[General] -type=image -color=#C3C7D1 -highlight_color=#ffffff -selected_color=#9B79CC -selected_fg_color=#2e3440 -fontSize=10 -Background="assets/bg.png" -font="Cantarell" diff --git a/.themes/Dracula GTK/metacity-1/close.png b/.themes/Dracula GTK/metacity-1/close.png deleted file mode 100644 index 57a9dd4f0..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/close_focused.png b/.themes/Dracula GTK/metacity-1/close_focused.png deleted file mode 100644 index 57a9dd4f0..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close_focused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/close_focused_normal.png b/.themes/Dracula GTK/metacity-1/close_focused_normal.png deleted file mode 100644 index 57a9dd4f0..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close_focused_normal.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/close_focused_prelight.png b/.themes/Dracula GTK/metacity-1/close_focused_prelight.png deleted file mode 100644 index 5003de121..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close_focused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/close_focused_pressed.png b/.themes/Dracula GTK/metacity-1/close_focused_pressed.png deleted file mode 100644 index 3810512b8..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close_focused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/close_unfocused.png b/.themes/Dracula GTK/metacity-1/close_unfocused.png deleted file mode 100644 index 357acd3ac..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/close_unfocused_prelight.png b/.themes/Dracula GTK/metacity-1/close_unfocused_prelight.png deleted file mode 100644 index 7540136ae..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close_unfocused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/close_unfocused_pressed.png b/.themes/Dracula GTK/metacity-1/close_unfocused_pressed.png deleted file mode 100644 index 3810512b8..000000000 Binary files a/.themes/Dracula GTK/metacity-1/close_unfocused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize.png b/.themes/Dracula GTK/metacity-1/maximize.png deleted file mode 100644 index 539418860..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize_focused.png b/.themes/Dracula GTK/metacity-1/maximize_focused.png deleted file mode 100644 index 539418860..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize_focused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize_focused_normal.png b/.themes/Dracula GTK/metacity-1/maximize_focused_normal.png deleted file mode 100644 index 539418860..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize_focused_normal.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize_focused_prelight.png b/.themes/Dracula GTK/metacity-1/maximize_focused_prelight.png deleted file mode 100644 index bf4f0da4b..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize_focused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize_focused_pressed.png b/.themes/Dracula GTK/metacity-1/maximize_focused_pressed.png deleted file mode 100644 index bf4f0da4b..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize_focused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize_unfocused.png b/.themes/Dracula GTK/metacity-1/maximize_unfocused.png deleted file mode 100644 index aefe981fb..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize_unfocused_prelight.png b/.themes/Dracula GTK/metacity-1/maximize_unfocused_prelight.png deleted file mode 100644 index bf4f0da4b..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize_unfocused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/maximize_unfocused_pressed.png b/.themes/Dracula GTK/metacity-1/maximize_unfocused_pressed.png deleted file mode 100644 index bf4f0da4b..000000000 Binary files a/.themes/Dracula GTK/metacity-1/maximize_unfocused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu.png b/.themes/Dracula GTK/metacity-1/menu.png deleted file mode 100644 index 591572ebd..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu_focused.png b/.themes/Dracula GTK/metacity-1/menu_focused.png deleted file mode 100644 index 591572ebd..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu_focused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu_focused_normal.png b/.themes/Dracula GTK/metacity-1/menu_focused_normal.png deleted file mode 100644 index 591572ebd..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu_focused_normal.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu_focused_prelight.png b/.themes/Dracula GTK/metacity-1/menu_focused_prelight.png deleted file mode 100644 index 1b99b07a4..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu_focused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu_focused_pressed.png b/.themes/Dracula GTK/metacity-1/menu_focused_pressed.png deleted file mode 100644 index 1b99b07a4..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu_focused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu_unfocused.png b/.themes/Dracula GTK/metacity-1/menu_unfocused.png deleted file mode 100644 index 81e06d523..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu_unfocused_prelight.png b/.themes/Dracula GTK/metacity-1/menu_unfocused_prelight.png deleted file mode 100644 index 1b99b07a4..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu_unfocused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/menu_unfocused_pressed.png b/.themes/Dracula GTK/metacity-1/menu_unfocused_pressed.png deleted file mode 100644 index 1b99b07a4..000000000 Binary files a/.themes/Dracula GTK/metacity-1/menu_unfocused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/metacity-theme-1.xml b/.themes/Dracula GTK/metacity-1/metacity-theme-1.xml deleted file mode 120000 index fa4e5f1c7..000000000 --- a/.themes/Dracula GTK/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1 +0,0 @@ -metacity-theme.xml \ No newline at end of file diff --git a/.themes/Dracula GTK/metacity-1/metacity-theme-2.xml b/.themes/Dracula GTK/metacity-1/metacity-theme-2.xml deleted file mode 120000 index fa4e5f1c7..000000000 --- a/.themes/Dracula GTK/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1 +0,0 @@ -metacity-theme.xml \ No newline at end of file diff --git a/.themes/Dracula GTK/metacity-1/metacity-theme-3.xml b/.themes/Dracula GTK/metacity-1/metacity-theme-3.xml deleted file mode 100755 index 3499bd694..000000000 --- a/.themes/Dracula GTK/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,1144 +0,0 @@ - - - - Ant-Dracula - Eliver Lara <eliverlara@gmail> - ÂEliver Lara, 2019 - 2019 - Ant-Dracula Window Theme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</draw_ops> - -<draw_ops name="title_unfocused"> - <title x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused" /> -</draw_ops> - -<!-- WINDOW DECORATIONS --> -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> - <include name="titlebar_fill_attached_focused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="border_right_focused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_right_unfocused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<!-- BUTTON ICONS --> -<!-- note: negative values in x or y causes gnome-shell to crash --> - -<!-- Close icon --> -<draw_ops name="close_focused"> - <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Menu icon --> -<draw_ops name="menu_focused"> - <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_prelight"> - <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_pressed"> - <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused"> - <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_prelight"> - <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_pressed"> - <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Shade icon --> -<draw_ops name="shade_focused"> - <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_prelight"> - <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_pressed"> - <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused"> - <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_prelight"> - <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_pressed"> - <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Unshade icon --> -<draw_ops name="unshade_focused"> - <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_prelight"> - <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_pressed"> - <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused"> - <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_prelight"> - <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_pressed"> - <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- FRAME STYLES --> -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_focused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="borderless" geometry="borderless"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_right_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_right_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_left_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_left_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- FRAME STYLE SETS --> -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused" /> - <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> - <frame focus="yes" state="maximized" style="normal_max_focused" /> - <frame focus="no" state="maximized" style="normal_max_unfocused" /> - <frame focus="yes" state="shaded" style="normal_focused" /> - <frame focus="no" state="shaded" style="normal_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="dialog_focused" /> - <frame focus="no" state="shaded" style="dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="modal_dialog_focused" /> - <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused" /> - <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="utility_focused" /> - <frame focus="no" state="shaded" style="utility_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused" /> - <frame focus="no" state="normal" resize="both" style="border_unfocused" /> - <frame focus="yes" state="maximized" style="borderless" /> - <frame focus="no" state="maximized" style="borderless" /> - <frame focus="yes" state="shaded" style="blank" /> - <frame focus="no" state="shaded" style="blank" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<!-- WINDOWS --> -<window type="normal" style_set="normal_style_set" /> -<window type="dialog" style_set="dialog_style_set" /> -<window type="modal_dialog" style_set="modal_dialog_style_set" /> -<window type="menu" style_set="utility_style_set" /> -<window type="utility" style_set="utility_style_set" /> -<window type="border" style_set="border_style_set" /> - -</metacity_theme> diff --git a/.themes/Dracula GTK/metacity-1/metacity-theme.xml b/.themes/Dracula GTK/metacity-1/metacity-theme.xml deleted file mode 100755 index 914a2054f..000000000 --- a/.themes/Dracula GTK/metacity-1/metacity-theme.xml +++ /dev/null @@ -1,1144 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Ant-Dracula</name> - <author>Eliver Lara <eliverlara@gmail></author> - <copyright>ÂEliver Lara, 2019</copyright> - <date>2019</date> - <description>Ant-Dracula Window Theme</description> -</info> - - -<!-- CONSTANTS --> -<constant name="C_titlebar" value="#1e1f29" /> -<constant name="C_titlebar_unfocused" value="#1e1f29" /> -<constant name="C_border_focused" value="#1e1f29" /> -<constant name="C_border_unfocused" value="#1e1f29" /> -<constant name="C_title_focused" value="#f8f8f2" /> -<constant name="C_title_unfocused" value="#93979f" /> - -<constant name="C_wm_button_background" value="#fc2" /> -<constant name="C_wm_button_foreground" value="#283141" /> -<constant name="C_wm_button_unfocused" value="#e6e8eb" /> - -<constant name="C_close_button" value="#283141" /> -<constant name="C_maximize_button" value="#283141" /> -<constant name="C_restore_button" value="#283141" /> -<constant name="C_minimize_button" value="#283141" /> - -<!-- GEOMETRY --> - -<!-- Focused window --> -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="3" /> - <distance name="left_titlebar_edge" value="5" /> - <distance name="right_titlebar_edge" value="5" /> - <distance name="title_vertical_pad" value="4" /> - <aspect_ratio name="button" value="1.0" /> - <border name="title_border" left="4" right="4" top="4" bottom="4" /> - <border name="button_border" left="0" right="0" top="4" bottom="4" /> -</frame_geometry> - -<!-- Unfocused window --> -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" > - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> - <distance name="left_titlebar_edge" value="5"/> - <distance name="right_titlebar_edge" value="5"/> - <distance name="title_vertical_pad" value="4" /> - <border name="title_border" left="4" right="4" top="4" bottom="4" /> - <border name="button_border" left="0" right="0" top="4" bottom="4" /> -</frame_geometry> - -<!-- Maximized window --> -<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> - <distance name="title_vertical_pad" value="4" /> - <border name="title_border" left="4" right="4" top="4" bottom="4" /> - <border name="button_border" left="0" right="0" top="4" bottom="4" /> -</frame_geometry> - -<!-- Left tiled window --> -<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="right_width" value="0" /> -</frame_geometry> - -<!-- Right tiled window --> -<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="left_width" value="0" /> -</frame_geometry> - -<!-- Small window --> -<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="title_vertical_pad" value="4" /> - <border name="title_border" left="4" right="4" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<!-- Small unfocused window --> -<frame_geometry name="small_unfocused" parent="small"> - <distance name="left_titlebar_edge" value="5"/> - <distance name="right_titlebar_edge" value="5"/> -</frame_geometry> - -<!-- No buttons --> -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<!-- Border --> -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <distance name="title_vertical_pad" value="1" /> - <border name="title_border" left="10" right="10" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- Borderless --> -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> - <distance name="title_vertical_pad" value="0" /> - <border name="title_border" left="0" right="0" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<!-- Modal --> -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> - <distance name="title_vertical_pad" value="5"/> -</frame_geometry> - -<frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="title_vertical_pad" value="8"/> - <distance name="bottom_height" value="1"/> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> -</frame_geometry> - - -<!-- TITLES --> - -<!-- Title alignment --> -<draw_ops name="title_focused"> - <title x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused" /> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused" /> -</draw_ops> - -<!-- WINDOW DECORATIONS --> -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> - <include name="titlebar_fill_attached_focused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="border_right_focused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_right_unfocused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<!-- BUTTON ICONS --> -<!-- note: negative values in x or y causes gnome-shell to crash --> - -<!-- Close icon --> -<draw_ops name="close_focused"> - <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Menu icon --> -<draw_ops name="menu_focused"> - <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_prelight"> - <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_pressed"> - <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused"> - <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_prelight"> - <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_pressed"> - <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Shade icon --> -<draw_ops name="shade_focused"> - <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_prelight"> - <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_pressed"> - <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused"> - <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_prelight"> - <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_pressed"> - <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Unshade icon --> -<draw_ops name="unshade_focused"> - <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_prelight"> - <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_pressed"> - <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused"> - <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_prelight"> - <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_pressed"> - <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- FRAME STYLES --> -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_focused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="borderless" geometry="borderless"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_right_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_right_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_left_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_left_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- FRAME STYLE SETS --> -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused" /> - <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> - <frame focus="yes" state="maximized" style="normal_max_focused" /> - <frame focus="no" state="maximized" style="normal_max_unfocused" /> - <frame focus="yes" state="shaded" style="normal_focused" /> - <frame focus="no" state="shaded" style="normal_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="dialog_focused" /> - <frame focus="no" state="shaded" style="dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="modal_dialog_focused" /> - <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused" /> - <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="utility_focused" /> - <frame focus="no" state="shaded" style="utility_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused" /> - <frame focus="no" state="normal" resize="both" style="border_unfocused" /> - <frame focus="yes" state="maximized" style="borderless" /> - <frame focus="no" state="maximized" style="borderless" /> - <frame focus="yes" state="shaded" style="blank" /> - <frame focus="no" state="shaded" style="blank" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<!-- WINDOWS --> -<window type="normal" style_set="normal_style_set" /> -<window type="dialog" style_set="dialog_style_set" /> -<window type="modal_dialog" style_set="modal_dialog_style_set" /> -<window type="menu" style_set="utility_style_set" /> -<window type="utility" style_set="utility_style_set" /> -<window type="border" style_set="border_style_set" /> - -</metacity_theme> diff --git a/.themes/Dracula GTK/metacity-1/minimize.png b/.themes/Dracula GTK/metacity-1/minimize.png deleted file mode 100644 index ba7ad7e04..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/minimize_focused.png b/.themes/Dracula GTK/metacity-1/minimize_focused.png deleted file mode 100644 index ba7ad7e04..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize_focused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/minimize_focused_normal.png b/.themes/Dracula GTK/metacity-1/minimize_focused_normal.png deleted file mode 100644 index ba7ad7e04..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize_focused_normal.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/minimize_focused_prelight.png b/.themes/Dracula GTK/metacity-1/minimize_focused_prelight.png deleted file mode 100644 index 409f95171..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize_focused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/minimize_focused_pressed.png b/.themes/Dracula GTK/metacity-1/minimize_focused_pressed.png deleted file mode 100644 index 409f95171..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize_focused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/minimize_unfocused.png b/.themes/Dracula GTK/metacity-1/minimize_unfocused.png deleted file mode 100644 index aefe981fb..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/minimize_unfocused_prelight.png b/.themes/Dracula GTK/metacity-1/minimize_unfocused_prelight.png deleted file mode 100644 index 409f95171..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize_unfocused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/minimize_unfocused_pressed.png b/.themes/Dracula GTK/metacity-1/minimize_unfocused_pressed.png deleted file mode 100644 index 409f95171..000000000 Binary files a/.themes/Dracula GTK/metacity-1/minimize_unfocused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade.png b/.themes/Dracula GTK/metacity-1/shade.png deleted file mode 100644 index 9d1ff7ddb..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade_focused.png b/.themes/Dracula GTK/metacity-1/shade_focused.png deleted file mode 100644 index 9d1ff7ddb..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade_focused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade_focused_normal.png b/.themes/Dracula GTK/metacity-1/shade_focused_normal.png deleted file mode 100644 index 9d1ff7ddb..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade_focused_normal.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade_focused_prelight.png b/.themes/Dracula GTK/metacity-1/shade_focused_prelight.png deleted file mode 100644 index 90655fc85..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade_focused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade_focused_pressed.png b/.themes/Dracula GTK/metacity-1/shade_focused_pressed.png deleted file mode 100644 index b0a26c612..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade_focused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade_unfocused.png b/.themes/Dracula GTK/metacity-1/shade_unfocused.png deleted file mode 100644 index 8fa505658..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade_unfocused_prelight.png b/.themes/Dracula GTK/metacity-1/shade_unfocused_prelight.png deleted file mode 100644 index 9d1ff7ddb..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade_unfocused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/shade_unfocused_pressed.png b/.themes/Dracula GTK/metacity-1/shade_unfocused_pressed.png deleted file mode 100644 index b0a26c612..000000000 Binary files a/.themes/Dracula GTK/metacity-1/shade_unfocused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize.png b/.themes/Dracula GTK/metacity-1/unmaximize.png deleted file mode 100644 index 96ee50c2d..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize_focused.png b/.themes/Dracula GTK/metacity-1/unmaximize_focused.png deleted file mode 100644 index 96ee50c2d..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize_focused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize_focused_normal.png b/.themes/Dracula GTK/metacity-1/unmaximize_focused_normal.png deleted file mode 100644 index 96ee50c2d..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize_focused_normal.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize_focused_prelight.png b/.themes/Dracula GTK/metacity-1/unmaximize_focused_prelight.png deleted file mode 100644 index 79c7ece30..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize_focused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize_focused_pressed.png b/.themes/Dracula GTK/metacity-1/unmaximize_focused_pressed.png deleted file mode 100644 index 79c7ece30..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize_focused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize_unfocused.png b/.themes/Dracula GTK/metacity-1/unmaximize_unfocused.png deleted file mode 100644 index 357acd3ac..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize_unfocused_prelight.png b/.themes/Dracula GTK/metacity-1/unmaximize_unfocused_prelight.png deleted file mode 100644 index 79c7ece30..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize_unfocused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unmaximize_unfocused_pressed.png b/.themes/Dracula GTK/metacity-1/unmaximize_unfocused_pressed.png deleted file mode 100644 index 79c7ece30..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unmaximize_unfocused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade.png b/.themes/Dracula GTK/metacity-1/unshade.png deleted file mode 100644 index ca57d0534..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade_focused.png b/.themes/Dracula GTK/metacity-1/unshade_focused.png deleted file mode 100644 index ca57d0534..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade_focused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade_focused_normal.png b/.themes/Dracula GTK/metacity-1/unshade_focused_normal.png deleted file mode 100644 index ca57d0534..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade_focused_normal.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade_focused_prelight.png b/.themes/Dracula GTK/metacity-1/unshade_focused_prelight.png deleted file mode 100644 index b20ccf6d3..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade_focused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade_focused_pressed.png b/.themes/Dracula GTK/metacity-1/unshade_focused_pressed.png deleted file mode 100644 index 27c14b614..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade_focused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade_unfocused.png b/.themes/Dracula GTK/metacity-1/unshade_unfocused.png deleted file mode 100644 index 8fa505658..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade_unfocused.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade_unfocused_prelight.png b/.themes/Dracula GTK/metacity-1/unshade_unfocused_prelight.png deleted file mode 100644 index ca57d0534..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade_unfocused_prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/metacity-1/unshade_unfocused_pressed.png b/.themes/Dracula GTK/metacity-1/unshade_unfocused_pressed.png deleted file mode 100644 index 27c14b614..000000000 Binary files a/.themes/Dracula GTK/metacity-1/unshade_unfocused_pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/package-lock.json b/.themes/Dracula GTK/package-lock.json deleted file mode 100644 index fbf97220f..000000000 --- a/.themes/Dracula GTK/package-lock.json +++ /dev/null @@ -1,4373 +0,0 @@ -{ - "name": "Ant", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" - }, - "ajv": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.3.tgz", - "integrity": "sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" - }, - "ansi-colors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz", - "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", - "requires": { - "ansi-wrap": "^0.1.0" - } - }, - "ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", - "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=", - "requires": { - "ansi-wrap": "0.1.0" - } - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" - }, - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", - "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=" - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "append-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", - "integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=", - "requires": { - "buffer-equal": "^1.0.0" - } - }, - "aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" - }, - "are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", - "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" - }, - "arr-filter": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz", - "integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=", - "requires": { - "make-iterator": "^1.0.0" - } - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz", - "integrity": "sha1-Onc0X/wc814qkYJWAfnljy4kysQ=", - "requires": { - "make-iterator": "^1.0.0" - } - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" - }, - "array-differ": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", - "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=" - }, - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", - "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=" - }, - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=" - }, - "array-initial": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz", - "integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=", - "requires": { - "array-slice": "^1.0.0", - "is-number": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", - "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" - } - } - }, - "array-last": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz", - "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==", - "requires": { - "is-number": "^4.0.0" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", - "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" - } - } - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", - "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" - }, - "array-sort": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz", - "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==", - "requires": { - "default-compare": "^1.0.0", - "get-value": "^2.0.6", - "kind-of": "^5.0.2" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" - }, - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" - }, - "async-done": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.1.tgz", - "integrity": "sha512-R1BaUeJ4PMoLNJuk+0tLJgjmEqVsdN118+Z8O+alhnQDQgy0kmD5Mqi0DNEmMx2LM0Ed5yekKu+ZXYvIHceicg==", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.2", - "process-nextick-args": "^1.0.7", - "stream-exhaust": "^1.0.1" - } - }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" - }, - "async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=" - }, - "async-settle": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz", - "integrity": "sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=", - "requires": { - "async-done": "^1.2.2" - } - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" - }, - "aws4": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz", - "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" - }, - "bach": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz", - "integrity": "sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=", - "requires": { - "arr-filter": "^1.1.1", - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "array-each": "^1.0.0", - "array-initial": "^1.0.0", - "array-last": "^1.1.1", - "async-done": "^1.2.2", - "async-settle": "^1.0.0", - "now-and-later": "^2.0.0" - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "beeper": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", - "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=" - }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" - }, - "bindings": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "optional": true, - "requires": { - "file-uri-to-path": "1.0.0" - } - }, - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "requires": { - "inherits": "~2.0.0" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "buffer-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz", - "integrity": "sha1-WWFrSYME1Var1GaWayLu2j7KX74=" - }, - "buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" - }, - "builtin-modules": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", - "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=" - }, - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - } - }, - "camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", - "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" - }, - "camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "requires": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=" - } - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, - "chalk": { - "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "dependencies": { - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" - } - } - }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "cliui": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", - "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" - } - }, - "clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", - "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" - }, - "cloneable-readable": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.2.tgz", - "integrity": "sha512-Bq6+4t+lbM8vhTs/Bef5c5AdEMtapp/iFb6+s4/Hh9MVTt8OLKH7ZOOZSCT+Ys7hsHvqv0GuMPJ1lnQJVHvxpg==", - "requires": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - }, - "dependencies": { - "process-nextick-args": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", - "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" - } - } - }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" - }, - "collection-map": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz", - "integrity": "sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=", - "requires": { - "arr-map": "^2.0.2", - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - } - }, - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "requires": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" - }, - "convert-source-map": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", - "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" - }, - "copy-props": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.4.tgz", - "integrity": "sha512-7cjuUME+p+S3HZlbllgsn2CDwS+5eCCX16qBgNC4jgSTf49qR1VKy/Zhl400m0IQXl/bPGEVqncgUUMjrr4s8A==", - "requires": { - "each-props": "^1.3.0", - "is-plain-object": "^2.0.1" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "cross-spawn": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", - "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", - "requires": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - } - }, - "currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", - "requires": { - "array-find-index": "^1.0.1" - } - }, - "d": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz", - "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", - "requires": { - "es5-ext": "^0.10.9" - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "dateformat": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz", - "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "default-compare": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz", - "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==", - "requires": { - "kind-of": "^5.0.2" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "default-resolution": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz", - "integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=" - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "requires": { - "object-keys": "^1.0.12" - } - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" - }, - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" - }, - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", - "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=" - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", - "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", - "requires": { - "readable-stream": "~1.1.9" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "readable-stream": { - "version": "1.1.14", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" - } - } - }, - "duplexify": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.6.0.tgz", - "integrity": "sha512-fO3Di4tBKJpYTFHAxTU00BcfWMY9w24r/x21a6rZRbsD/ToUgGxsMbiGRmB7uVAXeGKXD9MwiLZa5E97EVgIRQ==", - "requires": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - } - }, - "each-props": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz", - "integrity": "sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==", - "requires": { - "is-plain-object": "^2.0.1", - "object.defaults": "^1.1.0" - } - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "end-of-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", - "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", - "requires": { - "once": "^1.4.0" - } - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "es5-ext": { - "version": "0.10.46", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.46.tgz", - "integrity": "sha512-24XxRvJXNFwEMpJb3nOkiRJKRoupmjYmOPVlI65Qy2SrtxwOTB+g6ODjBKOtwEHbYrhWRty9xxOWLNdClT2djw==", - "requires": { - "es6-iterator": "~2.0.3", - "es6-symbol": "~3.1.1", - "next-tick": "1" - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", - "requires": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } - }, - "es6-symbol": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", - "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", - "requires": { - "d": "1", - "es5-ext": "~0.10.14" - } - }, - "es6-weak-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz", - "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", - "requires": { - "d": "1", - "es5-ext": "^0.10.14", - "es6-iterator": "^2.0.1", - "es6-symbol": "^3.1.1" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", - "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", - "requires": { - "homedir-polyfill": "^1.0.1" - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" - }, - "fancy-log": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.2.tgz", - "integrity": "sha1-9BEl49hPLn2JpD0G2VjI94vha+E=", - "requires": { - "ansi-gray": "^0.1.1", - "color-support": "^1.1.3", - "time-stamp": "^1.0.0" - } - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "optional": true - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "requires": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "findup-sync": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", - "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", - "requires": { - "detect-file": "^1.0.0", - "is-glob": "^3.1.0", - "micromatch": "^3.0.4", - "resolve-dir": "^1.0.1" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "fined": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fined/-/fined-1.1.0.tgz", - "integrity": "sha1-s33IRLdqL15wgeiE98CuNE8VNHY=", - "requires": { - "expand-tilde": "^2.0.2", - "is-plain-object": "^2.0.3", - "object.defaults": "^1.1.0", - "object.pick": "^1.2.0", - "parse-filepath": "^1.0.1" - } - }, - "flagged-respawn": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.0.tgz", - "integrity": "sha1-Tnmumy6zi/hrO7Vr8+ClaqX8q9c=" - }, - "flush-write-stream": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.3.tgz", - "integrity": "sha512-calZMC10u0FMUqoiunI2AiGIIUtUIvifNwkHhNupZH4cbNnW1Itkoh/Nf5HFYmDrwWPjrUxpkZT0KhuCq0jmGw==", - "requires": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.4" - } - }, - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", - "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", - "requires": { - "for-in": "^1.0.1" - } - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "requires": { - "map-cache": "^0.2.2" - } - }, - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", - "integrity": "sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=", - "requires": { - "graceful-fs": "^4.1.11", - "through2": "^2.0.3" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "1.2.11", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz", - "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==", - "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1", - "node-pre-gyp": "*" - }, - "dependencies": { - "abbrev": { - "version": "1.1.1", - "bundled": true, - "optional": true - }, - "ansi-regex": { - "version": "2.1.1", - "bundled": true, - "optional": true - }, - "aproba": { - "version": "1.2.0", - "bundled": true, - "optional": true - }, - "are-we-there-yet": { - "version": "1.1.5", - "bundled": true, - "optional": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "balanced-match": { - "version": "1.0.0", - "bundled": true, - "optional": true - }, - "brace-expansion": { - "version": "1.1.11", - "bundled": true, - "optional": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "chownr": { - "version": "1.1.3", - "bundled": true, - "optional": true - }, - "code-point-at": { - "version": "1.1.0", - "bundled": true, - "optional": true - }, - "concat-map": { - "version": "0.0.1", - "bundled": true, - "optional": true - }, - "console-control-strings": { - "version": "1.1.0", - "bundled": true, - "optional": true - }, - "core-util-is": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "debug": { - "version": "3.2.6", - "bundled": true, - "optional": true, - "requires": { - "ms": "^2.1.1" - } - }, - "deep-extend": { - "version": "0.6.0", - "bundled": true, - "optional": true - }, - "delegates": { - "version": "1.0.0", - "bundled": true, - "optional": true - }, - "detect-libc": { - "version": "1.0.3", - "bundled": true, - "optional": true - }, - "fs-minipass": { - "version": "1.2.7", - "bundled": true, - "optional": true, - "requires": { - "minipass": "^2.6.0" - } - }, - "fs.realpath": { - "version": "1.0.0", - "bundled": true, - "optional": true - }, - "gauge": { - "version": "2.7.4", - "bundled": true, - "optional": true, - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "glob": { - "version": "7.1.6", - "bundled": true, - "optional": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "has-unicode": { - "version": "2.0.1", - "bundled": true, - "optional": true - }, - "iconv-lite": { - "version": "0.4.24", - "bundled": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "ignore-walk": { - "version": "3.0.3", - "bundled": true, - "optional": true, - "requires": { - "minimatch": "^3.0.4" - } - }, - "inflight": { - "version": "1.0.6", - "bundled": true, - "optional": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "bundled": true, - "optional": true - }, - "ini": { - "version": "1.3.5", - "bundled": true, - "optional": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "bundled": true, - "optional": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "isarray": { - "version": "1.0.0", - "bundled": true, - "optional": true - }, - "minimatch": { - "version": "3.0.4", - "bundled": true, - "optional": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "0.0.8", - "bundled": true, - "optional": true - }, - "minipass": { - "version": "2.9.0", - "bundled": true, - "optional": true, - "requires": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" - } - }, - "minizlib": { - "version": "1.3.3", - "bundled": true, - "optional": true, - "requires": { - "minipass": "^2.9.0" - } - }, - "mkdirp": { - "version": "0.5.1", - "bundled": true, - "optional": true, - "requires": { - "minimist": "0.0.8" - } - }, - "ms": { - "version": "2.1.2", - "bundled": true, - "optional": true - }, - "needle": { - "version": "2.4.0", - "bundled": true, - "optional": true, - "requires": { - "debug": "^3.2.6", - "iconv-lite": "^0.4.4", - "sax": "^1.2.4" - } - }, - "node-pre-gyp": { - "version": "0.14.0", - "bundled": true, - "optional": true, - "requires": { - "detect-libc": "^1.0.2", - "mkdirp": "^0.5.1", - "needle": "^2.2.1", - "nopt": "^4.0.1", - "npm-packlist": "^1.1.6", - "npmlog": "^4.0.2", - "rc": "^1.2.7", - "rimraf": "^2.6.1", - "semver": "^5.3.0", - "tar": "^4.4.2" - } - }, - "nopt": { - "version": "4.0.1", - "bundled": true, - "optional": true, - "requires": { - "abbrev": "1", - "osenv": "^0.1.4" - } - }, - "npm-bundled": { - "version": "1.1.1", - "bundled": true, - "optional": true, - "requires": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "npm-normalize-package-bin": { - "version": "1.0.1", - "bundled": true, - "optional": true - }, - "npm-packlist": { - "version": "1.4.7", - "bundled": true, - "optional": true, - "requires": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1" - } - }, - "npmlog": { - "version": "4.1.2", - "bundled": true, - "optional": true, - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "bundled": true, - "optional": true - }, - "object-assign": { - "version": "4.1.1", - "bundled": true, - "optional": true - }, - "once": { - "version": "1.4.0", - "bundled": true, - "optional": true, - "requires": { - "wrappy": "1" - } - }, - "os-homedir": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "os-tmpdir": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "osenv": { - "version": "0.1.5", - "bundled": true, - "optional": true, - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "bundled": true, - "optional": true - }, - "process-nextick-args": { - "version": "2.0.1", - "bundled": true, - "optional": true - }, - "rc": { - "version": "1.2.8", - "bundled": true, - "optional": true, - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "bundled": true, - "optional": true - } - } - }, - "readable-stream": { - "version": "2.3.6", - "bundled": true, - "optional": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "rimraf": { - "version": "2.7.1", - "bundled": true, - "optional": true, - "requires": { - "glob": "^7.1.3" - } - }, - "safe-buffer": { - "version": "5.1.2", - "bundled": true, - "optional": true - }, - "safer-buffer": { - "version": "2.1.2", - "bundled": true, - "optional": true - }, - "sax": { - "version": "1.2.4", - "bundled": true, - "optional": true - }, - "semver": { - "version": "5.7.1", - "bundled": true, - "optional": true - }, - "set-blocking": { - "version": "2.0.0", - "bundled": true, - "optional": true - }, - "signal-exit": { - "version": "3.0.2", - "bundled": true, - "optional": true - }, - "string-width": { - "version": "1.0.2", - "bundled": true, - "optional": true, - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "string_decoder": { - "version": "1.1.1", - "bundled": true, - "optional": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "bundled": true, - "optional": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "strip-json-comments": { - "version": "2.0.1", - "bundled": true, - "optional": true - }, - "tar": { - "version": "4.4.13", - "bundled": true, - "optional": true, - "requires": { - "chownr": "^1.1.1", - "fs-minipass": "^1.2.5", - "minipass": "^2.8.6", - "minizlib": "^1.2.1", - "mkdirp": "^0.5.0", - "safe-buffer": "^5.1.2", - "yallist": "^3.0.3" - } - }, - "util-deprecate": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "wide-align": { - "version": "1.1.3", - "bundled": true, - "optional": true, - "requires": { - "string-width": "^1.0.2 || 2" - } - }, - "wrappy": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "yallist": { - "version": "3.1.1", - "bundled": true, - "optional": true - } - } - }, - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "requires": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - } - } - }, - "gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "requires": { - "globule": "^1.0.0" - } - }, - "get-caller-file": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", - "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" - }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "requires": { - "assert-plus": "^1.0.0" - } - }, - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "^2.1.0" - } - } - } - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", - "integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=", - "requires": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", - "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" - } - }, - "glob-watcher": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.3.tgz", - "integrity": "sha512-8tWsULNEPHKQ2MR4zXuzSmqbdyV5PtwwCaWSGQ1WwHsJ07ilNeN1JB8ntxhckbnpSHaf9dXFUHzIWvm1I13dsg==", - "requires": { - "anymatch": "^2.0.0", - "async-done": "^1.2.0", - "chokidar": "^2.0.0", - "is-negated-glob": "^1.0.0", - "just-debounce": "^1.0.0", - "object.defaults": "^1.1.0" - } - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", - "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", - "requires": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - } - }, - "global-prefix": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", - "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", - "requires": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - } - }, - "globule": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz", - "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==", - "requires": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - } - }, - "glogg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.1.tgz", - "integrity": "sha512-ynYqXLoluBKf9XGR1gA59yEJisIL7YHEH4xr3ZziHB5/yl4qWfaK8Js9jGe6gBGCSCKVqiyO30WnRZADvemUNw==", - "requires": { - "sparkles": "^1.0.0" - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" - }, - "gulp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz", - "integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=", - "requires": { - "glob-watcher": "^5.0.0", - "gulp-cli": "^2.0.0", - "undertaker": "^1.0.0", - "vinyl-fs": "^3.0.0" - }, - "dependencies": { - "gulp-cli": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.0.1.tgz", - "integrity": "sha512-RxujJJdN8/O6IW2nPugl7YazhmrIEjmiVfPKrWt68r71UCaLKS71Hp0gpKT+F6qOUFtr7KqtifDKaAJPRVvMYQ==", - "requires": { - "ansi-colors": "^1.0.1", - "archy": "^1.0.0", - "array-sort": "^1.0.0", - "color-support": "^1.1.3", - "concat-stream": "^1.6.0", - "copy-props": "^2.0.1", - "fancy-log": "^1.3.2", - "gulplog": "^1.0.0", - "interpret": "^1.1.0", - "isobject": "^3.0.1", - "liftoff": "^2.5.0", - "matchdep": "^2.0.0", - "mute-stdout": "^1.0.0", - "pretty-hrtime": "^1.0.0", - "replace-homedir": "^1.0.0", - "semver-greatest-satisfied-range": "^1.1.0", - "v8flags": "^3.0.1", - "yargs": "^7.1.0" - } - } - } - }, - "gulp-exec": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/gulp-exec/-/gulp-exec-2.1.3.tgz", - "integrity": "sha1-RgpOyN+GhB0XOLx0lYxo5XaTQtk=", - "requires": { - "gulp-util": "^3.0.7", - "gulplog": "^1.0.0", - "through2": "^2.0.1" - } - }, - "gulp-sass": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-4.0.2.tgz", - "integrity": "sha512-q8psj4+aDrblJMMtRxihNBdovfzGrXJp1l4JU0Sz4b/Mhsi2DPrKFYCGDwjIWRENs04ELVHxdOJQ7Vs98OFohg==", - "requires": { - "chalk": "^2.3.0", - "lodash.clonedeep": "^4.3.2", - "node-sass": "^4.8.3", - "plugin-error": "^1.0.1", - "replace-ext": "^1.0.0", - "strip-ansi": "^4.0.0", - "through2": "^2.0.0", - "vinyl-sourcemaps-apply": "^0.2.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "requires": { - "ansi-regex": "^3.0.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "gulp-util": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", - "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=", - "requires": { - "array-differ": "^1.0.0", - "array-uniq": "^1.0.2", - "beeper": "^1.0.0", - "chalk": "^1.0.0", - "dateformat": "^2.0.0", - "fancy-log": "^1.1.0", - "gulplog": "^1.0.0", - "has-gulplog": "^0.1.0", - "lodash._reescape": "^3.0.0", - "lodash._reevaluate": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.template": "^3.0.0", - "minimist": "^1.1.0", - "multipipe": "^0.1.2", - "object-assign": "^3.0.0", - "replace-ext": "0.0.1", - "through2": "^2.0.0", - "vinyl": "^0.5.0" - }, - "dependencies": { - "clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=" - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=" - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=" - }, - "vinyl": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", - "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", - "requires": { - "clone": "^1.0.0", - "clone-stats": "^0.0.1", - "replace-ext": "0.0.1" - } - } - } - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", - "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", - "requires": { - "glogg": "^1.0.0" - } - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "has-gulplog": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", - "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", - "requires": { - "sparkles": "^1.0.0" - } - }, - "has-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", - "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" - }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } - }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "homedir-polyfill": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", - "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", - "requires": { - "parse-passwd": "^1.0.0" - } - }, - "hosted-git-info": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", - "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==" - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "in-publish": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz", - "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==" - }, - "indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", - "requires": { - "repeating": "^2.0.0" - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" - }, - "interpret": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz", - "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=" - }, - "invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", - "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" - }, - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", - "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", - "requires": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "requires": { - "binary-extensions": "^1.0.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "is-builtin-module": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", - "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", - "requires": { - "builtin-modules": "^1.0.0" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" - }, - "is-finite": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", - "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", - "integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=" - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "requires": { - "isobject": "^3.0.1" - } - }, - "is-relative": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", - "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", - "requires": { - "is-unc-path": "^1.0.0" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "is-unc-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", - "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", - "requires": { - "unc-path-regex": "^0.1.2" - } - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", - "integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=" - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==" - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "json-stable-stringify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", - "requires": { - "jsonify": "~0.0.0" - } - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "just-debounce": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.0.0.tgz", - "integrity": "sha1-h/zPrv/AtozRnVX2cilD+SnqNeo=" - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" - }, - "last-run": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz", - "integrity": "sha1-RblpQsF7HHnHchmCWbqUO+v4yls=", - "requires": { - "default-resolution": "^2.0.0", - "es6-weak-map": "^2.0.1" - } - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", - "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", - "requires": { - "readable-stream": "^2.0.5" - } - }, - "lcid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", - "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", - "requires": { - "invert-kv": "^1.0.0" - } - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", - "integrity": "sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=", - "requires": { - "flush-write-stream": "^1.0.2" - } - }, - "liftoff": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz", - "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=", - "requires": { - "extend": "^3.0.0", - "findup-sync": "^2.0.0", - "fined": "^1.0.1", - "flagged-respawn": "^1.0.0", - "is-plain-object": "^2.0.4", - "object.map": "^1.0.0", - "rechoir": "^0.6.2", - "resolve": "^1.1.7" - } - }, - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "requires": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "dependencies": { - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" - } - } - }, - "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" - }, - "lodash._basecopy": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", - "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=" - }, - "lodash._basetostring": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", - "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=" - }, - "lodash._basevalues": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", - "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=" - }, - "lodash._getnative": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", - "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=" - }, - "lodash._isiterateecall": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", - "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=" - }, - "lodash._reescape": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", - "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=" - }, - "lodash._reevaluate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", - "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=" - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" - }, - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", - "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=" - }, - "lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", - "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", - "requires": { - "lodash._root": "^3.0.0" - } - }, - "lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", - "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=" - }, - "lodash.isarray": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", - "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=" - }, - "lodash.keys": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", - "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", - "requires": { - "lodash._getnative": "^3.0.0", - "lodash.isarguments": "^3.0.0", - "lodash.isarray": "^3.0.0" - } - }, - "lodash.restparam": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", - "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=" - }, - "lodash.template": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", - "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", - "requires": { - "lodash._basecopy": "^3.0.0", - "lodash._basetostring": "^3.0.0", - "lodash._basevalues": "^3.0.0", - "lodash._isiterateecall": "^3.0.0", - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0", - "lodash.keys": "^3.0.0", - "lodash.restparam": "^3.0.0", - "lodash.templatesettings": "^3.0.0" - } - }, - "lodash.templatesettings": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", - "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", - "requires": { - "lodash._reinterpolate": "^3.0.0", - "lodash.escape": "^3.0.0" - } - }, - "loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", - "requires": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - } - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "make-iterator": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz", - "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==", - "requires": { - "kind-of": "^6.0.2" - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=" - }, - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "requires": { - "object-visit": "^1.0.0" - } - }, - "matchdep": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", - "integrity": "sha1-xvNINKDY28OzfCfui7yyfHd1WC4=", - "requires": { - "findup-sync": "^2.0.0", - "micromatch": "^3.0.4", - "resolve": "^1.4.0", - "stack-trace": "0.0.10" - } - }, - "meow": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "requires": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" - }, - "mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", - "requires": { - "mime-db": "1.44.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "requires": { - "minimist": "^1.2.5" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "multipipe": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", - "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", - "requires": { - "duplexer2": "0.0.2" - } - }, - "mute-stdout": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz", - "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==" - }, - "nan": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", - "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - } - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", - "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" - }, - "node-gyp": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", - "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", - "requires": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "dependencies": { - "semver": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=" - } - } - }, - "node-sass": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", - "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", - "requires": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash": "^4.17.15", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.13.2", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "2.2.5", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" - } - }, - "nopt": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", - "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", - "requires": { - "abbrev": "1" - } - }, - "normalize-package-data": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", - "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", - "requires": { - "hosted-git-info": "^2.1.4", - "is-builtin-module": "^1.0.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "now-and-later": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.0.tgz", - "integrity": "sha1-vGHLtFbXnLMiB85HygUTb/Ln1u4=", - "requires": { - "once": "^1.3.2" - } - }, - "npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", - "requires": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" - }, - "object-assign": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", - "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=" - }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "object-keys": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz", - "integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==" - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "requires": { - "isobject": "^3.0.0" - } - }, - "object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", - "requires": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" - } - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", - "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=", - "requires": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - } - }, - "object.map": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", - "integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "requires": { - "isobject": "^3.0.1" - } - }, - "object.reduce": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz", - "integrity": "sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=", - "requires": { - "for-own": "^1.0.0", - "make-iterator": "^1.0.0" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "ordered-read-streams": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", - "integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=", - "requires": { - "readable-stream": "^2.0.1" - } - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" - }, - "os-locale": { - "version": "1.4.0", - "resolved": "http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", - "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", - "requires": { - "lcid": "^1.0.0" - } - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" - }, - "osenv": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "parse-filepath": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", - "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=", - "requires": { - "is-absolute": "^1.0.0", - "map-cache": "^0.2.0", - "path-root": "^0.1.1" - } - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "requires": { - "error-ex": "^1.2.0" - } - }, - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", - "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" - }, - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "requires": { - "pinkie-promise": "^2.0.0" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" - }, - "path-root": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", - "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", - "requires": { - "path-root-regex": "^0.1.0" - } - }, - "path-root-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", - "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=" - }, - "path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "requires": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "requires": { - "pinkie": "^2.0.0" - } - }, - "plugin-error": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz", - "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==", - "requires": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - } - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=" - }, - "process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" - }, - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" - }, - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", - "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", - "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", - "requires": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "requires": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - } - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", - "requires": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - } - }, - "readable-stream": { - "version": "2.3.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", - "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "process-nextick-args": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", - "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" - } - } - }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "requires": { - "resolve": "^1.1.6" - } - }, - "redent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", - "requires": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - } - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", - "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", - "requires": { - "is-buffer": "^1.1.5", - "is-utf8": "^0.2.1" - } - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", - "integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=", - "requires": { - "remove-bom-buffer": "^3.0.0", - "safe-buffer": "^5.1.0", - "through2": "^2.0.3" - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "repeat-element": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", - "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" - }, - "repeating": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", - "requires": { - "is-finite": "^1.0.0" - } - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" - }, - "replace-homedir": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", - "integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=", - "requires": { - "homedir-polyfill": "^1.0.1", - "is-absolute": "^1.0.0", - "remove-trailing-separator": "^1.1.0" - } - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" - }, - "require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", - "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" - }, - "resolve": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz", - "integrity": "sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==", - "requires": { - "path-parse": "^1.0.5" - } - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", - "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", - "requires": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - } - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", - "integrity": "sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=", - "requires": { - "value-or-function": "^3.0.0" - } - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" - }, - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { - "glob": "^7.1.3" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "requires": { - "ret": "~0.1.10" - } - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "sass-graph": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz", - "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==", - "requires": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "requires": { - "locate-path": "^3.0.0" - } - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "scss-tokenizer": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", - "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", - "requires": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - }, - "dependencies": { - "source-map": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", - "requires": { - "amdefine": ">=0.0.4" - } - } - } - }, - "semver": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz", - "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==" - }, - "semver-greatest-satisfied-range": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz", - "integrity": "sha1-E+jCZYq5aRywzXEJMkAoDTb3els=", - "requires": { - "sver-compat": "^1.5.0" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - }, - "source-map-resolve": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz", - "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", - "requires": { - "atob": "^2.1.1", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "source-map-url": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", - "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" - }, - "sparkles": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz", - "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==" - }, - "spdx-correct": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz", - "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==", - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz", - "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==" - }, - "spdx-expression-parse": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", - "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.1.tgz", - "integrity": "sha512-TfOfPcYGBB5sDuPn3deByxPhmfegAhpDYKSOXZQN81Oyrrif8ZCodOLzK3AesELnCx03kikhyDwh0pfvvQvF8w==" - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "requires": { - "extend-shallow": "^3.0.0" - } - }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" - }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "stdout-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", - "requires": { - "readable-stream": "^2.0.1" - } - }, - "stream-exhaust": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", - "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==" - }, - "stream-shift": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", - "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "requires": { - "is-utf8": "^0.2.0" - } - }, - "strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", - "requires": { - "get-stdin": "^4.0.1" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" - }, - "sver-compat": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz", - "integrity": "sha1-PPh9/rTQe0o/FIJ7wYaz/QxkXNg=", - "requires": { - "es6-iterator": "^2.0.1", - "es6-symbol": "^3.1.1" - } - }, - "tar": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", - "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", - "requires": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - } - }, - "through2": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", - "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", - "requires": { - "readable-stream": "^2.1.5", - "xtend": "~4.0.1" - } - }, - "through2-filter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", - "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", - "requires": { - "through2": "~2.0.0", - "xtend": "~4.0.0" - } - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", - "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=" - }, - "to-absolute-glob": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", - "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=", - "requires": { - "is-absolute": "^1.0.0", - "is-negated-glob": "^1.0.0" - } - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", - "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=", - "requires": { - "through2": "^2.0.3" - } - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=" - }, - "true-case-path": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", - "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", - "requires": { - "glob": "^7.1.2" - } - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" - }, - "unc-path-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", - "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=" - }, - "undertaker": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.0.tgz", - "integrity": "sha1-M52kZGJS0ILcN45wgGcpl1DhG0k=", - "requires": { - "arr-flatten": "^1.0.1", - "arr-map": "^2.0.0", - "bach": "^1.0.0", - "collection-map": "^1.0.0", - "es6-weak-map": "^2.0.1", - "last-run": "^1.1.0", - "object.defaults": "^1.0.0", - "object.reduce": "^1.0.0", - "undertaker-registry": "^1.0.0" - } - }, - "undertaker-registry": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz", - "integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=" - }, - "union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "requires": { - "json-stable-stringify": "^1.0.0", - "through2-filter": "^2.0.0" - } - }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" - } - } - }, - "upath": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" - }, - "uri-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", - "requires": { - "punycode": "^2.1.0" - } - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - }, - "v8flags": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.1.tgz", - "integrity": "sha512-iw/1ViSEaff8NJ3HLyEjawk/8hjJib3E7pvG4pddVXfUg1983s3VGsiClDjhK64MQVDGqc1Q8r18S4VKQZS9EQ==", - "requires": { - "homedir-polyfill": "^1.0.1" - } - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", - "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=" - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "vinyl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", - "integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==", - "requires": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - } - }, - "vinyl-fs": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", - "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", - "requires": { - "fs-mkdirp-stream": "^1.0.0", - "glob-stream": "^6.1.0", - "graceful-fs": "^4.0.0", - "is-valid-glob": "^1.0.0", - "lazystream": "^1.0.0", - "lead": "^1.0.0", - "object.assign": "^4.0.4", - "pumpify": "^1.3.5", - "readable-stream": "^2.3.3", - "remove-bom-buffer": "^3.0.0", - "remove-bom-stream": "^1.2.0", - "resolve-options": "^1.1.0", - "through2": "^2.0.0", - "to-through": "^2.0.0", - "value-or-function": "^3.0.0", - "vinyl": "^2.0.0", - "vinyl-sourcemap": "^1.1.0" - } - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", - "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=", - "requires": { - "append-buffer": "^1.0.2", - "convert-source-map": "^1.5.0", - "graceful-fs": "^4.1.6", - "normalize-path": "^2.1.1", - "now-and-later": "^2.0.0", - "remove-bom-buffer": "^3.0.0", - "vinyl": "^2.0.0" - } - }, - "vinyl-sourcemaps-apply": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz", - "integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=", - "requires": { - "source-map": "^0.5.1" - } - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "requires": { - "isexe": "^2.0.0" - } - }, - "which-module": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", - "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=" - }, - "wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", - "requires": { - "string-width": "^1.0.2 || 2" - } - }, - "wrap-ansi": { - "version": "2.1.0", - "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "requires": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "xtend": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", - "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=" - }, - "y18n": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", - "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" - }, - "yargs": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz", - "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", - "requires": { - "camelcase": "^3.0.0", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "get-caller-file": "^1.0.1", - "os-locale": "^1.4.0", - "read-pkg-up": "^1.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^1.0.2", - "which-module": "^1.0.0", - "y18n": "^3.2.1", - "yargs-parser": "^5.0.0" - } - }, - "yargs-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", - "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", - "requires": { - "camelcase": "^3.0.0" - } - } - } -} diff --git a/.themes/Dracula GTK/package.json b/.themes/Dracula GTK/package.json deleted file mode 100644 index a6739f8df..000000000 --- a/.themes/Dracula GTK/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Ant", - "version": "1.0.0", - "description": "A flat and light theme with a modern look", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/EliverLara/Ant.git" - }, - "keywords": [], - "author": "", - "license": "ISC", - "bugs": { - "url": "https://github.com/EliverLara/Ant/issues" - }, - "homepage": "https://github.com/EliverLara/Ant#readme", - "dependencies": { - "gulp": "^4.0.0", - "gulp-exec": "^2.1.3", - "gulp-sass": "^4.0.2" - } -} diff --git a/.themes/Dracula GTK/screenshot.png b/.themes/Dracula GTK/screenshot.png deleted file mode 100644 index 37104e3a3..000000000 Binary files a/.themes/Dracula GTK/screenshot.png and /dev/null differ diff --git a/.themes/Dracula GTK/src/render-wm-assets-hidpi.py b/.themes/Dracula GTK/src/render-wm-assets-hidpi.py deleted file mode 100755 index fb2481360..000000000 --- a/.themes/Dracula GTK/src/render-wm-assets-hidpi.py +++ /dev/null @@ -1,180 +0,0 @@ -#!/usr/bin/python3 - -# Thanks to the GNOME theme nerds for the original source of this script - -import os -import sys -import xml.sax -import subprocess - -INKSCAPE = '/usr/bin/inkscape' -OPTIPNG = '/usr/bin/optipng' -MAINDIR = '../' -SRC = os.path.join('.', 'wm') - -inkscape_process = None - - -def optimize_png(png_file): - if os.path.exists(OPTIPNG): - process = subprocess.Popen([OPTIPNG, '-quiet', '-o7', png_file]) - process.wait() - - -def wait_for_prompt(process, command=None): - if command is not None: - process.stdin.write((command+'\n').encode('utf-8')) - - # This is kinda ugly ... - # Wait for just a '>', or '\n>' if some other char appearead first - output = process.stdout.read(1) - if output == b'>': - return - - output += process.stdout.read(1) - while output != b'\n>': - output += process.stdout.read(1) - output = output[1:] - - -def start_inkscape(): - process = subprocess.Popen( - [INKSCAPE, '--shell'], - bufsize=0, stdin=subprocess.PIPE, stdout=subprocess.PIPE - ) - wait_for_prompt(process) - return process - - -def inkscape_render_rect(icon_file, rect, output_file): - global inkscape_process - if inkscape_process is None: - inkscape_process = start_inkscape() - wait_for_prompt(inkscape_process, - '--export-dpi=180 %s -i %s -e %s' % (icon_file, rect, output_file) - ) - optimize_png(output_file) - - -class ContentHandler(xml.sax.ContentHandler): - ROOT = 0 - SVG = 1 - LAYER = 2 - OTHER = 3 - TEXT = 4 - - def __init__(self, path, force=False, filter=None): - self.stack = [self.ROOT] - self.inside = [self.ROOT] - self.path = path - self.rects = [] - self.state = self.ROOT - self.chars = "" - self.force = force - self.filter = filter - - def endDocument(self): - pass - - def startElement(self, name, attrs): - if self.inside[-1] == self.ROOT: - if name == "svg": - self.stack.append(self.SVG) - self.inside.append(self.SVG) - return - elif self.inside[-1] == self.SVG: - if (name == "g" and ('inkscape:groupmode' in attrs) and ('inkscape:label' in attrs) - and attrs['inkscape:groupmode'] == 'layer' and attrs['inkscape:label'].startswith('Baseplate')): - self.stack.append(self.LAYER) - self.inside.append(self.LAYER) - self.context = None - self.icon_name = None - self.rects = [] - return - elif self.inside[-1] == self.LAYER: - if name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'context': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text='context' - self.chars = "" - return - elif name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'icon-name': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text = 'icon-name' - self.chars = "" - return - elif name == "rect": - self.rects.append(attrs) - - self.stack.append(self.OTHER) - - def endElement(self, name): - stacked = self.stack.pop() - if self.inside[-1] == stacked: - self.inside.pop() - - if stacked == self.TEXT and self.text is not None: - assert self.text in ['context', 'icon-name'] - if self.text == 'context': - self.context = self.chars - elif self.text == 'icon-name': - self.icon_name = self.chars - self.text = None - elif stacked == self.LAYER: - assert self.icon_name - assert self.context - - if self.filter is not None and not self.icon_name in self.filter: - return - - print (self.context, self.icon_name) - for rect in self.rects: - width = rect['width'] - height = rect['height'] - id = rect['id'] - - dir = os.path.join(MAINDIR, self.context) - outfile = os.path.join(dir, self.icon_name+'.png') - if not os.path.exists(dir): - os.makedirs(dir) - # Do a time based check! - if self.force or not os.path.exists(outfile): - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - stat_in = os.stat(self.path) - stat_out = os.stat(outfile) - if stat_in.st_mtime > stat_out.st_mtime: - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - sys.stdout.write('-') - sys.stdout.flush() - sys.stdout.write('\n') - sys.stdout.flush() - - def characters(self, chars): - self.chars += chars.strip() - -if len(sys.argv) == 1: - if not os.path.exists(MAINDIR): - os.mkdir(MAINDIR) - print ('Rendering from SVGs in', SRC) - for file in os.listdir(SRC): - if file[-4:] == '.svg': - file = os.path.join(SRC, file) - handler = ContentHandler(file) - xml.sax.parse(open(file), handler) -else: - file = os.path.join(SRC, sys.argv[1] + '.svg') - if len(sys.argv) > 2: - icons = sys.argv[2:] - else: - icons = None - if os.path.exists(os.path.join(file)): - handler = ContentHandler(file, True, filter=icons) - xml.sax.parse(open(file), handler) - else: - print ("Error: No such file", file) - sys.exit(1) diff --git a/.themes/Dracula GTK/src/render-wm-assets.py b/.themes/Dracula GTK/src/render-wm-assets.py deleted file mode 100755 index 2891c29cf..000000000 --- a/.themes/Dracula GTK/src/render-wm-assets.py +++ /dev/null @@ -1,180 +0,0 @@ -#!/usr/bin/python3 - -# Thanks to the GNOME theme nerds for the original source of this script - -import os -import sys -import xml.sax -import subprocess - -INKSCAPE = '/usr/bin/inkscape' -OPTIPNG = '/usr/bin/optipng' -MAINDIR = '../' -SRC = os.path.join('.', 'wm') - -inkscape_process = None - - -def optimize_png(png_file): - if os.path.exists(OPTIPNG): - process = subprocess.Popen([OPTIPNG, '-quiet', '-o7', png_file]) - process.wait() - - -def wait_for_prompt(process, command=None): - if command is not None: - process.stdin.write((command+'\n').encode('utf-8')) - - # This is kinda ugly ... - # Wait for just a '>', or '\n>' if some other char appearead first - output = process.stdout.read(1) - if output == b'>': - return - - output += process.stdout.read(1) - while output != b'\n>': - output += process.stdout.read(1) - output = output[1:] - - -def start_inkscape(): - process = subprocess.Popen( - [INKSCAPE, '--shell'], - bufsize=0, stdin=subprocess.PIPE, stdout=subprocess.PIPE - ) - wait_for_prompt(process) - return process - - -def inkscape_render_rect(icon_file, rect, output_file): - global inkscape_process - if inkscape_process is None: - inkscape_process = start_inkscape() - wait_for_prompt(inkscape_process, - '%s -i %s -e %s' % (icon_file, rect, output_file) - ) - optimize_png(output_file) - - -class ContentHandler(xml.sax.ContentHandler): - ROOT = 0 - SVG = 1 - LAYER = 2 - OTHER = 3 - TEXT = 4 - - def __init__(self, path, force=False, filter=None): - self.stack = [self.ROOT] - self.inside = [self.ROOT] - self.path = path - self.rects = [] - self.state = self.ROOT - self.chars = "" - self.force = force - self.filter = filter - - def endDocument(self): - pass - - def startElement(self, name, attrs): - if self.inside[-1] == self.ROOT: - if name == "svg": - self.stack.append(self.SVG) - self.inside.append(self.SVG) - return - elif self.inside[-1] == self.SVG: - if (name == "g" and ('inkscape:groupmode' in attrs) and ('inkscape:label' in attrs) - and attrs['inkscape:groupmode'] == 'layer' and attrs['inkscape:label'].startswith('Baseplate')): - self.stack.append(self.LAYER) - self.inside.append(self.LAYER) - self.context = None - self.icon_name = None - self.rects = [] - return - elif self.inside[-1] == self.LAYER: - if name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'context': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text='context' - self.chars = "" - return - elif name == "text" and ('inkscape:label' in attrs) and attrs['inkscape:label'] == 'icon-name': - self.stack.append(self.TEXT) - self.inside.append(self.TEXT) - self.text = 'icon-name' - self.chars = "" - return - elif name == "rect": - self.rects.append(attrs) - - self.stack.append(self.OTHER) - - def endElement(self, name): - stacked = self.stack.pop() - if self.inside[-1] == stacked: - self.inside.pop() - - if stacked == self.TEXT and self.text is not None: - assert self.text in ['context', 'icon-name'] - if self.text == 'context': - self.context = self.chars - elif self.text == 'icon-name': - self.icon_name = self.chars - self.text = None - elif stacked == self.LAYER: - assert self.icon_name - assert self.context - - if self.filter is not None and not self.icon_name in self.filter: - return - - print (self.context, self.icon_name) - for rect in self.rects: - width = rect['width'] - height = rect['height'] - id = rect['id'] - - dir = os.path.join(MAINDIR, self.context) - outfile = os.path.join(dir, self.icon_name+'.png') - if not os.path.exists(dir): - os.makedirs(dir) - # Do a time based check! - if self.force or not os.path.exists(outfile): - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - stat_in = os.stat(self.path) - stat_out = os.stat(outfile) - if stat_in.st_mtime > stat_out.st_mtime: - inkscape_render_rect(self.path, id, outfile) - sys.stdout.write('.') - else: - sys.stdout.write('-') - sys.stdout.flush() - sys.stdout.write('\n') - sys.stdout.flush() - - def characters(self, chars): - self.chars += chars.strip() - -if len(sys.argv) == 1: - if not os.path.exists(MAINDIR): - os.mkdir(MAINDIR) - print ('Rendering from SVGs in', SRC) - for file in os.listdir(SRC): - if file[-4:] == '.svg': - file = os.path.join(SRC, file) - handler = ContentHandler(file) - xml.sax.parse(open(file), handler) -else: - file = os.path.join(SRC, sys.argv[1] + '.svg') - if len(sys.argv) > 2: - icons = sys.argv[2:] - else: - icons = None - if os.path.exists(os.path.join(file)): - handler = ContentHandler(file, True, filter=icons) - xml.sax.parse(open(file), handler) - else: - print ("Error: No such file", file) - sys.exit(1) diff --git a/.themes/Dracula GTK/src/wm/wm-assets.svg b/.themes/Dracula GTK/src/wm/wm-assets.svg deleted file mode 100755 index f4f9bfc1f..000000000 --- a/.themes/Dracula GTK/src/wm/wm-assets.svg +++ /dev/null @@ -1,3235 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90" - inkscape:export-xdpi="90" - width="240" - height="240" - id="svg11300" - sodipodi:version="0.32" - inkscape:version="0.92.4 (unknown)" - sodipodi:docname="wm-assets.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape" - version="1.0" - style="display:inline;enable-background:new" - inkscape:export-filename="/home/sam/Projects/Paper/gtk-theme-wm-assets.png"> - <title - id="title3004">Moka Icon Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Sam Hewitt - - - - - Moka Icon Theme Template - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/src/wm_controls.fish b/.themes/Dracula GTK/src/wm_controls.fish deleted file mode 100644 index e4bef2e80..000000000 --- a/.themes/Dracula GTK/src/wm_controls.fish +++ /dev/null @@ -1,5 +0,0 @@ -set -l wm 'close' 'close_prelight' 'close_unfocused' 'min' 'min_prelight' 'maximize' 'maximize_prelight' -set -l path '../assets/' -for item in $wm - inkscape -z $path$item.svg -e $path$item@2.png --export-dpi=192; optipng -o7 --quiet $path$item@2.png -end diff --git a/.themes/Dracula GTK/unity/close.png b/.themes/Dracula GTK/unity/close.png deleted file mode 100644 index 84ef3911b..000000000 Binary files a/.themes/Dracula GTK/unity/close.png and /dev/null differ diff --git a/.themes/Dracula GTK/unity/close.svg b/.themes/Dracula GTK/unity/close.svg deleted file mode 100755 index b9c364e75..000000000 --- a/.themes/Dracula GTK/unity/close.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/close_focused_normal.svg b/.themes/Dracula GTK/unity/close_focused_normal.svg deleted file mode 100755 index b9c364e75..000000000 --- a/.themes/Dracula GTK/unity/close_focused_normal.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/close_focused_prelight.svg b/.themes/Dracula GTK/unity/close_focused_prelight.svg deleted file mode 100644 index 88731219e..000000000 --- a/.themes/Dracula GTK/unity/close_focused_prelight.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/close_focused_pressed.svg b/.themes/Dracula GTK/unity/close_focused_pressed.svg deleted file mode 100644 index e4feac120..000000000 --- a/.themes/Dracula GTK/unity/close_focused_pressed.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/close_unfocused.svg b/.themes/Dracula GTK/unity/close_unfocused.svg deleted file mode 100755 index 825e8135c..000000000 --- a/.themes/Dracula GTK/unity/close_unfocused.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/close_unfocused_prelight.svg b/.themes/Dracula GTK/unity/close_unfocused_prelight.svg deleted file mode 100644 index 88731219e..000000000 --- a/.themes/Dracula GTK/unity/close_unfocused_prelight.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/close_unfocused_pressed.svg b/.themes/Dracula GTK/unity/close_unfocused_pressed.svg deleted file mode 100644 index e4feac120..000000000 --- a/.themes/Dracula GTK/unity/close_unfocused_pressed.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/maximize.svg b/.themes/Dracula GTK/unity/maximize.svg deleted file mode 100755 index 42a2996ef..000000000 --- a/.themes/Dracula GTK/unity/maximize.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/maximize_focused_normal.svg b/.themes/Dracula GTK/unity/maximize_focused_normal.svg deleted file mode 100755 index 42a2996ef..000000000 --- a/.themes/Dracula GTK/unity/maximize_focused_normal.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/maximize_focused_prelight.svg b/.themes/Dracula GTK/unity/maximize_focused_prelight.svg deleted file mode 100644 index 7ef5c70f0..000000000 --- a/.themes/Dracula GTK/unity/maximize_focused_prelight.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/maximize_focused_pressed.svg b/.themes/Dracula GTK/unity/maximize_focused_pressed.svg deleted file mode 100644 index 0759e3d35..000000000 --- a/.themes/Dracula GTK/unity/maximize_focused_pressed.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/maximize_unfocused.svg b/.themes/Dracula GTK/unity/maximize_unfocused.svg deleted file mode 100755 index 825e8135c..000000000 --- a/.themes/Dracula GTK/unity/maximize_unfocused.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/maximize_unfocused_prelight.svg b/.themes/Dracula GTK/unity/maximize_unfocused_prelight.svg deleted file mode 100644 index 7ef5c70f0..000000000 --- a/.themes/Dracula GTK/unity/maximize_unfocused_prelight.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/maximize_unfocused_pressed.svg b/.themes/Dracula GTK/unity/maximize_unfocused_pressed.svg deleted file mode 100644 index 0759e3d35..000000000 --- a/.themes/Dracula GTK/unity/maximize_unfocused_pressed.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/minimize.svg b/.themes/Dracula GTK/unity/minimize.svg deleted file mode 100755 index 65128a434..000000000 --- a/.themes/Dracula GTK/unity/minimize.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/minimize_focused_normal.svg b/.themes/Dracula GTK/unity/minimize_focused_normal.svg deleted file mode 100755 index 65128a434..000000000 --- a/.themes/Dracula GTK/unity/minimize_focused_normal.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/minimize_focused_prelight.svg b/.themes/Dracula GTK/unity/minimize_focused_prelight.svg deleted file mode 100644 index 825271289..000000000 --- a/.themes/Dracula GTK/unity/minimize_focused_prelight.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/minimize_focused_pressed.svg b/.themes/Dracula GTK/unity/minimize_focused_pressed.svg deleted file mode 100644 index df230d937..000000000 --- a/.themes/Dracula GTK/unity/minimize_focused_pressed.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/minimize_unfocused.svg b/.themes/Dracula GTK/unity/minimize_unfocused.svg deleted file mode 100755 index 825e8135c..000000000 --- a/.themes/Dracula GTK/unity/minimize_unfocused.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/minimize_unfocused_prelight.svg b/.themes/Dracula GTK/unity/minimize_unfocused_prelight.svg deleted file mode 100644 index 825271289..000000000 --- a/.themes/Dracula GTK/unity/minimize_unfocused_prelight.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/minimize_unfocused_pressed.svg b/.themes/Dracula GTK/unity/minimize_unfocused_pressed.svg deleted file mode 100644 index df230d937..000000000 --- a/.themes/Dracula GTK/unity/minimize_unfocused_pressed.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/unmaximize.svg b/.themes/Dracula GTK/unity/unmaximize.svg deleted file mode 100755 index 42a2996ef..000000000 --- a/.themes/Dracula GTK/unity/unmaximize.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/unmaximize_focused_normal.svg b/.themes/Dracula GTK/unity/unmaximize_focused_normal.svg deleted file mode 100755 index 42a2996ef..000000000 --- a/.themes/Dracula GTK/unity/unmaximize_focused_normal.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/unmaximize_focused_prelight.svg b/.themes/Dracula GTK/unity/unmaximize_focused_prelight.svg deleted file mode 100644 index 7ef5c70f0..000000000 --- a/.themes/Dracula GTK/unity/unmaximize_focused_prelight.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/unmaximize_focused_pressed.svg b/.themes/Dracula GTK/unity/unmaximize_focused_pressed.svg deleted file mode 100644 index 0759e3d35..000000000 --- a/.themes/Dracula GTK/unity/unmaximize_focused_pressed.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/unmaximize_unfocused.svg b/.themes/Dracula GTK/unity/unmaximize_unfocused.svg deleted file mode 100755 index 825e8135c..000000000 --- a/.themes/Dracula GTK/unity/unmaximize_unfocused.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/unmaximize_unfocused_prelight.svg b/.themes/Dracula GTK/unity/unmaximize_unfocused_prelight.svg deleted file mode 100644 index 7ef5c70f0..000000000 --- a/.themes/Dracula GTK/unity/unmaximize_unfocused_prelight.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/unity/unmaximize_unfocused_pressed.svg b/.themes/Dracula GTK/unity/unmaximize_unfocused_pressed.svg deleted file mode 100644 index 0759e3d35..000000000 --- a/.themes/Dracula GTK/unity/unmaximize_unfocused_pressed.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/bottom-active.svg b/.themes/Dracula GTK/xfwm4/assets/bottom-active.svg deleted file mode 100644 index a7e44a0c5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/bottom-active.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/bottom-left-active.svg b/.themes/Dracula GTK/xfwm4/assets/bottom-left-active.svg deleted file mode 100644 index e1f5efc2a..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/bottom-left-active.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/bottom-right-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/bottom-right-inactive.svg deleted file mode 100644 index 9f85cf03b..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/bottom-right-inactive.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/close-active.svg b/.themes/Dracula GTK/xfwm4/assets/close-active.svg deleted file mode 100644 index a5d6d2dd0..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/close-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/close-inactive.svg deleted file mode 100644 index ccbe18367..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/close-inactive.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/close-prelight.svg b/.themes/Dracula GTK/xfwm4/assets/close-prelight.svg deleted file mode 100644 index f03c8adba..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/close-prelight.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/close-pressed.svg b/.themes/Dracula GTK/xfwm4/assets/close-pressed.svg deleted file mode 100644 index f03c8adba..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/close-pressed.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/hide-active.svg b/.themes/Dracula GTK/xfwm4/assets/hide-active.svg deleted file mode 100644 index c87ff6eaf..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/hide-active.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/hide-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/hide-inactive.svg deleted file mode 100644 index ccbe18367..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/hide-inactive.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/hide-prelight.svg b/.themes/Dracula GTK/xfwm4/assets/hide-prelight.svg deleted file mode 100644 index 31a6fa8d8..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/hide-prelight.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/hide-pressed.svg b/.themes/Dracula GTK/xfwm4/assets/hide-pressed.svg deleted file mode 100644 index 31a6fa8d8..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/hide-pressed.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/maximize-active.svg b/.themes/Dracula GTK/xfwm4/assets/maximize-active.svg deleted file mode 100644 index e857c03a0..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/maximize-active.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/maximize-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/maximize-inactive.svg deleted file mode 100644 index ccbe18367..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/maximize-inactive.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/maximize-prelight.svg b/.themes/Dracula GTK/xfwm4/assets/maximize-prelight.svg deleted file mode 100644 index 207664ece..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/maximize-prelight.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/maximize-pressed.svg b/.themes/Dracula GTK/xfwm4/assets/maximize-pressed.svg deleted file mode 100644 index 207664ece..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/maximize-pressed.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/menu-active.svg b/.themes/Dracula GTK/xfwm4/assets/menu-active.svg deleted file mode 100644 index 7eb6772fc..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/menu-active.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/menu-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/menu-inactive.svg deleted file mode 100644 index a08afdfe3..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/menu-inactive.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/menu-prelight.svg b/.themes/Dracula GTK/xfwm4/assets/menu-prelight.svg deleted file mode 100644 index 2c1e5b7b4..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/menu-prelight.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/menu-pressed.svg b/.themes/Dracula GTK/xfwm4/assets/menu-pressed.svg deleted file mode 100644 index 0f4e16657..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/menu-pressed.svg +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/right-active.svg b/.themes/Dracula GTK/xfwm4/assets/right-active.svg deleted file mode 100644 index a7e1bf9f5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/right-active.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/shade-active.svg b/.themes/Dracula GTK/xfwm4/assets/shade-active.svg deleted file mode 100644 index 897e78654..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/shade-active.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/shade-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/shade-inactive.svg deleted file mode 100644 index fd1d6ecf6..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/shade-inactive.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/shade-prelight.svg b/.themes/Dracula GTK/xfwm4/assets/shade-prelight.svg deleted file mode 100644 index 4b8e95540..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/shade-prelight.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/shade-pressed.svg b/.themes/Dracula GTK/xfwm4/assets/shade-pressed.svg deleted file mode 100644 index 5c7c5fbba..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/shade-pressed.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/stick-active.svg b/.themes/Dracula GTK/xfwm4/assets/stick-active.svg deleted file mode 100644 index 6452a2c83..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/stick-active.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/stick-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/stick-inactive.svg deleted file mode 100644 index 29a27de06..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/stick-inactive.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/stick-prelight.svg b/.themes/Dracula GTK/xfwm4/assets/stick-prelight.svg deleted file mode 100644 index 2fc0ebf73..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/stick-prelight.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/stick-pressed.svg b/.themes/Dracula GTK/xfwm4/assets/stick-pressed.svg deleted file mode 100644 index 91cb129c6..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/stick-pressed.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-1-active-shaded.svg b/.themes/Dracula GTK/xfwm4/assets/title-1-active-shaded.svg deleted file mode 100644 index ca5ffb52c..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-1-active-shaded.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-1-active.svg b/.themes/Dracula GTK/xfwm4/assets/title-1-active.svg deleted file mode 100644 index c581295af..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-1-active.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-1-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/title-1-inactive.svg deleted file mode 100644 index 71e4b1475..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-1-inactive.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-2-active.svg b/.themes/Dracula GTK/xfwm4/assets/title-2-active.svg deleted file mode 100644 index 09ea10095..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-2-active.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-2-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/title-2-inactive.svg deleted file mode 100644 index 33bfac207..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-2-inactive.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-3-active.svg b/.themes/Dracula GTK/xfwm4/assets/title-3-active.svg deleted file mode 100644 index 5d80eecb5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-3-active.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-3-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/title-3-inactive.svg deleted file mode 100644 index 5d80eecb5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-3-inactive.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-4-active.svg b/.themes/Dracula GTK/xfwm4/assets/title-4-active.svg deleted file mode 100644 index 5d80eecb5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-4-active.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-4-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/title-4-inactive.svg deleted file mode 100644 index 5d80eecb5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-4-inactive.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-5-active.svg b/.themes/Dracula GTK/xfwm4/assets/title-5-active.svg deleted file mode 100644 index 5d80eecb5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-5-active.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/title-5-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/title-5-inactive.svg deleted file mode 100644 index 5d80eecb5..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/title-5-inactive.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/top-left-active-shaded.svg b/.themes/Dracula GTK/xfwm4/assets/top-left-active-shaded.svg deleted file mode 100644 index 40eddd5b1..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/top-left-active-shaded.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/top-left-active.svg b/.themes/Dracula GTK/xfwm4/assets/top-left-active.svg deleted file mode 100644 index 6b9600e5d..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/top-left-active.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/top-left-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/top-left-inactive.svg deleted file mode 100644 index 9b90c139a..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/top-left-inactive.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/top-right-active-shaded.svg b/.themes/Dracula GTK/xfwm4/assets/top-right-active-shaded.svg deleted file mode 100644 index 51fd7b9f4..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/top-right-active-shaded.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/top-right-active.svg b/.themes/Dracula GTK/xfwm4/assets/top-right-active.svg deleted file mode 100644 index 628339a87..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/top-right-active.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/assets/top-right-inactive.svg b/.themes/Dracula GTK/xfwm4/assets/top-right-inactive.svg deleted file mode 100644 index dd1d3f240..000000000 --- a/.themes/Dracula GTK/xfwm4/assets/top-right-inactive.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/.themes/Dracula GTK/xfwm4/bottom-active.png b/.themes/Dracula GTK/xfwm4/bottom-active.png deleted file mode 100644 index 18242a67b..000000000 Binary files a/.themes/Dracula GTK/xfwm4/bottom-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/bottom-inactive.png b/.themes/Dracula GTK/xfwm4/bottom-inactive.png deleted file mode 120000 index d53233b1a..000000000 --- a/.themes/Dracula GTK/xfwm4/bottom-inactive.png +++ /dev/null @@ -1 +0,0 @@ -bottom-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/xfwm4/bottom-left-active.png b/.themes/Dracula GTK/xfwm4/bottom-left-active.png deleted file mode 100644 index 268e8c878..000000000 Binary files a/.themes/Dracula GTK/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/bottom-left-inactive.png b/.themes/Dracula GTK/xfwm4/bottom-left-inactive.png deleted file mode 120000 index 1305debb0..000000000 --- a/.themes/Dracula GTK/xfwm4/bottom-left-inactive.png +++ /dev/null @@ -1 +0,0 @@ -bottom-left-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/xfwm4/bottom-right-active.png b/.themes/Dracula GTK/xfwm4/bottom-right-active.png deleted file mode 120000 index fba1612dc..000000000 --- a/.themes/Dracula GTK/xfwm4/bottom-right-active.png +++ /dev/null @@ -1 +0,0 @@ -bottom-right-inactive.png \ No newline at end of file diff --git a/.themes/Dracula GTK/xfwm4/bottom-right-inactive.png b/.themes/Dracula GTK/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 6f660a69f..000000000 Binary files a/.themes/Dracula GTK/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/close-active.png b/.themes/Dracula GTK/xfwm4/close-active.png deleted file mode 100644 index bb8b3aca2..000000000 Binary files a/.themes/Dracula GTK/xfwm4/close-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/close-inactive.png b/.themes/Dracula GTK/xfwm4/close-inactive.png deleted file mode 100644 index 7197d6e67..000000000 Binary files a/.themes/Dracula GTK/xfwm4/close-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/close-prelight.png b/.themes/Dracula GTK/xfwm4/close-prelight.png deleted file mode 100644 index addfe1861..000000000 Binary files a/.themes/Dracula GTK/xfwm4/close-prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/close-pressed.png b/.themes/Dracula GTK/xfwm4/close-pressed.png deleted file mode 100644 index 2226bd24c..000000000 Binary files a/.themes/Dracula GTK/xfwm4/close-pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/hide-active.png b/.themes/Dracula GTK/xfwm4/hide-active.png deleted file mode 100644 index 136e94396..000000000 Binary files a/.themes/Dracula GTK/xfwm4/hide-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/hide-inactive.png b/.themes/Dracula GTK/xfwm4/hide-inactive.png deleted file mode 100644 index fba0222aa..000000000 Binary files a/.themes/Dracula GTK/xfwm4/hide-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/hide-prelight.png b/.themes/Dracula GTK/xfwm4/hide-prelight.png deleted file mode 100644 index 616d08527..000000000 Binary files a/.themes/Dracula GTK/xfwm4/hide-prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/hide-pressed.png b/.themes/Dracula GTK/xfwm4/hide-pressed.png deleted file mode 100644 index b588c4b79..000000000 Binary files a/.themes/Dracula GTK/xfwm4/hide-pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/left-active.png b/.themes/Dracula GTK/xfwm4/left-active.png deleted file mode 120000 index 2e5e96cde..000000000 --- a/.themes/Dracula GTK/xfwm4/left-active.png +++ /dev/null @@ -1 +0,0 @@ -right-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/xfwm4/left-inactive.png b/.themes/Dracula GTK/xfwm4/left-inactive.png deleted file mode 120000 index 2e5e96cde..000000000 --- a/.themes/Dracula GTK/xfwm4/left-inactive.png +++ /dev/null @@ -1 +0,0 @@ -right-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/xfwm4/maximize-active.png b/.themes/Dracula GTK/xfwm4/maximize-active.png deleted file mode 100644 index 03bca3a33..000000000 Binary files a/.themes/Dracula GTK/xfwm4/maximize-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/maximize-inactive.png b/.themes/Dracula GTK/xfwm4/maximize-inactive.png deleted file mode 100644 index e7c4888e5..000000000 Binary files a/.themes/Dracula GTK/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/maximize-prelight.png b/.themes/Dracula GTK/xfwm4/maximize-prelight.png deleted file mode 100644 index 472e3c422..000000000 Binary files a/.themes/Dracula GTK/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/maximize-pressed.png b/.themes/Dracula GTK/xfwm4/maximize-pressed.png deleted file mode 100644 index 472e3c422..000000000 Binary files a/.themes/Dracula GTK/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/menu-active.png b/.themes/Dracula GTK/xfwm4/menu-active.png deleted file mode 100644 index d24242ebf..000000000 Binary files a/.themes/Dracula GTK/xfwm4/menu-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/menu-inactive.png b/.themes/Dracula GTK/xfwm4/menu-inactive.png deleted file mode 100644 index 8038c3793..000000000 Binary files a/.themes/Dracula GTK/xfwm4/menu-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/menu-prelight.png b/.themes/Dracula GTK/xfwm4/menu-prelight.png deleted file mode 100644 index 36af4a53f..000000000 Binary files a/.themes/Dracula GTK/xfwm4/menu-prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/menu-pressed.png b/.themes/Dracula GTK/xfwm4/menu-pressed.png deleted file mode 100644 index f8109633a..000000000 Binary files a/.themes/Dracula GTK/xfwm4/menu-pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/render_assets.fish b/.themes/Dracula GTK/xfwm4/render_assets.fish deleted file mode 100644 index 2576548c3..000000000 --- a/.themes/Dracula GTK/xfwm4/render_assets.fish +++ /dev/null @@ -1,12 +0,0 @@ -set -l red (set_color -o red) -set -l cyan (set_color -o cyan) - -for i in assets/*; - set -l file_name (basename $i .svg) - if test -f ./$file_name'.png' - echo $red$file_name exists - else - echo $cyan'Creating '$file_name'.png' - convert -background none $i ./$file_name'.png' - end -;end diff --git a/.themes/Dracula GTK/xfwm4/right-active.png b/.themes/Dracula GTK/xfwm4/right-active.png deleted file mode 100644 index 7e5cd122a..000000000 Binary files a/.themes/Dracula GTK/xfwm4/right-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/right-inactive.png b/.themes/Dracula GTK/xfwm4/right-inactive.png deleted file mode 120000 index 2e5e96cde..000000000 --- a/.themes/Dracula GTK/xfwm4/right-inactive.png +++ /dev/null @@ -1 +0,0 @@ -right-active.png \ No newline at end of file diff --git a/.themes/Dracula GTK/xfwm4/shade-active.png b/.themes/Dracula GTK/xfwm4/shade-active.png deleted file mode 100644 index 0da3c119c..000000000 Binary files a/.themes/Dracula GTK/xfwm4/shade-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/shade-inactive.png b/.themes/Dracula GTK/xfwm4/shade-inactive.png deleted file mode 100644 index d942466a1..000000000 Binary files a/.themes/Dracula GTK/xfwm4/shade-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/shade-prelight.png b/.themes/Dracula GTK/xfwm4/shade-prelight.png deleted file mode 100644 index ead395d17..000000000 Binary files a/.themes/Dracula GTK/xfwm4/shade-prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/shade-pressed.png b/.themes/Dracula GTK/xfwm4/shade-pressed.png deleted file mode 100644 index bbea935d8..000000000 Binary files a/.themes/Dracula GTK/xfwm4/shade-pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/stick-active.png b/.themes/Dracula GTK/xfwm4/stick-active.png deleted file mode 100644 index 4850290ff..000000000 Binary files a/.themes/Dracula GTK/xfwm4/stick-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/stick-inactive.png b/.themes/Dracula GTK/xfwm4/stick-inactive.png deleted file mode 100644 index b5f9fa21f..000000000 Binary files a/.themes/Dracula GTK/xfwm4/stick-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/stick-prelight.png b/.themes/Dracula GTK/xfwm4/stick-prelight.png deleted file mode 100644 index 65131da0a..000000000 Binary files a/.themes/Dracula GTK/xfwm4/stick-prelight.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/stick-pressed.png b/.themes/Dracula GTK/xfwm4/stick-pressed.png deleted file mode 100644 index f1aae7f28..000000000 Binary files a/.themes/Dracula GTK/xfwm4/stick-pressed.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/themerc b/.themes/Dracula GTK/xfwm4/themerc deleted file mode 100644 index d7d06dbd7..000000000 --- a/.themes/Dracula GTK/xfwm4/themerc +++ /dev/null @@ -1,24 +0,0 @@ -#button_layout=O|HMC -button_offset=2 -button_spacing=2 - -full_width_title=true - -title_horizontal_offset=0 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 -title_shadow_active=false -title_shadow_inactive=false - -active_text_color=#ECEFF1 -active_text_shadow_color=#ECEFF1 -inactive_text_color=#778085 -inactive_text_shadow_color=#778085 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-4 -shadow_opacity=46 - -show_popup_shadow=true diff --git a/.themes/Dracula GTK/xfwm4/title-1-active-shaded.png b/.themes/Dracula GTK/xfwm4/title-1-active-shaded.png deleted file mode 100644 index 241f6d1bc..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-1-active-shaded.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-1-active.png b/.themes/Dracula GTK/xfwm4/title-1-active.png deleted file mode 100644 index 9db415db8..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-1-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-1-inactive.png b/.themes/Dracula GTK/xfwm4/title-1-inactive.png deleted file mode 100644 index bd1d75c38..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-2-active.png b/.themes/Dracula GTK/xfwm4/title-2-active.png deleted file mode 100644 index 5e6431266..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-2-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-2-inactive.png b/.themes/Dracula GTK/xfwm4/title-2-inactive.png deleted file mode 100644 index 5e6431266..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-3-active.png b/.themes/Dracula GTK/xfwm4/title-3-active.png deleted file mode 100644 index aabbe0afa..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-3-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-3-inactive.png b/.themes/Dracula GTK/xfwm4/title-3-inactive.png deleted file mode 100644 index 2136ff358..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-4-active.png b/.themes/Dracula GTK/xfwm4/title-4-active.png deleted file mode 100644 index eca3d83d0..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-4-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-4-inactive.png b/.themes/Dracula GTK/xfwm4/title-4-inactive.png deleted file mode 100644 index 33bce1c8a..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-5-active.png b/.themes/Dracula GTK/xfwm4/title-5-active.png deleted file mode 100644 index c43c6ed84..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-5-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/title-5-inactive.png b/.themes/Dracula GTK/xfwm4/title-5-inactive.png deleted file mode 100644 index c43c6ed84..000000000 Binary files a/.themes/Dracula GTK/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/top-left-active-shaded.png b/.themes/Dracula GTK/xfwm4/top-left-active-shaded.png deleted file mode 100644 index 306d82318..000000000 Binary files a/.themes/Dracula GTK/xfwm4/top-left-active-shaded.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/top-left-active.png b/.themes/Dracula GTK/xfwm4/top-left-active.png deleted file mode 100644 index c9d1de404..000000000 Binary files a/.themes/Dracula GTK/xfwm4/top-left-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/top-left-inactive.png b/.themes/Dracula GTK/xfwm4/top-left-inactive.png deleted file mode 100644 index bd35055ac..000000000 Binary files a/.themes/Dracula GTK/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/top-right-active-shaded.png b/.themes/Dracula GTK/xfwm4/top-right-active-shaded.png deleted file mode 100644 index a24334c55..000000000 Binary files a/.themes/Dracula GTK/xfwm4/top-right-active-shaded.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/top-right-active.png b/.themes/Dracula GTK/xfwm4/top-right-active.png deleted file mode 100644 index e209b717a..000000000 Binary files a/.themes/Dracula GTK/xfwm4/top-right-active.png and /dev/null differ diff --git a/.themes/Dracula GTK/xfwm4/top-right-inactive.png b/.themes/Dracula GTK/xfwm4/top-right-inactive.png deleted file mode 100644 index e209b717a..000000000 Binary files a/.themes/Dracula GTK/xfwm4/top-right-inactive.png and /dev/null differ