Skip to content

Commit

Permalink
Slight CSS colour improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jukofyork committed Nov 19, 2024
1 parent b20cddc commit 80577f5
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions eclipse.plugin.aiassistant/css/main-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,24 @@
--assistant-bubble-bg-color: #444;
--notification-bubble-bg-color: #225;
--error-bubble-bg-color: #522;
--button-bg-color: #333333;
--button-hover-bg-color: #3A3A3A;
--button-active-bg-color: #2A2A2A;
--button-border-color: #151515;
--button-height: 22px;
--button-bg-color: #333;
--button-hover-bg-color: #444;
--button-active-bg-color: #333;
--button-border-color: #111;
--button-height: 26px;
--button-font-size: 12px;
--button-border-radius: 1px;
--button-padding-x: 12px;
--button-padding-y: 2px;
--button-icon-size: 16px;
--button-icon-padding: 28px;
--button-icon-position: 6px;
--button-shadow: 0 1px 1px rgba(0,0,0,0.2),
inset 0 1px rgba(255,255,255,0.1);
--button-active-shadow: 0 1px 1px rgba(0,0,0,0.1),
inset 0 1px 1px rgba(0,0,0,0.2);
--button-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.1);
--button-active-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 1px rgba(0,0,0,0.2);
--broswer-selection-bg-color: rgba(96, 96, 96, 0.8); /* Gray with 80% opacity */
--selected-shadow-color: #00f;
--thinking-color: #0c4;
--reflection-color: #c40;
--thinking-color: #2b8;
--reflection-color: #c44;
--selected-shadow-blur-radius: 15px;
--default-margin: 0.5rem;
--top-margin: 1rem;
Expand Down

0 comments on commit 80577f5

Please sign in to comment.