All Projects → rgieseke → base16-textadept

rgieseke / base16-textadept

Licence: other
Base16 themes for the Textadept editor

Programming Languages

lua
6591 projects
HTML
75241 projects

Projects that are alternatives of or similar to base16-textadept

ta-rust
A mirror for the textadept module ta-rust hosted in bitbucket
Stars: ✭ 21 (-62.5%)
Mutual labels:  textadept
tjson.js
JavaScript-compatible implementation of Tagged JSON (TJSON), written in TypeScript.
Stars: ✭ 53 (-5.36%)
Mutual labels:  base16
Xresources-themes
A big (huge) collection of rxvt / xterm terminal themes
Stars: ✭ 247 (+341.07%)
Mutual labels:  base16
base16-qutebrowser
base16 themes for qutebrowser
Stars: ✭ 93 (+66.07%)
Mutual labels:  base16
nvim-base16
Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
Stars: ✭ 307 (+448.21%)
Mutual labels:  base16
flavours
🎨💧 An easy to use base16 scheme manager that integrates with any workflow.
Stars: ✭ 331 (+491.07%)
Mutual labels:  base16
lua-syntaxhighlight
A code syntax to HTML highlighter using lexers from Textadept
Stars: ✭ 20 (-64.29%)
Mutual labels:  textadept
textadept-nim
Nim language plugin for Textadept with autocompletion support (The developement is suspended. Ping me if you need something.)
Stars: ✭ 21 (-62.5%)
Mutual labels:  textadept
Base16
An architecture for building themes
Stars: ✭ 8,297 (+14716.07%)
Mutual labels:  base16
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-69.64%)
Mutual labels:  base16
base16-materialtheme-scheme
Material Themes for Base16
Stars: ✭ 70 (+25%)
Mutual labels:  base16
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-58.93%)
Mutual labels:  base16
scure-base
Secure, audited & 0-deps implementation of bech32, base64, base32, base16 & base58
Stars: ✭ 27 (-51.79%)
Mutual labels:  base16
base16-default-schemes
The default set of original base16 colours
Stars: ✭ 24 (-57.14%)
Mutual labels:  base16
base16-vis
Base16 for Vis
Stars: ✭ 16 (-71.43%)
Mutual labels:  base16
Base62x
Base62x is an alternative approach to Base 64 without symbols in output.
Stars: ✭ 38 (-32.14%)
Mutual labels:  base16
base16.nix
Quickly theme programs in your favourite base16 colorscheme
Stars: ✭ 61 (+8.93%)
Mutual labels:  base16
base16-styles
Base16 color definitions in CSS, Less, Sass/Scss, and Stylus
Stars: ✭ 25 (-55.36%)
Mutual labels:  base16
vscode-theme-dark-blood
🎨 VSCode Theme: Dark Blood
Stars: ✭ 15 (-73.21%)
Mutual labels:  base16

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 changes in TA 11 alpha development. Textadept 10.8 users need buffer:set_theme and this commit: https://github.com/rgieseke/base16-textadept/tree/54d635482a3445fb47c2771e7e80a096321e8589

To build or develop locally (e.g. with the Typescript Builder)

npm install base16-builder-typescript
./node_modules/.bin/base16-builder update
cp -r templates/ sources/templates/textadept/
./node_modules/.bin/base16-builder build --template textadept
# Simplify directory structure for this repo
mv themes/textadept/themes/*.lua themes
rm -r themes/textadept

Base16 Themes

Base16: https://github.com/chriskempson/base16

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].