-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): add new
television
theme that inherits the terminal bg (#220
- Loading branch information
1 parent
931a7bb
commit 53bd4a3
Showing
2 changed files
with
25 additions
and
0 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,21 @@ | ||
# general | ||
# Comment this out to use your terminal's default background color | ||
# background = '#18191a' | ||
border_fg = '#6a6a7e' | ||
text_fg = '#cdcdcd' | ||
dimmed_text_fg = '#646477' | ||
# input | ||
input_text_fg = '#d2788c' | ||
result_count_fg = '#d2788c' | ||
# results | ||
result_name_fg = '#9a9ac7' | ||
result_line_number_fg = '#d2a374' | ||
result_value_fg = '#646477' | ||
selection_bg = '#282830' | ||
match_fg = '#d2788c' | ||
# preview | ||
preview_title_fg = '#d2a374' | ||
# modes | ||
channel_mode_fg = '#8faf77' | ||
remote_control_mode_fg = '#d2a374' | ||
send_to_channel_mode_fg = '#d2788c' |