diff --git a/files/colors/catppuccin-frappe.rasi b/files/colors/catppuccin-frappe.rasi new file mode 100644 index 0000000..9ff1ec5 --- /dev/null +++ b/files/colors/catppuccin-frappe.rasi @@ -0,0 +1,18 @@ +/** + * + * Author : Axel Amores (xelser) + * Github : @xelser + * + * Credits : Catppuccin Team (https://github.com/catppuccin) + * + * Colors + **/ + +* { + background: #303446FF; + background-alt: #414559FF; + foreground: #C6D0F5FF; + selected: #8CAAEEFF; + active: #A6D189FF; + urgent: #E78284FF; +} diff --git a/files/colors/catppuccin-latte.rasi b/files/colors/catppuccin-latte.rasi new file mode 100644 index 0000000..b04b25b --- /dev/null +++ b/files/colors/catppuccin-latte.rasi @@ -0,0 +1,18 @@ +/** + * + * Author : Axel Amores (xelser) + * Github : @xelser + * + * Credits : Catppuccin Team (https://github.com/catppuccin) + * + * Colors + **/ + +* { + background: #EFF1F5FF; + background-alt: #CCD0DAFF; + foreground: #4C4F69FF; + selected: #1E66F5FF; + active: #40A02BFF; + urgent: #D20F39FF; +} diff --git a/files/colors/catppuccin-macchiato.rasi b/files/colors/catppuccin-macchiato.rasi new file mode 100644 index 0000000..c6f2a16 --- /dev/null +++ b/files/colors/catppuccin-macchiato.rasi @@ -0,0 +1,18 @@ +/** + * + * Author : Axel Amores (xelser) + * Github : @xelser + * + * Credits : Catppuccin Team (https://github.com/catppuccin) + * + * Colors + **/ + +* { + background: #24273AFF; + background-alt: #363A4FFF; + foreground: #CAD3F5FF; + selected: #8AADF4FF; + active: #A6DA95FF; + urgent: #ED8796FF; +} diff --git a/files/colors/catppuccin-mocha.rasi b/files/colors/catppuccin-mocha.rasi new file mode 100644 index 0000000..a57ead3 --- /dev/null +++ b/files/colors/catppuccin-mocha.rasi @@ -0,0 +1,18 @@ +/** + * + * Author : Axel Amores (xelser) + * Github : @xelser + * + * Credits : Catppuccin Team (https://github.com/catppuccin) + * + * Colors + **/ + +* { + background: #1E1E2EFF; + background-alt: #313244FF; + foreground: #CDD6F4FF; + selected: #89B4FAFF; + active: #A6E3A1FF; + urgent: #F38BA8FF; +}