🎨 Add Pallete and Accent Variables

- Implement CATPPUCCIN_PALETTE variable
  - This is used by nvim/etc to determine the catppuccin theme flavor
- Implement CATPPUCCIN_ACCENT variable
  - This is used by various applications to set the accent color
This commit is contained in:
2024-07-10 04:38:41 -04:00
parent 7738015184
commit b306f63892
5 changed files with 8 additions and 32 deletions
+3
View File
@@ -3,3 +3,6 @@ include kitty-night.conf
### Day ###
#include kitty-day.conf
### Catppuccin Accent ###
env CATPPUCCIN_ACCENT=mauve
+2 -29
View File
@@ -1,33 +1,5 @@
# vim:fileencoding=utf-8:foldmethod=marker
#
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓████████▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
# ░▒▓███████▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████▓▒░
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
#
# ▄████▄ ▒█████ ███▄ █ █████▒
# ▒██▀ ▀█ ▒██▒ ██▒ ██ ▀█ █ ▓██ ▒
# ▒▓█ ▄ ▒██░ ██▒▓██ ▀█ ██▒▒████ ░
# ▒▓▓▄ ▄██▒▒██ ██░▓██▒ ▐▌██▒░▓█▒ ░
# ▒ ▓███▀ ░░ ████▓▒░▒██░ ▓██░░▒█░
# ░ ░▒ ▒ ░░ ▒░▒░▒░ ░ ▒░ ▒ ▒ ▒ ░
# ░ ▒ ░ ▒ ▒░ ░ ░░ ░ ▒░ ░
# ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░
# ░ ░ ░ ░ ░
# ░
#
# _..---...,""-._ ,/}/)
# .'' , ``..'(/-<
# / _ { ) \
# ; _ `. `. < a(
# ,' ( \ ) `. \ __.._ .: y
# ( <\_-) )'-.____...\ `._ //-'
# `. `-' /-._))) `-._)))
# `...'
### Theme ###
## name: Catppuccin Kitty Frappe
## author: Catppuccin Org
## license: MIT
@@ -36,6 +8,7 @@
# Set theme variable
env KITTY_THEME=catppuccin-frappe
env CATPPUCCIN_PALETTE=frappe
# The basic colors
foreground #C6D0F5
+1 -1
View File
@@ -8,7 +8,7 @@
# Set theme variable
env KITTY_THEME=catppuccin-latte
env CATPPUCCIN_PALETTE=latte
# The basic colors
foreground #4c4f69
+1 -1
View File
@@ -8,7 +8,7 @@
# Set theme variable
env KITTY_THEME=catppuccin-macchiato
env CATPPUCCIN_PALETTE=macchiato
# The basic colors
foreground #cad3f5
+1 -1
View File
@@ -8,7 +8,7 @@
# Set theme variable
env KITTY_THEME=catppuccin-mocha
env CATPPUCCIN_PALETTE=mocha
# The basic colors
foreground #cdd6f4