mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Allow theme change at runtime and add hook * Save or restore default palette on theme change * Update aqt widget styles on theme change * styling fixes - drop _light_palette, as default_palette serves the same purpose - save default platform theme, and restore it when switching away from nightmode - update macOS light/dark mode on theme switch - fix unreadable menus on Windows * update night-mode classes on theme change This is the easy part - CSS styling that uses standard_css or our css variables should update automatically. The main remaining issue is JS code that sets colors based on the theme at the time it's run - eg the graph code, and the editor. * switch night mode value on toggle * expose current theme via a store; switch graphs to use it https://github.com/ankitects/anki/issues/1471#issuecomment-972402492 * start using currentTheme in editor/components This fixes basic editing - there are still components that need updating. * add simple xcodeproj for code completion * add helper to get currently-active system theme on macOS * fix setCurrentTheme not being immediately available * live update tag color * style().name() doesn't work on Qt5 * automatic theme switching on Windows/Mac * currentTheme -> pageTheme * Replace `nightModeKey` with `pageTheme` Co-authored-by: Damien Elmes <gpg@ankiweb.net> |
||
|---|---|---|
| .. | ||
| added.ts | ||
| AddedGraph.svelte | ||
| AxisTicks.svelte | ||
| BUILD.bazel | ||
| buttons.ts | ||
| ButtonsGraph.svelte | ||
| calendar.ts | ||
| CalendarGraph.svelte | ||
| card-counts.ts | ||
| CardCounts.svelte | ||
| CumulativeOverlay.svelte | ||
| ease.ts | ||
| EaseGraph.svelte | ||
| future-due.ts | ||
| FutureDue.svelte | ||
| graph-helpers.ts | ||
| graph-styles.ts | ||
| Graph.svelte | ||
| GraphRangeRadios.svelte | ||
| graphs-base.scss | ||
| graphs.html | ||
| GraphsPage.svelte | ||
| histogram-graph.ts | ||
| HistogramGraph.svelte | ||
| HourGraph.svelte | ||
| hours.ts | ||
| HoverColumns.svelte | ||
| index.ts | ||
| InputBox.svelte | ||
| intervals.ts | ||
| IntervalsGraph.svelte | ||
| NoDataOverlay.svelte | ||
| RangeBox.svelte | ||
| reviews.ts | ||
| ReviewsGraph.svelte | ||
| TableData.svelte | ||
| today.ts | ||
| TodayStats.svelte | ||
| Tooltip.svelte | ||
| tooltip.ts | ||
| tsconfig.json | ||
| WithGraphData.svelte | ||