Mess around with theming and colors
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"cssTheme": "Minimal",
|
||||
"showRibbon": true,
|
||||
"textFontFamily": "",
|
||||
"textFontFamily": "iA Writer Mono V",
|
||||
"translucency": true,
|
||||
"interfaceFontFamily": "",
|
||||
"baseFontSize": 18,
|
||||
"enabledCssSnippets": []
|
||||
"enabledCssSnippets": [
|
||||
"font",
|
||||
"vim-cursor"
|
||||
],
|
||||
"accentColor": "#2eaadc"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"multi-vault-links",
|
||||
"typewriter-mode",
|
||||
"obsidian-vimrc-support",
|
||||
"tag-wrangler"
|
||||
"tag-wrangler",
|
||||
"obsidian-style-settings"
|
||||
]
|
||||
165
plugins/obsidian-style-settings/main.js
Normal file
165
plugins/obsidian-style-settings/main.js
Normal file
File diff suppressed because one or more lines are too long
10
plugins/obsidian-style-settings/manifest.json
Normal file
10
plugins/obsidian-style-settings/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.9",
|
||||
"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
|
||||
}
|
||||
243
plugins/obsidian-style-settings/styles.css
Normal file
243
plugins/obsidian-style-settings/styles.css
Normal file
File diff suppressed because one or more lines are too long
16
snippets/font.css
Normal file
16
snippets/font.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user