Browse Source

added terminator config file

master
arnaucode 5 years ago
parent
commit
0fb10cc2a7
2 changed files with 27 additions and 1 deletions
  1. +9
    -1
      README.md
  2. +18
    -0
      terminator-config

+ 9
- 1
README.md

@ -1,7 +1,7 @@
## Nokto
XFCE Terminal Theme
### Terminal
To install, in the directory:
```
~/.local/share/xfce4/terminal/colorschemes/
@ -12,3 +12,11 @@ nokto.theme
```
Then in the XFCE Terminal, go to Edit/Preferences/Colors/Presets, and select Nokto.
### Terminator
To install, in the directory:
```
.config/terminator/
```
Add the file 'terminator-config' under the name 'config'.

+ 18
- 0
terminator-config

@ -0,0 +1,18 @@
[global_config]
title_transmit_bg_color = "#23393c"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
cursor_color = "#aaaaaa"
palette = "#3B4252:#BF616A:#5ca370:#EBCB8B:#94BFF3:#EC93D3:#88C0D0:#E5E9F0:#4C566A:#BF616A:#72D5A3:#EBCB8B:#94BFF3:#EC93D3:#8FBCBB:#ECEFF4"
foreground_color = "#D8DEE9"
background_color = "#20242c"

Loading…
Cancel
Save