File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const StatusRight = () => (
2525)
2626
2727export default {
28- theme : 'dracula ' ,
28+ theme : 'catppuccin-latte ' ,
2929 options :{
3030 setTitlesString : " " ,
3131 } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ let getCurrent = (theme: option<string>) => {
44 let themePalette =
55 BetterTmux .themes
66 -> Dict .get (theme )
7- -> Option .getOr (BetterTmux .themes -> Dict .getUnsafe ("catppuccinMocha " ))
7+ -> Option .getOr (BetterTmux .themes -> Dict .getUnsafe ("catppuccin-mocha " ))
88
99 (themePalette , theme )
1010}
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ const catppuccinLatte = {
5050
5151
5252export const themes = {
53- nord,
54- dracula,
55- catppuccinLatte,
56- catppuccinMocha,
57- catppuccinMacchiato,
58- catppuccinFrappe
53+ "nord" : nord ,
54+ "dracula" : dracula ,
55+ "catppuccin-latte" : catppuccinLatte ,
56+ "catppuccin-mocha" : catppuccinMocha ,
57+ "catppuccin-macchiato" : catppuccinMacchiato ,
58+ "catppuccin-frappe" : catppuccinFrappe
5959}
6060
6161export function useTheme ( ) : ThemePalette {
You can’t perform that action at this time.
0 commit comments