From 13124e8ae14897fb46d0a9c56322cf8eba5a825b Mon Sep 17 00:00:00 2001 From: rick <7rick@tuta.io> Date: Mon, 16 Aug 2021 14:53:25 +0530 Subject: [PATCH] changed st colorscheme --- .Xresources | 48 +++++++++++++++++++++++++++++++++++++++++++++++- .tmux.conf | 1 + 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 .tmux.conf diff --git a/.Xresources b/.Xresources index 56cf632..11bcff4 100755 --- a/.Xresources +++ b/.Xresources @@ -9,7 +9,8 @@ URxvt.color8: #373b41 ! red URxvt.color1: #a54242 -URxvt.color9: #cc6666 +!URxvt.color9: #cc6666 +URxvt.color9: #776666 ! green URxvt.color2: #8c9440 @@ -46,6 +47,9 @@ URxvt.shading: 15 st.transparent: true st.alpha: 0.9 +!emacs +emacs.alpha: 98 + Xft.dpi: 96 Xft.antialias: true Xft.rgba: rgb @@ -64,3 +68,45 @@ URxvt.keysym.Control-Right: \033[1;5C URxvt.keysym.Control-Left: \033[1;5D URxvt.letterSpace: -1 + + +!------------------------------------------------------------------------- +! st colorscheme + +! special +st.foreground: #c0c0c0 +st.background: #121212 +st.cursorColor: #c0c0c0 +!st.cursorColor: #81a2be + +! black +st.color0: #080808 +st.color8: #36393f + +! red +st.color1: #515978 +st.color9: #778099 + +! green +st.color2: #3ea28d +st.color10: #71c4ba + +! yellow +st.color3: #4dc5ce +st.color11: #5e767f + +! blue +st.color4: #6ea2a5 +st.color12: #6abdc1 + +! magenta +st.color5: #a157bd +st.color13: #4e4d80 + +! cyan +st.color6: #558188 +st.color14: #4fc8ce + +! white +st.color7: #c0c0c0 +st.color15: #a6a8aa diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..1f228b6 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set -s escape-time 0