diff --git a/alacritty--light-small.yml b/alacritty--light-small.yml index 9358d9a..49f4b43 100644 --- a/alacritty--light-small.yml +++ b/alacritty--light-small.yml @@ -97,35 +97,68 @@ font: custom_cursor_colors: false # Colors (Gruvbox light) +# colors: +# # Default colors +# primary: +# # hard contrast: background = '#f9f5d7' +# background: '#fbf1c7' +# # soft contrast: background = '#f2e5bc' +# foreground: '#3c3836' +# +# # Normal colors +# normal: +# black: '#fbf1c7' +# red: '#cc241d' +# green: '#98971a' +# yellow: '#d79921' +# blue: '#458588' +# magenta: '#b16286' +# cyan: '#689d6a' +# white: '#7c6f64' +# +# # Bright colors +# bright: +# black: '#928374' +# red: '#9d0006' +# green: '#79740e' +# yellow: '#b57614' +# blue: '#076678' +# magenta: '#8f3f71' +# cyan: '#427b58' +# white: '#3c3836' + +# Colors (PaperColor - Light) colors: # Default colors primary: - # hard contrast: background = '#f9f5d7' - background: '#fbf1c7' - # soft contrast: background = '#f2e5bc' - foreground: '#3c3836' + background: '0xeeeeee' + foreground: '0x878787' + + cursor: + text: '0xeeeeee' + cursor: '0x878787' # Normal colors normal: - black: '#fbf1c7' - red: '#cc241d' - green: '#98971a' - yellow: '#d79921' - blue: '#458588' - magenta: '#b16286' - cyan: '#689d6a' - white: '#7c6f64' + black: '0xeeeeee' + red: '0xaf0000' + green: '0x008700' + yellow: '0x5f8700' + blue: '0x0087af' + magenta: '0x878787' + cyan: '0x005f87' + white: '0x444444' # Bright colors bright: - black: '#928374' - red: '#9d0006' - green: '#79740e' - yellow: '#b57614' - blue: '#076678' - magenta: '#8f3f71' - cyan: '#427b58' - white: '#3c3836' + black: '0xbcbcbc' + red: '0xd70000' + green: '0xd70087' + yellow: '0x8700af' + blue: '0xd75f00' + magenta: '0xd75f00' + cyan: '0x005faf' + white: '0x005f87' # Visual Bell # diff --git a/alacritty--light.yml b/alacritty--light.yml index 820ac8a..b00ee98 100644 --- a/alacritty--light.yml +++ b/alacritty--light.yml @@ -97,36 +97,69 @@ font: custom_cursor_colors: false # Colors (Gruvbox light) +# colors: +# # Default colors +# primary: +# # hard contrast: background = '#f9f5d7' +# # soft contrast: background = '#f2e5bc' +# # normal contrast: background: '#fbf1c7' +# background: '#ffffff' +# foreground: '#3c3836' +# +# # Normal colors +# normal: +# black: '#fbf1c7' +# red: '#cc241d' +# green: '#98971a' +# yellow: '#d79921' +# blue: '#458588' +# magenta: '#b16286' +# cyan: '#689d6a' +# white: '#7c6f64' +# +# # Bright colors +# bright: +# black: '#928374' +# red: '#9d0006' +# green: '#79740e' +# yellow: '#b57614' +# blue: '#076678' +# magenta: '#8f3f71' +# cyan: '#427b58' +# white: '#3c3836' + +# Colors (PaperColor - Light) colors: # Default colors primary: - # hard contrast: background = '#f9f5d7' - # soft contrast: background = '#f2e5bc' - # normal contrast: background: '#fbf1c7' - background: '#ffffff' - foreground: '#3c3836' + background: '0xeeeeee' + foreground: '0x878787' + + cursor: + text: '0xeeeeee' + cursor: '0x878787' # Normal colors normal: - black: '#fbf1c7' - red: '#cc241d' - green: '#98971a' - yellow: '#d79921' - blue: '#458588' - magenta: '#b16286' - cyan: '#689d6a' - white: '#7c6f64' + black: '0xeeeeee' + red: '0xaf0000' + green: '0x008700' + yellow: '0x5f8700' + blue: '0x0087af' + magenta: '0x878787' + cyan: '0x005f87' + white: '0x444444' # Bright colors bright: - black: '#928374' - red: '#9d0006' - green: '#79740e' - yellow: '#b57614' - blue: '#076678' - magenta: '#8f3f71' - cyan: '#427b58' - white: '#3c3836' + black: '0xbcbcbc' + red: '0xd70000' + green: '0xd70087' + yellow: '0x8700af' + blue: '0xd75f00' + magenta: '0xd75f00' + cyan: '0x005faf' + white: '0x005f87' # Visual Bell #