oh-my-posh/docs
Jan De Dobbeleer e6247da593 feat: set terminal background color
relates to #529
relates to #322
relates to #497

Windors terminal and Visual Studio Code do not work well with inversted
ANSI sequences. This weak allows users to override the Tranparency to
the terminal background color removing black elements in their prompt.

Ideally we remove this once they are on par with other terminals, but
that could take a while.

See https://github.com/microsoft/vscode/issues/111762
and https://github.com/microsoft/terminal/issues/7014
2021-03-14 14:25:27 +01:00
..
docs feat: set terminal background color 2021-03-14 14:25:27 +01:00
src feat: support color names for basic 16 ANSI colors 2020-11-08 20:24:54 +01:00
static docs: language cleanup 2021-02-04 17:05:46 +01:00
.gitignore feat: add docs 2020-10-05 17:19:05 +02:00
.markdownlint.json refactor: update defaults in docs 2020-10-16 11:18:19 -07:00
docusaurus.config.js chore: rename repository 2021-02-16 09:00:02 +01:00
package-lock.json chore: update docs dependencies 2021-03-13 08:32:06 +01:00
package.json chore: update docs dependencies 2021-03-13 08:32:06 +01:00
README.md feat: add docs 2020-10-05 17:19:05 +02:00
sidebars.js docs: move fonts to its own page 2021-03-13 08:17:23 +01:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.