Added terminator port tool and themes
This commit is contained in:
parent
32f29e4db9
commit
a83ae405c5
56 changed files with 526 additions and 1 deletions
75
README.md
75
README.md
|
|
@ -389,7 +389,80 @@ To install under the [X Window System](http://www.x.org/):
|
|||
* Adapt this procedure to other terminals as needed.
|
||||
|
||||
###Terminator color schemes###
|
||||
In [this repository](https://github.com/slok/Terminator-Color-Schemes) are the ported themes to [Terminator terminal](https://launchpad.net/terminator):
|
||||
|
||||
The terminator configuration file is in: `$HOME/.config/terminator/config`.
|
||||
You need to edit this file
|
||||
|
||||
Select the theme or themes that you like in `terminator/` directory, open the file
|
||||
and add to your terminator config file in the profiles block.
|
||||
|
||||
that's it! you can customize the font and stuff afterwards
|
||||
|
||||
Lets see an example :)
|
||||
|
||||
This is my terminator config file:
|
||||
|
||||
[global_config]
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
palette = "#1a1a1a:#f4005f:#98e024:#fa8419:#9d65ff:#f4005f:#58d1eb:#c4c5b5:#625e4c:#f4005f:#98e024:#e0d561:#9d65ff:#f4005f:#58d1eb:#f6f6ef"
|
||||
background_image = None
|
||||
use_system_font = False
|
||||
cursor_color = "#f6f7ec"
|
||||
foreground_color = "#c4c5b5"
|
||||
font = Source Code Pro Light 11
|
||||
background_color = "#1a1a1a"
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
type = Terminal
|
||||
parent = window0
|
||||
[[[window0]]]
|
||||
type = Window
|
||||
parent = ""
|
||||
[plugins]
|
||||
|
||||
And I like the *Smyck* theme, this file in `schemes/Smyck.config` has:
|
||||
|
||||
[[Smyck]]
|
||||
palette = "#000000:#b84131:#7da900:#c4a500:#62a3c4:#ba8acc:#207383:#a1a1a1:#7a7a7a:#d6837c:#c4f137:#fee14d:#8dcff0:#f79aff:#6ad9cf:#f7f7f7"
|
||||
background_color = "#1b1b1b"
|
||||
cursor_color = "#bbbbbb"
|
||||
foreground_color = "#f7f7f7"
|
||||
background_image = None
|
||||
|
||||
So I add this likes to my profiles:
|
||||
|
||||
[global_config]
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
palette = "#1a1a1a:#f4005f:#98e024:#fa8419:#9d65ff:#f4005f:#58d1eb:#c4c5b5:#625e4c:#f4005f:#98e024:#e0d561:#9d65ff:#f4005f:#58d1eb:#f6f6ef"
|
||||
background_image = None
|
||||
use_system_font = False
|
||||
cursor_color = "#f6f7ec"
|
||||
foreground_color = "#c4c5b5"
|
||||
font = Source Code Pro Light 11
|
||||
background_color = "#1a1a1a"
|
||||
[[Smyck]]
|
||||
palette = "#000000:#b84131:#7da900:#c4a500:#62a3c4:#ba8acc:#207383:#a1a1a1:#7a7a7a:#d6837c:#c4f137:#fee14d:#8dcff0:#f79aff:#6ad9cf:#f7f7f7"
|
||||
background_color = "#1b1b1b"
|
||||
cursor_color = "#bbbbbb"
|
||||
foreground_color = "#f7f7f7"
|
||||
background_image = None
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
type = Terminal
|
||||
parent = window0
|
||||
[[[window0]]]
|
||||
type = Window
|
||||
parent = ""
|
||||
[plugins]
|
||||
|
||||
After this I can add to Smyck profile the customizations like the font in the default
|
||||
profile...
|
||||
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue