godot-xterm/test/import_plugins/xrdb/Test1.xrdb
Leroy Hopson 3e2162d366
Add basic .xrdb/.Xresources import plugin
Adds basic support for importing .Xresources and .xrdb files as Theme
resources.

Examples of terminal color schemes in .xrdb format can be found here:
https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/xrdb

Examples of terminal themes in .Xresources format can be found here:
https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/Xresources

https://terminal.sexy also supports exporting themes is Xresources
format.
2021-07-19 00:10:16 +07:00

20 lines
599 B
Text

#define Background_Color #100000
#define Foreground_Color #200000
#define Cursor_Color #300000
#define Cursor_Text_Color #400000
#define Ansi_0_Color #000000
#define Ansi_8_Color #000008
#define Ansi_1_Color #000001
#define Ansi_9_Color #000009
#define Ansi_2_Color #000002
#define Ansi_10_Color #000010
#define Ansi_3_Color #000003
#define Ansi_11_Color #000011
#define Ansi_4_Color #000004
#define Ansi_12_Color #000012
#define Ansi_5_Color #000005
#define Ansi_13_Color #000013
#define Ansi_6_Color #000006
#define Ansi_14_Color #000014
#define Ansi_7_Color #000007
#define Ansi_15_Color #000015