Created
August 30, 2025 23:16
-
-
Save breadtk/275ecfff4b5a1281b16bf9ff3b70c089 to your computer and use it in GitHub Desktop.
toot in Tokyo Night theme.
This file contains hidden or 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
[common] | |
# Whether to use ANSI color in output | |
color = true | |
# Redirect debug log to the given file | |
debug_file = "/tmp/toot.log" | |
# Log request and response bodies in the debug log | |
verbose = false | |
# Do not write to output | |
quiet = false | |
[tui] | |
image_format = "kitty" | |
[commands.tui] | |
media_viewer = "feh" | |
colors = 16777216 | |
[tui.palette] | |
# Base | |
default = ["", "", "", "#c0caf5", "#1a1b26"] | |
muted = ["", "", "", "#a9b1d6", ""] | |
link = ["", "", "", "#7aa2f7", ""] | |
link_focused = ["", "", "", "#1a1b26", "#7aa2f7"] | |
# Headers / footers | |
header = ["", "", "", "#c0caf5", "#1f2335"] | |
header_bold = ["", "", "", "#c0caf5,bold", "#1f2335"] | |
footer_status = ["", "", "", "#c0caf5", "#16161e"] | |
footer_message = ["", "", "", "#9ece6a", ""] | |
footer_message_error = ["", "", "", "#f7768e", ""] | |
# Lists (reduce glare while focused/selected) | |
list_item = ["", "", "", "#c0caf5", "#1a1b26"] | |
list_focus = ["", "", "", "#c0caf5", "#24283b"] | |
list_selected = ["", "", "", "#c0caf5", "#2a2f4a"] | |
list_selected_focus = ["", "", "", "#1a1b26", "#7aa2f7"] | |
# Compose/dialog (tone down cyan; improve contrast) | |
dialog = ["", "", "", "#c0caf5", "#1a1b26"] | |
dialog_title = ["", "", "", "#1a1b26", "#bb9af7"] | |
editbox = ["", "", "", "#c0caf5", "#1a1b26"] | |
editbox_focused = ["", "", "", "#c0caf5", "#3b4261"] | |
label = ["", "", "", "#a9b1d6", "#1a1b26"] | |
# Buttons / selection | |
button = ["", "", "", "#c0caf5", "#2a2f4a"] | |
button_focused = ["", "", "", "#111318", "#7aa2f7"] | |
selection = ["", "", "", "#c0caf5", "#3b4261"] | |
quote = ["", "", "", "#7aa2f7", "#24283b"] | |
# Misc | |
scrollbar = ["", "", "", "#414868", ""] | |
scrollbar_focus = ["", "", "", "#7aa2f7", ""] | |
content_warning = ["", "", "", "#1a1b26", "#bb9af7"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment