Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blueish color inconsistencies #264

Open
wants to merge 1 commit into
base: bluish-accent-standard-buttons
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
90 changes: 45 additions & 45 deletions cinnamon/cinnamon-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gnome-shell/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $topbar_color: #d8dee9;
$lime: #a3be8c;
$red: #bf616a;
$purple: #b48ead;
$cyan: #88c0d0;
$cyan: #81a1c1;

$selected_fg_color: #fefefe;
$selected_bg_color:#81a1c1;
Expand Down
2 changes: 1 addition & 1 deletion gnome-shell/earlier-versions/gnome-shell.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gnome-shell/gnome-shell.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gtk-3.0/_nord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ $nord6: #eceff4;
/// @access public
/// @group frost
/// @since 0.1.0
$nord7: #8fbcbb;
$nord7: #81a1c1;

/// Bluish core accent color.
///
Expand All @@ -166,7 +166,7 @@ $nord7: #8fbcbb;
/// @access public
/// @group frost
/// @since 0.1.0
$nord8: #88c0d0;
$nord8: #81a1c1;

/// Bluish core color.
///
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/apps/_nemo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.sidebar {
background-color: $_sidebar_color;
.view, .iconview, row {
color: #98abb2;
color: #d8dee9;
background-color: transparent;
}
}
Expand Down
Loading