Skip to content

A collection of personal themes for various software, inspired mainly by manga/anime

License

Notifications You must be signed in to change notification settings

EpokTarren/themes

Repository files navigation

Tarren's theme collection

A collection of personal themes for various software, inspired mainly by manga/anime.

preview Themes are: Rider, Good Job, Slime, "Girl", Bloody, Arch Wizard, Imouto?, Gyaru.

Installation

Vim

This example usses plugged.

" if using vim airline
let g:airline_theme='tarren'

call plug#begin('~/.vim/plugged')

" Your other plugins

Plug 'EpokTarren/themes.vim'

call plug#end()

" Your choice of colour scheme in this example it is "Girl"
let g:theme_style = '"Girl"'
colorscheme tarren

VSCode

You can either install it using the vsix file provided in the releases or download it from the marketplace.

Highlight.js

If you want to import the files in your project and bundle them with the rest of your css.

# with npm
npm install "git://github.com/EpokTarren/themes.git#highlight.js"
# with yarn
yarn add "git://github.com/EpokTarren/themes.git#highlight.js"

If you want to just include a stylesheet, replace [theme] with your desired variant ('slime', 'bloody', 'rider', 'girl', and 'good-job').

<link rel="stylesheet" href="https://raw.githubusercontent.com/EpokTarren/themes/highlight.js/dist/[theme]-min.css" />

Pygments

If you want to import the files in your project and bundle them with the rest of your css.

# with npm
npm install "git://github.com/EpokTarren/themes.git#pygments"
# with yarn
yarn add "git://github.com/EpokTarren/themes.git#pygments"

If you want to just include a stylesheet, replace [theme] with your desired variant ('slime', 'bloody', 'rider', 'girl', and 'good-job').

<link rel="stylesheet" href="https://raw.githubusercontent.com/EpokTarren/themes/pygments/dist/[theme]-min.css" />

Spicetify

Extract the zipped folder from relases into your themes directory.

Also set Current theme to "Tarren" and color scheme to one of the available colorschemes

[Settings]
; ...Your other settings
current_theme = Tarren
color_scheme  = bloody
; ... Rest of the file

License

Themes are licensed under MIT.

About

A collection of personal themes for various software, inspired mainly by manga/anime

Resources

License

Stars

Watchers

Forks

Packages

No packages published