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/Gruvbox-Plus-Dark/apps/symbolic/simon-symbolic.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/Gruvbox-Plus-Dark/apps/symbolic/simon-symbolic.svg')
-rw-r--r-- | .icons/Gruvbox-Plus-Dark/apps/symbolic/simon-symbolic.svg | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.icons/Gruvbox-Plus-Dark/apps/symbolic/simon-symbolic.svg b/.icons/Gruvbox-Plus-Dark/apps/symbolic/simon-symbolic.svg new file mode 100644 index 000000000..68c6bd922 --- /dev/null +++ b/.icons/Gruvbox-Plus-Dark/apps/symbolic/simon-symbolic.svg @@ -0,0 +1,48 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="16" height="16" viewBox="0 0 16 16"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#ebdbb2; } .ColorScheme-Highlight { color:#458588; } + </style> + <linearGradient id="arrongin" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#d79921"/> + <stop offset="100%" style="stop-color:#b57614"/> + </linearGradient> + <linearGradient id="aurora" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#83a598"/> + <stop offset="100%" style="stop-color:#b16286"/> + </linearGradient> + <linearGradient id="fitdance" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#8ec07c"/> + <stop offset="100%" style="stop-color:#458588"/> + </linearGradient> + <linearGradient id="oomox" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#458588"/> + <stop offset="100%" style="stop-color:#928374"/> + </linearGradient> + <linearGradient id="rainblue" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#b8bb26"/> + <stop offset="100%" style="stop-color:#076678"/> + </linearGradient> + <linearGradient id="sunrise" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#fe8019"/> + <stop offset="100%" style="stop-color:#fabd2f"/> + </linearGradient> + <linearGradient id="telinkrin" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#83a598"/> + <stop offset="100%" style="stop-color:#83a598"/> + </linearGradient> + <linearGradient id="60spsycho" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#fb4934"/> + <stop offset="25%" style="stop-color:#fabd2f"/> + <stop offset="50%" style="stop-color:#fe8019"/> + <stop offset="100%" style="stop-color:#689d6a"/> + </linearGradient> + <linearGradient id="90ssummer" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#b16286"/> + <stop offset="20%" style="stop-color:#8ec07c"/> + <stop offset="50%" style="stop-color:#fabd2f"/> + <stop offset="100%" style="stop-color:#458588"/> + </linearGradient> + </defs> + <path fill="currentColor" class="ColorScheme-Text" fill-rule="evenodd" d="M4 8C1.79086 8 0 6.20915 0 4C0 1.79086 1.79086 0 4 0C6.20915 0 8 1.79086 8 4C8 1.79086 9.79084 0 12 0C14.2092 0 16 1.79086 16 4C16 6.20915 14.2092 8 12 8C14.2092 8 16 9.79084 16 12C16 14.2092 14.2092 16 12 16C9.79084 16 8 14.2092 8 12C8 14.2092 6.20915 16 4 16C1.79086 16 0 14.2092 0 12C0 9.79084 1.79086 8 4 8ZM11.1428 8C11.1428 9.73571 9.73571 11.1428 8 11.1428C6.26429 11.1428 4.85709 9.73571 4.85709 8C4.85709 6.26429 6.26429 4.85714 8 4.85714C9.73571 4.85714 11.1428 6.26429 11.1428 8Z" clip-rule="evenodd"/> +</svg> |