improve window render, malvim draft, fixes
This commit is contained in:
@@ -13,9 +13,10 @@ pub struct ThemeInfo {
|
||||
pub border_left_top: RGBColor,
|
||||
pub border_right_bottom: RGBColor,
|
||||
pub text: RGBColor,
|
||||
pub text_top: RGBColor,
|
||||
pub top_text: RGBColor,
|
||||
pub alt_background: RGBColor,
|
||||
pub alt_text: RGBColor,
|
||||
pub alt_secondary: RGBColor,
|
||||
//
|
||||
}
|
||||
|
||||
@@ -26,9 +27,10 @@ const THEME_INFOS: [(Themes, ThemeInfo); 1] = [
|
||||
border_left_top: [255, 255, 255],
|
||||
border_right_bottom: [0, 0, 0],
|
||||
text: [0, 0, 0],
|
||||
text_top: [255, 255, 255],
|
||||
top_text: [255, 255, 255],
|
||||
alt_background: [0, 0, 0],
|
||||
alt_text: [255, 255, 255],
|
||||
alt_secondary: [128, 128, 128],
|
||||
//
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user