You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Desktop: add depthColor
for solarized light and dark themes (#1765)
This commit is contained in:
committed by
Laurent Cozic
parent
af6f3999df
commit
38a51070fc
@@ -158,6 +158,7 @@ const solarizedLightStyle = {
|
|||||||
urlColor: "#268bd2",
|
urlColor: "#268bd2",
|
||||||
|
|
||||||
backgroundColor2: "#002b36",
|
backgroundColor2: "#002b36",
|
||||||
|
depthColor: 'rgb(100, 182, 253, OPACITY)',
|
||||||
color2: "#eee8d5",
|
color2: "#eee8d5",
|
||||||
selectedColor2: "#6c71c4",
|
selectedColor2: "#6c71c4",
|
||||||
colorError2: "#cb4b16",
|
colorError2: "#cb4b16",
|
||||||
@@ -194,6 +195,7 @@ const solarizedDarkStyle = {
|
|||||||
urlColor: "#268bd2",
|
urlColor: "#268bd2",
|
||||||
|
|
||||||
backgroundColor2: "#073642",
|
backgroundColor2: "#073642",
|
||||||
|
depthColor: 'rgb(200, 200, 200, OPACITY)',
|
||||||
color2: "#eee8d5",
|
color2: "#eee8d5",
|
||||||
selectedColor2: "#6c71c4",
|
selectedColor2: "#6c71c4",
|
||||||
colorError2: "#cb4b16",
|
colorError2: "#cb4b16",
|
||||||
|
Reference in New Issue
Block a user