Created
April 21, 2021 16:46
-
-
Save pauloo27/75cbf90c2b5b35cc6c14524d3dbd1d8d to your computer and use it in GitHub Desktop.
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
| [options] | |
| allow_bold = true | |
| audible_bell = false | |
| bold_is_bright = true | |
| #cell_height_scale = 1.0 | |
| #cell_width_scale = 1.0 | |
| clickable_url = false | |
| #dynamic_title = true | |
| font = Fira Code Regular 10 | |
| #fullscreen = true | |
| icon_name = terminal | |
| mouse_autohide = true | |
| #scroll_on_output = false | |
| #scroll_on_keystroke = true | |
| # Length of the scrollback buffer, 0 disabled the scrollback buffer | |
| # and setting it to a negative value means "infinite scrollback" | |
| scrollback_lines = 10000 | |
| #search_wrap = true | |
| #urgent_on_bell = true | |
| #hyperlinks = false | |
| # $BROWSER is used by default if set, with xdg-open as a fallback | |
| #browser = xdg-open | |
| # "system", "on" or "off" | |
| #cursor_blink = system | |
| # "block", "underline" or "ibeam" | |
| cursor_shape = ibeam | |
| # Hide links that are no longer valid in url select overlay mode | |
| #filter_unmatched_urls = true | |
| # Emit escape sequences for extra modified keys | |
| #modify_other_keys = false | |
| # set size hints for the window | |
| #size_hints = false | |
| # "off", "left" or "right" | |
| #scrollbar = off | |
| [hints] | |
| #font = Monospace 12 | |
| #foreground = #dcdccc | |
| #background = #3f3f3f | |
| #active_foreground = #e68080 | |
| #active_background = #3f3f3f | |
| #padding = 2 | |
| #border = #3f3f3f | |
| #border_width = 0.5 | |
| #roundness = 2.0 | |
| # vim: ft=dosini cms=#%s | |
| # Dracula theme for termite | |
| # https://github.com/dracula/termite | |
| # Copyright 2013-present, All rights reserved | |
| # Code licensed under the MIT license | |
| [colors] | |
| # special | |
| foreground = #f8f8f2 | |
| foreground_bold = #f8f8f2 | |
| cursor = #f8f8f2 | |
| background = rgba(40, 42, 54, 0.80) | |
| # black | |
| color0 = #ffffff | |
| color8 = #ffffff | |
| # red | |
| color1 = #ff5555 | |
| color9 = #ff6e67 | |
| # green | |
| color2 = #50fa7b | |
| color10 = #5af78e | |
| # yellow | |
| color3 = #f1fa8c | |
| color11 = #f4f99d | |
| # blue | |
| color4 = #bd93f9 | |
| color12 = #caa9fa | |
| # magenta | |
| color5 = #ff79c6 | |
| color13 = #ff92d0 | |
| # cyan | |
| color6 = #8be9fd | |
| color14 = #9aedfe | |
| # white | |
| color7 = #bfbfbf | |
| color15 = #e6e6e6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment