changed colors
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
! Colors
|
! Colors
|
||||||
! more blue-ish
|
! more blue-ish
|
||||||
!#include ".Xresources.d/colors-nord"
|
!#include ".Xresources.d/Xresources.nord"
|
||||||
! more vibrant
|
! more vibrant
|
||||||
#include ".Xresources.d/colors-afterglow"
|
#include ".Xresources.d/Xresources.afterglow"
|
||||||
|
|
||||||
|
!#include ".Xresources.d/Xresources.solarized"
|
||||||
|
|
||||||
!others
|
!others
|
||||||
!#include ".Xresources.d/colors-clean-and-green"
|
!#include ".Xresources.d/Xresources.clean-and-green"
|
||||||
!#include ".Xresources.d/colors-breeze-dark"
|
!#include ".Xresources.d/Xresources.breeze-dark"
|
||||||
!#include ".Xresources.d/colors-onedark"
|
!#include ".Xresources.d/Xresources.onedark"
|
||||||
!#include ".Xresources.d/colors-onedark-16"
|
!#include ".Xresources.d/Xresources.onedark-16"
|
||||||
|
|
||||||
! Font
|
! Font
|
||||||
XTerm.vt100.faceName: xft:Inconsolata:antialias=true
|
XTerm.vt100.faceName: xft:Inconsolata:antialias=true
|
||||||
|
|||||||
77
dotfiles/Xresources.d/Xresources.solarized
Normal file
77
dotfiles/Xresources.d/Xresources.solarized
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
!! #include "/mount/share/lib/skel/.Xresources"
|
||||||
|
!! drop in Solarized colorscheme for Xresources/Xdefaults
|
||||||
|
|
||||||
|
! Solarized color scheme for the X Window System
|
||||||
|
!
|
||||||
|
! http://ethanschoonover.com/solarized
|
||||||
|
|
||||||
|
|
||||||
|
! Common
|
||||||
|
|
||||||
|
#define S_yellow #b58900
|
||||||
|
#define S_orange #cb4b16
|
||||||
|
#define S_red #dc322f
|
||||||
|
#define S_magenta #d33682
|
||||||
|
#define S_violet #6c71c4
|
||||||
|
#define S_blue #268bd2
|
||||||
|
#define S_cyan #2aa198
|
||||||
|
#define S_green #859900
|
||||||
|
|
||||||
|
|
||||||
|
! Dark
|
||||||
|
|
||||||
|
#define S_base03 #002b36
|
||||||
|
#define S_base02 #073642
|
||||||
|
#define S_base01 #586e75
|
||||||
|
#define S_base00 #657b83
|
||||||
|
#define S_base0 #839496
|
||||||
|
#define S_base1 #93a1a1
|
||||||
|
#define S_base2 #eee8d5
|
||||||
|
#define S_base3 #fdf6e3
|
||||||
|
|
||||||
|
|
||||||
|
! Light
|
||||||
|
|
||||||
|
! #define S_base03 #fdf6e3
|
||||||
|
! #define S_base02 #eee8d5
|
||||||
|
! #define S_base01 #93a1a1
|
||||||
|
! #define S_base00 #839496
|
||||||
|
! #define S_base0 #657b83
|
||||||
|
! #define S_base1 #586e75
|
||||||
|
! #define S_base2 #073642
|
||||||
|
! #define S_base3 #002b36
|
||||||
|
|
||||||
|
|
||||||
|
! To only apply colors to your terminal, for example, prefix
|
||||||
|
! the color assignment statement with its name. Example:
|
||||||
|
!
|
||||||
|
! URxvt*background: S_base03
|
||||||
|
|
||||||
|
xterm*background: S_base03
|
||||||
|
xterm*foreground: S_base0
|
||||||
|
xterm*fading: 40
|
||||||
|
xterm*fadeColor: S_base03
|
||||||
|
xterm*cursorColor: S_base1
|
||||||
|
xterm*pointerColorBackground: S_base01
|
||||||
|
xterm*pointerColorForeground: S_base1
|
||||||
|
|
||||||
|
xterm*color0: S_base02
|
||||||
|
xterm*color1: S_red
|
||||||
|
xterm*color2: S_green
|
||||||
|
xterm*color3: S_yellow
|
||||||
|
xterm*color4: S_blue
|
||||||
|
xterm*color5: S_magenta
|
||||||
|
xterm*color6: S_cyan
|
||||||
|
xterm*color7: S_base2
|
||||||
|
xterm*color9: S_orange
|
||||||
|
xterm*color8: S_base03
|
||||||
|
xterm*color10: S_base01
|
||||||
|
xterm*color11: S_base00
|
||||||
|
xterm*color12: S_base0
|
||||||
|
xterm*color13: S_violet
|
||||||
|
xterm*color14: S_base1
|
||||||
|
xterm*color15: S_base3
|
||||||
|
|
||||||
|
xterm*scrollBar: false
|
||||||
|
XTerm*charClass: 33:48,37:48,45-46:48,47:48,38:48,58:48
|
||||||
|
XTerm.vt100.faceName: Liberation Mono:size=9:antialias=true
|
||||||
@@ -194,9 +194,9 @@ bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Border
|
# Border
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 0
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #990000 #222222 #ffffff #2e9ef4 #900000
|
client.focused #00b111 #222222 #ffffff #2e9ef4 #990000
|
||||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
||||||
client.unfocused #333333 #222222 #888888 #292d2e #222222
|
client.unfocused #333333 #222222 #888888 #292d2e #222222
|
||||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||||
@@ -213,13 +213,16 @@ new_window 1pixel
|
|||||||
# Wallpaper
|
# Wallpaper
|
||||||
exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper.png
|
exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper.png
|
||||||
|
|
||||||
|
# Background
|
||||||
|
exec --no-startup-id picom
|
||||||
|
|
||||||
# PC specific configurations:
|
# PC specific configurations:
|
||||||
{%@@ if profile == "work" @@%}
|
{%@@ if profile == "work" @@%}
|
||||||
# Locking
|
# Locking
|
||||||
bindsym $mod+Shift+b exec "xlock -mode blank -startCmd /share/bin/isweg -endCmd /share/bin/isda"
|
bindsym $mod+Shift+b exec "xlock -mode blank -startCmd /share/bin/isweg -endCmd /share/bin/isda"
|
||||||
|
|
||||||
# Custom Workspaces
|
# Custom Workspaces
|
||||||
exec --no-startup-id "xterm -e tmux"
|
exec --no-startup-id "xterm"
|
||||||
exec --no-startup-id "firefox"
|
exec --no-startup-id "firefox"
|
||||||
|
|
||||||
for_window [class="Firefox"] move container to workspace 9
|
for_window [class="Firefox"] move container to workspace 9
|
||||||
|
|||||||
@@ -1,4 +1,17 @@
|
|||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"100:class_g = 'XTerm' && !focused",
|
"95:class_g = 'XTerm' && !focused",
|
||||||
"100:class_g = 'XTerm' && focused",
|
"100:class_g = 'XTerm' && focused",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wintypes: {
|
||||||
|
dock = { opacity = 1.0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
active-opacity = 1.0;
|
||||||
|
inactive-opacity = 1.0;
|
||||||
|
|
||||||
|
blur-background = false;
|
||||||
|
blur-background-fixed = false;
|
||||||
|
|
||||||
|
inactive-dim = 0.10;
|
||||||
|
inactive-dim-fixed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user