Last active
September 25, 2016 16:34
-
-
Save njanik/4508b8d355576f40da160017424f2574 to your computer and use it in GitHub Desktop.
Panda syntax color for terminator - save this file to ~/.config/terminator/config
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
[global_config] | |
inactive_color_offset = 0.45 | |
title_font = Operator Mono Semi-Light 14 | |
title_inactive_bg_color = "#5c6370" | |
title_inactive_fg_color = "#f0f0f0" | |
title_transmit_bg_color = "#f03c79" | |
title_transmit_fg_color = "#f0f0f0" | |
title_use_system_font = False | |
[keybindings] | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
profile = default | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#1d1e20" | |
background_image = None | |
cursor_color = "#f0f0f0" | |
font = Operator Mono Light 14 | |
foreground_color = "#f0f0f0" | |
palette = "#1f1f20:#fb055a:#26ffd4:#fdaa5a:#5c9fff:#fc59a6:#26ffd4:#f0f0f0:#5c6370:#fb055a:#26ffd4:#febe7e:#55adff:#fd95d0:#26ffd4:#f0f0f0" | |
use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment