From f60b9d1cb4cfdb256df4824df60cb820f2131931 Mon Sep 17 00:00:00 2001 From: Taha Date: Fri, 19 Sep 2025 12:41:52 -0700 Subject: [PATCH] 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' --- themes/matte-black/ghostty.conf | 9 +++++++++ themes/matte-black/vscode.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/matte-black/ghostty.conf b/themes/matte-black/ghostty.conf index 574e6577..85c69b15 100644 --- a/themes/matte-black/ghostty.conf +++ b/themes/matte-black/ghostty.conf @@ -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 diff --git a/themes/matte-black/vscode.json b/themes/matte-black/vscode.json index ac592f5f..7786fc79 100644 --- a/themes/matte-black/vscode.json +++ b/themes/matte-black/vscode.json @@ -1,4 +1,4 @@ { - "name": "MatteBlack", + "name": "Matte Black", "extension": "TahaYVR.matteblack" }