vault backup: 2023-08-02 17:03:47
This commit is contained in:
86
.obsidian/plugins/codeblock-customizer/data.json
vendored
Normal file
86
.obsidian/plugins/codeblock-customizer/data.json
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"bEnableLineNumbers": true,
|
||||
"bActiveCodeblockLineHighlight": true,
|
||||
"bActiveLineHighlight": true,
|
||||
"bGutterHighlight": false,
|
||||
"ExcludeLangs": "dataview, ad-*",
|
||||
"activeCodeBlockLineColor": "#073642",
|
||||
"activeLineColor": "#468eeb33",
|
||||
"backgroundColor": "#002B36",
|
||||
"highlightColor": "#054b5c",
|
||||
"bDisplayCodeBlockLanguage": true,
|
||||
"bDisplayCodeBlockIcon": false,
|
||||
"gutterTextColor": "#6c6c6c",
|
||||
"gutterBackgroundColor": "#073642",
|
||||
"SelectedTheme": "Dark Theme",
|
||||
"header": {
|
||||
"bHeaderBold": false,
|
||||
"bHeaderItalic": false,
|
||||
"bCodeblockLangBold": true,
|
||||
"bCodeblockLangItalic": true,
|
||||
"bAlwaysDisplayCodeblockLang": false,
|
||||
"bAlwaysDisplayCodeblockIcon": false,
|
||||
"bDefaultDarkTheme": false,
|
||||
"bDefaultLightTheme": false,
|
||||
"color": "#0a4554",
|
||||
"textColor": "#DADADA",
|
||||
"lineColor": "#46cced",
|
||||
"codeBlockLangColor": "#000000",
|
||||
"codeBlockLangBackgroundColor": "#008080"
|
||||
},
|
||||
"colorThemes": [
|
||||
{
|
||||
"name": "Dark Theme",
|
||||
"colors": {
|
||||
"activeCodeBlockLineColor": "#073642",
|
||||
"activeLineColor": "#468eeb33",
|
||||
"backgroundColor": "#002B36",
|
||||
"highlightColor": "#054b5c",
|
||||
"gutterTextColor": "#6c6c6c",
|
||||
"gutterBackgroundColor": "#073642",
|
||||
"header": {
|
||||
"bHeaderBold": false,
|
||||
"bHeaderItalic": false,
|
||||
"bCodeblockLangBold": true,
|
||||
"bCodeblockLangItalic": true,
|
||||
"bAlwaysDisplayCodeblockLang": false,
|
||||
"bAlwaysDisplayCodeblockIcon": false,
|
||||
"bDefaultDarkTheme": true,
|
||||
"bDefaultLightTheme": false,
|
||||
"color": "#0a4554",
|
||||
"textColor": "#DADADA",
|
||||
"lineColor": "#46cced",
|
||||
"codeBlockLangColor": "#000000",
|
||||
"codeBlockLangBackgroundColor": "#008080"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Light Theme",
|
||||
"colors": {
|
||||
"activeCodeBlockLineColor": "#EDE8D6",
|
||||
"activeLineColor": "#60460633",
|
||||
"backgroundColor": "#FCF6E4",
|
||||
"highlightColor": "#E9DFBA",
|
||||
"gutterTextColor": "#6c6c6c",
|
||||
"gutterBackgroundColor": "#EDE8D6",
|
||||
"header": {
|
||||
"bHeaderBold": false,
|
||||
"bHeaderItalic": false,
|
||||
"bCodeblockLangBold": true,
|
||||
"bCodeblockLangItalic": true,
|
||||
"bAlwaysDisplayCodeblockLang": false,
|
||||
"bAlwaysDisplayCodeblockIcon": false,
|
||||
"bDefaultDarkTheme": false,
|
||||
"bDefaultLightTheme": true,
|
||||
"color": "#D5CCB4",
|
||||
"textColor": "#866704",
|
||||
"lineColor": "#EDD489",
|
||||
"codeBlockLangColor": "#C25F30",
|
||||
"codeBlockLangBackgroundColor": "#B8B5AA"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"alternateColors": []
|
||||
}
|
||||
3215
.obsidian/plugins/codeblock-customizer/main.js
vendored
Normal file
3215
.obsidian/plugins/codeblock-customizer/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/codeblock-customizer/manifest.json
vendored
Normal file
11
.obsidian/plugins/codeblock-customizer/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "codeblock-customizer",
|
||||
"name": "Codeblock Customizer",
|
||||
"version": "1.1.9",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "This Obsidian plugin lets you customize your codeblocks in editing, and reading mode as well.",
|
||||
"author": "mugiwara",
|
||||
"authorUrl": "https://github.com/mugiwara85",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/ThePirateKing",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
224
.obsidian/plugins/codeblock-customizer/styles.css
vendored
Normal file
224
.obsidian/plugins/codeblock-customizer/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user