diff --git a/.changeset/early-zoos-think.md b/.changeset/early-zoos-think.md new file mode 100644 index 000000000..c4e7afd2b --- /dev/null +++ b/.changeset/early-zoos-think.md @@ -0,0 +1,5 @@ +--- +"@primer/primitives": patch +--- + +Improve ANSI colors diff --git a/data/colors/mixins/dark_mode.scss b/data/colors/mixins/dark_mode.scss index 08311ff4d..4333d3ba4 100644 --- a/data/colors/mixins/dark_mode.scss +++ b/data/colors/mixins/dark_mode.scss @@ -992,10 +992,10 @@ $export: ( // used for terminal-like enviroments ansi: ( - black: $gray-9, - black-bright: $gray-8, + black: $gray-5, + black-bright: $gray-4, white: $gray-2, - white-bright: $gray-2, + white-bright: $gray-0, gray: $gray-4, red: $red-3, red-bright: $red-2, @@ -1007,7 +1007,7 @@ $export: ( blue-bright: $blue-2, magenta: $purple-3, magenta-bright: $purple-2, - cyan: #76e3ea, // custom - cyan-bright: #b3f0ff, // custom + cyan: #39c5cf, // custom + cyan-bright: #56d4dd, // custom ), ); diff --git a/data/colors/mixins/light_mode.scss b/data/colors/mixins/light_mode.scss index ad3d7130d..8bff62298 100644 --- a/data/colors/mixins/light_mode.scss +++ b/data/colors/mixins/light_mode.scss @@ -170,7 +170,7 @@ $export: ( active-bg: darken(#f3f4f6, 3%), active-border: $black-fade-10, - + selected-bg: darken(#f3f4f6, 2%), focus-bg: $gray-0, @@ -993,9 +993,9 @@ $export: ( // used for terminal-like enviroments ansi: ( black: $gray-9, - black-bright: $gray-7, - white: $gray-0, - white-bright: $white, + black-bright: $gray-6, + white: $gray-5, + white-bright: $gray-4, gray: $gray-5, red: $red-5, red-bright: $red-6, @@ -1004,7 +1004,7 @@ $export: ( yellow: $yellow-8, yellow-bright: $yellow-7, blue: $blue-5, - blue-bright: $blue-7, + blue-bright: $blue-4, magenta: $purple-5, magenta-bright: $purple-4, cyan: #1b7c83, // custom