Skip to content

Commit

Permalink
Merge branch 'main' of github.com:henices/logseq-flow-nord
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Apr 10, 2024
2 parents b360d23 + 05dda0b commit a1f3fdd
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ html[data-theme='dark'] {
--ct-bg-color-l: 18%;
--ct-bg-color: 231,15%,22%;
--ct-text-color: 60,30%,96%;
--ct-primariy-color: 326,100%,74%;
--ct-primary-color: 326,100%,74%;
--ct-secondary-color: 254,12%,72%;
--ct-accent-color: 265,89%,78%;
--ct-title-text-color: 60,30%,96%;
Expand Down
2 changes: 1 addition & 1 deletion latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ html[data-theme='light'] {
--ct-bg-color-l: 95%;
--ct-bg-color: 220, 21%, 89%;
--ct-text-color: 234, 16%, 35%;
--ct-primariy-color: 183, 74%, 35%;
--ct-primary-color: 183, 74%, 35%;
--ct-secondary-color: 0, 60%, 67%;
--ct-accent-color: 35, 77%, 49%;
--ct-external-link-color: 183, 74%, 35%;
Expand Down
2 changes: 1 addition & 1 deletion macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ html[data-theme='dark'] {
--ct-bg-color-l: 18%;
--ct-bg-color: 233, 23%, 15%;
--ct-text-color: 227, 68%, 88%;
--ct-primariy-color: 220, 83%, 75%;
--ct-primary-color: 220, 83%, 75%;
--ct-secondary-color: 355, 71%, 77%;
--ct-accent-color: 267, 83%, 80%;
--ct-title-text-color: 228, 42%, 79%;
Expand Down
4 changes: 2 additions & 2 deletions onedark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ html[data-theme='dark'] {
--ct-bg-color-l: 18%;
--ct-bg-color: 222, 13%, 23%;
--ct-text-color: 219, 14%, 71%;
--ct-primariy-color: 207, 81%, 66%;
--ct-primary-color: 207, 81%, 66%;
--ct-secondary-color: 95, 38%, 62%;
--ct-accent-color: 286,60%,67%;
--ct-title-text-color: 219, 14%, 71%;
Expand All @@ -2733,7 +2733,7 @@ html[data-theme='light'] {
--ct-bg-color-l: 98%;
--ct-bg-color: 0,0%,88%;
--ct-text-color: 0,0%,42%;
--ct-primariy-color: 198,84%,42%;
--ct-primary-color: 198,84%,42%;
--ct-secondary-color: 116, 81%, 37%;
--ct-accent-color: 39, 86%, 54%;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Flow Nord theme",
"author": "henices && nmartin84",
"version": "0.10.32",
"version": "0.10.34",
"description": "Minimalistic Nord Theme that's soft around the edges.",
"logseq": {
"themes": [
Expand Down
2 changes: 1 addition & 1 deletion src/palettes/catppuccin-latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html[data-theme='light'] {
--ct-bg-color-l: 95%;
--ct-bg-color: 220, 21%, 89%;
--ct-text-color: 234, 16%, 35%;
--ct-primariy-color: 183, 74%, 35%;
--ct-primary-color: 183, 74%, 35%;
--ct-secondary-color: 0, 60%, 67%;
--ct-accent-color: 35, 77%, 49%;
--ct-external-link-color: 183, 74%, 35%;
Expand Down
2 changes: 1 addition & 1 deletion src/palettes/catppuccin-macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html[data-theme='dark'] {
--ct-bg-color-l: 18%;
--ct-bg-color: 233, 23%, 15%;
--ct-text-color: 227, 68%, 88%;
--ct-primariy-color: 220, 83%, 75%;
--ct-primary-color: 220, 83%, 75%;
--ct-secondary-color: 355, 71%, 77%;
--ct-accent-color: 267, 83%, 80%;
--ct-title-text-color: 228, 42%, 79%;
Expand Down
2 changes: 1 addition & 1 deletion src/palettes/dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html[data-theme='dark'] {
--ct-bg-color-l: 18%;
--ct-bg-color: 231,15%,22%;
--ct-text-color: 60,30%,96%;
--ct-primariy-color: 326,100%,74%;
--ct-primary-color: 326,100%,74%;
--ct-secondary-color: 254,12%,72%;
--ct-accent-color: 265,89%,78%;
--ct-title-text-color: 60,30%,96%;
Expand Down
11 changes: 11 additions & 0 deletions src/palettes/luhmann.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

.dark-theme,
html[data-theme='dark'] {
--ct-primary-color: 33,90%,65%;
--ct-secondary-color: 168,22%,55%;
--ct-accent-color: 196,64%,58%;
--ct-bg-color-h: 225;
--ct-bg-color-s: 7%;
--ct-bg-color-l: 14%;
--ct-text-color: 230,6%,81%;
}
4 changes: 2 additions & 2 deletions src/palettes/one-dark-pro.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html[data-theme='dark'] {
--ct-bg-color-l: 18%;
--ct-bg-color: 222, 13%, 23%;
--ct-text-color: 219, 14%, 71%;
--ct-primariy-color: 207, 81%, 66%;
--ct-primary-color: 207, 81%, 66%;
--ct-secondary-color: 95, 38%, 62%;
--ct-accent-color: 286,60%,67%;
--ct-title-text-color: 219, 14%, 71%;
Expand All @@ -21,7 +21,7 @@ html[data-theme='light'] {
--ct-bg-color-l: 98%;
--ct-bg-color: 0,0%,88%;
--ct-text-color: 0,0%,42%;
--ct-primariy-color: 198,84%,42%;
--ct-primary-color: 198,84%,42%;
--ct-secondary-color: 116, 81%, 37%;
--ct-accent-color: 39, 86%, 54%;
}

0 comments on commit a1f3fdd

Please sign in to comment.