Borked the gpg signing :(
This commit is contained in:
10
.obsidian/themes/Catppuccin/manifest.json
vendored
10
.obsidian/themes/Catppuccin/manifest.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Catppuccin",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "Marshall Beckrich",
|
||||
"authorUrl": "https://github.com/catppuccin/obsidian"
|
||||
"name": "Catppuccin",
|
||||
"version": "0.2.13",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "Marshall Beckrich",
|
||||
"authorUrl": "https://github.com/catppuccin/obsidian"
|
||||
}
|
||||
|
||||
2198
.obsidian/themes/Catppuccin/theme.css
vendored
2198
.obsidian/themes/Catppuccin/theme.css
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/themes/Obsidian Nord/manifest.json
vendored
2
.obsidian/themes/Obsidian Nord/manifest.json
vendored
@@ -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"
|
||||
|
||||
11
.obsidian/themes/Obsidian Nord/theme.css
vendored
11
.obsidian/themes/Obsidian Nord/theme.css
vendored
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user