index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (850B) | |
--- | |
1 nordtheme | |
2 ========= | |
3 | |
4 Description | |
5 ----------- | |
6 *"Inspired by the beauty of the arctic, the colors reflect the cold, yet | |
7 harmonious world of ice and the colorfulness of the Aurora Borealis."* | |
8 - [Nord Theme](https://www.nordtheme.com/) | |
9 | |
10 Selection-Colors | |
11 ---------------- | |
12 The default behaviour of st is to reverse the fore- and background color… | |
13 each selected cell. If you don't want the selection-colors to be reveres… | |
14 instead have fixed fore- and background colors apply on top of this patc… | |
15 [selectioncolors](../selectioncolors/)-patch. Then set the following set… | |
16 your config.h: | |
17 | |
18 unsigned int selectionbg = 0; | |
19 unsigned int selectionfg = 256; | |
20 | |
21 Download | |
22 -------- | |
23 * [st-nordtheme-0.8.5.diff](st-nordtheme-0.8.5.diff) | |
24 * [st-nordtheme-0.8.2.diff](st-nordtheme-0.8.2.diff) | |
25 | |
26 Authors | |
27 ------- | |
28 * Aleksandrs Stier - <[email protected]> |