mirror of
https://github.com/ryojerryyu/obsidian-jessiecode.git
synced 2026-07-22 06:43:22 +00:00
feat: add bisector and incircle styles to obsidian theme for enhanced graph representation
This commit is contained in:
parent
772b4b72b8
commit
c60cd7a22a
1 changed files with 20 additions and 11 deletions
|
|
@ -147,6 +147,13 @@ JXG.themes['obsidian'] = {
|
|||
},
|
||||
},
|
||||
|
||||
bisector: {
|
||||
strokeColor: interactiveAccent,
|
||||
highlightStrokeColor: interactiveAccentHover,
|
||||
straightLast: false,
|
||||
dash: 2,
|
||||
},
|
||||
|
||||
arc: {
|
||||
strokeColor: interactiveAccent,
|
||||
highlightStrokeColor: interactiveAccentHover,
|
||||
|
|
@ -204,6 +211,17 @@ JXG.themes['obsidian'] = {
|
|||
},
|
||||
},
|
||||
|
||||
incircle: {
|
||||
strokeColor: interactiveAccent,
|
||||
highlightStrokeColor: interactiveAccentHover,
|
||||
center: {
|
||||
fillColor: interactiveAccent,
|
||||
strokeColor: interactiveAccent,
|
||||
highlightFillColor: interactiveAccentHover,
|
||||
highlightStrokeColor: interactiveAccentHover,
|
||||
},
|
||||
},
|
||||
|
||||
circumcirclearc: {
|
||||
strokeColor: interactiveAccent,
|
||||
highlightStrokeColor: interactiveAccentHover,
|
||||
|
|
@ -241,17 +259,6 @@ JXG.themes['obsidian'] = {
|
|||
highlightStrokeColor: interactiveAccentHover,
|
||||
},
|
||||
|
||||
incircle: {
|
||||
highlightFillColor: 'none',
|
||||
highlightStrokeColor: interactiveAccentHover,
|
||||
center: {
|
||||
fillColor: interactiveAccent,
|
||||
strokeColor: interactiveAccent,
|
||||
highlightFillColor: interactiveAccentHover,
|
||||
highlightStrokeColor: interactiveAccentHover,
|
||||
},
|
||||
},
|
||||
|
||||
inequality: {
|
||||
fillColor: interactiveAccent,
|
||||
},
|
||||
|
|
@ -291,10 +298,12 @@ JXG.themes['obsidian'] = {
|
|||
|
||||
perpendicular: {
|
||||
strokeColor: interactiveAccent,
|
||||
dash: 2,
|
||||
},
|
||||
|
||||
perpendicularsegment: {
|
||||
strokeColor: interactiveAccent,
|
||||
dash: 2,
|
||||
},
|
||||
|
||||
point: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue