Skip to main content
1 of 4
Noor
  • 1k
  • 4
  • 14
  • 19

Terminator default profile

That's my Terminator profile, I want it to always open any shell and window with the light profile, if I'm not mistaken, it should open with the "light" profile with the configuration below

[global_config]
[keybindings]
  new_tab = <Ctrl>n
  next_tab = <Ctrl>Right
  split_vert = <Ctrl>v
  split_horiz = <Ctrl>h
  prev_tab = <Ctrl>Left
[profiles]
  [[light]]
    palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
    use_system_font = False
    cursor_color = "#002b36"
    foreground_color = "#002b36"
    show_titlebar = False
    background_color = "#eee8d5"
  [[dark]]
    palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
    use_system_font = False
    cursor_color = "#eee8d5"
    foreground_color = "#eee8d5"
    show_titlebar = False
    background_color = "#002b36"
[layouts]
    [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = light
    [[[window0]]]
      profile = light
      type = Window
      parent = ""
[plugins]
Noor
  • 1k
  • 4
  • 14
  • 19