forked from Shinonome/omarchy-nix
31 lines
560 B
Nix
31 lines
560 B
Nix
{
|
|
"tokyo-night" = {
|
|
base16-theme = "tokyo-night-dark";
|
|
vscode-theme = "Tokyo Night";
|
|
};
|
|
|
|
"catppuccin-macchiato" = {
|
|
vscode-theme = "Catppuccin Macchiato";
|
|
};
|
|
|
|
"kanagawa" = {
|
|
base16-theme = "kanagawa";
|
|
vscode-theme = "Kanagawa";
|
|
};
|
|
|
|
"everforest" = {
|
|
base16-theme = "everforest";
|
|
vscode-theme = "Everforest Dark";
|
|
};
|
|
|
|
"nord" = {
|
|
base16-theme = "nord";
|
|
vscode-theme = "Nord";
|
|
};
|
|
"gruvbox" = {
|
|
base16-theme = "gruvbox-dark-hard";
|
|
vscode-theme = "Gruvbox Dark Hard";
|
|
};
|
|
# Add more themes here
|
|
}
|