4coder theme

This commit is contained in:
Ryan Fleury
2025-05-02 20:44:50 -07:00
parent 293738e084
commit 2835706d3d
2 changed files with 71 additions and 2 deletions
File diff suppressed because one or more lines are too long
+70 -1
View File
@@ -1634,7 +1634,76 @@ RD_ThemePresetTable:
{ SolarizedDark solarized_dark "Solarized (Dark)" }
{ SolarizedLight solarized_light "Solarized (Light)" }
{ HandmadeHero handmade_hero "Handmade Hero" }
{ FourCoder four_coder "4coder" }
//- rjf: 4coder theme
{ FourCoder four_coder "4coder",
```theme:
{
theme_color:{tags: background,value: 0xc0c0cff}
theme_color:{tags: "alt background", value: 0x131313ff}
theme_color:{tags: "pop background", value: 0x4c00ff}
theme_color:{tags: "fresh background", value: 0x4c00ff}
theme_color:{tags: "match background", value: 0x4c00ff}
theme_color:{tags: border, value: 0x272727ff}
theme_color:{tags: text, value: 0x90b080ff}
theme_color:{tags: "weak text", value: 0x6b845fff}
theme_color:{tags: "menu_bar background", value: 0x888888ff}
theme_color:{tags: "menu_bar text", value: 0x20202ff}
theme_color:{tags: "menu_bar text weak", value: 0x525252ff}
theme_color:{tags: "good text", value: 0x32a852ff}
theme_color:{tags: "neutral text", value: 0x3a90bbff}
theme_color:{tags: "bad text", value: 0xcf5242ff}
theme_color:{tags: hover, value: 0xee00ff}
theme_color:{tags: "focus overlay", value: 0xee0012}
theme_color:{tags: "focus border", value: 0x00ee00ff}
theme_color:{tags: cursor, value: 0x00ee00ff}
theme_color:{tags: selection, value: 0x99ccff0f}
theme_color:{tags: "inactive background", value: 0x0000002f}
theme_color:{tags: drop_shadow, value: 0x0000007f}
theme_color:{tags: "good_pop background", value: 0x4900ff}
theme_color:{tags: "good_pop border", value: 0x4900ff}
theme_color:{tags: "bad_pop background", value: 0x430b00ff}
theme_color:{tags: code_default, value: 0x90b080ff}
theme_color:{tags: code_symbol, value: 0xbfd9b2ff}
theme_color:{tags: code_type, value: 0xbfd9b2ff}
theme_color:{tags: code_local, value: 0xbfd9b2ff}
theme_color:{tags: code_register, value: 0xb84cffff}
theme_color:{tags: code_keyword, value: 0xd08f1fff}
theme_color:{tags: code_delimiter_or_operator, value: 0x90b080ff}
theme_color:{tags: code_numeric, value: 0x50ff2fff}
theme_color:{tags: code_numeric_alt_digit_group, value: 0x30af18ff}
theme_color:{tags: code_string, value: 0x50ff2fff}
theme_color:{tags: code_meta, value: 0x90b080ff}
theme_color:{tags: code_comment, value: 0x1f90f0ff}
theme_color:{tags: line_info_0, value: 0xa253dff}
theme_color:{tags: line_info_1, value: 0x9103dff}
theme_color:{tags: line_info_2, value: 0x1e083dff}
theme_color:{tags: line_info_3, value: 0x1e083dff}
theme_color:{tags: thread_0, value: 0xd08f1fff}
theme_color:{tags: thread_1, value: 0x1ea5d0ff}
theme_color:{tags: thread_unwound, value: 0xb2ccd8ff}
theme_color:{tags: thread_error, value: 0xb23219ff}
theme_color:{tags: breakpoint, value: 0xa72911ff}
theme_color:{tags: "scroll_bar background", value: 0x1d1d1dff}
theme_color:{tags: "implicit background", value: 0x00000000}
theme_color:{tags: "implicit border", value: 0x00000000}
theme_color:{tags: "hollow background", value: 0x00000000}
theme_color:{tags: "hollow border", value: 0xffffff1f}
theme_color:{tags: "tab background", value: 0x15490cff}
theme_color:{tags: "tab border", value: 0x15490cff}
theme_color:{tags: "tab text", value: 0x90b080ff}
theme_color:{tags: "tab text weak", value: 0x90b080ff}
theme_color:{tags: "tab inactive background", value: 0x21321eff}
theme_color:{tags: "tab inactive border", value: 0x21321eff}
theme_color:{tags: "tab auto background", value: 0x674f3eff}
theme_color:{tags: "tab auto border", value: 0x674f3eff}
theme_color:{tags: "tab auto inactive background", value: 0x47382eff}
theme_color:{tags: "tab auto inactive border", value: 0x47382eff}
theme_color:{tags: "drop_site background", value: 0xffffff05}
theme_color:{tags: "drop_site border", value: 0xffffff0f}
}
```
}
//- rjf: grove theme
{ Grove grove "Grove",