Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions web_dark_mode/static/src/scss/primary_variables.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ $o-webclient-color-scheme: dark !default;
$o-white: #000000 !default;
$o-black: #ffffff !default;

$o-gray-100: #181818 !default; // L: 9%
$o-gray-200: #1f1f1f !default; // L: 12%
$o-gray-300: #303030 !default; // L: 19%
$o-gray-400: #4a4a4a !default; // L: 29%
$o-gray-500: #696969 !default; // L: 41%
$o-gray-600: #8b8b8b !default; // L: 55%
$o-gray-700: #aeaeae !default; // L: 68%
$o-gray-800: #c0c0c0 !default; // L: 75%
$o-gray-900: #c8c8c8 !default; // L: 78%
// Blue-dark palette: canvas #1b1d26, secondary surface #262a36
// Escala azul-oscura derivada de #070916 (color principal), saltos pequeños
$o-gray-100: #070916 !default; // canvas / barras (principal, lo más oscuro)
$o-gray-200: #0d1020 !default; // superficies: vistas, cards, navbar

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please in English.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already fixed, all in English now. Thanks!

$o-gray-300: #151a2b !default; // raised: inputs, hover, dropdowns
$o-gray-400: #232a42 !default; // bordes y divisores
$o-gray-500: #3d4569 !default; // L: ~30%
$o-gray-600: #6b7298 !default; // L: ~50%
$o-gray-700: #9aa1c2 !default; // L: ~68%
$o-gray-800: #c6cae0 !default; // L: ~78%
$o-gray-900: #e7eaf5 !default; // texto principal

$o-community-color: $o-gray-200 !default;
$o-enterprise-color: #71639e !default;
Expand Down
Loading