diff --git a/private_Library/private_Application Support/tealdeer/config.toml b/private_Library/private_Application Support/tealdeer/config.toml new file mode 100644 index 0000000..27ee93f --- /dev/null +++ b/private_Library/private_Application Support/tealdeer/config.toml @@ -0,0 +1,38 @@ +[style.description] +underline = false +bold = false +italic = false + +[style.command_name] +foreground = "cyan" +underline = false +bold = false +italic = false + +[style.example_text] +foreground = "green" +underline = false +bold = false +italic = false + +[style.example_code] +foreground = "cyan" +underline = false +bold = false +italic = false + +[style.example_variable] +foreground = "cyan" +underline = true +bold = false +italic = false + +[display] +compact = true +use_pager = false + +[updates] +auto_update = true +auto_update_interval_hours = 720 + +[directories]