mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
3e2162d366
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.
20 lines
599 B
Text
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
|