Skip to content

Commit

Permalink
Autocomplete popups and overlays rehaul
Browse files Browse the repository at this point in the history
  • Loading branch information
dempfi committed Sep 25, 2021
1 parent b5f33e6 commit 8466c72
Show file tree
Hide file tree
Showing 53 changed files with 931 additions and 636 deletions.
Binary file added assets/input-command.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/input-prompt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/input-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/input-symbol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/input-word.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/kind-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/kind-border.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/overlay-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/overlay-border.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/[email protected]
Binary file modified assets/[email protected]
Binary file modified assets/overlay-shadow.png
Binary file modified assets/[email protected]
Binary file modified assets/[email protected]
Binary file added assets/popup-bg.png
Binary file added assets/[email protected]
Binary file added assets/[email protected]
Binary file added assets/popup-border.png
Binary file added assets/[email protected]
Binary file added assets/[email protected]
Binary file added assets/popup-shadow.png
Binary file added assets/[email protected]
Binary file added assets/[email protected]
21 changes: 11 additions & 10 deletions ayu-dark.sublime-color-scheme
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
{
"name": "ayu",
"globals": {
"background": "#0d1017",
"background": "#10141c",
"foreground": "#bfbdb6",
"invisibles": "#bfbdb64d",
"caret": "#e6b450",
"block_caret": "#e6b4504d",
"line_highlight": "#131721",
"line_highlight": "#161a24",
"accent": "#e6b450",
"popup_css": "\n html, body {\n background-color: #0f131a;\n color: #bfbdb6;\n }\n body {\n padding: 1px 3px;\n }\n a {\n color: rgba(57,186,230, .7);\n }\n ",
"gutter": "#0d1017",
"popup_css": "\n html, body {\n background-color: transparent;\n color: #bfbdb6;\n }\n body {\n padding: 1px 3px;\n }\n a {\n color: rgba(57,186,230, .7);\n }\n ",
"gutter": "#10141c",
"gutter_foreground": "#6c738099",
"line_diff_width": "2",
"line_diff_added": "#7fd962b3",
"line_diff_modified": "#73b8ffb3",
"line_diff_deleted": "#f26d78b3",
"selection": "#409fff4d",
"selection_border": "#409fff4d",
"selection": "#3388ff40",
"selection_border": "#3388ff40",
"selection_border_width": "1",
"inactive_selection": "#409fff21",
"inactive_selection": "#80b5ff26",
"inactive_selection_border": "#80b5ff26",
"selection_corner_style": "round",
"selection_corner_radius": "4",
"highlight": "#e6b45066",
"find_highlight": "#e6b450",
"find_highlight_foreground": "#0d1017",
"guide": "#6c738033",
"find_highlight_foreground": "#10141c",
"guide": "#6c73804d",
"active_guide": "#6c738080",
"stack_guide": "#6c738066",
"shadow": "#0d10174d",
"shadow": "#10141c4d",
"shadow_width": "3"
},
"rules": [
Expand Down
Loading

0 comments on commit 8466c72

Please sign in to comment.