Skip to content

Commit ca395fa

Browse files
committed
Add terminator template
1 parent a718b84 commit ca395fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/templates/terminator.config

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
[[{{ scheme_name }}]]
3+
palette = "#{{ Ansi_0_Color.hex }}:#{{ Ansi_1_Color.hex }}:#{{ Ansi_2_Color.hex }}:#{{ Ansi_3_Color.hex }}:#{{ Ansi_4_Color.hex }}:#{{ Ansi_5_Color.hex }}:#{{ Ansi_6_Color.hex }}:#{{ Ansi_7_Color.hex }}:#{{ Ansi_8_Color.hex }}:#{{ Ansi_9_Color.hex }}:#{{ Ansi_10_Color.hex }}:#{{ Ansi_11_Color.hex }}:#{{ Ansi_12_Color.hex }}:#{{ Ansi_13_Color.hex }}:#{{ Ansi_14_Color.hex }}:#{{ Ansi_15_Color.hex }}"
4+
background_color = "#{{ Background_Color.hex }}"
5+
cursor_color = "#{{ Cursor_Color.hex }}"
6+
foreground_color = "#{{ Foreground_Color.hex }}"
7+
background_image = None

0 commit comments

Comments
 (0)