final theme presets pass

This commit is contained in:
Ryan Fleury
2025-05-06 14:03:22 -07:00
parent e1bdae4144
commit 686c666058
3 changed files with 135 additions and 6 deletions
+1 -1
View File
@@ -216,7 +216,6 @@
// [ ] autocompletion lister
// [ ] we probably want to disable pop/pull out for transient things, e.g. theme color cfgs
// (actually, just kill the tabs on load if they refer to transient things)
// [ ] finish theme editing, build themes - replace code colors map with new theme stuff
//
// [ ] evaluate `foo.bar` symbol names???
// [ ] maybe add extra caching layer to process memory querying? we pay a pretty
@@ -530,6 +529,7 @@
// [x] "pop out" (hitting enter on visualizers should open them as tabs)
// [x] crash bug, release mode - filter globals view (try with debugging raddbg, typing `dev` in globals view)
// [x] fix operator precedence in (u64)&foo - merge prefix-unary parsing with atom parsing loop
// [x] finish theme editing, build themes - replace code colors map with new theme stuff
////////////////////////////////
//~ rjf: Build Options