Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
use gpui_component::{Theme as GpuiTheme, highlighter::HighlightTheme};
3
4
pub fn init_theme(cx: &mut App) {
5
apply_setu_teal_theme(cx);
6
}
7
8
/// Setu Teal theme color palette
9
struct SetuColors {
Callers
1
run
Method · 0.85
Calls
1
apply_setu_teal_theme
Function · 0.85
Tested by
no test coverage detected