lets get it all synced

This commit is contained in:
wooshings
2026-05-16 16:47:42 -07:00
parent 671d36cabb
commit aa5e8803b5
7 changed files with 326 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
import catppuccin
# load your autoconfig, use this, if the rest of your config is empty!
config.load_autoconfig()
# set the flavor you'd like to use
# valid options are 'mocha', 'macchiato', 'frappe', and 'latte'
# last argument (optional, default is False): enable the plain look for the menu rows
catppuccin.setup(c, 'mocha', False)