Add theme-set/switching logic, and minor nvim, tmux, obsidian changes
This commit is contained in:
		@@ -13,6 +13,7 @@
 | 
			
		||||
  "showUnsupportedFiles": true,
 | 
			
		||||
  "attachmentFolderPath": "inbox",
 | 
			
		||||
  "showInlineTitle": false,
 | 
			
		||||
  "readableLineLength": false,
 | 
			
		||||
  "readableLineLength": true,
 | 
			
		||||
  "strictLineBreaks": true,
 | 
			
		||||
  "livePreview": false
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -2,8 +2,7 @@
 | 
			
		||||
  "theme": "obsidian",
 | 
			
		||||
  "accentColor": "#2f930e",
 | 
			
		||||
  "baseFontSize": 18,
 | 
			
		||||
  "enabledCssSnippets": [
 | 
			
		||||
    "theme-transparency"
 | 
			
		||||
  ],
 | 
			
		||||
  "translucency": false
 | 
			
		||||
  "enabledCssSnippets": [],
 | 
			
		||||
  "translucency": false,
 | 
			
		||||
  "cssTheme": "Obsidian gruvbox"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,37 +1,17 @@
 | 
			
		||||
{
 | 
			
		||||
  "markdown:toggle-preview": [
 | 
			
		||||
    {
 | 
			
		||||
      "modifiers": [
 | 
			
		||||
        "Ctrl",
 | 
			
		||||
        "Shift"
 | 
			
		||||
      ],
 | 
			
		||||
      "key": "R"
 | 
			
		||||
    }
 | 
			
		||||
    { "modifiers": [ "Ctrl", "Shift" ], "key": "R" }
 | 
			
		||||
  ],
 | 
			
		||||
  "switcher:open": [
 | 
			
		||||
    {
 | 
			
		||||
      "modifiers": [
 | 
			
		||||
        "Ctrl"
 | 
			
		||||
      ],
 | 
			
		||||
      "key": "F"
 | 
			
		||||
    }
 | 
			
		||||
    { "modifiers": [ "Ctrl" ], "key": "F" }
 | 
			
		||||
  ],
 | 
			
		||||
  "app:toggle-left-sidebar": [
 | 
			
		||||
    {
 | 
			
		||||
      "modifiers": [
 | 
			
		||||
        "Ctrl",
 | 
			
		||||
        "Shift"
 | 
			
		||||
      ],
 | 
			
		||||
      "key": "D"
 | 
			
		||||
    }
 | 
			
		||||
    { "modifiers": [ "Ctrl", "Shift" ], "key": "D" }
 | 
			
		||||
  ],
 | 
			
		||||
  "app:toggle-right-sidebar": [
 | 
			
		||||
    {
 | 
			
		||||
      "modifiers": [
 | 
			
		||||
        "Ctrl",
 | 
			
		||||
        "Shift"
 | 
			
		||||
      ],
 | 
			
		||||
      "key": "F"
 | 
			
		||||
    }
 | 
			
		||||
    { "modifiers": [ "Ctrl", "Shift" ], "key": "F" }
 | 
			
		||||
  ],
 | 
			
		||||
  "file-explorer:reveal-active-file": [
 | 
			
		||||
    { "modifiers": [ "Ctrl", "Shift" ], "key": "N" }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user