A simple and pleasant dark terminal theme
[!NOTE] This theme is officially included in mbadolato/iTerm2-Color-Schemes.
ghostty/0x96f
to ~/.config/ghostty/themes
.~/.config/ghostty/config
and set the theme by adding theme = 0x96f
.kitty/0x96f.conf
to ~/.config/kitty
.~/.config/kitty/kitty.conf
and import the theme by adding include ./0x96f.conf
.alacritty/0x96f.conf
to ~/.config/alacritty/themes
.alacritty.toml
and import the theme in with the following:import = [
"~/.config/alacritty/themes/0x96f.toml"
]
wezterm/0x96f.lua
to ~/.config/wezterm/colors
.wezterm.lua
and import the theme in with the following:local wezterm = require 'wezterm'
local theme = require 'colors.0x96f'
local config = {}
config.colors = theme
return config
# macOS
WARP_THEMES_DIR="$HOME/.warp/themes"
# Linux
WARP_THEMES_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes"
warp/0x96f.yaml
to your theme directory and restart Warp.Appearance -> Themes
.mac-terminal
folder.⌘ + ,
.(...)
on the lower left, select "Import".iterm2
folder.⌘ + ,
.tabby/0x96f.yaml
to terminal.customColorSchemes
in ~/.config/tabby/config.yaml
.xfce-terminal/0x96f.theme
to ~/.local/share/xfce4/terminal/colorschemes
.0x96f
theme in the dropdown.[general]
section in your active lxterminal.conf
file and delete the lines corresponding to the color settings, starting from bgcolor
and ending with color_preset
.lx-terminal/0x96f.conf
and paste it inside your active lxterminal.conf file.blackbox
folder.Preferences --> Terminal
, scroll down to Theme and click on the link Open themes folder
.blockbox/0x96f.json
to the Black Box themes folder and restart Black Box.Preferences --> General
, scroll down to Theme
and select 0x96f
.rio/0x96f.toml
to ~/.config/rio/themes
.config.toml
and apply the theme in with the following:theme = "0x96f"
xterm-rxvt
folder.~/.Xresources
:#include "/path-to-theme/0x96f.Xresources"
xrdb ~/.Xresources
mobaxterm
folder.Settings --> Configuration
in the menu bar.Terminal --> Default color settings
.Import a color theme from a file
.0x96f
will be selected automatically.Current Global color theme
.windows-terminal
folder.Ctrl + ,
.Open JSON file
at the bottom, which will open settings.json
.schemes
section. It should look something like this:
"schemes": [],
settings.json
. It should look like this:
"schemes": [
{
"name": "0x96f",
"background": "#262427",
"black": "#262427",
"blue": "#49CAE4",
"brightBlack": "#545452",
"brightBlue": "#64D2E8",
"brightCyan": "#BAEBF6",
"brightGreen": "#C6E472",
"brightPurple": "#AEA3E6",
"brightRed": "#FF8787",
"brightWhite": "#FCFCFA",
"brightYellow": "#FFD271",
"cursorColor": "#FCFCFA",
"cyan": "#AEE8F4",
"foreground": "#FCFCFA",
"green": "#BCDF59",
"purple": "#A093E2",
"red": "#FF7272",
"selectionBackground": "#FCFCFA",
"white": "#FCFCFA",
"yellow": "#FFCA58"
}
]
settings.json
. The color theme will now be added to Windows Terminal.Color schemes
.0x96f
and click on Set as default
.0x96f
.