mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
Add background, foreground, cursor color example
You might want to update every theme with different colors - I just didn't knew which ones to put there (or maybe just mimic `color0` as `background` & `color15` as `foreground` and `cursorColor` (see the diff @ #108)) Fixes #108 and #97
This commit is contained in:
parent
cad53235df
commit
7150fd6b35
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ st.font: Monospace-11;
|
||||||
! st.termname: st-256color
|
! st.termname: st-256color
|
||||||
! st.borderpx: 2
|
! st.borderpx: 2
|
||||||
|
|
||||||
|
!! Set the background, foreground and cursor colors as below:
|
||||||
|
*.background: #282828
|
||||||
|
*.foreground: white
|
||||||
|
*.cursorColor: white
|
||||||
|
|
||||||
/* !! gruvbox: */
|
/* !! gruvbox: */
|
||||||
/* *.color0: #1d2021 */
|
/* *.color0: #1d2021 */
|
||||||
/* *.color1: #cc241d */
|
/* *.color1: #cc241d */
|
||||||
|
|
Loading…
Reference in a new issue