Checkpoint
This commit is contained in:
parent
521972ed9e
commit
5361a499ae
6 changed files with 49 additions and 24 deletions
|
@ -43,7 +43,7 @@ impl ThemeRegistry {
|
|||
};
|
||||
theme_colors.refine(&user_theme.styles.colors);
|
||||
|
||||
let mut status_colors = StatusColors::default();
|
||||
let mut status_colors = StatusColors::dark();
|
||||
status_colors.refine(&user_theme.styles.status);
|
||||
|
||||
let mut syntax_colors = match user_theme.appearance {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue