mirror of
https://github.com/whatyouhide/gotham-contrib.git
synced 2026-09-10 06:36:14 -04:00
adding mostly default terminator config with gotham palette
This commit is contained in:
parent
ed867a1669
commit
2304e8a615
|
|
@ -43,6 +43,13 @@ colors.
|
|||
For more details about configuring Xresources see the [Arch Linux wiki
|
||||
page](https://wiki.archlinux.org/index.php/Xresources)
|
||||
|
||||
### Terminator
|
||||
|
||||
Make a backup of any existing session layouts and other options you may have
|
||||
and copy [terminator/gotham](terminator/gotham) to `~/.config/terminator/config`
|
||||
|
||||
Restart terminator to load the gotham colors.
|
||||
|
||||
## Contributing
|
||||
|
||||
I'm more than happy to accept Pull Requests of any kind: bug fixes, support for
|
||||
|
|
|
|||
34
terminator/gotham
Normal file
34
terminator/gotham
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[global_config]
|
||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
title_transmit_fg_color = "#98d1ce"
|
||||
title_inactive_fg_color = "#98d1ce"
|
||||
borderless = True
|
||||
title_receive_bg_color = "#33859d"
|
||||
title_transmit_bg_color = "#093748"
|
||||
title_receive_fg_color = "#98d1ce"
|
||||
inactive_color_offset = 0.89
|
||||
title_inactive_bg_color = "#062835"
|
||||
[[default]]
|
||||
scrollbar_position = hidden
|
||||
palette = "#0a0f14:#c33027:#26a98b:#edb54b:#195465:#4e5165:#33859d:#98d1ce:#10151b:#d26939:#081f2d:#245361:#093748:#888ba5:#599caa:#d3ebe9"
|
||||
login_shell = True
|
||||
use_system_font = False
|
||||
background_darkness = 0.94
|
||||
scrollback_lines = 5000
|
||||
active_encodings = ANSI_X3.4-1968, UTF-8, ISO-8859-1
|
||||
cursor_color = "#7b7b7b"
|
||||
foreground_color = "#98d1ce"
|
||||
background_image = None
|
||||
font = Droid Sans Mono 7
|
||||
background_color = "#0a0f14"
|
||||
allow_bold = False
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
type = Terminal
|
||||
parent = window0
|
||||
profile = default
|
||||
[[[window0]]]
|
||||
type = Window
|
||||
parent = ""
|
||||
[plugins]
|
||||
Loading…
Reference in a new issue