First Commit
This commit is contained in:
107
.obsidian/plugins/obsidian-file-color/data.json
vendored
Normal file
107
.obsidian/plugins/obsidian-file-color/data.json
vendored
Normal file
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"cascadeColors": true,
|
||||
"colorBackground": false,
|
||||
"palette": [
|
||||
{
|
||||
"id": "03e06c4b7a097e46",
|
||||
"name": "Teal",
|
||||
"value": "#008080"
|
||||
},
|
||||
{
|
||||
"id": "f6799477004676c6",
|
||||
"name": "Midnightblue",
|
||||
"value": "#191970"
|
||||
},
|
||||
{
|
||||
"id": "f8f925390fea33e0",
|
||||
"name": "Lightyellow",
|
||||
"value": "#ffffe0"
|
||||
},
|
||||
{
|
||||
"id": "54aa33124a7a264e",
|
||||
"name": "Burlywood",
|
||||
"value": "#deb887"
|
||||
},
|
||||
{
|
||||
"id": "b94e9f3d7e001981",
|
||||
"name": "Snow",
|
||||
"value": "#fffafa"
|
||||
},
|
||||
{
|
||||
"id": "145f8e015ac7cc50",
|
||||
"name": "Cornsilk",
|
||||
"value": "#fff8dc"
|
||||
},
|
||||
{
|
||||
"id": "afaed75406bd4148",
|
||||
"name": "Purple",
|
||||
"value": "#800080"
|
||||
},
|
||||
{
|
||||
"id": "06bde2eaa820ddb9",
|
||||
"name": "Greenyellow",
|
||||
"value": "#adff2f"
|
||||
},
|
||||
{
|
||||
"id": "9ca3cc24da3f10ca",
|
||||
"name": "Mediumaquamarine",
|
||||
"value": "#66cdaa"
|
||||
},
|
||||
{
|
||||
"id": "57c5f2e274183c79",
|
||||
"name": "Navy",
|
||||
"value": "#000080"
|
||||
},
|
||||
{
|
||||
"id": "707f69462e692c44",
|
||||
"name": "Darkorange",
|
||||
"value": "#ff8c00"
|
||||
},
|
||||
{
|
||||
"id": "9e5fe688e3be5915",
|
||||
"name": "Lightgrey",
|
||||
"value": "#d3d3d3"
|
||||
},
|
||||
{
|
||||
"id": "466bc8cef3e71de7",
|
||||
"name": "Black",
|
||||
"value": "#000000"
|
||||
},
|
||||
{
|
||||
"id": "969255d6c1fbd66b",
|
||||
"name": "Oldlace",
|
||||
"value": "#fdf5e6"
|
||||
},
|
||||
{
|
||||
"id": "9c7d77277deb8773",
|
||||
"name": "Coral",
|
||||
"value": "#ff7f50"
|
||||
},
|
||||
{
|
||||
"id": "343b961de144f2d5",
|
||||
"name": "Mintcream",
|
||||
"value": "#f5fffa"
|
||||
},
|
||||
{
|
||||
"id": "7ab45625c3630980",
|
||||
"name": "Lawngreen",
|
||||
"value": "#7cfc00"
|
||||
},
|
||||
{
|
||||
"id": "91587af057b88b03",
|
||||
"name": "Yellowgreen",
|
||||
"value": "#9acd32"
|
||||
},
|
||||
{
|
||||
"id": "f364840671b5cc80",
|
||||
"name": "Aquamarine",
|
||||
"value": "#7fffd4"
|
||||
},
|
||||
{
|
||||
"id": "2cf14a9b9dce5023",
|
||||
"name": "Lemonchiffon",
|
||||
"value": "#fffacd"
|
||||
}
|
||||
],
|
||||
"fileColors": []
|
||||
}
|
||||
23289
.obsidian/plugins/obsidian-file-color/main.js
vendored
Normal file
23289
.obsidian/plugins/obsidian-file-color/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
11
.obsidian/plugins/obsidian-file-color/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-file-color/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-file-color",
|
||||
"name": "File Color",
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "1.2.7",
|
||||
"description": "An Obsidian plugin for setting colors on folders and files in the file tree.",
|
||||
"author": "ecustic",
|
||||
"authorUrl": "https://github.com/ecustic",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/ecustic",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
27
.obsidian/plugins/obsidian-file-color/styles.css
vendored
Normal file
27
.obsidian/plugins/obsidian-file-color/styles.css
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/* TEXT COLORING, NO CASCADE */
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-text > .nav-folder-title,
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-text > .nav-file-title
|
||||
{
|
||||
color: var(--file-color-color);
|
||||
}
|
||||
|
||||
/* TEXT COLORING, WITH CASCADE */
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-text.file-color-cascade .nav-folder-title,
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-text.file-color-cascade .nav-file-title
|
||||
{
|
||||
color: var(--file-color-color);
|
||||
}
|
||||
|
||||
/* BACKGROUND COLORING, NO CASCADE */
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-background > .nav-folder-title,
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-background > .nav-file-title
|
||||
{
|
||||
background-color: color-mix(in srgb, var(--file-color-color) 15%, transparent);
|
||||
}
|
||||
|
||||
/* BACKGROUND COLORING, WITH CASCADE */
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-background.file-color-cascade .nav-folder-title,
|
||||
.workspace-leaf-content[data-type="file-explorer"] .nav-files-container .file-color-file.file-color-type-background.file-color-cascade .nav-file-title
|
||||
{
|
||||
background-color: color-mix(in srgb, var(--file-color-color) 15%, transparent);
|
||||
}
|
||||
Reference in New Issue
Block a user