clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add image to readme

sspaeti bcb5e3c4 20a34b02

+2 -2
+1 -1
obsidian/appearance.json
··· 1 1 { 2 2 "baseFontSize": 18, 3 - "cssTheme": "Kanagawa", 3 + "cssTheme": "custom_kanagawa", 4 4 "theme": "system", 5 5 "enabledCssSnippets": [ 6 6 "hide_file_in_filetree"
+1 -1
obsidian/themes/custom_kanagawa.css
··· 120 120 --text-highlight-bg: var(--waveBlue1); 121 121 --interactive-accent: var(--dragonBlue); /* vim cursor background AND highilight on right*/ 122 122 --interactive-before: var(--sumiInk4); 123 - --background-modifier-border: var(--sumiInk2); 123 + --background-modifier-border: var(--dragonBlue); 124 124 --text-accent: var(--autumnGreen); 125 125 --interactive-accent-rgb: var(--springGreen); 126 126 --inline-code: var(--springGreen);