mirror of https://github.com/laurent22/joplin.git
Desktop: add `depthColor` for solarized light and dark themes (#1765)
parent
af6f3999df
commit
38a51070fc
|
@ -158,6 +158,7 @@ const solarizedLightStyle = {
|
|||
urlColor: "#268bd2",
|
||||
|
||||
backgroundColor2: "#002b36",
|
||||
depthColor: 'rgb(100, 182, 253, OPACITY)',
|
||||
color2: "#eee8d5",
|
||||
selectedColor2: "#6c71c4",
|
||||
colorError2: "#cb4b16",
|
||||
|
@ -194,6 +195,7 @@ const solarizedDarkStyle = {
|
|||
urlColor: "#268bd2",
|
||||
|
||||
backgroundColor2: "#073642",
|
||||
depthColor: 'rgb(200, 200, 200, OPACITY)',
|
||||
color2: "#eee8d5",
|
||||
selectedColor2: "#6c71c4",
|
||||
colorError2: "#cb4b16",
|
||||
|
|
Loading…
Reference in New Issue