From 7388478b603d4669cf4873b1ad59ed4c1824811f Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sun, 20 Dec 2020 23:45:28 +0100 Subject: [PATCH] Set themes --- dotfiles/.config/foot/foot.ini | 43 ++++++++++++++++++++++++++++++++-- dotfiles/.zshrc | 5 +++- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini index d304557..dbb2fa0 100644 --- a/dotfiles/.config/foot/foot.ini +++ b/dotfiles/.config/foot/foot.ini @@ -1,3 +1,42 @@ -font=VictorMono Nerd Font Mono:style=Regular:size=10 +# Set font +font = VictorMono Nerd Font Mono:style=Regular:size=10 + +# Atelierdune theme [colors] -alpha=0.8 +# Opacity +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 diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 083246b..5d06207 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -1,8 +1,11 @@ # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH - +export GTK_THEME=Adwaita:dark # Path to your oh-my-zsh installation. 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 # load a random theme each time oh-my-zsh is loaded, in which case,