mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
Add completer
This commit is contained in:
parent
74a0f09d71
commit
f542cc71cf
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Visualizes a theme in the terminal.
|
||||
def main [
|
||||
theme: string, # The path to the theme to visualize.
|
||||
] -> nothing {
|
||||
theme: string@"ls themes" # The path to the theme to visualize.
|
||||
] {
|
||||
if not ($env.COLORTERM | str contains "truecolor") {
|
||||
echo "your terminal emulator doesn't support truecolor, colors may be wrong\n"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue