Browse Source

joplin: ++macos theme

Maxim Likhachev 4 years ago
parent
commit
17d900381b
  1. 6
      etc/soft/joplin/userchrome.css
  2. 1
      etc/soft/joplin/userstyle-kw.css
  3. 1
      etc/soft/joplin/userstyle.css

6
etc/soft/joplin/userchrome.css

@ -28,7 +28,7 @@
--u-sidebar-background-color: hsl(0, 0%, 20%); --u-sidebar-background-color: hsl(0, 0%, 20%);
--u-sidebar-label-color: hsla(0, 0%, 100%, 0.25); --u-sidebar-label-color: hsla(0, 0%, 100%, 0.25);
--u-sidebar-item-color: hsla(0, 0%, 100%, 0.85); --u-sidebar-item-color: hsla(0, 0%, 100%, 0.85);
-u-sidebar-icon-color: hsl(210, 100%, 52%); --u-sidebar-icon-color: hsl(210, 100%, 52%);
--u-sidebar-chevron-color: hsla(0, 0%, 100%, 0.55); --u-sidebar-chevron-color: hsla(0, 0%, 100%, 0.55);
--u-sidebar-synchronise-color: hsla(0, 0%, 100%, 0.55); --u-sidebar-synchronise-color: hsla(0, 0%, 100%, 0.55);
--u-sidebar-selected-item-color: hsl(0, 0%, 27%); --u-sidebar-selected-item-color: hsl(0, 0%, 27%);
@ -38,8 +38,8 @@
after a timeout on hover by default. Any sync errors you might not notice. after a timeout on hover by default. Any sync errors you might not notice.
Uncomment the line below to always show the sync status. Uncomment the line below to always show the sync status.
*/ */
/* --u-sidebar-synchronise-label: ''; */ --u-sidebar-synchronise-label: '';
/* --u-sidebar-synchronise-label-color: hsl(0, 0%, 50%); */ --u-sidebar-synchronise-label-color: hsl(0, 0%, 50%);
/* /*
Note list ----------------------------- Note list -----------------------------

1
etc/soft/joplin/userstyle-kw.css

@ -146,7 +146,6 @@ h6 {
} }
code { code {
padding: 0% 0.5%;
color: #faffc3 !important; color: #faffc3 !important;
background-color: var(--code) !important; background-color: var(--code) !important;
} }

1
etc/soft/joplin/userstyle.css

@ -144,7 +144,6 @@ h6 {
} }
code { code {
padding: 0% 0.5%;
color: #faffc3 !important; color: #faffc3 !important;
background-color: var(--code) !important; background-color: var(--code) !important;
} }

Loading…
Cancel
Save