Fix Matte Black theme ghostty and vscode configs (#1801)

* Update Matte Black ghostty.conf with more color settings

* Rename theme from 'MatteBlack' to 'Matte Black'
This commit is contained in:
Taha
2025-09-19 12:41:52 -07:00
committed by GitHub
parent 70661d5d5b
commit f60b9d1cb4
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
background = #121212
foreground = #BEBEBE
cursor-color = #EAEAEA
cursor-text = #121212
selection-background = #333333
selection-foreground = #EAEAEA
# normal colors
palette = 0=#333333
palette = 1=#D35F5F

View File

@@ -1,4 +1,4 @@
{
"name": "MatteBlack",
"name": "Matte Black",
"extension": "TahaYVR.matteblack"
}