Skip to content

Commit

Permalink
Make gutter unselectable
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Apr 15, 2024
1 parent b6a2a5f commit f0d415e
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Themes/Css/andromeeda.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/aurora-x.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/ayu-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/catppuccin-frappe.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/catppuccin-latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/catppuccin-macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/catppuccin-mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/dark-plus.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/dracula-soft.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/github-dark-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/github-dark-dimmed.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/github-light-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/github-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/highlight-light-lite.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/houston.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/light-plus.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/material-theme-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/material-theme-lighter.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/material-theme-ocean.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/material-theme-palenight.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/material-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/min-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/min-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/night-owl.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/nord.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/one-dark-pro.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/poimandres.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/red.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/rose-pine-dawn.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/rose-pine-moon.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/rose-pine.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/slack-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/slack-ochin.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/solarized-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/solarized-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/synthwave-84.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/tokyo-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/vesper.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/vitesse-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/vitesse-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down
1 change: 1 addition & 0 deletions src/Themes/Css/vitesse-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre, code {
font-size: 0.9em;
color: #555;
padding: 0 1ch;
user-select: none;
}

.hl-gutter-addition {
Expand Down

0 comments on commit f0d415e

Please sign in to comment.