1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

split group_vars for all

This commit is contained in:
eoli3n 2023-06-10 11:38:05 +02:00
parent a5e5a7a8a5
commit 38c2f4cd2e
5 changed files with 15 additions and 12 deletions

@ -0,0 +1,2 @@
---
caldav: https://dav.runbox.com/

@ -1,16 +1,4 @@
---
font: jetbrains mono light
font_size: 10
font_icon:
- FontAwesome5FreeRegular
- FontAwesome5FreeSolid
- FontAwesome5Brands
gtk_theme: Adwaita-dark
icon_theme: Papirus-Dark
git_name: eoli3n
git_mail: jonathan.kirszling@runbox.com
caldav: https://dav.runbox.com/
# Black + DarkGrey
color0: '#282a36'
color8: '#686868'

7
group_vars/all/fonts.yml Normal file

@ -0,0 +1,7 @@
---
font: jetbrains mono light
font_size: 10
font_icon:
- FontAwesome5FreeRegular
- FontAwesome5FreeSolid
- FontAwesome5Brands

3
group_vars/all/git.yml Normal file

@ -0,0 +1,3 @@
---
git_name: eoli3n
git_mail: jonathan.kirszling@runbox.com

3
group_vars/all/theme.yml Normal file

@ -0,0 +1,3 @@
---
gtk_theme: Adwaita-dark
icon_theme: Papirus-Dark