File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const StatusRight = () => (
25
25
)
26
26
27
27
export default {
28
- theme : 'dracula ' ,
28
+ theme : 'catppuccin-latte ' ,
29
29
options :{
30
30
setTitlesString : " " ,
31
31
} ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ let getCurrent = (theme: option<string>) => {
4
4
let themePalette =
5
5
BetterTmux .themes
6
6
-> Dict .get (theme )
7
- -> Option .getOr (BetterTmux .themes -> Dict .getUnsafe ("catppuccinMocha " ))
7
+ -> Option .getOr (BetterTmux .themes -> Dict .getUnsafe ("catppuccin-mocha " ))
8
8
9
9
(themePalette , theme )
10
10
}
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ const catppuccinLatte = {
50
50
51
51
52
52
export 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
59
59
}
60
60
61
61
export function useTheme ( ) : ThemePalette {
You can’t perform that action at this time.
0 commit comments