mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Merge branch 'master' of gitlab.com:dwt1/dotfiles
This commit is contained in:
@@ -219,7 +219,7 @@ draw_bold_text_with_bright_colors: true
|
|||||||
#######################################
|
#######################################
|
||||||
schemes:
|
schemes:
|
||||||
### Doom One ###
|
### Doom One ###
|
||||||
doom-one: &doom-one
|
DoomOne: &DoomOne
|
||||||
primary:
|
primary:
|
||||||
background: '#282c34'
|
background: '#282c34'
|
||||||
foreground: '#bbc2cf'
|
foreground: '#bbc2cf'
|
||||||
@@ -249,7 +249,7 @@ schemes:
|
|||||||
white: '#dfdfdf'
|
white: '#dfdfdf'
|
||||||
|
|
||||||
### Dracula ###
|
### Dracula ###
|
||||||
dracula: &dracula
|
Dracula: &Dracula
|
||||||
primary:
|
primary:
|
||||||
background: '#282a36'
|
background: '#282a36'
|
||||||
foreground: '#f8f8f2'
|
foreground: '#f8f8f2'
|
||||||
@@ -304,7 +304,7 @@ schemes:
|
|||||||
white: '#e6e6d1'
|
white: '#e6e6d1'
|
||||||
|
|
||||||
### Gruvbox dark ###
|
### Gruvbox dark ###
|
||||||
gruvbox-dark: &gruvbox-dark
|
GruvboxDark: &GruvboxDark
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
# hard contrast: background = '0x1d2021'
|
# hard contrast: background = '0x1d2021'
|
||||||
@@ -335,7 +335,7 @@ schemes:
|
|||||||
white: '#ebdbb2'
|
white: '#ebdbb2'
|
||||||
|
|
||||||
### Monokai ###
|
### Monokai ###
|
||||||
monokai-pro: &monokai-pro
|
MonokaiPro: &MonokaiPro
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#2D2A2E'
|
background: '#2D2A2E'
|
||||||
@@ -364,7 +364,7 @@ schemes:
|
|||||||
white: '#FCFCFA'
|
white: '#FCFCFA'
|
||||||
|
|
||||||
### Nord ###
|
### Nord ###
|
||||||
nord: &nord
|
Nord: &Nord
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#2E3440'
|
background: '#2E3440'
|
||||||
@@ -393,7 +393,7 @@ schemes:
|
|||||||
white: '#ECEFF4'
|
white: '#ECEFF4'
|
||||||
|
|
||||||
### Oceanic Next ###
|
### Oceanic Next ###
|
||||||
oceanic-next: &oceanic-next
|
OceanicNext: &OceanicNext
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#1b2b34'
|
background: '#1b2b34'
|
||||||
@@ -427,7 +427,7 @@ schemes:
|
|||||||
white: '#d8dee9'
|
white: '#d8dee9'
|
||||||
|
|
||||||
### Palenight ###
|
### Palenight ###
|
||||||
palenight: &palenight
|
Palenight: &Palenight
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#292d3e'
|
background: '#292d3e'
|
||||||
@@ -456,7 +456,7 @@ schemes:
|
|||||||
white: '#ffffff'
|
white: '#ffffff'
|
||||||
|
|
||||||
### Solarized Dark ###
|
### Solarized Dark ###
|
||||||
solarized-dark: &solarized-dark
|
SolarizedDark: &SolarizedDark
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#002b36' # base03
|
background: '#002b36' # base03
|
||||||
@@ -490,7 +490,7 @@ schemes:
|
|||||||
white: '#fdf6e3' # base3
|
white: '#fdf6e3' # base3
|
||||||
|
|
||||||
### Solarized Light ###
|
### Solarized Light ###
|
||||||
solarized-light: &solarized-light
|
SolarizedLight: &SolarizedLight
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#fdf6e3' # base3
|
background: '#fdf6e3' # base3
|
||||||
@@ -524,7 +524,7 @@ schemes:
|
|||||||
white: '#fdf6e3' # base3
|
white: '#fdf6e3' # base3
|
||||||
|
|
||||||
### Tomorrow Night ###
|
### Tomorrow Night ###
|
||||||
tomorrow-night: &tomorrow-night
|
TomorrowNight: &TomorrowNight
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#1d1f21'
|
background: '#1d1f21'
|
||||||
@@ -561,18 +561,18 @@ schemes:
|
|||||||
## SET THEME: Choose ONE color scheme from those in the above list. ##
|
## SET THEME: Choose ONE color scheme from those in the above list. ##
|
||||||
## ###################################################################
|
## ###################################################################
|
||||||
# Available themes are:
|
# Available themes are:
|
||||||
# *doom-one
|
# *DoomOne
|
||||||
# *dracula
|
# *Dracula
|
||||||
# *gruvbox-dark
|
# *GruvboxDark
|
||||||
# *monokai-pro
|
# *MonokaiPro
|
||||||
# *nord
|
# *Nord
|
||||||
# *oceanic-next
|
# *OceanicNext
|
||||||
# *palenight
|
# *Palenight
|
||||||
# *solarized-light
|
# *SolarizedLight
|
||||||
# *solarized-dark
|
# *SolarizedDark
|
||||||
# *tomorrow-night
|
# *TomorrowNight
|
||||||
|
|
||||||
colors: *doom-one
|
colors: *DoomOne
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
## END OF COLOR SCHEMES ##
|
## END OF COLOR SCHEMES ##
|
||||||
|
|||||||
@@ -32,6 +32,11 @@ if [ "$choice" ]; then
|
|||||||
sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.xmonad/README.org || echo "Cannot modify README.org"
|
sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.xmonad/README.org || echo "Cannot modify README.org"
|
||||||
sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.xmonad/xmonad.hs || echo "Cannot modify xmonad.hs"
|
sed -i "s/import Colors.*/import Colors.$choice/g" "$HOME"/.xmonad/xmonad.hs || echo "Cannot modify xmonad.hs"
|
||||||
xmonad --restart
|
xmonad --restart
|
||||||
|
|
||||||
|
sed -i "s/^colors: .*/colors: \*$choice/g" "$HOME"/.config/alacritty/alacritty.yml
|
||||||
|
|
||||||
|
# DOOM EMACS
|
||||||
|
|
||||||
# What to do if we just escape without choosing anything.
|
# What to do if we just escape without choosing anything.
|
||||||
else
|
else
|
||||||
echo "Program terminated." && exit 0
|
echo "Program terminated." && exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user