Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ setTheme
Method
setTheme
src/main/java/matcher/config/Config.java:94–98 ·
view source on GitHub ↗
(Theme value)
Source
from the content-addressed store, hash-verified
92
}
93
94
public
static
void
setTheme(Theme value) {
95
if
(value != null) {
96
theme = value;
97
}
98
}
99
100
public
static
void
saveTheme() {
101
Preferences root = Preferences.userRoot().node(userPrefFolder);
Callers
2
init
Method · 0.95
init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected