From 42db0293ffecc170db3b23f4ec67fd43fe3aa46c Mon Sep 17 00:00:00 2001 From: 0x78logs <73669345+0x78logs@users.noreply.github.com> Date: Fri, 6 Jan 2023 20:26:14 +0100 Subject: [PATCH] Add extras, alacritty tokyobones dark --- extras/alacritty/tokyobones_dark.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 extras/alacritty/tokyobones_dark.yml diff --git a/extras/alacritty/tokyobones_dark.yml b/extras/alacritty/tokyobones_dark.yml new file mode 100644 index 00000000..1d8c2482 --- /dev/null +++ b/extras/alacritty/tokyobones_dark.yml @@ -0,0 +1,25 @@ +colors: + primary: + foreground: '#C0CAF5' + background: '#1A1B26' + cursor: + cursor: '#CED6F7' + text: '#1A1B26' + normal: + black: '#1A1B26' + red: '#F77890' + green: '#74DBCB' + yellow: '#E1B068' + blue: '#7BA2F7' + magenta: '#BB9BF7' + cyan: '#2BC4DE' + white: '#C0CAF5' + bright: + black: '#36384D' + red: '#F98EA0' + green: '#6DE5D3' + yellow: '#F2BA64' + blue: '#90AFFA' + magenta: '#C6ACFA' + cyan: '#74DBCB' + white: '#7E98EB'