more color settings
This commit is contained in:
@@ -495,11 +495,11 @@ freetype-load-flags = hinting,no-force-autohint,no-monochrome,autohint,light
|
||||
# - macOS: titlebar tabs style is not updated when switching themes.
|
||||
# theme = Terminal Basic Dark
|
||||
# theme = catppuccin-mocha
|
||||
theme = Catppuccin Mocha
|
||||
theme = Catppuccin Macchiato
|
||||
# Background color for the window.
|
||||
# Specified as either hex (`#RRGGBB` or `RRGGBB`) or a named X11 color.
|
||||
# background = #282c34
|
||||
background = #1e1e2e
|
||||
background = #181926
|
||||
|
||||
# Foreground color for the window.
|
||||
# Specified as either hex (`#RRGGBB` or `RRGGBB`) or a named X11 color.
|
||||
@@ -678,7 +678,7 @@ selection-word-chars = '"│`|:;,()[]{}<>$
|
||||
# that text will become black or white.
|
||||
#
|
||||
# This value does not apply to Emoji or images.
|
||||
minimum-contrast = 1
|
||||
minimum-contrast = 5.0
|
||||
|
||||
# Color palette for the 256 color form that many terminal applications use.
|
||||
# The syntax of this configuration is `N=COLOR` where `N` is 0 to 255 (for
|
||||
@@ -697,12 +697,18 @@ minimum-contrast = 1
|
||||
# rest of the palette (16–255) will be automatically generated by
|
||||
# default (see `palette-generate` for more details).
|
||||
palette = 0=#1d1f21
|
||||
palette = 1=#cc6666
|
||||
palette = 2=#b5bd68
|
||||
palette = 3=#f0c674
|
||||
palette = 4=#81a2be
|
||||
palette = 5=#b294bb
|
||||
palette = 6=#8abeb7
|
||||
# palette = 1=#cc6666
|
||||
# palette = 2=#b5bd68
|
||||
# palette = 3=#f0c674
|
||||
# palette = 4=#81a2be
|
||||
# palette = 5=#b294bb
|
||||
# palette = 6=#8abeb7
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#c5c8c6
|
||||
palette = 8=#666666
|
||||
palette = 9=#d54e53
|
||||
@@ -1008,7 +1014,7 @@ palette-harmonious = false
|
||||
#
|
||||
# * `cell-background` - Match the cell background color.
|
||||
# (Available since: 1.2.0)
|
||||
cursor-color =
|
||||
cursor-color = #f5e0dc
|
||||
|
||||
# The opacity level (opposite of transparency) of the cursor. A value of 1
|
||||
# is fully opaque and a value of 0 is fully transparent. A value less than 0
|
||||
|
||||
Reference in New Issue
Block a user