10 lines
337 B
Python
10 lines
337 B
Python
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)
|