-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcolors.sh
More file actions
28 lines (24 loc) · 787 Bytes
/
Copy pathcolors.sh
File metadata and controls
28 lines (24 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh
export COLOR_BACKGROUND=0xe01d2021
export COLOR_FOREGROUND=0xe0fbf1c7
export COLOR_DEFAULT=0xffdddddd
export COLOR_ACCENT=0xe0d65d0e
export COLOR_ACCENT_BRIGHT=0xe0fe8019
export COLOR_BLACK=0xe04c4f69
export COLOR_RED=0xe0d20f39
export COLOR_GREEN=0xe040a02b
export COLOR_YELLOW=0xe0df8e1d
export COLOR_ORANGE=0xe0fe640b
export COLOR_BLUE=0xe01e66f5
export COLOR_MAGENTA=0xe08839ef
export COLOR_CYAN=0xe004a5e5
export COLOR_WHITE=0xe0dce0e8
export COLOR_BLACK_BRIGHT=0xe011111b
export COLOR_RED_BRIGHT=0xe0f38ba8
export COLOR_GREEN_BRIGHT=0xe0a6e3a1
export COLOR_YELLOW_BRIGHT=0xe0f9e2af
export COLOR_ORANGE_BRIGHT=0xe0fab387
export COLOR_BLUE_BRIGHT=0xe089b4fa
export COLOR_MAGENTA_BRIGHT=0xe0cba6f7
export COLOR_CYAN_BRIGHT=0xe089dceb
export COLOR_WHITE_BRIGHT=0xe0cdd6f4