Add Encore theme

This commit is contained in:
Lucas 2023-03-03 00:55:02 +01:00
parent c39502c6fa
commit 0c9d752f38
8 changed files with 11890 additions and 3 deletions

5
.gitignore vendored
View file

@ -6,6 +6,7 @@
.obsidian/themes/*
.obsidian/workspace.json
!.obsidian/plugins/dataview/
!.obsidian/themes/Obuntu/
!.obsidian/themes/Encore/
!.obsidian/plugins/homepage/
!.obsidian/plugins/better-word-count/
!.obsidian/plugins/better-word-count/
!.obsidian/plugins/obsidian-style-settings

View file

@ -1,6 +1,6 @@
{
"accentColor": "",
"cssTheme": "Catppuccin",
"cssTheme": "Encore",
"translucency": false,
"enabledCssSnippets": [
"_infobox-callout",

View file

@ -0,0 +1,9 @@
{
"obsidian-prism-theme@@pt-fade-inactive-tabs": true,
"obsidian-prism-theme@@pt-disable-blur": false,
"obsidian-prism-theme@@pt-disable-callout-styling": false,
"obsidian-prism-theme@@pt-collapsed-pinned-tab": false,
"catppuccin-theme-settings@@catppuccin-theme-dark": "ctp-mocha",
"catppuccin-theme-settings@@catppuccin-theme-accents": "ctp-accent-mauve",
"encore-settings@@theme-dark": "encore-theme-dark-mercury"
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.3",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

7
.obsidian/themes/Encore/manifest.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"name": "Encore",
"version": "2.2.1",
"minAppVersion": "1.1.9",
"author": "Lucas Champagne",
"authorUrl": "https://lucaschampagne.dev/"
}

1799
.obsidian/themes/Encore/theme.css vendored Normal file

File diff suppressed because it is too large Load diff