MCPcopy Create free account
hub / github.com/bajrangCoder/setu / init_theme

Function init_theme

src/theme/gpui_theme.rs:4–6  ·  view source on GitHub ↗
(cx: &mut App)

Source from the content-addressed store, hash-verified

2use gpui_component::{Theme as GpuiTheme, highlighter::HighlightTheme};
3
4pub fn init_theme(cx: &mut App) {
5 apply_setu_teal_theme(cx);
6}
7
8/// Setu Teal theme color palette
9struct SetuColors {

Callers 1

runMethod · 0.85

Calls 1

apply_setu_teal_themeFunction · 0.85

Tested by

no test coverage detected