mirror of
https://github.com/arnaucube/nokto.git
synced 2026-02-07 03:26:40 +01:00
added terminator config file
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
|||||||
## Nokto
|
## Nokto
|
||||||
XFCE Terminal Theme
|
XFCE Terminal Theme
|
||||||
|
|
||||||
|
### Terminal
|
||||||
To install, in the directory:
|
To install, in the directory:
|
||||||
```
|
```
|
||||||
~/.local/share/xfce4/terminal/colorschemes/
|
~/.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.
|
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
terminator-config
Normal file
18
terminator-config
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user