All Projects → atelierbram → Base2tone

atelierbram / Base2tone

Licence: mit
2 base hues - 32 variations > 1 theme

Projects that are alternatives of or similar to Base2tone

nord-notepadplusplus
An arctic, north-bluish clean and elegant Notepad++ theme.
Stars: ✭ 112 (+160.47%)
Mutual labels:  syntax-highlighting, color-scheme
ST-ShellScriptImproved
❌ [Deprecated] A better ShellScript (Bash) syntax highlight for Sublime Text >= 3143
Stars: ✭ 25 (-41.86%)
Mutual labels:  syntax-highlighting, color-scheme
Visual-Studio-For-Mac-Dark-Syntax-HoneyBees
HoneyBees is a colorful, but easy-to-read, dark syntax highlighting theme for Microsoft Visual Studio for Mac & Xamarin Studio. It supports C#, XAML, XML, HTML, and CSS.
Stars: ✭ 12 (-72.09%)
Mutual labels:  syntax-highlighting, color-scheme
Inspiredgithub.tmtheme
A color scheme for Sublime Text 3.
Stars: ✭ 117 (+172.09%)
Mutual labels:  syntax-highlighting, color-scheme
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (+779.07%)
Mutual labels:  syntax-highlighting, color-scheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+4520.93%)
Mutual labels:  syntax-highlighting, color-scheme
Laravel.tmTheme
A Sublime Text 3 theme based on the Laravel documentation colour scheme
Stars: ✭ 40 (-6.98%)
Mutual labels:  syntax-highlighting, color-scheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+251.16%)
Mutual labels:  syntax-highlighting, color-scheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+581.4%)
Mutual labels:  syntax-highlighting, color-scheme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (+527.91%)
Mutual labels:  syntax-highlighting, color-scheme
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+153.49%)
Mutual labels:  syntax-highlighting, color-scheme
Matlab Schemer
Apply and save color schemes in MATLAB with ease.
Stars: ✭ 708 (+1546.51%)
Mutual labels:  syntax-highlighting, color-scheme
Base2tone Vim
Base2Tone - duotone - Themes for Vim
Stars: ✭ 108 (+151.16%)
Mutual labels:  syntax-highlighting, color-scheme
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (+279.07%)
Mutual labels:  syntax-highlighting, color-scheme
Syntax Highlighting
collection of syntax highlighting colorschemes
Stars: ✭ 105 (+144.19%)
Mutual labels:  syntax-highlighting, color-scheme
GDL-sublime
📝 A Sublime Text package for the programming language GDL (Geometric Description Language)
Stars: ✭ 25 (-41.86%)
Mutual labels:  syntax-highlighting, color-scheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+11100%)
Mutual labels:  syntax-highlighting, color-scheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+1641.86%)
Mutual labels:  syntax-highlighting, color-scheme
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-76.74%)
Mutual labels:  syntax-highlighting
Highr
Syntax Highlighting for R Source Code
Stars: ✭ 36 (-16.28%)
Mutual labels:  syntax-highlighting

Base2Tone

Base2Tone

2 base hues - 32 color values > 1 theme

Base2Tone is based on DuoTone themes by Simurai for Atom.

“DuoTone themes use only 2 hues (7 shades in total). It tones down less important parts (like punctuation and brackets) and highlights only the important ones. This leads to a more calm color scheme, but still lets you find the stuff you're looking for.”

Applications

This repository is like an umbrella over these dedicated repositories for generating syntax-highlighting themes:

For Visual Studio Code Marketplace: marketplace.visualstudio.com/items?itemName=Atelierbram.base2tone-vscode-themes

Base2Tone
Screenshot Code Syntax Highlighting with Prism and Base2Tone-Pool theme

Dependencies

Some customized commands from the latest fork of Base16 Builder can be found here in executable bash scripts (cli folder). Read more on this versatile and flexible CLI building tool on the Github repo for Base16 Builder, and the many ways to use it from the command-line.

Base16 Builder is available on NPM 1, you can install it on your machine like so from the commandline:

$ npm install --global base16-builder

Setup and Naming Convention

Each repository follows the same naming convention for the naming of the folders, taken from Base16-Builder; in the db-folder there is templates and schemes. The templates folder contain the templates for generating the output of the themes for the specific application: .ejs-files (often called dark.ejs and light.ejs). The Base16-Builder templating engine is informed by the color-values from a yml-file in the schemes folder to generate this specific theme (for this specific application) from the command-line like:

base16-builder --scheme "../db/schemes/base2tone-desert.yml" --template "../db/templates/prism/prism.scss.ejs" > "../output/prism/_prism-base2tone-desert.scss"

Create your own colorscheme.

This is the hard part; although the idea is to make color-schemes from just two color-hues, there is no easy way (at least not on this repository) to generate colorschemes from these two color-hues, (because I don’t believe in an automated process that takes account of the peculiarities of the human eye, in connection to the perception of color). It will always be a manual iterative process. My process is editing the demo-tile colors for Base2Tone-prism, you can see those demo-tiles on top of the pages over here. So what I do is edit the sass file for those demo-tiles (I use HSL and then convert those values from the browser, or a tool like HSL Color Picker to HEX values), and then manually copy and paste the new color-values over into a new schemes/my-new-colorscheme.yml. After that generate the prism-my-new-colorscheme.scss and see how the syntax-highlighting turns out on that demo-page. There are 32 color-value variables to be defined, so it will require a dedicated effort to build your own Base2Tone colorscheme. But if you do succeed in this, you will have the blueprint for generating colorthemes for these applications (see above , and for many more applications in the future).

Alternatively, to make this process a bit more easy going and straight forward, one can fork this demo of Base2Tone-Prism on Codepen.

In essence; one doesn't generate yml colorschemes, these are created, color-values manually copied over from a, for example, forked and adapted version of that demo on Codepen. (Tip: use the Developer Tools in your Browser to copy the HEX-color-values output from the rendered css). Base16-Builder’s commands are used for generating theme files for ... anything really, as long as you can make a template for this application.

Conversions

The light version of the Morning theme, and dark versions of Evening, Sea, Space, Earth and Forest were converted from DuoTone Themes for Atom by Simurai. Morning and Evening are the default Duotone Light and Duotone Dark schemes, but renamed here in order to have a consistent naming convention.

Credits

License

Copyright (c) 2016 Bram de Haan

Released under MIT Licence


Infini Font

Infini, by Sandrine Nugue, is the font being used in the demo site. Infini is a public commission of the National Centre for Visual Arts on the occasion of “Graphisme en France 2014”. The type family is available for free under a Creative Creative Commons Attribution-No Derivative Works 3.0 Unported


  1. Installing from NPM means you will also need to have Node.js installed; instructions can be found here.
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].