mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
9 lines
290 B
Diff
9 lines
290 B
Diff
--- a/src/kgx-terminal.c
|
|
+++ b/src/kgx-terminal.c
|
|
@@ -159,5 +159,5 @@ update_terminal_colors (KgxTerminal *self)
|
|
default:
|
|
fg = (GdkRGBA) { 1.0, 1.0, 1.0, 1.0};
|
|
- bg = (GdkRGBA) { 0.05, 0.05, 0.05, 0.96 };
|
|
+ bg = (GdkRGBA) { 0.12, 0.12, 0.12, 1.0 };
|
|
break;
|
|
}
|