-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(terminals): add termux color scheme
- Loading branch information
Showing
4 changed files
with
55 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Termux | ||
|
||
1. Copy the color scheme `colors.properties` to `~/.termux/` (`/data/data/com.termux/files/home/.termux/`) | ||
2. Run `termux-reload-settings` to reload the settings. | ||
|
||
## See also | ||
|
||
- [GitHub repo of termux-styling](https://github.com/termux/termux-styling) | ||
- [Termux Wiki - Termux:Styling](https://wiki.termux.com/wiki/Termux:Styling) | ||
- [Termux Wiki - Internal and external storage](https://wiki.termux.com/wiki/Internal_and_external_storage) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This file was generated by https://github.com/lonr/adwaita-one-dark | ||
# One Dark | ||
|
||
background=#282c34 | ||
foreground=#abb2bf | ||
color0=#3f4451 | ||
color1=#e05561 | ||
color2=#8cc265 | ||
color3=#d18f52 | ||
color4=#4aa5f0 | ||
color5=#c162de | ||
color6=#42b3c2 | ||
color7=#d7dae0 | ||
color8=#4f5666 | ||
color9=#ff616e | ||
color10=#a5e075 | ||
color11=#f0a45d | ||
color12=#4dc4ff | ||
color13=#de73ff | ||
color14=#4cd1e0 | ||
color15=#e6e6e6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This file was generated by https://github.com/lonr/adwaita-one-dark | ||
# {{ themeName }} | ||
|
||
background={{ neutral.dark.background }} | ||
foreground={{ neutral.dark.onBackground }} | ||
color0={{ ansi.black }} | ||
color1={{ ansi.red }} | ||
color2={{ ansi.green }} | ||
color3={{ ansi.yellow }} | ||
color4={{ ansi.blue }} | ||
color5={{ ansi.magenta }} | ||
color6={{ ansi.cyan }} | ||
color7={{ ansi.white }} | ||
color8={{ ansi.blackBright }} | ||
color9={{ ansi.redBright }} | ||
color10={{ ansi.greenBright }} | ||
color11={{ ansi.yellowBright }} | ||
color12={{ ansi.blueBright }} | ||
color13={{ ansi.magentaBright }} | ||
color14={{ ansi.cyanBright }} | ||
color15={{ ansi.whiteBright }} | ||
|