From 120ea4b2f9d27f26c8dc6470b58967c4360943e1 Mon Sep 17 00:00:00 2001 From: Sam Walker <190484284+SamsInteractive@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:45:46 +1000 Subject: [PATCH] Removed unmatched '}' from yml and tera files. --- eza.tera | 6 +++--- themes/frappe/catppuccin-frappe-blue.yml | 6 +++--- themes/frappe/catppuccin-frappe-flamingo.yml | 6 +++--- themes/frappe/catppuccin-frappe-green.yml | 6 +++--- themes/frappe/catppuccin-frappe-lavender.yml | 6 +++--- themes/frappe/catppuccin-frappe-maroon.yml | 6 +++--- themes/frappe/catppuccin-frappe-mauve.yml | 6 +++--- themes/frappe/catppuccin-frappe-peach.yml | 6 +++--- themes/frappe/catppuccin-frappe-pink.yml | 6 +++--- themes/frappe/catppuccin-frappe-red.yml | 6 +++--- themes/frappe/catppuccin-frappe-rosewater.yml | 6 +++--- themes/frappe/catppuccin-frappe-sapphire.yml | 6 +++--- themes/frappe/catppuccin-frappe-sky.yml | 6 +++--- themes/frappe/catppuccin-frappe-teal.yml | 6 +++--- themes/frappe/catppuccin-frappe-yellow.yml | 6 +++--- themes/latte/catppuccin-latte-blue.yml | 6 +++--- themes/latte/catppuccin-latte-flamingo.yml | 6 +++--- themes/latte/catppuccin-latte-green.yml | 6 +++--- themes/latte/catppuccin-latte-lavender.yml | 6 +++--- themes/latte/catppuccin-latte-maroon.yml | 6 +++--- themes/latte/catppuccin-latte-mauve.yml | 6 +++--- themes/latte/catppuccin-latte-peach.yml | 6 +++--- themes/latte/catppuccin-latte-pink.yml | 6 +++--- themes/latte/catppuccin-latte-red.yml | 6 +++--- themes/latte/catppuccin-latte-rosewater.yml | 6 +++--- themes/latte/catppuccin-latte-sapphire.yml | 6 +++--- themes/latte/catppuccin-latte-sky.yml | 6 +++--- themes/latte/catppuccin-latte-teal.yml | 6 +++--- themes/latte/catppuccin-latte-yellow.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-blue.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-flamingo.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-green.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-lavender.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-maroon.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-mauve.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-peach.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-pink.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-red.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-rosewater.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-sapphire.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-sky.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-teal.yml | 6 +++--- themes/macchiato/catppuccin-macchiato-yellow.yml | 6 +++--- themes/mocha/catppuccin-mocha-blue.yml | 6 +++--- themes/mocha/catppuccin-mocha-flamingo.yml | 6 +++--- themes/mocha/catppuccin-mocha-green.yml | 6 +++--- themes/mocha/catppuccin-mocha-lavender.yml | 6 +++--- themes/mocha/catppuccin-mocha-maroon.yml | 6 +++--- themes/mocha/catppuccin-mocha-mauve.yml | 6 +++--- themes/mocha/catppuccin-mocha-peach.yml | 6 +++--- themes/mocha/catppuccin-mocha-pink.yml | 6 +++--- themes/mocha/catppuccin-mocha-red.yml | 6 +++--- themes/mocha/catppuccin-mocha-rosewater.yml | 6 +++--- themes/mocha/catppuccin-mocha-sapphire.yml | 6 +++--- themes/mocha/catppuccin-mocha-sky.yml | 6 +++--- themes/mocha/catppuccin-mocha-teal.yml | 6 +++--- themes/mocha/catppuccin-mocha-yellow.yml | 6 +++--- 57 files changed, 171 insertions(+), 171 deletions(-) diff --git a/eza.tera b/eza.tera index de40245..b439f69 100644 --- a/eza.tera +++ b/eza.tera @@ -25,9 +25,9 @@ filekinds: perms: user_read: {foreground: "{{red.hex}}", is_bold: true} - user_write: {foreground: "{{yellow.hex}}"}, is_bold: true} - user_execute_file: {foreground: "{{green.hex}}"}, is_bold: true} - user_execute_other: {foreground: "{{green.hex}}"}, is_bold: true} + user_write: {foreground: "{{yellow.hex}}", is_bold: true} + user_execute_file: {foreground: "{{green.hex}}", is_bold: true} + user_execute_other: {foreground: "{{green.hex}}", is_bold: true} group_read: {foreground: "{{red.hex}}"} group_write: {foreground: "{{yellow.hex}}"} group_execute: {foreground: "{{green.hex}}"} diff --git a/themes/frappe/catppuccin-frappe-blue.yml b/themes/frappe/catppuccin-frappe-blue.yml index 891def6..c293f77 100644 --- a/themes/frappe/catppuccin-frappe-blue.yml +++ b/themes/frappe/catppuccin-frappe-blue.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-flamingo.yml b/themes/frappe/catppuccin-frappe-flamingo.yml index 4f4e39e..9643211 100644 --- a/themes/frappe/catppuccin-frappe-flamingo.yml +++ b/themes/frappe/catppuccin-frappe-flamingo.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-green.yml b/themes/frappe/catppuccin-frappe-green.yml index 546021f..1fa9455 100644 --- a/themes/frappe/catppuccin-frappe-green.yml +++ b/themes/frappe/catppuccin-frappe-green.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-lavender.yml b/themes/frappe/catppuccin-frappe-lavender.yml index 43d96d5..48e7a6b 100644 --- a/themes/frappe/catppuccin-frappe-lavender.yml +++ b/themes/frappe/catppuccin-frappe-lavender.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-maroon.yml b/themes/frappe/catppuccin-frappe-maroon.yml index e910549..a2751a6 100644 --- a/themes/frappe/catppuccin-frappe-maroon.yml +++ b/themes/frappe/catppuccin-frappe-maroon.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-mauve.yml b/themes/frappe/catppuccin-frappe-mauve.yml index 52106ce..9ffa072 100644 --- a/themes/frappe/catppuccin-frappe-mauve.yml +++ b/themes/frappe/catppuccin-frappe-mauve.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-peach.yml b/themes/frappe/catppuccin-frappe-peach.yml index 11bccdf..9330c6a 100644 --- a/themes/frappe/catppuccin-frappe-peach.yml +++ b/themes/frappe/catppuccin-frappe-peach.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-pink.yml b/themes/frappe/catppuccin-frappe-pink.yml index ff3188d..5ec21b6 100644 --- a/themes/frappe/catppuccin-frappe-pink.yml +++ b/themes/frappe/catppuccin-frappe-pink.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-red.yml b/themes/frappe/catppuccin-frappe-red.yml index e57d20e..993b904 100644 --- a/themes/frappe/catppuccin-frappe-red.yml +++ b/themes/frappe/catppuccin-frappe-red.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-rosewater.yml b/themes/frappe/catppuccin-frappe-rosewater.yml index 8bae3da..4b10a1b 100644 --- a/themes/frappe/catppuccin-frappe-rosewater.yml +++ b/themes/frappe/catppuccin-frappe-rosewater.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-sapphire.yml b/themes/frappe/catppuccin-frappe-sapphire.yml index 7e4c653..4f5767e 100644 --- a/themes/frappe/catppuccin-frappe-sapphire.yml +++ b/themes/frappe/catppuccin-frappe-sapphire.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-sky.yml b/themes/frappe/catppuccin-frappe-sky.yml index 490adc2..802fc08 100644 --- a/themes/frappe/catppuccin-frappe-sky.yml +++ b/themes/frappe/catppuccin-frappe-sky.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-teal.yml b/themes/frappe/catppuccin-frappe-teal.yml index 698b75d..b787e3f 100644 --- a/themes/frappe/catppuccin-frappe-teal.yml +++ b/themes/frappe/catppuccin-frappe-teal.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/frappe/catppuccin-frappe-yellow.yml b/themes/frappe/catppuccin-frappe-yellow.yml index 2275c47..93f22bd 100644 --- a/themes/frappe/catppuccin-frappe-yellow.yml +++ b/themes/frappe/catppuccin-frappe-yellow.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#e78284", is_bold: true} - user_write: {foreground: "#e5c890"}, is_bold: true} - user_execute_file: {foreground: "#a6d189"}, is_bold: true} - user_execute_other: {foreground: "#a6d189"}, is_bold: true} + user_write: {foreground: "#e5c890", is_bold: true} + user_execute_file: {foreground: "#a6d189", is_bold: true} + user_execute_other: {foreground: "#a6d189", is_bold: true} group_read: {foreground: "#e78284"} group_write: {foreground: "#e5c890"} group_execute: {foreground: "#a6d189"} diff --git a/themes/latte/catppuccin-latte-blue.yml b/themes/latte/catppuccin-latte-blue.yml index d0fcb65..3c2bba2 100644 --- a/themes/latte/catppuccin-latte-blue.yml +++ b/themes/latte/catppuccin-latte-blue.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-flamingo.yml b/themes/latte/catppuccin-latte-flamingo.yml index f25e8cf..a4e130a 100644 --- a/themes/latte/catppuccin-latte-flamingo.yml +++ b/themes/latte/catppuccin-latte-flamingo.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-green.yml b/themes/latte/catppuccin-latte-green.yml index c132d2f..6151e5f 100644 --- a/themes/latte/catppuccin-latte-green.yml +++ b/themes/latte/catppuccin-latte-green.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-lavender.yml b/themes/latte/catppuccin-latte-lavender.yml index 534070e..a7eb762 100644 --- a/themes/latte/catppuccin-latte-lavender.yml +++ b/themes/latte/catppuccin-latte-lavender.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-maroon.yml b/themes/latte/catppuccin-latte-maroon.yml index 6f6fd10..db9ec38 100644 --- a/themes/latte/catppuccin-latte-maroon.yml +++ b/themes/latte/catppuccin-latte-maroon.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-mauve.yml b/themes/latte/catppuccin-latte-mauve.yml index 221870d..3b6bef8 100644 --- a/themes/latte/catppuccin-latte-mauve.yml +++ b/themes/latte/catppuccin-latte-mauve.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-peach.yml b/themes/latte/catppuccin-latte-peach.yml index 37a3ae5..c0c1908 100644 --- a/themes/latte/catppuccin-latte-peach.yml +++ b/themes/latte/catppuccin-latte-peach.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-pink.yml b/themes/latte/catppuccin-latte-pink.yml index f4e7198..8817332 100644 --- a/themes/latte/catppuccin-latte-pink.yml +++ b/themes/latte/catppuccin-latte-pink.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-red.yml b/themes/latte/catppuccin-latte-red.yml index 3c0825a..6807539 100644 --- a/themes/latte/catppuccin-latte-red.yml +++ b/themes/latte/catppuccin-latte-red.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-rosewater.yml b/themes/latte/catppuccin-latte-rosewater.yml index 8ef54f3..9b33adf 100644 --- a/themes/latte/catppuccin-latte-rosewater.yml +++ b/themes/latte/catppuccin-latte-rosewater.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-sapphire.yml b/themes/latte/catppuccin-latte-sapphire.yml index 1e28bda..6015e01 100644 --- a/themes/latte/catppuccin-latte-sapphire.yml +++ b/themes/latte/catppuccin-latte-sapphire.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-sky.yml b/themes/latte/catppuccin-latte-sky.yml index 36a1539..d4d5f3e 100644 --- a/themes/latte/catppuccin-latte-sky.yml +++ b/themes/latte/catppuccin-latte-sky.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-teal.yml b/themes/latte/catppuccin-latte-teal.yml index 04388ed..6678a5d 100644 --- a/themes/latte/catppuccin-latte-teal.yml +++ b/themes/latte/catppuccin-latte-teal.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/latte/catppuccin-latte-yellow.yml b/themes/latte/catppuccin-latte-yellow.yml index 38513fb..6f43cdf 100644 --- a/themes/latte/catppuccin-latte-yellow.yml +++ b/themes/latte/catppuccin-latte-yellow.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#d20f39", is_bold: true} - user_write: {foreground: "#df8e1d"}, is_bold: true} - user_execute_file: {foreground: "#40a02b"}, is_bold: true} - user_execute_other: {foreground: "#40a02b"}, is_bold: true} + user_write: {foreground: "#df8e1d", is_bold: true} + user_execute_file: {foreground: "#40a02b", is_bold: true} + user_execute_other: {foreground: "#40a02b", is_bold: true} group_read: {foreground: "#d20f39"} group_write: {foreground: "#df8e1d"} group_execute: {foreground: "#40a02b"} diff --git a/themes/macchiato/catppuccin-macchiato-blue.yml b/themes/macchiato/catppuccin-macchiato-blue.yml index 67cb7e6..5b685ae 100644 --- a/themes/macchiato/catppuccin-macchiato-blue.yml +++ b/themes/macchiato/catppuccin-macchiato-blue.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-flamingo.yml b/themes/macchiato/catppuccin-macchiato-flamingo.yml index 27554f3..3b9e3fd 100644 --- a/themes/macchiato/catppuccin-macchiato-flamingo.yml +++ b/themes/macchiato/catppuccin-macchiato-flamingo.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-green.yml b/themes/macchiato/catppuccin-macchiato-green.yml index c2ac780..82fa317 100644 --- a/themes/macchiato/catppuccin-macchiato-green.yml +++ b/themes/macchiato/catppuccin-macchiato-green.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-lavender.yml b/themes/macchiato/catppuccin-macchiato-lavender.yml index 55bffc0..ef1ac8e 100644 --- a/themes/macchiato/catppuccin-macchiato-lavender.yml +++ b/themes/macchiato/catppuccin-macchiato-lavender.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-maroon.yml b/themes/macchiato/catppuccin-macchiato-maroon.yml index 7325b2b..1d5f4af 100644 --- a/themes/macchiato/catppuccin-macchiato-maroon.yml +++ b/themes/macchiato/catppuccin-macchiato-maroon.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-mauve.yml b/themes/macchiato/catppuccin-macchiato-mauve.yml index 644fd87..c31e057 100644 --- a/themes/macchiato/catppuccin-macchiato-mauve.yml +++ b/themes/macchiato/catppuccin-macchiato-mauve.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-peach.yml b/themes/macchiato/catppuccin-macchiato-peach.yml index 9053361..94ef599 100644 --- a/themes/macchiato/catppuccin-macchiato-peach.yml +++ b/themes/macchiato/catppuccin-macchiato-peach.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-pink.yml b/themes/macchiato/catppuccin-macchiato-pink.yml index e279d25..df46bb2 100644 --- a/themes/macchiato/catppuccin-macchiato-pink.yml +++ b/themes/macchiato/catppuccin-macchiato-pink.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-red.yml b/themes/macchiato/catppuccin-macchiato-red.yml index 8dfc0e8..0435a0a 100644 --- a/themes/macchiato/catppuccin-macchiato-red.yml +++ b/themes/macchiato/catppuccin-macchiato-red.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-rosewater.yml b/themes/macchiato/catppuccin-macchiato-rosewater.yml index 743ddfe..73b7466 100644 --- a/themes/macchiato/catppuccin-macchiato-rosewater.yml +++ b/themes/macchiato/catppuccin-macchiato-rosewater.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-sapphire.yml b/themes/macchiato/catppuccin-macchiato-sapphire.yml index 9a7dc2f..0a3c263 100644 --- a/themes/macchiato/catppuccin-macchiato-sapphire.yml +++ b/themes/macchiato/catppuccin-macchiato-sapphire.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-sky.yml b/themes/macchiato/catppuccin-macchiato-sky.yml index a408ba1..8d43dcd 100644 --- a/themes/macchiato/catppuccin-macchiato-sky.yml +++ b/themes/macchiato/catppuccin-macchiato-sky.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-teal.yml b/themes/macchiato/catppuccin-macchiato-teal.yml index c5f3731..7da54d3 100644 --- a/themes/macchiato/catppuccin-macchiato-teal.yml +++ b/themes/macchiato/catppuccin-macchiato-teal.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/macchiato/catppuccin-macchiato-yellow.yml b/themes/macchiato/catppuccin-macchiato-yellow.yml index f19c677..5ec62f7 100644 --- a/themes/macchiato/catppuccin-macchiato-yellow.yml +++ b/themes/macchiato/catppuccin-macchiato-yellow.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#ed8796", is_bold: true} - user_write: {foreground: "#eed49f"}, is_bold: true} - user_execute_file: {foreground: "#a6da95"}, is_bold: true} - user_execute_other: {foreground: "#a6da95"}, is_bold: true} + user_write: {foreground: "#eed49f", is_bold: true} + user_execute_file: {foreground: "#a6da95", is_bold: true} + user_execute_other: {foreground: "#a6da95", is_bold: true} group_read: {foreground: "#ed8796"} group_write: {foreground: "#eed49f"} group_execute: {foreground: "#a6da95"} diff --git a/themes/mocha/catppuccin-mocha-blue.yml b/themes/mocha/catppuccin-mocha-blue.yml index b94979e..6e208e6 100644 --- a/themes/mocha/catppuccin-mocha-blue.yml +++ b/themes/mocha/catppuccin-mocha-blue.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-flamingo.yml b/themes/mocha/catppuccin-mocha-flamingo.yml index 85d5bff..c51a1ed 100644 --- a/themes/mocha/catppuccin-mocha-flamingo.yml +++ b/themes/mocha/catppuccin-mocha-flamingo.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-green.yml b/themes/mocha/catppuccin-mocha-green.yml index 59f5a59..d08d5c3 100644 --- a/themes/mocha/catppuccin-mocha-green.yml +++ b/themes/mocha/catppuccin-mocha-green.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-lavender.yml b/themes/mocha/catppuccin-mocha-lavender.yml index 00e8989..84b6162 100644 --- a/themes/mocha/catppuccin-mocha-lavender.yml +++ b/themes/mocha/catppuccin-mocha-lavender.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-maroon.yml b/themes/mocha/catppuccin-mocha-maroon.yml index 1f355ba..2d68328 100644 --- a/themes/mocha/catppuccin-mocha-maroon.yml +++ b/themes/mocha/catppuccin-mocha-maroon.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-mauve.yml b/themes/mocha/catppuccin-mocha-mauve.yml index 1319374..f5a8bd1 100644 --- a/themes/mocha/catppuccin-mocha-mauve.yml +++ b/themes/mocha/catppuccin-mocha-mauve.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-peach.yml b/themes/mocha/catppuccin-mocha-peach.yml index 6b1d8e7..8463892 100644 --- a/themes/mocha/catppuccin-mocha-peach.yml +++ b/themes/mocha/catppuccin-mocha-peach.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-pink.yml b/themes/mocha/catppuccin-mocha-pink.yml index ea58d1d..4a69b82 100644 --- a/themes/mocha/catppuccin-mocha-pink.yml +++ b/themes/mocha/catppuccin-mocha-pink.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-red.yml b/themes/mocha/catppuccin-mocha-red.yml index 0a19a45..a3cf4de 100644 --- a/themes/mocha/catppuccin-mocha-red.yml +++ b/themes/mocha/catppuccin-mocha-red.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-rosewater.yml b/themes/mocha/catppuccin-mocha-rosewater.yml index 37353d4..1db92c9 100644 --- a/themes/mocha/catppuccin-mocha-rosewater.yml +++ b/themes/mocha/catppuccin-mocha-rosewater.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-sapphire.yml b/themes/mocha/catppuccin-mocha-sapphire.yml index 2132550..b6a7063 100644 --- a/themes/mocha/catppuccin-mocha-sapphire.yml +++ b/themes/mocha/catppuccin-mocha-sapphire.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-sky.yml b/themes/mocha/catppuccin-mocha-sky.yml index f2407b2..609aa8d 100644 --- a/themes/mocha/catppuccin-mocha-sky.yml +++ b/themes/mocha/catppuccin-mocha-sky.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-teal.yml b/themes/mocha/catppuccin-mocha-teal.yml index 2ba0f74..56f38b1 100644 --- a/themes/mocha/catppuccin-mocha-teal.yml +++ b/themes/mocha/catppuccin-mocha-teal.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"} diff --git a/themes/mocha/catppuccin-mocha-yellow.yml b/themes/mocha/catppuccin-mocha-yellow.yml index a3886f9..1dc5178 100644 --- a/themes/mocha/catppuccin-mocha-yellow.yml +++ b/themes/mocha/catppuccin-mocha-yellow.yml @@ -14,9 +14,9 @@ filekinds: perms: user_read: {foreground: "#f38ba8", is_bold: true} - user_write: {foreground: "#f9e2af"}, is_bold: true} - user_execute_file: {foreground: "#a6e3a1"}, is_bold: true} - user_execute_other: {foreground: "#a6e3a1"}, is_bold: true} + user_write: {foreground: "#f9e2af", is_bold: true} + user_execute_file: {foreground: "#a6e3a1", is_bold: true} + user_execute_other: {foreground: "#a6e3a1", is_bold: true} group_read: {foreground: "#f38ba8"} group_write: {foreground: "#f9e2af"} group_execute: {foreground: "#a6e3a1"}