diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index 3d3e2f999b..e8acb976b0 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -2022,6 +2022,16 @@ popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 1 popover.emoji-completion .emoji:hover { background-color: #424242; } +entry tag { background: blue; border-radius: 12px; margin: 6px 3px; } + +entry tag label { color: white; } + +entry tag box { border-spacing: 4px; } + +entry tag label.first-child { margin-left: 10px; } + +entry tag label.last-child { margin-right: 10px; } + /* GTK NAMED COLORS ---------------- use responsibly! */ /* widget text/foreground color */ diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index 2c19f864ce..0906e1facc 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -2042,6 +2042,16 @@ popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 1 popover.emoji-completion .emoji:hover { background-color: white; } +entry tag { background: blue; border-radius: 12px; margin: 6px 3px; } + +entry tag label { color: white; } + +entry tag box { border-spacing: 4px; } + +entry tag label.first-child { margin-left: 10px; } + +entry tag label.last-child { margin-right: 10px; } + /* GTK NAMED COLORS ---------------- use responsibly! */ /* widget text/foreground color */