Skip to content

Commit

Permalink
Made terminal dark
Browse files Browse the repository at this point in the history
  • Loading branch information
xyl0n committed Feb 2, 2014
1 parent 2aea932 commit 4861a40
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 421 deletions.
16 changes: 8 additions & 8 deletions gtk-3.0/apps/gnome-applications.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ NautilusQueryEditor .primary-toolbar.toolbar:only-child {
* gnome terminal *
******************/
VteTerminal {
background-color: @theme_base_color;
color: @theme_fg_color;
background-color: @theme_text_color;
color: @theme_bg_color;
}

TerminalWindow GtkNotebook.notebook {
Expand All @@ -171,24 +171,24 @@ TerminalWindow GtkNotebook.notebook {

TerminalWindow .scrollbars-junction,
TerminalWindow .scrollbar.trough {
background-color: @theme_bg_color;
background-color: @theme_text_color;
}

TerminalWindow .scrollbar.button,
TerminalWindow .scrollbar.button:active,
TerminalWindow .scrollbar.button:active:hover {
color: shade(@theme_bg_color, 0.6);
color: shade(@theme_text_color, 1.25);
}

TerminalWindow .scrollbar.slider {
border-color: mix(shade(@theme_bg_color, 0.87), @theme_text_color, 0.21);
background-color: mix(@theme_bg_color, @theme_text_color, 0.21);
border-color: shade(@theme_text_color, 1.25);
background-color:shade(@theme_text_color, 1.25);
}

TerminalWindow .scrollbar.slider:hover,
TerminalWindow .scrollbar.slider.vertical:hover {
border-color: mix(shade(@theme_bg_color, 0.87), @theme_text_color, 0.31);
background-color: mix(@theme_bg_color, @theme_text_color, 0.31);
border-color: shade(@theme_text_color, 1.45);
background-color: shade(@theme_text_color, 1.45);
}

TerminalWindow .scrollbar.slider:active,
Expand Down
Loading

0 comments on commit 4861a40

Please sign in to comment.