Skip to content

Commit

Permalink
feat: full house templates plugin ui adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
stdword committed Jan 19, 2024
1 parent 6bc1ec6 commit 64ebadd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 30 deletions.
16 changes: 16 additions & 0 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@
--ls-z-index-level-4: 9999;
--ls-z-index-level-5: 99999;
*/

/* radix ui adaptation for components */
--ls-whiteboard-button-background-selected: var(--bujo-whiteboard-fill);
--ls-anchor-link-text-color: var(--ls-link-text-color);
--ls-anchor-link-text-color-hover: var(--ls-link-text-hover-color);
--ls-tag-text: var(--ls-tag-text-color);
--border: var(--ls-border-color);

/* logseq13-full-house-templates adaptation */
--fht-footer-text: var(--ls-page-inline-code-color);
--fht-hightlight: var(--ls-page-mark-bg-color);
--fht-label-text: var(--ls-page-inline-code-color);
--fht-active: var(--ls-quaternary-background-color);
--fht-active-text: var(--ls-secondary-text-color);
--fht-scrollbar-thumb: color-mix(in srgb, var(--ls-scrollbar-thumb-hover-color) 50%, transparent);
--fht-scrollbar-thumb-hover: var(--ls-scrollbar-thumb-hover-color);
}


Expand Down
7 changes: 0 additions & 7 deletions src/dark-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,6 @@
--ls-warning-background-color: var(--ls-highlight-color-yellow);
--ls-success-background-color: var(--ls-highlight-color-green);
--bujo-info-background: var(--ls-highlight-color-blue);

/* new ui components colors */
--ls-whiteboard-button-background-selected: var(--bujo-whiteboard-fill);
--ls-anchor-link-text-color: var(--ls-link-text-color);
--ls-anchor-link-text-color-hover: var(--ls-link-text-hover-color);
--ls-tag-text: var(--ls-tag-text-color);
--border: var(--ls-border-color);
}


Expand Down
7 changes: 0 additions & 7 deletions src/dark-coffee.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,6 @@
--ls-warning-background-color: var(--ls-highlight-color-yellow);
--ls-success-background-color: var(--ls-highlight-color-green);
--bujo-info-background: var(--ls-highlight-color-blue);

/* new ui components colors */
--ls-whiteboard-button-background-selected: var(--bujo-whiteboard-fill);
--ls-anchor-link-text-color: var(--ls-link-text-color);
--ls-anchor-link-text-color-hover: var(--ls-link-text-hover-color);
--ls-tag-text: var(--ls-tag-text-color);
--border: var(--ls-border-color);
}

/* new way of setting vars in radix ui */
Expand Down
8 changes: 0 additions & 8 deletions src/light-sepia.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,14 +314,6 @@
--ls-warning-background-color: hsl( 46, 40%, 70%);
--ls-success-background-color: hsl(106, 13%, 70%);
--bujo-info-background: hsl(205, 25%, 70%);


/* new ui components colors */
--ls-whiteboard-button-background-selected: var(--bujo-whiteboard-fill);
--ls-anchor-link-text-color: var(--ls-link-text-color);
--ls-anchor-link-text-color-hover: var(--ls-link-text-hover-color);
--ls-tag-text: var(--ls-tag-text-color);
--border: var(--ls-border-color);
}


Expand Down
8 changes: 0 additions & 8 deletions src/light-white.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,6 @@
--ls-warning-background-color: var(--ls-highlight-color-yellow);
--ls-success-background-color: var(--ls-highlight-color-green);
--bujo-info-background: var(--ls-highlight-color-blue);


/* new ui components colors */
--ls-whiteboard-button-background-selected: var(--bujo-whiteboard-fill);
--ls-anchor-link-text-color: var(--ls-link-text-color);
--ls-anchor-link-text-color-hover: var(--ls-link-text-hover-color);
--ls-tag-text: var(--ls-tag-text-color);
--border: var(--ls-border-color);
}


Expand Down

0 comments on commit 64ebadd

Please sign in to comment.