diff --git a/colorschemes/active.main b/colorschemes/active.main index c3f38de..d036125 120000 --- a/colorschemes/active.main +++ b/colorschemes/active.main @@ -1 +1 @@ -/home/w0ryn/.wryn/colorschemes/christmas.conf \ No newline at end of file +/home/w0ryn/.wryn/colorschemes/winter.conf \ No newline at end of file diff --git a/colorschemes/active.main.alacritty b/colorschemes/active.main.alacritty index 4b84421..b0537c0 100644 --- a/colorschemes/active.main.alacritty +++ b/colorschemes/active.main.alacritty @@ -3,24 +3,24 @@ colors: primary: background: '0x000505' - foreground: '0xCCDDFF' + foreground: '0xE0F7FF' cursor: - cursor: '0x46FFB6' + cursor: '0xAAD7E6' normal: - black: '0x22262B' - red: '0xA2152D' - green: '0x288B52' - yellow: '0x489358' - blue: '0x0EA1EE' - magenta: '0xA03C6F' - cyan: '0x8195A2' - white: '0x486A8A' + black: '0x02140D' + red: '0xD05023' + green: '0x027B9B' + yellow: '0x7B70AF' + blue: '0x3D8890' + magenta: '0x68D3F0' + cyan: '0x50A3B5' + white: '0xDEB88D' bright: - black: '0x3D444E' - red: '0xFF1440' - green: '0x55C9B5' - yellow: '0x5BF887' - blue: '0x00FFFF' - magenta: '0xCF4663' - cyan: '0xDFF5FE' - white: '0xEBFFF2' + black: '0x02DB88' + red: '0xD38677' + green: '0x618C98' + yellow: '0x7D72FE' + blue: '0x1ABCDD' + magenta: '0xBBE3EE' + cyan: '0x86ABB3' + white: '0xFEE3CD' diff --git a/colorschemes/active.main.getty b/colorschemes/active.main.getty index 8b0e26e..310a65b 100644 --- a/colorschemes/active.main.getty +++ b/colorschemes/active.main.getty @@ -2,6 +2,6 @@ # source this file to apply colorscheme to linux getty [[ "$TERM" =~ ^linux$ ]] || return 0 -/bin/echo -e " ]P0000505 ]P1A2152D ]P2288B52 ]P3489358 ]P40EA1EE ]P5A03C6F ]P68195A2 ]P7CCDDFF ]P8FF1440 ]P955C9B5 ]PA5BF887 ]PB00FFFF ]PCCF4663 ]PDDFF5FE ]PE486A8A ]PFEBFFF2 " +/bin/echo -e " ]P0000505 ]P1D05023 ]P2027B9B ]P37B70AF ]P43D8890 ]P568D3F0 ]P650A3B5 ]P7E0F7FF ]P8D38677 ]P9618C98 ]PA7D72FE ]PB1ABCDD ]PCBBE3EE ]PD86ABB3 ]PEDEB88D ]PFFEE3CD " [ ! $NO_CLEAR ] && clear return 0