config v1

This commit is contained in:
admin
2026-05-24 01:54:31 +00:00
parent 8c7b9fe521
commit 5270ef92c1
2 changed files with 18 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ THEMES: Final[list[ThemePalette]] = [
), ),
ThemePalette( ThemePalette(
name="yellow", name="yellow",
background="rgba(113,63,18,0.24)", background="rgba(113,93,38,0.24)",
background_inactive="rgba(113,63,18,0.16)", background_inactive="rgba(113,63,18,0.16)",
border_active="rgba(250,204,21,0.36)", border_active="rgba(250,204,21,0.36)",
border_inactive="rgba(255,255,255,0.10)", border_inactive="rgba(255,255,255,0.10)",

View File

@@ -37,9 +37,9 @@ DEFAULT_SETTINGS: Final[dict] = {
"enable_glass_blur": True, "enable_glass_blur": True,
"enable_animations": True, "enable_animations": True,
"enable_shadow": True, "enable_shadow": True,
"opacity_active": 1.0, "opacity_active": 0.99,
"opacity_inactive": 0.96, "opacity_inactive": 0.95,
"opacity_dragging": 0.92, "opacity_dragging": 0.98,
"focus_animation_ms": 180, "focus_animation_ms": 180,
}, },
"editor": { "editor": {
@@ -50,7 +50,7 @@ DEFAULT_SETTINGS: Final[dict] = {
"Arial", "Arial",
"system-ui", "system-ui",
], ],
"font_size": 13, "font_size": 15,
"preview_delay_ms": 700, "preview_delay_ms": 700,
"save_debounce_ms": 500, "save_debounce_ms": 500,
"max_note_size": 2_000_000, "max_note_size": 2_000_000,
@@ -83,14 +83,14 @@ DEFAULT_SETTINGS: Final[dict] = {
"startup_stabilize_ms": 80, "startup_stabilize_ms": 80,
}, },
"appearance": { "appearance": {
"enable_mica": False, "enable_mica": True,
"enable_acrylic": False, "enable_acrylic": True,
"enable_glass_blur": False, "enable_glass_blur": True,
"enable_animations": True, "enable_animations": True,
"enable_shadow": False, "enable_shadow": False,
"opacity_active": 1.0, "opacity_active": 0.99,
"opacity_inactive": 0.98, "opacity_inactive": 0.95,
"opacity_dragging": 0.96, "opacity_dragging": 0.98,
"focus_animation_ms": 120, "focus_animation_ms": 120,
}, },
"editor": { "editor": {
@@ -133,13 +133,13 @@ DEFAULT_SETTINGS: Final[dict] = {
"startup_stabilize_ms": 80, "startup_stabilize_ms": 80,
}, },
"appearance": { "appearance": {
"enable_mica": False, "enable_mica": True,
"enable_acrylic": False, "enable_acrylic": True,
"enable_glass_blur": False, "enable_glass_blur": True,
"enable_animations": False, "enable_animations": False,
"enable_shadow": False, "enable_shadow": True,
"opacity_active": 1.0, "opacity_active": 0.92,
"opacity_inactive": 1.0, "opacity_inactive": 0.98,
"opacity_dragging": 1.0, "opacity_dragging": 1.0,
"focus_animation_ms": 0, "focus_animation_ms": 0,
}, },
@@ -158,7 +158,7 @@ DEFAULT_SETTINGS: Final[dict] = {
"enable_clickable_links": True, "enable_clickable_links": True,
"enable_antialiasing": True, "enable_antialiasing": True,
"enable_spellcheck": False, "enable_spellcheck": False,
"padding": 10, "padding": 6,
}, },
"behavior": { "behavior": {
"enable_tray": True, "enable_tray": True,