Doki Theme is a project by Unthrottled. All credits for the themes and assets used go to Unthrottled. All I did was support theming additional things.
These are just a few of the themes.
The best terminal emulator deserves the best themes.
Download from the releases tab, uncompress, and move to ~/.config/kitty/doki, or build:
- Clone the repo.
- Run
deps.shfrom this repo's root folder, if you haven't already. This will install Doki's master themes and assets. cdintokitty.- Run
npm run buildto build the themes. - Run
npm run installto install all built themes to~/.config/kitty/doki, or manually move them to the right place.
Add the following to your kitty.conf, replacing themename with the theme you want to use:
# Color theme
include doki/themes/themename.conf
# Background image
include doki/wallpapers/themename.conf
# Sticker image
# If you want to use a sticker and background at the same time,
# you need to use the special sticker-compatible background configs instead of the normal ones
include doki/stickers/themename.conf
include doki/wallpapers/themename-sticker-compat.conf
Can't have it be beaten by vscode over some themes.
Download from the releases tab, uncompress, and move to ~/.config/lite-xl/colors/doki, or build:
- Clone the repo.
- Run
deps.shfrom this repo's root folder, if you haven't already. This will install Doki's master themes and assets. cdintolite-xl.- Run
npm run buildto build the themes. - Run
npm run installto install all built themes to~/.config/lite-xl/colors/doki, or manually move them to the right place.
Add the following to your init.lua, replacing themename with the theme you want to use:
require 'colors.doki.themename'

