Last active
August 29, 2018 21:32
-
-
Save perfecto25/323a04ab6fe59ac2529ed95060ca7b02 to your computer and use it in GitHub Desktop.
Terminator colors ~/.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] | |
| window_state = maximise | |
| [keybindings] | |
| [layouts] | |
| [[default]] | |
| [[[child1]]] | |
| parent = window0 | |
| type = Terminal | |
| [[[window0]]] | |
| parent = "" | |
| type = Window | |
| [plugins] | |
| [profiles] | |
| [[default]] | |
| background_color = "#0c293d" | |
| background_image = None | |
| cursor_color = "#e6eb28" | |
| font = Ubuntu Mono 12 | |
| foreground_color = "#adffcc" | |
| scrollback_infinite = True | |
| scrollback_lines = 5000 | |
| use_system_font = False | |
| [[DEV]] | |
| background_color = "#34573e" | |
| background_image = None | |
| cursor_color = "#e7e337" | |
| font = Ubuntu Mono 12 | |
| foreground_color = "#ffffff" | |
| palette = "#073642:#ffc208:#cde629:#b58900:#ffeba6:#99ff2e:#2aa198:#eee8d5:#ececec:#f5d734:#ff80cb:#4ef0cd:#ebd19a:#6c71c4:#84ddbe:#fdf6e3" | |
| scrollback_infinite = True | |
| use_system_font = False | |
| [[Misterioso]] | |
| background_color = "#2d3743" | |
| background_image = None | |
| cursor_color = "#000000" | |
| foreground_color = "#e1e1e0" | |
| palette = "#000000:#ff4242:#74af68:#ffad29:#338f86:#9414e6:#23d7d7:#e1e1e0:#555555:#ff3242:#74cd68:#ffb929:#23d7d7:#ff37ff:#00ede1:#ffffff" | |
| [[dk blue]] | |
| background_color = "#003055" | |
| background_image = None | |
| cursor_color = "#f048ee" | |
| font = Monospace 12 | |
| foreground_color = "#a3fba3" | |
| scrollback_infinite = True | |
| scrollback_lines = 5000 | |
| use_system_font = False | |
| [[pink]] | |
| background_color = "#470726" | |
| background_image = None | |
| font = Monospace 11 | |
| foreground_color = "#ffbb25" | |
| scrollback_infinite = True | |
| use_system_font = False | |
| [[purple]] | |
| background_color = "#231439" | |
| background_image = None | |
| cursor_color = "#45f9c9" | |
| font = Inconsolata 12 | |
| foreground_color = "#73d4df" | |
| scrollback_infinite = True | |
| use_system_font = False | |
| [[teal]] | |
| background_color = "#123a3e" | |
| background_image = None | |
| cursor_color = "#fed127" | |
| font = Ubuntu Mono 12 | |
| foreground_color = "#d5ff4f" | |
| scrollback_infinite = True | |
| scrollback_lines = 5000 | |
| use_system_font = False | |
| [[white]] | |
| background_color = "#ffffff" | |
| background_image = None | |
| foreground_color = "#c7385a" | |
| scrollback_infinite = True | |
| [[ToyChest]] | |
| palette = "#2c3f58:#be2d26:#1a9172:#db8e27:#325d96:#8a5edc:#35a08f:#23d183:#336889:#dd5944:#31d07b:#e7d84b:#34a6da:#ae6bdc:#42c3ae:#d5d5d5" | |
| background_color = "#24364b" | |
| cursor_color = "#d5d5d5" | |
| foreground_color = "#31d07b" | |
| background_image = None | |
| [[IC_Green_PPL]] | |
| palette = "#1f1f1f:#fb002a:#339c24:#659b25:#149b45:#53b82c:#2cb868:#e0ffef:#032710:#a7ff3f:#9fff6d:#d2ff6d:#72ffb5:#50ff3e:#22ff71:#daefd0" | |
| background_color = "#3a3d3f" | |
| cursor_color = "#42ff58" | |
| foreground_color = "#d9efd3" | |
| background_image = None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment