Borked the gpg signing :(

This commit is contained in:
2022-11-25 08:58:10 +01:00
parent 539eccdd3e
commit 7f18165d32
69 changed files with 82457 additions and 1502 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Obsidian Nord",
"version": "0.1.6",
"version": "0.1.7",
"minAppVersion": "0.16.0",
"author": "insanum",
"authorUrl": "https://insanum.com"

View File

@@ -163,6 +163,9 @@ body
--dataview-key-background: rgba(var(--frost2_x), 0.3);
--dataview-value: var(--text-faint);
--dataview-value-background: rgba(var(--red_x), 0.3);
--tab-text-color-focused-active: var(--frost2);
--tab-text-color-focused-active-current: var(--red);
}
.theme-light
@@ -261,6 +264,9 @@ body
--dataview-key-background: rgba(var(--frost2_x), 0.3);
--dataview-value: var(--text-faint);
--dataview-value-background: rgba(var(--red_x), 0.3);
--tab-text-color-focused-active: var(--frost2);
--tab-text-color-focused-active-current: var(--red);
}
table
@@ -468,3 +474,8 @@ pre[class*="language-"]
background-color: var(--dataview-value-background) !important;
}
.suggestion-highlight
{
color: var(--red);
}