Skip to content

Commit 5567d79

Browse files
committed
Add Kitty Nord theme to adminbook role
1 parent 01a0b57 commit 5567d79

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

roles/adminbook/files/kitty.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ input_delay 1
3434

3535
# BEGIN_KITTY_THEME
3636
# ANSI 1987
37-
include current-theme.conf
37+
include nord-theme.conf
3838
# END_KITTY_THEME
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Nord Theme for Kitty
2+
foreground #D8DEE9
3+
background #212121
4+
selection_foreground #212121
5+
selection_background #D8DEE9
6+
7+
cursor #D8DEE9
8+
cursor_text_color #212121
9+
10+
color0 #3B4252
11+
color8 #4C566A
12+
13+
color1 #BF616A
14+
color9 #BF616A
15+
16+
color2 #A3BE8C
17+
color10 #A3BE8C
18+
19+
color3 #EBCB8B
20+
color11 #EBCB8B
21+
22+
color4 #81A1C1
23+
color12 #81A1C1
24+
25+
color5 #B48EAD
26+
color13 #B48EAD
27+
28+
color6 #88C0D0
29+
color14 #8FBCBB
30+
31+
color7 #E5E9F0
32+
color15 #ECEFF4

roles/adminbook/tasks/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@
4545
dest: "{{ ansible_facts['env']['HOME'] }}/.gnupg/scdaemon.conf"
4646
owner: "{{ ansible_facts['user_id'] }}"
4747
mode: '0600'
48+
49+
- name: Kitty Nord-Theme deployen
50+
ansible.builtin.copy:
51+
src: nord-theme.conf
52+
dest: "{{ ansible_facts['env']['HOME'] }}/.config/kitty/nord-theme.conf"
53+
owner: "{{ ansible_facts['user_id'] }}"
54+
mode: '0644'

0 commit comments

Comments
 (0)