Skip to content

Commit

Permalink
fix missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Jan 18, 2024
1 parent 209c218 commit 192fc5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ColorPicker.svelte
Expand Up @@ -3,7 +3,7 @@
import ColorPickerWrapper from '~/components/CustomColorPicker/ColorPickerWrapper.svelte';
import ColorPicker from 'svelte-awesome-color-picker';
import { colorDefinitions, colorInheritances } from '~/fzf/fzfColorDefinitions';
import { toFzfColorName } from '~/utils/toFzfColorName';
import { toFzfColorName } from '~/utils/colors/toFzfColorName';
import TextInput from '~/components/CustomColorPicker/TextInput.svelte';
import { onMount } from 'svelte';
Expand Down
2 changes: 1 addition & 1 deletion src/components/TerminalWindow.svelte
Expand Up @@ -5,7 +5,7 @@
import { themeStore, type ThemeOptions } from '~/data/options.store';
import { renderLines } from '~/utils/tui/renderLines';
import { addDelegateEventListener } from '~/utils/addDelegateEventListener';
import { toFzfColorName } from '~/utils/toFzfColorName';
import { toFzfColorName } from '~/utils/colors/toFzfColorName';
import ExportOptions from '~/components/ExportOptions.svelte';
// take all known color tokens and set them as css variables
Expand Down

0 comments on commit 192fc5d

Please sign in to comment.