summaryrefslogtreecommitdiffstats
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-02-24 08:23:07 -0800
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-25 07:55:35 -0800
commit31ed5160a0b71f37c723d78b539003bc5227f184 (patch)
treec6581fb136ae531e5f917a2c1b6cab1e7628e969 /alacritty_macos.yml
parentfef965c121d30463adb1c88e91644b24751461da (diff)
Change cursor colors config to use text and cursor
This changes the cursor color config to use the `text` and `cursor` properties instead of the current `foreground` and `background` properties. The latter names stop making sense when dealing with cursors like a vertical bar or underscore. In the new system, the block, underscore, or vertical bar would always take the color of `cursor`, and the text would take the color of `text` when using a block, or keep its normal color when using the underscore or vertical bar. A warning is now emitted on startup when the old form of cursor color config is used. This will be a hard error in the future.
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index 8f024dbc..de3eb51e 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -78,8 +78,8 @@ colors:
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
- background: '0xffffff'
- foreground: '0x000000'
+ text: '0x000000'
+ cursor: '0xffffff'
# Normal colors
normal: