Skip to content

Instantly share code, notes, and snippets.

@ezr
Created July 3, 2022 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezr/b3ac531defa19ac07c6cec4a8f8a89bd to your computer and use it in GitHub Desktop.
Save ezr/b3ac531defa19ac07c6cec4a8f8a89bd to your computer and use it in GitHub Desktop.
Config file for tealdeer (TLDR) with lighter colors than the default
[style.description]
underline = false
bold = false
italic = false
[style.command_name]
foreground = { rgb = { r = 255, g = 255, b = 255 } }
underline = false
bold = false
italic = false
[style.example_text]
foreground = { rgb = { r = 0, g = 255, b = 17 } }
underline = false
bold = false
italic = false
[style.example_code]
foreground = { rgb = { r = 255, g = 255, b = 255 } }
underline = false
bold = false
italic = false
[style.example_variable]
foreground = { rgb = { r = 255, g = 252, b = 0 } }
underline = true
bold = false
italic = false
[display]
compact = false
use_pager = false
[updates]
auto_update = false
auto_update_interval_hours = 720
[directories]
custom_pages_dir = "/home/myuser/.local/share/tealdeer/pages/"
@ezr
Copy link
Author

ezr commented Jul 3, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment