Skip to content

Commit a805ce7

Browse files
committed
Dracula.
1 parent 9e47424 commit a805ce7

File tree

7 files changed

+67
-90
lines changed

7 files changed

+67
-90
lines changed

Xresources

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,22 @@
1-
#define nord0 #2E3440
2-
#define nord1 #3B4252
3-
#define nord2 #434C5E
4-
#define nord3 #4C566A
5-
#define nord4 #D8DEE9
6-
#define nord5 #E5E9F0
7-
#define nord6 #ECEFF4
8-
#define nord7 #8FBCBB
9-
#define nord8 #88C0D0
10-
#define nord9 #81A1C1
11-
#define nord10 #5E81AC
12-
#define nord11 #BF616A
13-
#define nord12 #D08770
14-
#define nord13 #EBCB8B
15-
#define nord14 #A3BE8C
16-
#define nord15 #B48EAD
17-
18-
*.foreground: nord4
19-
*.background: nord0
20-
*.cursorColor: nord4
21-
*fading: 35
22-
*fadeColor: nord3
23-
24-
*.color0: nord1
25-
*.color1: nord11
26-
*.color2: nord14
27-
*.color3: nord13
28-
*.color4: nord9
29-
*.color5: nord15
30-
*.color6: nord8
31-
*.color7: nord5
32-
*.color8: nord3
33-
*.color9: nord11
34-
*.color10: nord14
35-
*.color11: nord13
36-
*.color12: nord9
37-
*.color13: nord15
38-
*.color14: nord7
39-
*.color15: nord6
1+
! Dracula Xresources palette
2+
*.foreground: #F8F8F2
3+
*.background: #282A36
4+
*.color0: #000000
5+
*.color8: #4D4D4D
6+
*.color1: #FF5555
7+
*.color9: #FF6E67
8+
*.color2: #50FA7B
9+
*.color10: #5AF78E
10+
*.color3: #F1FA8C
11+
*.color11: #F4F99D
12+
*.color4: #BD93F9
13+
*.color12: #CAA9FA
14+
*.color5: #FF79C6
15+
*.color13: #FF92D0
16+
*.color6: #8BE9FD
17+
*.color14: #9AEDFE
18+
*.color7: #BFBFBF
19+
*.color15: #E6E6E6
4020

4121
URxvt.font: xft:sourcecodepro:size=11
4222
URxvt.scrollBar: false

config/dunst/dunstrc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
frame_width = 2
6565

6666
# Defines color of the frame around the notification window.
67-
frame_color = "#5e81ac"
67+
frame_color = "#bd93f9"
6868

6969
# Define a color for the separator.
7070
# possible values are:
@@ -243,19 +243,19 @@
243243
context = ctrl+shift+period
244244

245245
[urgency_low]
246-
background = "#2e3440"
247-
foreground = "#d8dee9"
246+
background = "#282a36"
247+
foreground = "#f8f8f2"
248248
timeout = 10
249249

250250
[urgency_normal]
251-
background = "#2e3440"
252-
foreground = "#eceff4"
251+
background = "#282a36"
252+
foreground = "#f8f8f2"
253253
timeout = 10
254254

255255
[urgency_critical]
256-
background = "#2e3440"
257-
foreground = "#eceff4"
258-
frame_color = "#bf616a"
256+
background = "#282a36"
257+
foreground = "#f8f8f2"
258+
frame_color = "#ff6e67"
259259
timeout = 0
260260

261261
# Every section that isn't one of the above is interpreted as a rules to

config/i3/config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ popup_during_fullscreen smart
3333
workspace_auto_back_and_forth yes
3434

