Base16 Textadept Save

Base16 themes for the Textadept editor

Project README

Base16 themes for the Textadept editor

Installation

Clone the repository, e.g.:

cd ~/.textadept/themes
git clone https://github.com/rgieseke/base16-textadept.git

Copy or symlink all or some themes into .textadept/themes

Set a theme by putting the following in your ~/.textadept/init.lua, e.g. for Solarized Light:

    view:set_theme(not CURSES and 'base16-solarized-light' or 'term')

This repo tracks the latest Textadept 12 changes.

The themes and tools from Tinted Theming are used.

Preview: https://tinted-theming.github.io/base16-gallery/

To build or develop locally (Using base16-builder-node):

npm install base16-builder-node

Clone (or update) the schemes:

cd base16
git clone https://github.com/tinted-theming/base16-schemes.git schemes

To generate the themes from default.mustache:

npx base16 build base16 --prefix base16-

If this repo is in .textadept/themes/base16-textadept one can symlink the themes so Textadept can find them:

ln -s base16-textadept/base16/templates/textadept/themes/base16*.lua .

Base16 Themes

Tinted Theming: https://github.com/tinted-theming/ Base16: https://github.com/chriskempson/base16

Open Source Agenda is not affiliated with "Base16 Textadept" Project. README Source: rgieseke/base16-textadept
Stars
58
Open Issues
2
Last Commit
7 months ago

Open Source Agenda Badge

Open Source Agenda Rating