Set themes
This commit is contained in:
parent
5a7807186c
commit
7388478b60
2 changed files with 45 additions and 3 deletions
|
@ -1,3 +1,42 @@
|
||||||
|
# Set font
|
||||||
font = VictorMono Nerd Font Mono:style=Regular:size=10
|
font = VictorMono Nerd Font Mono:style=Regular:size=10
|
||||||
|
|
||||||
|
# Atelierdune theme
|
||||||
[colors]
|
[colors]
|
||||||
|
# Opacity
|
||||||
alpha = 0.8
|
alpha = 0.8
|
||||||
|
|
||||||
|
foreground = 8ca68c
|
||||||
|
background = 131513
|
||||||
|
|
||||||
|
# black
|
||||||
|
regular0 = 131513
|
||||||
|
bright0 = 687d68
|
||||||
|
|
||||||
|
# red
|
||||||
|
regular1 = e6193c
|
||||||
|
bright1 = e6193c
|
||||||
|
|
||||||
|
# green
|
||||||
|
regular2 = 29a329
|
||||||
|
bright2 = 29a329
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
regular3 = c3c322
|
||||||
|
bright3 = c3c322
|
||||||
|
|
||||||
|
# blue
|
||||||
|
regular4 = 3d62f5
|
||||||
|
bright4 = 3d62f5
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
regular5 = ad2bee
|
||||||
|
bright5 = ad2bee
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
regular6 = 1999b3
|
||||||
|
bright6 = 1999b3
|
||||||
|
|
||||||
|
# white
|
||||||
|
regular7 = 8ca68c
|
||||||
|
bright7 = f0fff0
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
export GTK_THEME=Adwaita:dark
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="/home/micke/.oh-my-zsh"
|
export ZSH="/home/micke/.oh-my-zsh"
|
||||||
|
export VISUAL=/usr/bin/nvim
|
||||||
|
export EDITOR=/usr/bin/nvim
|
||||||
|
export TERM=xterm
|
||||||
|
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# Set name of the theme to load --- if set to "random", it will
|
||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||||
|
|
Loading…
Add table
Reference in a new issue