mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
fix(ghostty): terminal style
This commit is contained in:
@@ -17,7 +17,7 @@ $bg: rgba(25, 23, 37, 0.7);
|
||||
|
||||
* {
|
||||
all: unset;
|
||||
font-family: "JetBrainsMono NF";
|
||||
font-family: "JetBrainsMono Nerd Font";
|
||||
font-size: 20;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!config
|
||||
[user]
|
||||
email = dev@kristofers.xyz
|
||||
name = Kristofers Solo
|
||||
@@ -88,7 +89,7 @@
|
||||
markEmptyLines = false
|
||||
|
||||
[color "diff"]
|
||||
meta = black bold
|
||||
meta = white dim
|
||||
frag = magenta
|
||||
context = white
|
||||
whitespace = yellow reverse
|
||||
|
||||
Reference in New Issue
Block a user