mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Quiet fields: base.css field baseline, --field tokens, 3:1 border-strong, app-wide migration
This commit is contained in:
@@ -74,7 +74,7 @@ export const lightBaseConfig: Config = {
|
||||
background: 'transparent',
|
||||
title: { color: '#161616' }, // --text (light)
|
||||
axis: {
|
||||
domainColor: '#c6c6c6', // --border-strong (light)
|
||||
domainColor: '#c6c6c6', // axis line — deliberately lighter than UI --border-strong; chart guides stay subtle
|
||||
gridColor: '#e0e0e0', // --border (light)
|
||||
labelColor: '#525252', // --text-secondary (light)
|
||||
titleColor: '#161616', // --text (light)
|
||||
@@ -86,7 +86,7 @@ export const darkBaseConfig: Config = {
|
||||
background: 'transparent',
|
||||
title: { color: '#f4f4f4' }, // --text (dark)
|
||||
axis: {
|
||||
domainColor: '#525252', // --border-strong (dark)
|
||||
domainColor: '#525252', // axis line — deliberately lighter than UI --border-strong; chart guides stay subtle
|
||||
gridColor: '#393939', // --border (dark)
|
||||
labelColor: '#a8a8a8', // --text-secondary (dark)
|
||||
titleColor: '#f4f4f4', // --text (dark)
|
||||
|
||||
Reference in New Issue
Block a user