diff options
author | Indrajith | 2024-07-03 02:03:35 +0530 |
---|---|---|
committer | Indrajith | 2024-07-03 02:03:35 +0530 |
commit | 824022cd1f633c70c4d2782934251616756f4668 (patch) | |
tree | a310eb4bf72b26c2d110838b8c487daaa3537bea /.icons/kora-light-panel/panel/16/vorta-tray-active.svg | |
parent | 57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (diff) | |
download | dots-824022cd1f633c70c4d2782934251616756f4668.tar.gz dots-824022cd1f633c70c4d2782934251616756f4668.tar.bz2 dots-824022cd1f633c70c4d2782934251616756f4668.zip |
Dots Updated
* Adds GTK Themes
* Adds wlogout
* Adds tmux config
* Adds Pywal-16-colors
* Removed unwanted gtk folders
* Config Updates
* Fish
* Hyprland
* Hyprlock
* Hyprpaper
* waybar
Diffstat (limited to '.icons/kora-light-panel/panel/16/vorta-tray-active.svg')
-rw-r--r-- | .icons/kora-light-panel/panel/16/vorta-tray-active.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.icons/kora-light-panel/panel/16/vorta-tray-active.svg b/.icons/kora-light-panel/panel/16/vorta-tray-active.svg new file mode 100644 index 000000000..d459b99fc --- /dev/null +++ b/.icons/kora-light-panel/panel/16/vorta-tray-active.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; } + </style> + </defs> + <path style="fill:currentColor" class="ColorScheme-Text" d="m2 8c-1.108 0-2 .892-2 2v2c0 1.108.892 2 2 2h12c1.108 0 2-.892 2-2v-2c0-1.108-.892-2-2-2zm8 1c.574.001 1.12.248 1.5.68.379-.432.925-.679 1.5-.68 1.104 0 2 .895 2 2s-.896 2-2 2c-.575-.001-1.121-.248-1.5-.68-.38.432-.926.679-1.5.68-1.105 0-2-.895-2-2s.895-2 2-2z" /> + <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="m5.615 2c-.867 0-1.235.013-1.517.5l-4.086 5.275c.532-.476 1.225-.775 1.988-.775h12c.762 0 1.456.299 1.988.775l-4.086-5.275c-.282-.487-.65-.5-1.518-.5z" /> + <path style="fill:currentColor" class="ColorScheme-Highlight" d="m10 10c-.549 0-1 .451-1 1s.451 1 1 1c.548 0 1-.451 1-1s-.452-1-1-1zm3 0c-.549 0-1 .451-1 1s.451 1 1 1c.548 0 1-.451 1-1s-.452-1-1-1z" /> +</svg> |