try to fix background color for ctrl-r history header

This commit is contained in:
sawka 2023-10-12 11:29:47 -07:00
parent 130fcfe032
commit 0c9084364c
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
@base-border: rgba(241, 246, 243, 0.08);
@background-session: rgba(13, 13, 13, 0.85);
@background-session-components: rgba(48, 49, 48, 0.6);
@background-session-components-solid: rgb(33, 34, 33);
@prompt-green: rgb(88, 193, 66);
@disabled-background: rgba(76, 81, 75, 1);
@disabled-color: #adadad;

View File

@ -170,7 +170,7 @@
z-index: 102;
top: 5px;
left: 20px;
background-color: @term-black;
background-color: @background-session-components-solid;
color: @soft-blue;
padding-bottom: 4px;
display: flex;