Quality of Life improvements

This commit is contained in:
HelionSmoker 2021-11-23 21:56:22 +02:00 committed by GitHub
parent 5f9dfe08d1
commit 8b1737d300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
"dark_bg": "color(var(--background) blend(white 55%))",
"medium_dark_bg": "color(var(--background) blend(black 30%))",
},
"rules":
[
]
}

View File

@ -0,0 +1,4 @@
[
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
]