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:
@@ -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}'`]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user