17 lines
374 B
Plaintext
17 lines
374 B
Plaintext
! Set cursor size (Check GTK in .config too):
|
|
Xcursor.size: 24
|
|
Xcursor.theme: tokyonight
|
|
|
|
! TokyoNight colors for Xresources
|
|
#define BLACK #15161E
|
|
#define RED #f7768e
|
|
#define GREEN #9ece6a
|
|
#define ORANGE #e0af68
|
|
#define BLUE #7aa2f7
|
|
#define MAGENTA #bb9af7
|
|
#define CYAN #7dcfff
|
|
#define LIGHT_GRAY #a9b1d6
|
|
#define GRAY #414868
|
|
#define WHITE #c0caf5
|
|
#define UNDEFINED #ff0000
|