Refactoring paths

Renaming .config folders to dot-config
This commit is contained in:
Fabio Scotto di Santolo
2024-07-27 11:42:18 +02:00
parent 77ee94b688
commit 91e941c876
171 changed files with 0 additions and 0 deletions

View File

@@ -1,28 +0,0 @@
# Colors (Ayu Light)
# Default colors - taken from ayu-colors
[colors.primary]
background = '#FCFCFC'
foreground = '#5C6166'
# Normal colors - taken from ayu-iTerm
[colors.normal]
black = '#010101'
red = '#e7666a'
green = '#80ab24'
yellow = '#eba54d'
blue = '#4196df'
magenta = '#9870c3'
cyan = '#51b891'
white = '#c1c1c1'
# Bright colors - pastel lighten 0.1 <normal> except black lighten with 0.2
[colors.bright]
black = '#343434'
red = '#ee9295'
green = '#9fd32f'
yellow = '#f0bc7b'
blue = '#6daee6'
magenta = '#b294d2'
cyan = '#75c7a8'
white = '#dbdbdb'