Add colors.* to gitignore
This commit is contained in:
parent
61fde27035
commit
03d3acfc6a
2 changed files with 1 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
$foreground=rgb(77e0e0)
|
|
||||||
$disabled=rgb(167f9c)
|
|
||||||
$accent1=rgb(1a95b8)
|
|
||||||
$accent2=rgb(1da0cf)
|
|
||||||
$disabled2=rgb(16799d)
|
|
||||||
$bad=rgb(AA2222)
|
|
||||||
$selected=rgb(167f9c)
|
|
||||||
$urgent=rgb(18aba6)
|
|
||||||
$background2=rgb(0d4559)
|
|
||||||
$background1=rgb(0d4959)
|
|
||||||
$good=rgb(00BB66)
|
|
||||||
$hovered=rgb(105b70)
|
|
||||||
$border_radius=4
|
|
||||||
$gaps_in=8
|
|
||||||
$border_size=2
|
|
||||||
$font='JetBrainsMono NF'
|
|
||||||
$gaps_out=15
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
colors.*
|
Loading…
Reference in a new issue