mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-14 22:56:12 +01:00
ulauncher setup
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ dwm/.dwm/dwm.o
|
||||
dwm/.dwm/util.o
|
||||
dwm/.dwm/dwm
|
||||
dwm/.dwm/drw.o
|
||||
ulauncher/.config/ulauncher/ext_preferences
|
||||
13
dwm/.xinitrc
13
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 &
|
||||
|
||||
|
||||
3
thor/bin/magic-sysrq-enable
Normal file
3
thor/bin/magic-sysrq-enable
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo 1 | sudo tee /proc/sys/kernel/sysrq
|
||||
exit
|
||||
4
thor/bin/set-trackpoint-sensitivity
Normal file
4
thor/bin/set-trackpoint-sensitivity
Normal file
@@ -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
|
||||
20
thor/bin/workspaces_multimonitor
Normal file
20
thor/bin/workspaces_multimonitor
Normal file
@@ -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
|
||||
9
thor/bin/workspaces_prepare
Normal file
9
thor/bin/workspaces_prepare
Normal file
@@ -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
|
||||
15
thor/systemd_units/magic-sysrq-enabler.service
Normal file
15
thor/systemd_units/magic-sysrq-enabler.service
Normal file
@@ -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
|
||||
15
thor/systemd_units/thinktrackfix.service
Normal file
15
thor/systemd_units/thinktrackfix.service
Normal file
@@ -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
|
||||
3
thor/thor-setup.sh
Normal file
3
thor/thor-setup.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/zsh
|
||||
sudo stow -t /usr/bin bin
|
||||
sudo stow -t /usr/lib/systemd/user systemd_units
|
||||
72
ulauncher/.config/ulauncher/extensions.json
Normal file
72
ulauncher/.config/ulauncher/extensions.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
12
ulauncher/.config/ulauncher/settings.json
Normal file
12
ulauncher/.config/ulauncher/settings.json
Normal file
@@ -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": "<Super>z",
|
||||
"render-on-screen": "mouse-pointer-monitor",
|
||||
"show-indicator-icon": true,
|
||||
"show-recent-apps": "0",
|
||||
"terminal-command": "",
|
||||
"theme-name": "Catpuccin-Macchiato-Green"
|
||||
}
|
||||
1
ulauncher/.config/ulauncher/shortcuts.json
Normal file
1
ulauncher/.config/ulauncher/shortcuts.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user