🎨 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:
@@ -3,3 +3,6 @@ include kitty-night.conf
|
|||||||
|
|
||||||
### Day ###
|
### Day ###
|
||||||
#include kitty-day.conf
|
#include kitty-day.conf
|
||||||
|
|
||||||
|
### Catppuccin Accent ###
|
||||||
|
env CATPPUCCIN_ACCENT=mauve
|
||||||
@@ -1,33 +1,5 @@
|
|||||||
# vim:fileencoding=utf-8:foldmethod=marker
|
# vim:fileencoding=utf-8:foldmethod=marker
|
||||||
#
|
|
||||||
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓████████▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░
|
|
||||||
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
|
|
||||||
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
|
|
||||||
# ░▒▓███████▓▒░░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓██████▓▒░
|
|
||||||
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
|
|
||||||
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
|
|
||||||
# ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
|
|
||||||
#
|
|
||||||
# ▄████▄ ▒█████ ███▄ █ █████▒
|
|
||||||
# ▒██▀ ▀█ ▒██▒ ██▒ ██ ▀█ █ ▓██ ▒
|
|
||||||
# ▒▓█ ▄ ▒██░ ██▒▓██ ▀█ ██▒▒████ ░
|
|
||||||
# ▒▓▓▄ ▄██▒▒██ ██░▓██▒ ▐▌██▒░▓█▒ ░
|
|
||||||
# ▒ ▓███▀ ░░ ████▓▒░▒██░ ▓██░░▒█░
|
|
||||||
# ░ ░▒ ▒ ░░ ▒░▒░▒░ ░ ▒░ ▒ ▒ ▒ ░
|
|
||||||
# ░ ▒ ░ ▒ ▒░ ░ ░░ ░ ▒░ ░
|
|
||||||
# ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░
|
|
||||||
# ░ ░ ░ ░ ░
|
|
||||||
# ░
|
|
||||||
#
|
|
||||||
# _..---...,""-._ ,/}/)
|
|
||||||
# .'' , ``..'(/-<
|
|
||||||
# / _ { ) \
|
|
||||||
# ; _ `. `. < a(
|
|
||||||
# ,' ( \ ) `. \ __.._ .: y
|
|
||||||
# ( <\_-) )'-.____...\ `._ //-'
|
|
||||||
# `. `-' /-._))) `-._)))
|
|
||||||
# `...'
|
|
||||||
### Theme ###
|
|
||||||
## name: Catppuccin Kitty Frappe
|
## name: Catppuccin Kitty Frappe
|
||||||
## author: Catppuccin Org
|
## author: Catppuccin Org
|
||||||
## license: MIT
|
## license: MIT
|
||||||
@@ -36,6 +8,7 @@
|
|||||||
|
|
||||||
# Set theme variable
|
# Set theme variable
|
||||||
env KITTY_THEME=catppuccin-frappe
|
env KITTY_THEME=catppuccin-frappe
|
||||||
|
env CATPPUCCIN_PALETTE=frappe
|
||||||
|
|
||||||
# The basic colors
|
# The basic colors
|
||||||
foreground #C6D0F5
|
foreground #C6D0F5
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Set theme variable
|
# Set theme variable
|
||||||
env KITTY_THEME=catppuccin-latte
|
env KITTY_THEME=catppuccin-latte
|
||||||
|
env CATPPUCCIN_PALETTE=latte
|
||||||
|
|
||||||
# The basic colors
|
# The basic colors
|
||||||
foreground #4c4f69
|
foreground #4c4f69
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Set theme variable
|
# Set theme variable
|
||||||
env KITTY_THEME=catppuccin-macchiato
|
env KITTY_THEME=catppuccin-macchiato
|
||||||
|
env CATPPUCCIN_PALETTE=macchiato
|
||||||
|
|
||||||
# The basic colors
|
# The basic colors
|
||||||
foreground #cad3f5
|
foreground #cad3f5
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Set theme variable
|
# Set theme variable
|
||||||
env KITTY_THEME=catppuccin-mocha
|
env KITTY_THEME=catppuccin-mocha
|
||||||
|
env CATPPUCCIN_PALETTE=mocha
|
||||||
|
|
||||||
# The basic colors
|
# The basic colors
|
||||||
foreground #cdd6f4
|
foreground #cdd6f4
|
||||||
|
|||||||
Reference in New Issue
Block a user