Merge branch 'dev' into rc
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"ui.virtual.jump-label" = { fg = "color1", modifiers = ["bold"] }
|
||||
"ui.virtual.whitespace" = "color8"
|
||||
|
||||
"ui.selection" = { bg = "color0" }
|
||||
"ui.selection" = { bg = "selection_background", fg = "selection_foreground" }
|
||||
|
||||
"ui.cursor" = { fg = "background", bg = "cursor" }
|
||||
"ui.cursor.primary" = { fg = "background", bg = "cursor" }
|
||||
|
||||
@@ -3,7 +3,7 @@ cursor = "#eaeaea"
|
||||
foreground = "#bebebe"
|
||||
background = "#121212"
|
||||
selection_foreground = "#bebebe"
|
||||
selection_background = "#333333"
|
||||
selection_background = "#515151"
|
||||
|
||||
color0 = "#333333"
|
||||
color1 = "#D35F5F"
|
||||
|
||||
@@ -15,7 +15,7 @@ selection_foreground = "#00172e"
|
||||
selection_background = "#faa968"
|
||||
|
||||
# Normal colors (ANSI 0-7)
|
||||
color0 = "#00172e"
|
||||
color0 = "#303442"
|
||||
color1 = "#f85525"
|
||||
color2 = "#028391"
|
||||
color3 = "#e97b3c"
|
||||
|
||||
Reference in New Issue
Block a user