diff --git a/.gitignore b/.gitignore index 2ee3cb9..c9348d0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dwm/.dwm/dwm.o dwm/.dwm/util.o dwm/.dwm/dwm dwm/.dwm/drw.o +ulauncher/.config/ulauncher/ext_preferences \ No newline at end of file diff --git a/dwm/.xinitrc b/dwm/.xinitrc index 77ce25e..39a5632 100644 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -78,6 +78,19 @@ flameshot & # Easyeffects daemon easyeffects --gapplication-service & +## Telegram daemon +telegram-desktop -startintray & + +## Caffeine-ng +caffeine >/dev/null 2>&1 & + +## Ulauncher +sleep 3 ; +ulauncher --hide-window >/dev/null 2>&1 & + +## THINKPAD-SPECIFIC +hash dockd && dockd --daemon & + # status bar $HOME/.dwm/bar.sh & diff --git a/thor/bin/magic-sysrq-enable b/thor/bin/magic-sysrq-enable new file mode 100644 index 0000000..85faada --- /dev/null +++ b/thor/bin/magic-sysrq-enable @@ -0,0 +1,3 @@ +#!/bin/sh +echo 1 | sudo tee /proc/sys/kernel/sysrq +exit \ No newline at end of file diff --git a/thor/bin/set-trackpoint-sensitivity b/thor/bin/set-trackpoint-sensitivity new file mode 100644 index 0000000..ae67829 --- /dev/null +++ b/thor/bin/set-trackpoint-sensitivity @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "100" | tee /sys/devices/platform/i8042/serio1/serio2/sensitivity +echo "75" | tee /sys/devices/platform/i8042/serio1/serio2/speed \ No newline at end of file diff --git a/thor/bin/workspaces_multimonitor b/thor/bin/workspaces_multimonitor new file mode 100644 index 0000000..a9cb750 --- /dev/null +++ b/thor/bin/workspaces_multimonitor @@ -0,0 +1,20 @@ +#!/bin/bash + +all_monitors=$(xrandr -q | awk '/ connected/ {print $1}') +default_screen=$(xrandr | awk '/ connected/ {print $1;exit;}') +extra_monitors=$(xrandr -q | awk '/ connected/ {print $1}' | grep -v $default_screen) + +#First, configure stuff with xrandr +#Get user path +[[ $(who) != "" ]] && USER=$(who | grep :0\) | cut -f 1 -d ' ') || \ +USER=$(echo /home/* | cut -f 3 -d '/') + +export DISPLAY=:0.0 +export XAUTHORITY=/home/$USER/.Xauthority + +for monitor in $extra_monitors; do + prev_mon=$(xrandr | awk '/ connected/ {print $1}' | grep -B1 "^$monitor" | grep -vE "^$monitor|^--$") + xrandr --output $monitor \ + --auto \ + --right-of $prev_mon +done \ No newline at end of file diff --git a/thor/bin/workspaces_prepare b/thor/bin/workspaces_prepare new file mode 100644 index 0000000..fa62fc0 --- /dev/null +++ b/thor/bin/workspaces_prepare @@ -0,0 +1,9 @@ +#!/bin/bash + +#First, configure stuff with xrandr +#Get user path +[[ $(who) != "" ]] && USER=$(who | grep :0\) | cut -f 1 -d ' ') || \ +USER=$(echo /home/* | cut -f 3 -d '/') + +export DISPLAY=:0.0 +export XAUTHORITY=/home/$USER/.Xauthority \ No newline at end of file diff --git a/thor/systemd_units/magic-sysrq-enabler.service b/thor/systemd_units/magic-sysrq-enabler.service new file mode 100644 index 0000000..71986be --- /dev/null +++ b/thor/systemd_units/magic-sysrq-enabler.service @@ -0,0 +1,15 @@ +[Unit] +Description=Magic Sysrq key enabler + +Wants=network.target +After=default.target + +[Service] +Type=simple +ExecStart=/usr/bin/magic-sysrq-enable +Restart=on-failure +RestartSec=10 +KillMode=process + +[Install] +WantedBy=default.target \ No newline at end of file diff --git a/thor/systemd_units/thinktrackfix.service b/thor/systemd_units/thinktrackfix.service new file mode 100644 index 0000000..032f0e0 --- /dev/null +++ b/thor/systemd_units/thinktrackfix.service @@ -0,0 +1,15 @@ +[Unit] +Description=Thinkpad Trackpoint sensitivity fix + +Wants=network.target +After=default.target + +[Service] +Type=simple +ExecStart=/usr/bin/set-trackpoint-sensitivity +Restart=on-failure +RestartSec=10 +KillMode=process + +[Install] +WantedBy=default.target \ No newline at end of file diff --git a/thor/thor-setup.sh b/thor/thor-setup.sh new file mode 100644 index 0000000..370536b --- /dev/null +++ b/thor/thor-setup.sh @@ -0,0 +1,3 @@ +#!/bin/zsh +sudo stow -t /usr/bin bin +sudo stow -t /usr/lib/systemd/user systemd_units \ No newline at end of file diff --git a/ulauncher/.config/ulauncher/extensions.json b/ulauncher/.config/ulauncher/extensions.json new file mode 100644 index 0000000..5d169ab --- /dev/null +++ b/ulauncher/.config/ulauncher/extensions.json @@ -0,0 +1,72 @@ +{ + "com.github.tchar.ulauncher-albert-calculate-anything": { + "id": "com.github.tchar.ulauncher-albert-calculate-anything", + "url": "https://github.com/tchar/ulauncher-albert-calculate-anything", + "updated_at": "2023-02-28T16:06:23.609790", + "last_commit": "ee0903174c8b87cd1f7c3b6c1acef10702547507", + "last_commit_time": "2021-08-12T06:39:56" + }, + "com.github.brpaz.ulauncher-faker": { + "id": "com.github.brpaz.ulauncher-faker", + "url": "https://github.com/brpaz/ulauncher-faker", + "updated_at": "2023-02-28T16:10:34.834967", + "last_commit": "58832c94acc671a9f603ea7fbf5d4405110bb902", + "last_commit_time": "2021-12-12T15:46:10" + }, + "com.github.rnairn01.ulauncher-meme-my-text": { + "id": "com.github.rnairn01.ulauncher-meme-my-text", + "url": "https://github.com/RNairn01/ulauncher-meme-my-text", + "updated_at": "2023-02-28T16:06:27.098878", + "last_commit": "5d62830a7a92983a731e15645831f53d48dad913", + "last_commit_time": "2021-05-07T17:29:22" + }, + "com.github.sergius02.ulauncher-colorconverter": { + "id": "com.github.sergius02.ulauncher-colorconverter", + "url": "https://github.com/sergius02/ulauncher-colorconverter", + "updated_at": "2023-02-28T16:06:28.712996", + "last_commit": "2d5e2bc17e89f1f1dc561f73e68ea574e0be844a", + "last_commit_time": "2020-12-06T20:59:43" + }, + "com.github.munim.ulauncher-ip-lookup": { + "id": "com.github.munim.ulauncher-ip-lookup", + "url": "https://github.com/munim/ulauncher-ip-lookup", + "updated_at": "2023-02-28T16:06:30.297423", + "last_commit": "2c4951a3828f9a8dde79f8bf6345f496c48e612e", + "last_commit_time": "2022-03-19T09:33:01" + }, + "com.github.zensoup.ulauncher-unicode": { + "id": "com.github.zensoup.ulauncher-unicode", + "url": "https://github.com/zensoup/ulauncher-unicode", + "updated_at": "2023-02-28T16:06:31.986146", + "last_commit": "0ad36c00a888e687b4bfbf76f266f1000040b337", + "last_commit_time": "2019-07-11T06:53:31" + }, + "com.github.tjquillan.ulauncher-system": { + "id": "com.github.tjquillan.ulauncher-system", + "url": "https://github.com/tjquillan/ulauncher-system", + "updated_at": "2023-02-28T16:06:33.355675", + "last_commit": "667613bf7bb6b4affa4f2121b58589477cd89829", + "last_commit_time": "2021-11-08T18:16:55" + }, + "com.github.ulauncher.ulauncher-emoji": { + "id": "com.github.ulauncher.ulauncher-emoji", + "url": "https://github.com/Ulauncher/ulauncher-emoji", + "updated_at": "2023-02-28T16:06:40.267981", + "last_commit": "4c6af50d1c9a24d5aad2c597634ff0c634972a5c", + "last_commit_time": "2021-08-08T19:19:59" + }, + "com.github.brpaz.ulauncher-file-search": { + "id": "com.github.brpaz.ulauncher-file-search", + "url": "https://github.com/brpaz/ulauncher-file-search", + "updated_at": "2023-02-28T16:06:41.960387", + "last_commit": "0ea61c2049b27f1ddfa81d1844876f21dd9d6e7b", + "last_commit_time": "2020-07-03T13:30:16" + }, + "com.github.isacikgoz.ukill": { + "id": "com.github.isacikgoz.ukill", + "url": "https://github.com/isacikgoz/ukill", + "updated_at": "2023-02-28T16:06:43.520826", + "last_commit": "bc50d9f41d46b6813a5aeebddd15734dcdb9d8db", + "last_commit_time": "2019-05-28T18:30:00" + } +} \ No newline at end of file diff --git a/ulauncher/.config/ulauncher/settings.json b/ulauncher/.config/ulauncher/settings.json new file mode 100644 index 0000000..19cc1a8 --- /dev/null +++ b/ulauncher/.config/ulauncher/settings.json @@ -0,0 +1,12 @@ +{ + "blacklisted-desktop-dirs": "/usr/share/locale:/usr/share/app-install:/usr/share/kservices5:/usr/share/fk5:/usr/share/kservicetypes5:/usr/share/applications/screensavers:/usr/share/kde4:/usr/share/mimelnk", + "clear-previous-query": true, + "disable-desktop-filters": false, + "grab-mouse-pointer": false, + "hotkey-show-app": "z", + "render-on-screen": "mouse-pointer-monitor", + "show-indicator-icon": true, + "show-recent-apps": "0", + "terminal-command": "", + "theme-name": "Catpuccin-Macchiato-Green" +} \ No newline at end of file diff --git a/ulauncher/.config/ulauncher/shortcuts.json b/ulauncher/.config/ulauncher/shortcuts.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/ulauncher/.config/ulauncher/shortcuts.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/manifest.json new file mode 100644 index 0000000..cf20699 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Blue", + "display_name": "Catpuccin Frappe Blue", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#8caaee", + "when_not_selected": "#8caaee" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/theme-gtk-3.20.css new file mode 100644 index 0000000..5e9f43b --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #8caaee; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/theme.css new file mode 100644 index 0000000..eac9605 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Blue/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #8caaee; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/manifest.json new file mode 100644 index 0000000..b61485f --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Flamingo", + "display_name": "Catpuccin Frappe Flamingo", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#eebebe", + "when_not_selected": "#eebebe" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/theme-gtk-3.20.css new file mode 100644 index 0000000..8467737 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #eebebe; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/theme.css new file mode 100644 index 0000000..b547c3e --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Flamingo/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #eebebe; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/manifest.json new file mode 100644 index 0000000..7dae5f2 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Green", + "display_name": "Catpuccin Frappe Green", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#a6d189", + "when_not_selected": "#a6d189" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/theme-gtk-3.20.css new file mode 100644 index 0000000..a53ac1e --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #a6d189; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/theme.css new file mode 100644 index 0000000..eed2ea3 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Green/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #a6d189; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/manifest.json new file mode 100644 index 0000000..64d0fba --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Lavender", + "display_name": "Catpuccin Frappe Lavender", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#babbf1", + "when_not_selected": "#babbf1" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/theme-gtk-3.20.css new file mode 100644 index 0000000..e808298 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #babbf1; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/theme.css new file mode 100644 index 0000000..728f863 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Lavender/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #babbf1; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/manifest.json new file mode 100644 index 0000000..8250b84 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Maroon", + "display_name": "Catpuccin Frappe Maroon", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#ea999c", + "when_not_selected": "#ea999c" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/theme-gtk-3.20.css new file mode 100644 index 0000000..d2803c4 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #ea999c; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/theme.css new file mode 100644 index 0000000..516f85a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Maroon/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #ea999c; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/manifest.json new file mode 100644 index 0000000..f77653c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Mauve", + "display_name": "Catpuccin Frappe Mauve", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#ca9ee6", + "when_not_selected": "#ca9ee6" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/theme-gtk-3.20.css new file mode 100644 index 0000000..fa2e020 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #ca9ee6; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/theme.css new file mode 100644 index 0000000..5a16b07 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Mauve/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #ca9ee6; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/manifest.json new file mode 100644 index 0000000..4339241 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Peach", + "display_name": "Catpuccin Frappe Peach", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#ef9f76", + "when_not_selected": "#ef9f76" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/theme-gtk-3.20.css new file mode 100644 index 0000000..2cdf00f --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #ef9f76; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/theme.css new file mode 100644 index 0000000..9374f2c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Peach/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #ef9f76; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/manifest.json new file mode 100644 index 0000000..4c4d197 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Pink", + "display_name": "Catpuccin Frappe Pink", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f4b8e4", + "when_not_selected": "#f4b8e4" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/theme-gtk-3.20.css new file mode 100644 index 0000000..c90425e --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f4b8e4; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/theme.css new file mode 100644 index 0000000..9228e03 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Pink/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #f4b8e4; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/manifest.json new file mode 100644 index 0000000..74bb3e1 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Red", + "display_name": "Catpuccin Frappe Red", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#e78284", + "when_not_selected": "#e78284" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/theme-gtk-3.20.css new file mode 100644 index 0000000..2d7bdd9 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #e78284; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/theme.css new file mode 100644 index 0000000..4e6cfd6 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Red/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #e78284; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/manifest.json new file mode 100644 index 0000000..b75ce3b --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Rosewater", + "display_name": "Catpuccin Frappe Rosewater", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f2d5cf", + "when_not_selected": "#f2d5cf" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/theme-gtk-3.20.css new file mode 100644 index 0000000..9661245 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f2d5cf; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/theme.css new file mode 100644 index 0000000..f7d57fd --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Rosewater/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #f2d5cf; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/manifest.json new file mode 100644 index 0000000..f11b265 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Sapphire", + "display_name": "Catpuccin Frappe Sapphire", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#85c1dc", + "when_not_selected": "#85c1dc" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/theme-gtk-3.20.css new file mode 100644 index 0000000..fe4d6d9 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #85c1dc; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/theme.css new file mode 100644 index 0000000..5e494e5 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sapphire/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #85c1dc; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/manifest.json new file mode 100644 index 0000000..d745d6f --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Sky", + "display_name": "Catpuccin Frappe Sky", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#99d1db", + "when_not_selected": "#99d1db" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/theme-gtk-3.20.css new file mode 100644 index 0000000..c532769 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #99d1db; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/theme.css new file mode 100644 index 0000000..14a8b41 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Sky/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #99d1db; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/manifest.json new file mode 100644 index 0000000..5f97e99 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Teal", + "display_name": "Catpuccin Frappe Teal", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#81c8be", + "when_not_selected": "#81c8be" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/theme-gtk-3.20.css new file mode 100644 index 0000000..5ca0202 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #81c8be; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/theme.css new file mode 100644 index 0000000..e29fe72 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Teal/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #81c8be; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/manifest.json new file mode 100644 index 0000000..b02092c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Frappe-Yellow", + "display_name": "Catpuccin Frappe Yellow", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#e5c890", + "when_not_selected": "#e5c890" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/theme-gtk-3.20.css new file mode 100644 index 0000000..14e6866 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #e5c890; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/theme.css new file mode 100644 index 0000000..ea17b0c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Frappe-Yellow/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #303446; +@define-color accentColor #e5c890; +@define-color textColor #c6d0f5; +@define-color subTextColor #b5bfe2; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/manifest.json new file mode 100644 index 0000000..5e3145b --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Blue", + "display_name": "Catpuccin Latte Blue", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#1e66f5", + "when_not_selected": "#1e66f5" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/theme-gtk-3.20.css new file mode 100644 index 0000000..eeb21b8 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #1e66f5; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/theme.css new file mode 100644 index 0000000..dd145d7 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Blue/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #1e66f5; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/manifest.json new file mode 100644 index 0000000..89762b3 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Flamingo", + "display_name": "Catpuccin Latte Flamingo", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#dd7878", + "when_not_selected": "#dd7878" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/theme-gtk-3.20.css new file mode 100644 index 0000000..461a8d0 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #dd7878; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/theme.css new file mode 100644 index 0000000..c36bc27 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Flamingo/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #dd7878; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/manifest.json new file mode 100644 index 0000000..b491428 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Green", + "display_name": "Catpuccin Latte Green", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#40a02b", + "when_not_selected": "#40a02b" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/theme-gtk-3.20.css new file mode 100644 index 0000000..322a04a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #40a02b; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/theme.css new file mode 100644 index 0000000..2717662 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Green/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #40a02b; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/manifest.json new file mode 100644 index 0000000..9761b23 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Lavender", + "display_name": "Catpuccin Latte Lavender", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#7287fd", + "when_not_selected": "#7287fd" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/theme-gtk-3.20.css new file mode 100644 index 0000000..75b8d66 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #7287fd; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/theme.css new file mode 100644 index 0000000..c53ba30 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Lavender/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #7287fd; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/manifest.json new file mode 100644 index 0000000..6b15634 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Maroon", + "display_name": "Catpuccin Latte Maroon", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#e64553", + "when_not_selected": "#e64553" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/theme-gtk-3.20.css new file mode 100644 index 0000000..e7c1d5a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #e64553; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/theme.css new file mode 100644 index 0000000..e235f03 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Maroon/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #e64553; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/manifest.json new file mode 100644 index 0000000..b6cfc78 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Mauve", + "display_name": "Catpuccin Latte Mauve", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#8839ef", + "when_not_selected": "#8839ef" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/theme-gtk-3.20.css new file mode 100644 index 0000000..f633df8 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #8839ef; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/theme.css new file mode 100644 index 0000000..d85196c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Mauve/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #8839ef; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/manifest.json new file mode 100644 index 0000000..a15dfe1 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Peach", + "display_name": "Catpuccin Latte Peach", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#fe640b", + "when_not_selected": "#fe640b" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/theme-gtk-3.20.css new file mode 100644 index 0000000..b80a8c4 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #fe640b; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/theme.css new file mode 100644 index 0000000..4a84dfa --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Peach/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #fe640b; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/manifest.json new file mode 100644 index 0000000..efbde51 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Pink", + "display_name": "Catpuccin Latte Pink", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#ea76cb", + "when_not_selected": "#ea76cb" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/theme-gtk-3.20.css new file mode 100644 index 0000000..7232ded --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #ea76cb; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/theme.css new file mode 100644 index 0000000..9260a54 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Pink/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #ea76cb; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/manifest.json new file mode 100644 index 0000000..e7619d0 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Red", + "display_name": "Catpuccin Latte Red", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#d20f39", + "when_not_selected": "#d20f39" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/theme-gtk-3.20.css new file mode 100644 index 0000000..c5ab377 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #d20f39; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/theme.css new file mode 100644 index 0000000..242657c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Red/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #d20f39; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/manifest.json new file mode 100644 index 0000000..86599c0 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Rosewater", + "display_name": "Catpuccin Latte Rosewater", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#dc8a78", + "when_not_selected": "#dc8a78" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/theme-gtk-3.20.css new file mode 100644 index 0000000..196d87c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #dc8a78; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/theme.css new file mode 100644 index 0000000..0f3821b --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Rosewater/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #dc8a78; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/manifest.json new file mode 100644 index 0000000..e6fcee9 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Sapphire", + "display_name": "Catpuccin Latte Sapphire", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#209fb5", + "when_not_selected": "#209fb5" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/theme-gtk-3.20.css new file mode 100644 index 0000000..a89b606 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #209fb5; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/theme.css new file mode 100644 index 0000000..26c18a0 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sapphire/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #209fb5; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/manifest.json new file mode 100644 index 0000000..809407c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Sky", + "display_name": "Catpuccin Latte Sky", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#04a5e5", + "when_not_selected": "#04a5e5" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/theme-gtk-3.20.css new file mode 100644 index 0000000..86a85f5 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #04a5e5; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/theme.css new file mode 100644 index 0000000..1e92b7e --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Sky/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #04a5e5; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/manifest.json new file mode 100644 index 0000000..fe40de7 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Teal", + "display_name": "Catpuccin Latte Teal", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#179299", + "when_not_selected": "#179299" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/theme-gtk-3.20.css new file mode 100644 index 0000000..f22b543 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #179299; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/theme.css new file mode 100644 index 0000000..2c1cc31 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Teal/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #179299; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/manifest.json new file mode 100644 index 0000000..a4d2929 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Latte-Yellow", + "display_name": "Catpuccin Latte Yellow", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#df8e1d", + "when_not_selected": "#df8e1d" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/theme-gtk-3.20.css new file mode 100644 index 0000000..7b44268 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #df8e1d; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/theme.css new file mode 100644 index 0000000..67d4956 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Latte-Yellow/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #eff1f5; +@define-color accentColor #df8e1d; +@define-color textColor #4c4f69; +@define-color subTextColor #5c5f77; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.1); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 0.2); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/manifest.json new file mode 100644 index 0000000..db29335 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Blue", + "display_name": "Catpuccin Macchiato Blue", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#8aadf4", + "when_not_selected": "#8aadf4" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/theme-gtk-3.20.css new file mode 100644 index 0000000..d3ec163 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #8aadf4; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/theme.css new file mode 100644 index 0000000..09ca896 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Blue/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #8aadf4; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/manifest.json new file mode 100644 index 0000000..f7155e2 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Flamingo", + "display_name": "Catpuccin Macchiato Flamingo", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f0c6c6", + "when_not_selected": "#f0c6c6" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/theme-gtk-3.20.css new file mode 100644 index 0000000..bc4eb5a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f0c6c6; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/theme.css new file mode 100644 index 0000000..f8acff4 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Flamingo/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #f0c6c6; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/generated.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/generated.css new file mode 100644 index 0000000..cd478ee --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/generated.css @@ -0,0 +1,12 @@ +@import url("/usr/share/ulauncher/themes/light/theme-gtk-3.20.css"); + + +@import url("theme.css"); + +.input { + caret-color: #a6da95; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/manifest.json new file mode 100644 index 0000000..fb54d37 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Green", + "display_name": "Catpuccin Macchiato Green", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#a6da95", + "when_not_selected": "#a6da95" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/theme-gtk-3.20.css new file mode 100644 index 0000000..d5d1c6e --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #a6da95; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/theme.css new file mode 100644 index 0000000..164f825 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Green/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #a6da95; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/manifest.json new file mode 100644 index 0000000..5d2f771 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Lavender", + "display_name": "Catpuccin Macchiato Lavender", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#b7bdf8", + "when_not_selected": "#b7bdf8" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/theme-gtk-3.20.css new file mode 100644 index 0000000..177c6eb --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #b7bdf8; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/theme.css new file mode 100644 index 0000000..d280e3c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Lavender/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #b7bdf8; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/manifest.json new file mode 100644 index 0000000..128654a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Maroon", + "display_name": "Catpuccin Macchiato Maroon", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#ee99a0", + "when_not_selected": "#ee99a0" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/theme-gtk-3.20.css new file mode 100644 index 0000000..8ec7916 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #ee99a0; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/theme.css new file mode 100644 index 0000000..20dacec --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Maroon/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #ee99a0; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/manifest.json new file mode 100644 index 0000000..1413fa0 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Mauve", + "display_name": "Catpuccin Macchiato Mauve", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#c6a0f6", + "when_not_selected": "#c6a0f6" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/theme-gtk-3.20.css new file mode 100644 index 0000000..03cc3fc --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #c6a0f6; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/theme.css new file mode 100644 index 0000000..299db12 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Mauve/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #c6a0f6; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/manifest.json new file mode 100644 index 0000000..61f6b74 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Peach", + "display_name": "Catpuccin Macchiato Peach", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f5a97f", + "when_not_selected": "#f5a97f" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/theme-gtk-3.20.css new file mode 100644 index 0000000..b7f3e45 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f5a97f; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/theme.css new file mode 100644 index 0000000..01a852a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Peach/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #f5a97f; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/manifest.json new file mode 100644 index 0000000..b75a2cb --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Pink", + "display_name": "Catpuccin Macchiato Pink", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f5bde6", + "when_not_selected": "#f5bde6" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/theme-gtk-3.20.css new file mode 100644 index 0000000..d57f477 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f5bde6; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/theme.css new file mode 100644 index 0000000..af19efc --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Pink/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #f5bde6; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/manifest.json new file mode 100644 index 0000000..f0ee63a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Red", + "display_name": "Catpuccin Macchiato Red", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#ed8796", + "when_not_selected": "#ed8796" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/theme-gtk-3.20.css new file mode 100644 index 0000000..8c7e3df --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #ed8796; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/theme.css new file mode 100644 index 0000000..57e4c30 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Red/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #ed8796; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/manifest.json new file mode 100644 index 0000000..4a605f8 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Rosewater", + "display_name": "Catpuccin Macchiato Rosewater", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f4dbd6", + "when_not_selected": "#f4dbd6" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/theme-gtk-3.20.css new file mode 100644 index 0000000..c1afaa7 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f4dbd6; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/theme.css new file mode 100644 index 0000000..3195586 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Rosewater/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #f4dbd6; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/manifest.json new file mode 100644 index 0000000..c83948c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Sapphire", + "display_name": "Catpuccin Macchiato Sapphire", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#7dc4e4", + "when_not_selected": "#7dc4e4" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/theme-gtk-3.20.css new file mode 100644 index 0000000..26016ec --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #7dc4e4; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/theme.css new file mode 100644 index 0000000..49d7b02 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sapphire/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #7dc4e4; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/manifest.json new file mode 100644 index 0000000..07badc0 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Sky", + "display_name": "Catpuccin Macchiato Sky", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#91d7e3", + "when_not_selected": "#91d7e3" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/theme-gtk-3.20.css new file mode 100644 index 0000000..91ebbb3 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #91d7e3; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/theme.css new file mode 100644 index 0000000..7700dec --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Sky/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #91d7e3; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/manifest.json new file mode 100644 index 0000000..f4a5e13 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Teal", + "display_name": "Catpuccin Macchiato Teal", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#8bd5ca", + "when_not_selected": "#8bd5ca" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/theme-gtk-3.20.css new file mode 100644 index 0000000..b572b37 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #8bd5ca; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/theme.css new file mode 100644 index 0000000..9d55b59 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Teal/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #8bd5ca; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/manifest.json new file mode 100644 index 0000000..9a4ff0c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Macchiato-Yellow", + "display_name": "Catpuccin Macchiato Yellow", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#eed49f", + "when_not_selected": "#eed49f" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/theme-gtk-3.20.css new file mode 100644 index 0000000..d0e53ad --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #eed49f; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/theme.css new file mode 100644 index 0000000..ddbd759 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Macchiato-Yellow/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #24273a; +@define-color accentColor #eed49f; +@define-color textColor #cad3f5; +@define-color subTextColor #b8c0e0; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/manifest.json new file mode 100644 index 0000000..2f83e2c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Blue", + "display_name": "Catpuccin Mocha Blue", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#89b4fa", + "when_not_selected": "#89b4fa" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/theme-gtk-3.20.css new file mode 100644 index 0000000..71c2bff --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #89b4fa; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/theme.css new file mode 100644 index 0000000..1a47c87 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Blue/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #89b4fa; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/manifest.json new file mode 100644 index 0000000..7f5d372 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Flamingo", + "display_name": "Catpuccin Mocha Flamingo", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f2cdcd", + "when_not_selected": "#f2cdcd" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/theme-gtk-3.20.css new file mode 100644 index 0000000..cb6200c --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f2cdcd; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/theme.css new file mode 100644 index 0000000..29bef8f --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Flamingo/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #f2cdcd; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/manifest.json new file mode 100644 index 0000000..a0c71d4 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Green", + "display_name": "Catpuccin Mocha Green", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#a6e3a1", + "when_not_selected": "#a6e3a1" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/theme-gtk-3.20.css new file mode 100644 index 0000000..f4bc15e --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #a6e3a1; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/theme.css new file mode 100644 index 0000000..60fd492 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Green/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #a6e3a1; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/manifest.json new file mode 100644 index 0000000..291527e --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Lavender", + "display_name": "Catpuccin Mocha Lavender", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#b4befe", + "when_not_selected": "#b4befe" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/theme-gtk-3.20.css new file mode 100644 index 0000000..41af7df --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #b4befe; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/theme.css new file mode 100644 index 0000000..1976275 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Lavender/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #b4befe; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/manifest.json new file mode 100644 index 0000000..b9001d5 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Maroon", + "display_name": "Catpuccin Mocha Maroon", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#eba0ac", + "when_not_selected": "#eba0ac" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/theme-gtk-3.20.css new file mode 100644 index 0000000..2f4bbe3 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #eba0ac; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/theme.css new file mode 100644 index 0000000..76228f7 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Maroon/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #eba0ac; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/manifest.json new file mode 100644 index 0000000..1d38cb6 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Mauve", + "display_name": "Catpuccin Mocha Mauve", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#cba6f7", + "when_not_selected": "#cba6f7" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/theme-gtk-3.20.css new file mode 100644 index 0000000..cc173e8 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #cba6f7; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/theme.css new file mode 100644 index 0000000..62a41b5 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Mauve/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #cba6f7; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/manifest.json new file mode 100644 index 0000000..1d38981 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Peach", + "display_name": "Catpuccin Mocha Peach", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#fab387", + "when_not_selected": "#fab387" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/theme-gtk-3.20.css new file mode 100644 index 0000000..645155b --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #fab387; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/theme.css new file mode 100644 index 0000000..0a8d199 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Peach/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #fab387; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/manifest.json new file mode 100644 index 0000000..e801425 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Pink", + "display_name": "Catpuccin Mocha Pink", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f5c2e7", + "when_not_selected": "#f5c2e7" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/theme-gtk-3.20.css new file mode 100644 index 0000000..0f2ee0b --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f5c2e7; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/theme.css new file mode 100644 index 0000000..adc8646 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Pink/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #f5c2e7; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/manifest.json new file mode 100644 index 0000000..c4aaa43 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Red", + "display_name": "Catpuccin Mocha Red", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f38ba8", + "when_not_selected": "#f38ba8" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/theme-gtk-3.20.css new file mode 100644 index 0000000..a846e06 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f38ba8; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/theme.css new file mode 100644 index 0000000..d3e2a10 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Red/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #f38ba8; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/manifest.json new file mode 100644 index 0000000..aaf4592 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Rosewater", + "display_name": "Catpuccin Mocha Rosewater", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f5e0dc", + "when_not_selected": "#f5e0dc" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/theme-gtk-3.20.css new file mode 100644 index 0000000..ec41085 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f5e0dc; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/theme.css new file mode 100644 index 0000000..20c58de --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Rosewater/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #f5e0dc; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/manifest.json new file mode 100644 index 0000000..ca6470a --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Sapphire", + "display_name": "Catpuccin Mocha Sapphire", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#74c7ec", + "when_not_selected": "#74c7ec" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/theme-gtk-3.20.css new file mode 100644 index 0000000..dbb8d78 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #74c7ec; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/theme.css new file mode 100644 index 0000000..04bde08 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sapphire/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #74c7ec; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/manifest.json new file mode 100644 index 0000000..0b87360 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Sky", + "display_name": "Catpuccin Mocha Sky", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#89dceb", + "when_not_selected": "#89dceb" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/theme-gtk-3.20.css new file mode 100644 index 0000000..93da4d6 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #89dceb; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/theme.css new file mode 100644 index 0000000..1fc243b --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Sky/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #89dceb; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/manifest.json new file mode 100644 index 0000000..948cd44 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Teal", + "display_name": "Catpuccin Mocha Teal", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#94e2d5", + "when_not_selected": "#94e2d5" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/theme-gtk-3.20.css new file mode 100644 index 0000000..68f35ea --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #94e2d5; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/theme.css new file mode 100644 index 0000000..5fbe3df --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Teal/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #94e2d5; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} + diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/manifest.json b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/manifest.json new file mode 100644 index 0000000..57bfc47 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/manifest.json @@ -0,0 +1,13 @@ + +{ + "manifest_version": "1", + "name": "Catpuccin-Mocha-Yellow", + "display_name": "Catpuccin Mocha Yellow", + "extend_theme": "light", + "css_file": "theme.css", + "css_file_gtk_3.20+": "theme-gtk-3.20.css", + "matched_text_hl_colors": { + "when_selected": "#f9e2af", + "when_not_selected": "#f9e2af" + } +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/theme-gtk-3.20.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/theme-gtk-3.20.css new file mode 100644 index 0000000..ccc7bdd --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/theme-gtk-3.20.css @@ -0,0 +1,10 @@ + +@import url("theme.css"); + +.input { + caret-color: #f9e2af; +} +.selected.item-box { + /* workaround for a bug in GTK+ < 3.20 */ + border: none; +} diff --git a/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/theme.css b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/theme.css new file mode 100644 index 0000000..358b6d1 --- /dev/null +++ b/ulauncher/.config/ulauncher/user-themes/Catpuccin-Mocha-Yellow/theme.css @@ -0,0 +1,67 @@ + +/*Catppuccin colors*/ +@define-color backgroundColor #1e1e2e; +@define-color accentColor #f9e2af; +@define-color textColor #cdd6f4; +@define-color subTextColor #bac2de; + + +.app { + background-color: @backgroundColor; + border-color: @accentColor; + border-radius: 14px; +} + +.input { + color: @accentColor; +} + + +.input *:selected, +.input *:focus, +*:selected:focus { + background-color: alpha (@accentColor, 0.4); + color: @textColor; +} + +.item-text { + color: @textColor; +} +.item-name { + color: @textColor; + font-size: 1.2rem; +} + +.selected.item-box { + background-color: alpha (@accentColor, 0.3); + border-radius: 14px; +} + +.selected.item-box .item-text { + color: @textColor; +} +.selected.item-box .item-name { + color: @textColor; + font-size: 1.2rem; +} + + +.item-shortcut { + color: @accentColor; +} +.selected.item-box .item-shortcut { + color: @accentColor; + font-size: 1.1rem; +} + +.selected.item-box{ + color: @accentColor; +} + +.prefs-btn { + opacity: 1; +} +.prefs-btn:hover { + background-color: alpha (@accentColor, 1); +} +