mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
themes: cursor.color -> colors.cursor
This commit is contained in:
parent
624c383a1f
commit
5406ae3355
55 changed files with 55 additions and 164 deletions
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Aero root theme
|
||||
|
||||
[cursor]
|
||||
color=1a1a1a 9fd5f5
|
||||
|
||||
[colors]
|
||||
cursor=1a1a1a 9fd5f5
|
||||
foreground=dedeef
|
||||
background=1a1a1a
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Alacritty
|
||||
|
||||
[cursor]
|
||||
color = 181818 56d8c9
|
||||
|
||||
[colors]
|
||||
cursor = 181818 56d8c9
|
||||
background= 181818
|
||||
foreground= d8d8d8
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# https://github.com/romainl/Apprentice
|
||||
|
||||
[cursor]
|
||||
color=262626 6c6c6c
|
||||
|
||||
[colors]
|
||||
cursor=262626 6c6c6c
|
||||
foreground=bcbcbc
|
||||
background=262626
|
||||
regular0=1c1c1c
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# theme: Ayu Mirage
|
||||
# description: a theme based on Ayu Mirage for Sublime Text (original: https://github.com/dempfi/ayu)
|
||||
|
||||
[cursor]
|
||||
color = ffcc66 665a44
|
||||
|
||||
[colors]
|
||||
cursor = ffcc66 665a44
|
||||
foreground = cccac2
|
||||
background = 242936
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: ayushnix (https://sr.ht/~ayushnix)
|
||||
# description: A dark theme with bright cyberpunk colors (WCAG AAA compliant)
|
||||
|
||||
[cursor]
|
||||
color = 181818 cdcdcd
|
||||
|
||||
[colors]
|
||||
cursor = 181818 cdcdcd
|
||||
foreground = cdcdcd
|
||||
background = 181818
|
||||
regular0 = 181818
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Derp
|
||||
|
||||
[cursor]
|
||||
color=000000 ffffff
|
||||
|
||||
[colors]
|
||||
cursor=000000 ffffff
|
||||
foreground=ffffff
|
||||
background=000000
|
||||
regular0=111111
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# Deus
|
||||
# Color palette based on: https://github.com/ajmwagar/vim-deus
|
||||
|
||||
[cursor]
|
||||
color=2c323b eaeaea
|
||||
|
||||
[colors]
|
||||
cursor=2c323b eaeaea
|
||||
background=2c323b
|
||||
foreground=eaeaea
|
||||
regular0=242a32
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Dracula
|
||||
|
||||
[cursor]
|
||||
color=282a36 f8f8f2
|
||||
|
||||
[colors]
|
||||
cursor=282a36 f8f8f2
|
||||
foreground=f8f8f2
|
||||
background=282a36
|
||||
regular0=000000 # black
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Dracula iTerm2 variant
|
||||
|
||||
[cursor]
|
||||
color=ffffff bbbbbb
|
||||
|
||||
[colors]
|
||||
cursor=ffffff bbbbbb
|
||||
foreground=f8f8f2
|
||||
background=1e1f29
|
||||
regular0=000000 # black
|
||||
|
|
|
|||
|
|
@ -5,10 +5,8 @@
|
|||
# text and the white background.
|
||||
# author: Eugen Rahaian <eugen@rah.ro>
|
||||
|
||||
[cursor]
|
||||
color=ffffff 515151
|
||||
|
||||
[colors]
|
||||
cursor=ffffff 515151
|
||||
background= ffffff
|
||||
foreground= 000000
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# -*- conf -*-
|
||||
[cursor]
|
||||
color=141414 c9c9c9
|
||||
|
||||
[colors]
|
||||
cursor=141414 c9c9c9
|
||||
foreground=c9c9c9
|
||||
background=141414
|
||||
regular0=191918 # black
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# JetBrains Darcula
|
||||
# Palette based on the same theme from https://github.com/dexpota/kitty-themes
|
||||
|
||||
[cursor]
|
||||
color=202020 ffffff
|
||||
|
||||
[colors]
|
||||
cursor=202020 ffffff
|
||||
background=202020
|
||||
foreground=adadad
|
||||
regular0=000000 # black
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
# -*- conf -*-
|
||||
|
||||
[cursor]
|
||||
color=111111 cccccc
|
||||
|
||||
[colors]
|
||||
cursor=111111 cccccc
|
||||
foreground=dddddd
|
||||
background=000000
|
||||
regular0=000000 # black
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# Material Amber
|
||||
# Based on material.io guidelines with Amber 50 background
|
||||
|
||||
[cursor]
|
||||
color=fff8e1 21201d
|
||||
|
||||
[colors]
|
||||
cursor=fff8e1 21201d
|
||||
foreground = 21201d
|
||||
background = fff8e1
|
||||
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# moonfly
|
||||
# Based on https://github.com/bluz71/vim-moonfly-colors
|
||||
|
||||
[cursor]
|
||||
color = 080808 9e9e9e
|
||||
|
||||
[colors]
|
||||
cursor = 080808 9e9e9e
|
||||
foreground = b2b2b2
|
||||
background = 080808
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# _*_ conf _*_
|
||||
# Night Owl
|
||||
|
||||
[cursor]
|
||||
color=011627 80a4c2
|
||||
|
||||
[colors]
|
||||
cursor=011627 80a4c2
|
||||
foreground=d6deeb
|
||||
background=011627
|
||||
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# nightfly
|
||||
# Based on https://github.com/bluz71/vim-nightfly-guicolors
|
||||
|
||||
[cursor]
|
||||
color = 080808 9ca1aa
|
||||
|
||||
[colors]
|
||||
cursor = 080808 9ca1aa
|
||||
foreground = acb4c2
|
||||
background = 011627
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# https://github.com/n1ghtmare/noirblaze-kitty
|
||||
|
||||
|
||||
[cursor]
|
||||
color=121212 ff0088
|
||||
|
||||
[colors]
|
||||
cursor=121212 ff0088
|
||||
foreground=d5d5d5
|
||||
background=121212
|
||||
|
||||
|
|
|
|||
|
|
@ -6,10 +6,8 @@
|
|||
# this specific foot theme is based on nord-alacritty:
|
||||
# https://github.com/arcticicestudio/nord-alacritty/blob/develop/src/nord.yml
|
||||
|
||||
[cursor]
|
||||
color = 2e3440 d8dee9
|
||||
|
||||
[colors]
|
||||
cursor = 2e3440 d8dee9
|
||||
foreground = d8dee9
|
||||
background = 2e3440
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Nordiq
|
||||
|
||||
[cursor]
|
||||
color=eeeeee 9f515a
|
||||
|
||||
[colors]
|
||||
cursor=eeeeee 9f515a
|
||||
foreground=dbdee9
|
||||
background=0e1420
|
||||
regular0=5b6272
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# Uses the dark color palette from the default Neovim color scheme
|
||||
# See: https://github.com/neovim/neovim/blob/fb6c059dc55c8d594102937be4dd70f5ff51614a/src/nvim/highlight_group.c#L419
|
||||
|
||||
[cursor]
|
||||
color=14161b e0e2ea # NvimDarkGrey2 NvimLightGrey2
|
||||
|
||||
[colors]
|
||||
cursor=14161b e0e2ea # NvimDarkGrey2 NvimLightGrey2
|
||||
foreground=e0e2ea # NvimLightGrey2
|
||||
background=14161b # NvimDarkGrey2
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# Uses the light color palette from the default Neovim color scheme
|
||||
# See: https://github.com/neovim/neovim/blob/fb6c059dc55c8d594102937be4dd70f5ff51614a/src/nvim/highlight_group.c#L334
|
||||
|
||||
[cursor]
|
||||
color=e0e2ea 14161b # NvimLightGrey2 NvimDarkGrey2
|
||||
|
||||
[colors]
|
||||
cursor=e0e2ea 14161b # NvimLightGrey2 NvimDarkGrey2
|
||||
foreground=14161b # NvimDarkGrey2
|
||||
background=e0e2ea # NvimLightGrey2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# OneDark
|
||||
# Palette based on the same theme from https://github.com/dexpota/kitty-themes
|
||||
|
||||
[cursor]
|
||||
color=111111 cccccc
|
||||
|
||||
[colors]
|
||||
cursor=111111 cccccc
|
||||
foreground=979eab
|
||||
background=282c34
|
||||
regular0=282c34 # black
|
||||
|
|
|
|||
|
|
@ -7,10 +7,8 @@
|
|||
# + cursor colors from:
|
||||
# https://github.com/sonph/onehalf/blob/master/iterm/OneHalfDark.itermcolors
|
||||
|
||||
[cursor]
|
||||
color=dcdfe4 a3b3cc
|
||||
|
||||
[colors]
|
||||
cursor=dcdfe4 a3b3cc
|
||||
foreground=dcdfe4
|
||||
background=282c34
|
||||
regular0=282c34 # black
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# PaperColorDark
|
||||
# Palette based on https://github.com/NLKNguyen/papercolor-theme
|
||||
|
||||
[cursor]
|
||||
color=1c1c1c eeeeee
|
||||
|
||||
[colors]
|
||||
cursor=1c1c1c eeeeee
|
||||
background=1c1c1c
|
||||
foreground=eeeeee
|
||||
regular0=1c1c1c # black
|
||||
|
|
|
|||
|
|
@ -2,10 +2,8 @@
|
|||
# PaperColor Light
|
||||
# Palette based on https://github.com/NLKNguyen/papercolor-theme
|
||||
|
||||
[cursor]
|
||||
color=eeeeee 444444
|
||||
|
||||
[colors]
|
||||
cursor=eeeeee 444444
|
||||
background=eeeeee
|
||||
foreground=444444
|
||||
regular0=eeeeee # black
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# Based on Poimandres color theme for kitti terminal emulator
|
||||
# https://github.com/ubmit/poimandres-kitty
|
||||
|
||||
[cursor]
|
||||
color=1b1e28 ffffff
|
||||
|
||||
[colors]
|
||||
cursor=1b1e28 ffffff
|
||||
foreground=a6accd
|
||||
background=1b1e28
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Rosé Pine
|
||||
|
||||
[cursor]
|
||||
color=191724 e0def4
|
||||
|
||||
[colors]
|
||||
cursor=191724 e0def4
|
||||
background=191724
|
||||
foreground=e0def4
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Rosé Pine Dawn
|
||||
|
||||
[cursor]
|
||||
color=faf4ed 575279
|
||||
|
||||
[colors]
|
||||
cursor=faf4ed 575279
|
||||
background=faf4ed
|
||||
foreground=575279
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Rosé Pine Moon
|
||||
|
||||
[cursor]
|
||||
color=232136 e0def4
|
||||
|
||||
[colors]
|
||||
cursor=232136 e0def4
|
||||
background=232136
|
||||
foreground=e0def4
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Selenized black
|
||||
|
||||
[cursor]
|
||||
color = 181818 56d8c9
|
||||
|
||||
[colors]
|
||||
cursor = 181818 56d8c9
|
||||
background= 181818
|
||||
foreground= b9b9b9
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Selenized dark
|
||||
|
||||
[cursor]
|
||||
color = 103c48 53d6c7
|
||||
|
||||
[colors]
|
||||
cursor = 103c48 53d6c7
|
||||
background= 103c48
|
||||
foreground= adbcbc
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Selenized light
|
||||
|
||||
[cursor]
|
||||
color=fbf3db 00978a
|
||||
|
||||
[colors]
|
||||
cursor=fbf3db 00978a
|
||||
background= fbf3db
|
||||
foreground= 53676d
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Selenized white
|
||||
|
||||
[cursor]
|
||||
color=ffffff 009a8a
|
||||
|
||||
[colors]
|
||||
cursor=ffffff 009a8a
|
||||
background= ffffff
|
||||
foreground= 474747
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Solarized dark
|
||||
|
||||
[cursor]
|
||||
color= 002b36 93a1a1
|
||||
|
||||
[colors]
|
||||
cursor= 002b36 93a1a1
|
||||
background= 002b36
|
||||
foreground= 839496
|
||||
regular0= 073642
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Solarized dark
|
||||
|
||||
[cursor]
|
||||
color= 002b36 93a1a1
|
||||
|
||||
[colors]
|
||||
cursor= 002b36 93a1a1
|
||||
background= 002b36
|
||||
foreground= 839496
|
||||
regular0= 073642
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Solarized light
|
||||
|
||||
[cursor]
|
||||
color=fdf6e3 586e75
|
||||
|
||||
[colors]
|
||||
cursor= fdf6e3 586e75
|
||||
background= fdf6e3
|
||||
foreground= 657b83
|
||||
regular0= eee8d5
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# Tango
|
||||
|
||||
[cursor]
|
||||
color=000000 babdb6
|
||||
|
||||
[colors]
|
||||
cursor=000000 babdb6
|
||||
foreground=babdb6
|
||||
background=000000
|
||||
regular0=2e3436
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with a palette inspired by earthly colours (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 302420 a9a2a6
|
||||
|
||||
[colors]
|
||||
#cursor = 302420 a9a2a6
|
||||
foreground = a9a2a6
|
||||
background = 302420
|
||||
regular0 = 302420
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with warm hues (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 232323 aeadaf
|
||||
|
||||
[colors]
|
||||
#cursor = 232323 aeadaf
|
||||
foreground = aeadaf
|
||||
background = 232323
|
||||
regular0 = 232323
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Light theme with a soft, slightly desaturated palette (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = eff0f2 4a4b4e
|
||||
|
||||
[colors]
|
||||
#cursor = eff0f2 4a4b4e
|
||||
foreground = 4a4b4e
|
||||
background = eff0f2
|
||||
regular0 = 4a4b4e
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Light theme with warm colours (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = f8f2e5 464340
|
||||
|
||||
[colors]
|
||||
#cursor = f8f2e5 464340
|
||||
foreground = 464340
|
||||
background = f8f2e5
|
||||
regular0 = 464340
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with a deep blue-ish, slightly desaturated palette (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 1f252d a2a8ba
|
||||
|
||||
[colors]
|
||||
#cursor = 1f252d a2a8ba
|
||||
foreground = a2a8ba
|
||||
background = 1f252d
|
||||
regular0 = 1f252d
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Light, pleasant theme optimised for long writing/coding sessions (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = fff5f3 4d595f
|
||||
|
||||
[colors]
|
||||
#cursor = fff5f3 4d595f
|
||||
foreground = 4d595f
|
||||
background = fff5f3
|
||||
regular0 = 4d595f
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with colours inspired by concept art of outer space (WCAG AAA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 090a18 b4abac
|
||||
|
||||
[colors]
|
||||
#cursor = 090a18 b4abac
|
||||
foreground = b4abac
|
||||
background = 090a18
|
||||
regular0 = 090a18
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: High contrast dark theme with bright colours (WCAG AAA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 1a1a1a e0e0e0
|
||||
|
||||
[colors]
|
||||
#cursor = 1a1a1a e0e0e0
|
||||
foreground = e0e0e0
|
||||
background = 1a1a1a
|
||||
regular0 = 1a1a1a
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Light theme inspired by old vaporwave concept art (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = f3f2f4 53545b
|
||||
|
||||
[colors]
|
||||
#cursor = f3f2f4 53545b
|
||||
foreground = 53545b
|
||||
background = f3f2f4
|
||||
regular0 = 53545b
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with a subdued palette on the green side of the spectrum (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 162c22 bbbcbc
|
||||
|
||||
[colors]
|
||||
#cursor = 162c22 bbbcbc
|
||||
foreground = bbbcbc
|
||||
background = 162c22
|
||||
regular0 = 162c22
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with a palette inspired by early spring colours (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 283a37 b5b8b7
|
||||
|
||||
[colors]
|
||||
#cursor = 283a37 b5b8b7
|
||||
foreground = b5b8b7
|
||||
background = 283a37
|
||||
regular0 = 283a37
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with colours inspired by summer evenings by the sea (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 202c3d a0abae
|
||||
|
||||
[colors]
|
||||
#cursor = 202c3d a0abae
|
||||
foreground = a0abae
|
||||
background = 202c3d
|
||||
regular0 = 202c3d
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: A green-scale, subtle theme for late night hackers (WCAG AAA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 282b2b b6e0ca
|
||||
|
||||
[colors]
|
||||
#cursor = 282b2b b6e0ca
|
||||
foreground = b6e0ca
|
||||
background = 282b2b
|
||||
regular0 = 282b2b
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Light theme for prose or for coding in an open space (WCAG AAA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = ffffff 4a484d
|
||||
|
||||
[colors]
|
||||
#cursor = ffffff 4a484d
|
||||
foreground = 4a484d
|
||||
background = ffffff
|
||||
regular0 = 4a484d
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with a vibrant palette (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 001514 a29fa0
|
||||
|
||||
[colors]
|
||||
#cursor = 001514 a29fa0
|
||||
foreground = a29fa0
|
||||
background = 001514
|
||||
regular0 = 001514
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
# author: Protesilaos Stavrou (https://protesilaos.com)
|
||||
# description: Dark theme with a palette inspired by winter nights at the city (WCAG AA compliant)
|
||||
|
||||
#[cursor]
|
||||
#color = 202427 8da3b8
|
||||
|
||||
[colors]
|
||||
#cursor = 202427 8da3b8
|
||||
foreground = 8da3b8
|
||||
background = 202427
|
||||
regular0 = 202427
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
# -*- conf -*-
|
||||
# VisiBone
|
||||
|
||||
[cursor]
|
||||
color=010101 ffffff
|
||||
|
||||
[colors]
|
||||
cursor=010101 ffffff
|
||||
foreground=ffffff
|
||||
background=010101
|
||||
regular0=666666
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue