feat: pr tab switching btwn body/diff

This commit is contained in:
2026-05-25 23:49:33 +01:00
parent 91a57cbc0f
commit 231353bea4
13 changed files with 500 additions and 352 deletions

View File

@@ -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,