Skip to content

Instantly share code, notes, and snippets.

@cecepm
Created May 11, 2021 00:15
Show Gist options
  • Save cecepm/85a8038df52419e9f29dd3a5f16deff1 to your computer and use it in GitHub Desktop.
Save cecepm/85a8038df52419e9f29dd3a5f16deff1 to your computer and use it in GitHub Desktop.
Terminator config with Gruvbox Dark theme
[global_config]
focus = system
handle_size = 8
title_transmit_bg_color = "#d30102"
[keybindings]
[profiles]
[[default]]
background_color = "#1e1e1e"
cursor_color = "#bbbbbb"
font = JetBrains Mono NL Medium 13
foreground_color = "#e6d4a3"
show_titlebar = False
scrollbar_position = hidden
palette = "#161819:#f73028:#aab01e:#f7b125:#719586:#c77089:#7db669:#faefbb:#7f7061:#be0f17:#868715:#cc881a:#377375:#a04b73:#578e57:#e6d4a3"
use_system_font = False
[[gruvbox-dark]]
background_color = "#1e1e1e"
cursor_color = "#bbbbbb"
font = JetBrains Mono NL Medium 13
foreground_color = "#e6d4a3"
show_titlebar = False
scrollbar_position = hidden
palette = "#161819:#f73028:#aab01e:#f7b125:#719586:#c77089:#7db669:#faefbb:#7f7061:#be0f17:#868715:#cc881a:#377375:#a04b73:#578e57:#e6d4a3"
use_system_font = False
[[gruvbox-light]]
background_color = "#eee8d5"
cursor_color = "#002b36"
foreground_color = "#002b36"
show_titlebar = False
scrollbar_position = hidden
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = gruvbox-dark
[[[window0]]]
type = Window
parent = ""
[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment