From 7a917cdbc6a7d2bdaba666289100fe6e78a5f452 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Wed, 13 May 2020 10:52:09 +0200 Subject: [PATCH] Set Nord theme --- dotfiles/Xresources | 82 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 62 insertions(+), 20 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 7e0ab19..7fdfab6 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -2,42 +2,84 @@ ! Colour Configuration ! ------------------------------------------------------------------------------ +! Based on Nord: https://github.com/arcticicestudio/nord-xresources + +#define nord0 #2E3440 +#define nord1 #3B4252 +#define nord2 #434C5E +#define nord3 #4C566A +#define nord4 #D8DEE9 +#define nord5 #E5E9F0 +#define nord6 #ECEFF4 +#define nord7 #8FBCBB +#define nord8 #88C0D0 +#define nord9 #81A1C1 +#define nord10 #5E81AC +#define nord11 #BF616A +#define nord12 #D08770 +#define nord13 #EBCB8B +#define nord14 #A3BE8C +#define nord15 #B48EAD + +*.foreground: nord4 +*.background: nord0 +*.cursorColor: nord4 +*fading: 35 +*fadeColor: nord3 + +*.color0: nord1 +*.color1: nord11 +*.color2: nord14 +*.color3: nord13 +*.color4: nord9 +*.color5: nord15 +*.color6: nord8 +*.color7: nord5 +*.color8: nord3 +*.color9: nord11 +*.color10: nord14 +*.color11: nord13 +*.color12: nord9 +*.color13: nord15 +*.color14: nord7 +*.color15: nord6 + ! special -*.foreground: #d8dee8 -*.background: #2f343f -*.cursorColor: #b48ead +!*.foreground: #d8dee8 +!*.background: #2f343f +!*.cursorColor: #b48ead ! black -*.color0 : #4b5262 -*.color8 : #434a5a +!*.color0 : #4b5262 +!*.color8 : #434a5a ! red -*.color1 : #bf616a -*.color9 : #b3555e +!*.color1 : #bf616a +!*.color9 : #b3555e ! green -*.color2 : #a3be8c -*.color10 : #93ae7c +!*.color2 : #a3be8c +!*.color10 : #93ae7c ! yellow -*.color3 : #ebcb8b -*.color11 : #dbbb7b - +!*.color3 : #ebcb8b +!*.color11 : #dbbb7b + ! blue -*.color4 : #81a1c1 -*.color12 : #7191b1 +!*.color4 : #81a1c1 +!*.color12 : #7191b1 ! magenta -*.color5 : #b48ead -*.color13 : #a6809f +!*.color5 : #b48ead +!*.color13 : #a6809f ! cyan -*.color6 : #89d0bA -*.color14 : #7dbba8 +!*.color6 : #89d0bA +!*.color14 : #7dbba8 ! white -*.color7 : #e5e9f0 -*.color15 : #d1d5dc +!*.color7 : #e5e9f0 +!*.color15 : #d1d5dc ! ------------------------------------------------------------------------------ ! Font configuration