add ripcord theme

master
an 2019-06-10 18:57:39 -04:00
parent feedfd37a7
commit 1bd3081fce
2 changed files with 19 additions and 0 deletions

1
files
View File

@ -13,6 +13,7 @@ scripts/bookmark_get.ps1 /mnt/d/w2/Output/_dlscr/bookmark_get.ps1
terminal/kitty.conf ~/.config/kitty/kitty.conf
terminal/zshrc ~/.zshrc
themes ~/.slade3/text_styles/*
themes/ripcord.json ~/.local/share/Ripcord/custom_theme.json
vim/vimrc ~/.vimrc
x11/61-xwiimote-custom.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf
x11/XCompose ~/.XCompose

18
themes/ripcord.json Normal file
View File

@ -0,0 +1,18 @@
{
"alternate_base": "#252a3f78",
"base": "#181b28",
"bright_text": "#ffffff",
"button": "#1e1e20",
"chat_timestamp": "#494b4e",
"disabled_button": "#0e0e10",
"disabled_icon": "#aaaaac78",
"disabled_text": "#aaaaac78",
"highlight": "#c50ed2",
"highlighted_text": "#dadadc",
"icon": "#aaaaac",
"shadow": "#000000",
"text": "#aaaaac",
"unread_badge": "#d0d1d4",
"unread_badge_text": "#2d2c27",
"window": "#161925"
}