mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Quality of Life improvements
This commit is contained in:
parent
5f9dfe08d1
commit
8b1737d300
12
.config/sublime-text/Packages/User/Adaptive.sublime-theme
Normal file
12
.config/sublime-text/Packages/User/Adaptive.sublime-theme
Normal 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":
|
||||||
|
[
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
[
|
||||||
|
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
|
||||||
|
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user