feat: pr tab switching btwn body/diff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
mod catppuccin;
|
||||
pub(crate) mod syntax;
|
||||
|
||||
use gpui::Rgba;
|
||||
use gpui::{Background, Rgba};
|
||||
|
||||
#[allow(unused_imports)]
|
||||
pub use syntax::{HIGHLIGHT_NAMES, ThemeSyntax, ThemeSyntaxHighlight};
|
||||
@@ -33,6 +33,7 @@ pub struct ThemeColors {
|
||||
pub background: Rgba,
|
||||
pub surface: Rgba,
|
||||
pub surface_elevated: Rgba,
|
||||
pub surface_button: Background,
|
||||
pub surface_chrome: Rgba,
|
||||
pub surface_hover: Rgba,
|
||||
pub surface_active: Rgba,
|
||||
|
||||
Reference in New Issue
Block a user