Skip to content

AroLeaf/doki-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doki Theme Extensions

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.

Screenshots

These are just a few of the themes.

Raphtalia Raphtalia
Hatsune Miku Hatsune Miku
Zero Two Zero Two

Kitty

The best terminal emulator deserves the best themes.

Install

Download from the releases tab, uncompress, and move to ~/.config/kitty/doki, or build:

  • Clone the repo.
  • Run deps.sh from this repo's root folder, if you haven't already. This will install Doki's master themes and assets.
  • cd into kitty.
  • Run npm run build to build the themes.
  • Run npm run install to install all built themes to ~/.config/kitty/doki, or manually move them to the right place.

Usage

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

Lite XL

Can't have it be beaten by vscode over some themes.

Install

Download from the releases tab, uncompress, and move to ~/.config/lite-xl/colors/doki, or build:

  • Clone the repo.
  • Run deps.sh from this repo's root folder, if you haven't already. This will install Doki's master themes and assets.
  • cd into lite-xl.
  • Run npm run build to build the themes.
  • Run npm run install to install all built themes to ~/.config/lite-xl/colors/doki, or manually move them to the right place.

Usage

Add the following to your init.lua, replacing themename with the theme you want to use:

require 'colors.doki.themename'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published