3535
# Background image
36-
exec_always --no-startup-id feh --bg-scale ~/.wallpapers/adventure-aircraft-airship-36487.jpg
36+
exec_always --no-startup-id feh --bg-scale ~/.wallpapers/house_fairy_tale_art_light_night_101615_3840x2160.jpg
3737
# Authentication agent
3838
exec_always --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
3939
# Automatic screen lock
@@ -195,11 +195,12 @@ mode "resize" {
195195
bindsym $mod+r mode "resize"
196196

197197
# class border bground text indicator child_border
198-
client.focused #ff79c6 #282a36 #f8f8f2 #f8f8f2 #ff79c6
199-
client.focused_inactive #282a36 #f8f8f2 #f8f8f2 #282a36 #282a36
200-
client.unfocused #282a36 #282a36 #282a36 #282a36 #282a36
201-
client.urgent #282a36 #ff5555 #f8f8f2 #ff5555 #ff5555
202-
client.placeholder #282a36 #282a36 #f8f8f2 #282a36 #282a36
198+
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
199+
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
200+
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
201+
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
202+
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
203+
client.background #F8F8F2
203204

204205
bindsym XF86MonBrightnessDown exec --no-startup-id "xbacklight -dec 5 ; sleep 1; xbacklight -get"
205206
bindsym XF86MonBrightnessUp exec --no-startup-id "xbacklight -inc 5 ; sleep 1; xbacklight -get"
@@ -213,7 +214,6 @@ bindsym Print exec --no-startup-id gnome-screenshot --inter
213214
bindsym Pause exec --no-startup-id xscreensaver-command -lock
214215

215216
# Assign apps to workspaces, makes for faster setup
216-
assign [class="Google-chrome"] $ws1
217217
assign [class="Firefox Developer Edition"] $ws1
218218
assign [class="Emacs"] $ws2
219219
assign [class="Termite"] $ws3

config/polybar/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ index-sort = true
6565
strip-wsnumbers = true
6666

6767
label-focused = %name%
68-
label-focused-foreground = ${colors.yellow}
68+
label-focused-foreground = ${colors.blue}
6969
label-focused-background = ${colors.bg}
7070
label-focused-padding = 2
71-
label-focused-underline = ${colors.yellow}
71+
label-focused-underline = ${colors.blue}
7272

7373
label-unfocused = %name%
7474
label-unfocused-foreground = ${colors.bg-alt}

config/rofi/config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ rofi.width: 60
1313
rofi.column: 1
1414
rofi.location: 0
1515
rofi.lines: 8
16-
rofi.padding: 50
16+
rofi.padding: 45
1717
rofi.sidebar-mode: false
1818
rofi.fullscreen: false
1919
rofi.fake-transparency: false
2020
rofi.color-enabled: true
2121

22-
!! bg border separator
23-
rofi.color-window: argb:b02e3440, argb:b081a1c1, argb:00eceff4
22+
!! Property Name BG Border Separator
23+
rofi.color-window: #3a3c4e, #bd93f9, #282936
2424

25-
!! bg fg bg-alt hl-bg hl-fg
26-
rofi.color-normal: argb:002e3440, argb:ffd8dee9, argb:002e3440, argb:665e81ac, argb:ffc5c8c6
27-
rofi.color-active: argb:002e3440, argb:d02e3440, argb:d02e3440, argb:d0a3685a, argb:d02e3440
28-
rofi.color-urgent: argb:d0bf616a, argb:d02e3440, argb:d0bf616a, argb:d0bf616a, argb:d02e3440
25+
!! Property Name BG FG BG-alt Head-BG Head-FG
26+
rofi.color-normal: #3a3c4e, #e9e9f4, #3a3c4e, #bd93f9, #f7f7fb
27+
rofi.color-active: #3a3c4e, #62d6e8, #3a3c4e, #bd93f9, #62d6e8
28+
rofi.color-urgent: #3a3c4e, #ea51b2, #3a3c4e, #3a3c4e, #ea51b2

config/termite/config

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ scrollback_lines = -1
1313
search_wrap = true
1414
urgent_on_bell = true
1515
hyperlinks = false
16-
#font = Source Code Pro 12
17-
font = Consolas 14
16+
font = Droid Sans Mono 13
1817

1918
# $BROWSER is used by default if set, with xdg-open as a fallback
2019
#browser = xdg-open
@@ -38,31 +37,29 @@ cursor_shape = block
3837
scrollbar = off
3938

4039
[colors]
41-
cursor = #d8dee9
42-
cursor_foreground = #2e3440
40+
cursor = #bd93f9
41+
cursor_foreground = #282a36
42+
foreground = #f8f8f2
43+
foreground_bold = #f8f8f2
44+
background = #282a36
45+
highlight = #4d4d4d
4346

44-
foreground = #d8dee9
45-
foreground_bold = #d8dee9
46-
background = rgba(46, 52, 64, 1.0)
47-
48-
highlight = #4c566a
49-
50-
color0 = #3b4252
51-
color1 = #bf616a
52-
color2 = #a3be8c
53-
color3 = #ebcb8b
54-
color4 = #81a1c1
55-
color5 = #b48ead
56-
color6 = #88c0d0
57-
color7 = #e5e9f0
58-
color8 = #4c566a
59-
color9 = #bf616a
60-
color10 = #a3be8c
61-
color11 = #ebcb8b
62-
color12 = #81a1c1
63-
color13 = #b48ead
64-
color14 = #8fbcbb
65-
color15 = #eceff4
47+
color0 = #000000
48+
color1 = #FF5555
49+
color2 = #50FA7B
50+
color3 = #F1FA8C
51+
color4 = #BD93F9
52+
color5 = #FF79C6
53+
color6 = #8BE9FD
54+
color7 = #BFBFBF
55+
color8 = #4D4D4D
56+
color9 = #FF6E67
57+
color10 = #5AF78E
58+
color11 = #F4F99D
59+
color12 = #CAA9FA
60+
color13 = #FF92D0
61+
color14 = #9AEDFE
62+
color15 = #E6E6E6
6663

6764
[hints]
6865
#font = Monospace 12

tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i -p && xsel
3333
# List of plugins
3434
set -g @plugin 'tmux-plugins/tpm'
3535
set -g @plugin 'tmux-plugins/tmux-sensible'
36-
set -g @plugin 'arcticicestudio/nord-tmux'
36+
set -g @plugin 'sei40kr/tmux-airline-dracula'
3737

3838
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
3939
run -b '~/.tmux/plugins/tpm/tpm'

0 commit comments

Comments
 (0)