chore: switch to catppuccin
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
61feed4086
commit
90cfc16bc0
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
colorschemes = {
|
colorschemes = {
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
enable = false;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
integrations.native_lsp = {
|
integrations.native_lsp = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
colorschemes.tokyonight = {
|
colorschemes.tokyonight = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
style = "night";
|
style = "night";
|
||||||
transparent = config.myvim.transparent;
|
transparent = config.myvim.transparent;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue