1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -05:00

ghostty in readme

This commit is contained in:
bbedward
2025-08-02 16:45:10 -04:00
parent 599118c63e
commit 7e5e3a3914
2 changed files with 10 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ palette = 14=${inverse_b}
palette = 15=${fg_b}`; palette = 15=${fg_b}`;
var ghosttyConfigDir = configDir + "/ghostty"; var ghosttyConfigDir = configDir + "/ghostty";
var ghosttyConfigPath = ghosttyConfigDir + "/config-colors"; var ghosttyConfigPath = ghosttyConfigDir + "/config-dankcolors";
Quickshell.execDetached(["bash", "-c", `mkdir -p '${ghosttyConfigDir}' && echo '${content}' > '${ghosttyConfigPath}'`]); Quickshell.execDetached(["bash", "-c", `mkdir -p '${ghosttyConfigDir}' && echo '${content}' > '${ghosttyConfigPath}'`]);
} }

View File

@@ -206,6 +206,15 @@ ColorScheme=qt6ct
Enable system app theming in **Settings → Appearance → System App Theming** after installing the required dependencies. Enable system app theming in **Settings → Appearance → System App Theming** after installing the required dependencies.
### Ghostty Theming
If using [Ghostty](https://ghostty.org/), you can automatically theme its colors as well by adding the following to your `~/.config/ghostty/config` file
```
config-file = ./config-dankcolors
```
Ghostty doesn't hot-reload config changes, but does with a keyboard shortcut `ctrl+,`
## Usage ## Usage
### Basic Controls ### Basic Controls