# ---------------------------- # Contrasty Brightness # Version: 2021-05-07 # https://www.markusweimar.de/ # ---------------------------- draw_bold_text_with_bright_colors: true # Colors (Contrasty Brightness) colors: primary: background: '#ffffff' foreground: '#000000' dim_foreground: '#000000' bright_foreground: '#000000' cursor: text: CellBackground cursor: CellForeground vi_mode_cursor: text: CellBackground cursor: CellForeground search: matches: foreground: '#000000' background: '#ffcc00' focused_match: foreground: '#000000' background: '#ffcc00' bar: background: '#000000' foreground: '#ffffff' hints: start: foreground: '#000000' background: '#ffbb00' end: foreground: '#ffbb00' background: '#000000' line_indicator: foreground: None background: None selection: text: CellBackground background: CellForeground normal: black: '#000000' red: '#bd000d' green: '#006607' yellow: '#ffbb00' blue: '#004ce6' magenta: '#ad007f' cyan: '#005a61' white: '#aaaaaa' bright: black: '#000000' red: '#bd000d' green: '#006607' yellow: '#ffbb00' blue: '#004ce6' magenta: '#ad007f' cyan: '#005a61' white: '#ffffff' dim: black: '#000000' red: '#bd000d' green: '#006607' yellow: '#ffbb00' blue: '#004ce6' magenta: '#ad007f' cyan: '#005a61' white: '#aaaaaa'