mirror of
https://github.com/kebl3541/Obsidian-Umbra.git
synced 2026-07-22 05:00:28 +00:00
1.1.4: theme fonts from system faces, new gallery screenshot
This commit is contained in:
parent
fcad8c4bb1
commit
6309b24f22
4 changed files with 12 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ Near black surfaces, hairline borders in place of visible chrome, muted grays fo
|
|||
## Design choices
|
||||
|
||||
- The editor sits on near black (#09090c); sidebars are one shade away, separated by hairlines rather than panels.
|
||||
- Your fonts are respected. Umbra sets weights and rhythm, never typefaces.
|
||||
- Type is set to elegant faces your system already has (Avenir Next, Inter, Segoe UI, with JetBrains Mono or SF Mono for code); nothing is ever downloaded, and any font you pick in Settings still wins.
|
||||
- Inactive tabs, the ribbon, the status bar, and frontmatter properties stay dim until you interact with them.
|
||||
- Completed tasks fade and strike through; list markers and indentation guides are barely there.
|
||||
- Shadows are gone except under popovers, where depth is information.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Umbra",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"minAppVersion": "1.4.0",
|
||||
"author": "kebl3541",
|
||||
"authorUrl": "https://github.com/kebl3541",
|
||||
|
|
|
|||
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 100 KiB |
10
theme.css
10
theme.css
|
|
@ -24,6 +24,16 @@ settings:
|
|||
.theme-dark {
|
||||
color-scheme: dark;
|
||||
|
||||
/* ---- Type ------------------------------------------------------------ */
|
||||
/* System-installed faces only, never downloaded. Your own font choice in
|
||||
Settings, Appearance always wins over these. */
|
||||
--font-text-theme: "Avenir Next", "Inter", "Segoe UI Variable", "Segoe UI",
|
||||
system-ui, sans-serif;
|
||||
--font-interface-theme: "Avenir Next", "Inter", "Segoe UI Variable",
|
||||
"Segoe UI", system-ui, sans-serif;
|
||||
--font-monospace-theme: "JetBrains Mono", "SF Mono", ui-monospace,
|
||||
"Cascadia Code", Menlo, Consolas, monospace;
|
||||
|
||||
/* ---- The one accent, and everything derived from it ------------------ */
|
||||
--umbra-accent: #7d76e8;
|
||||
--umbra-accent-strong: color-mix(in srgb, var(--umbra-accent), #ffffff 12%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue