diff options
| author | 2021-03-05 16:02:01 -0500 | |
|---|---|---|
| committer | 2021-03-05 16:22:44 -0500 | |
| commit | 7ac2e3640e579d05d16b46384f1c4cd2b54d6195 (patch) | |
| tree | 62415bc1b44f4442170e57a69df17cbfc44a0d65 | |
| parent | add screenshot (diff) | |
add xresources.sh
| -rwxr-xr-x | colors/xresources.sh | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/colors/xresources.sh b/colors/xresources.sh new file mode 100755 index 0000000..8f235fa --- /dev/null +++ b/colors/xresources.sh @@ -0,0 +1,33 @@ +#!/bin/sh +. ./colors.sh + +cat <<HEREDOC +! $theme +! special +*.foreground: #$foreground +*.background: #$background +! black +*.color0: #$black +*.color8: #$brblack +! red +*.color1: #$red +*.color9: #$brred +! green +*.color2: #$green +*.color10: #$brgreen +! yellow +*.color3: #$yellow +*.color11: #$bryellow +! blue +*.color4: #$blue +*.color12: #$brblue +! magenta +*.color5: #$magenta +*.color13: #$brmagenta +! cyan +*.color6: #$cyan +*.color14: #$brcyan +! white +*.color7: #$white +*.color15: #$brwhite +HEREDOC |
