Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8453bb64d3 |
23
README.md
23
README.md
@@ -1,24 +1,7 @@
|
|||||||
### Arch Linux Dots Files
|
### Arch Linux (niri) Dots Files
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
- hyprland
|
- niri
|
||||||
- hypridle
|
- fuzzel
|
||||||
- hyprlock
|
|
||||||
- hyprpaper
|
|
||||||
- pywal-16-colors
|
|
||||||
- waybar
|
|
||||||
- foot
|
|
||||||
- fish
|
|
||||||
- rofi
|
|
||||||
- tmux
|
|
||||||
- wlogout
|
|
||||||
- polkit-kde-agent
|
|
||||||
- thunar
|
|
||||||
- grim
|
|
||||||
- slurp
|
|
||||||
- wl-clipboard
|
|
||||||
- mpd
|
- mpd
|
||||||
- mpc
|
- mpc
|
||||||
|
|
||||||
#### Scripts
|
|
||||||
`scripts` folder should be moved to ~/Documents
|
|
||||||
486
dunst/dunstrc
486
dunst/dunstrc
@@ -1,486 +0,0 @@
|
|||||||
# See dunst(5) for all configuration options
|
|
||||||
|
|
||||||
[global]
|
|
||||||
### Display ###
|
|
||||||
|
|
||||||
# Which monitor should the notifications be displayed on.
|
|
||||||
monitor = 0
|
|
||||||
|
|
||||||
# Display notification on focused monitor. Possible modes are:
|
|
||||||
# mouse: follow mouse pointer
|
|
||||||
# keyboard: follow window with keyboard focus
|
|
||||||
# none: don't follow anything
|
|
||||||
#
|
|
||||||
# "keyboard" needs a window manager that exports the
|
|
||||||
# _NET_ACTIVE_WINDOW property.
|
|
||||||
# This should be the case for almost all modern window managers.
|
|
||||||
#
|
|
||||||
# If this option is set to mouse or keyboard, the monitor option
|
|
||||||
# will be ignored.
|
|
||||||
follow = none
|
|
||||||
|
|
||||||
### Geometry ###
|
|
||||||
|
|
||||||
# dynamic width from 0 to 300
|
|
||||||
# width = (0, 300)
|
|
||||||
# constant width of 300
|
|
||||||
width = 300
|
|
||||||
|
|
||||||
# The maximum height of a single notification, excluding the frame.
|
|
||||||
height = 300
|
|
||||||
|
|
||||||
# Position the notification in the top right corner
|
|
||||||
origin = top-right
|
|
||||||
|
|
||||||
# Offset from the origin
|
|
||||||
offset = 10x50
|
|
||||||
|
|
||||||
# Scale factor. It is auto-detected if value is 0.
|
|
||||||
scale = 0
|
|
||||||
|
|
||||||
# Maximum number of notification (0 means no limit)
|
|
||||||
notification_limit = 20
|
|
||||||
|
|
||||||
### Progress bar ###
|
|
||||||
|
|
||||||
# Turn on the progress bar. It appears when a progress hint is passed with
|
|
||||||
# for example dunstify -h int:value:12
|
|
||||||
progress_bar = true
|
|
||||||
|
|
||||||
# Set the progress bar height. This includes the frame, so make sure
|
|
||||||
# it's at least twice as big as the frame width.
|
|
||||||
progress_bar_height = 10
|
|
||||||
|
|
||||||
# Set the frame width of the progress bar
|
|
||||||
progress_bar_frame_width = 1
|
|
||||||
|
|
||||||
# Set the minimum width for the progress bar
|
|
||||||
progress_bar_min_width = 150
|
|
||||||
|
|
||||||
# Set the maximum width for the progress bar
|
|
||||||
progress_bar_max_width = 300
|
|
||||||
|
|
||||||
# Corner radius for the progress bar. 0 disables rounded corners.
|
|
||||||
progress_bar_corner_radius = 0
|
|
||||||
|
|
||||||
# Define which corners to round when drawing the progress bar. If progress_bar_corner_radius
|
|
||||||
# is set to 0 this option will be ignored.
|
|
||||||
progress_bar_corners = all
|
|
||||||
|
|
||||||
# Corner radius for the icon image.
|
|
||||||
icon_corner_radius = 0
|
|
||||||
|
|
||||||
# Define which corners to round when drawing the icon image. If icon_corner_radius
|
|
||||||
# is set to 0 this option will be ignored.
|
|
||||||
icon_corners = all
|
|
||||||
|
|
||||||
# Show how many messages are currently hidden (because of
|
|
||||||
# notification_limit).
|
|
||||||
indicate_hidden = yes
|
|
||||||
|
|
||||||
# The transparency of the window. Range: [0; 100].
|
|
||||||
# This option will only work if a compositing window manager is
|
|
||||||
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
|
|
||||||
transparency = 0
|
|
||||||
|
|
||||||
# Draw a line of "separator_height" pixel height between two
|
|
||||||
# notifications.
|
|
||||||
# Set to 0 to disable.
|
|
||||||
# If gap_size is greater than 0, this setting will be ignored.
|
|
||||||
separator_height = 2
|
|
||||||
|
|
||||||
# Padding between text and separator.
|
|
||||||
padding = 8
|
|
||||||
|
|
||||||
# Horizontal padding.
|
|
||||||
horizontal_padding = 8
|
|
||||||
|
|
||||||
# Padding between text and icon.
|
|
||||||
text_icon_padding = 0
|
|
||||||
|
|
||||||
# Defines width in pixels of frame around the notification window.
|
|
||||||
# Set to 0 to disable.
|
|
||||||
frame_width = 3
|
|
||||||
|
|
||||||
# Defines color of the frame around the notification window.
|
|
||||||
frame_color = "#EBDBB2"
|
|
||||||
|
|
||||||
# Size of gap to display between notifications - requires a compositor.
|
|
||||||
# If value is greater than 0, separator_height will be ignored and a border
|
|
||||||
# of size frame_width will be drawn around each notification instead.
|
|
||||||
# Click events on gaps do not currently propagate to applications below.
|
|
||||||
gap_size = 5
|
|
||||||
|
|
||||||
# Define a color for the separator.
|
|
||||||
# possible values are:
|
|
||||||
# * auto: dunst tries to find a color fitting to the background;
|
|
||||||
# * foreground: use the same color as the foreground;
|
|
||||||
# * frame: use the same color as the frame;
|
|
||||||
# * anything else will be interpreted as a X color.
|
|
||||||
separator_color = frame
|
|
||||||
|
|
||||||
# Sort type.
|
|
||||||
# possible values are:
|
|
||||||
# * id: sort by id
|
|
||||||
# * urgency_ascending: sort by urgency (low then normal then critical)
|
|
||||||
# * urgency_descending: sort by urgency (critical then normal then low)
|
|
||||||
# * update: sort by update (most recent always at the top)
|
|
||||||
sort = yes
|
|
||||||
|
|
||||||
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
|
||||||
# for longer than idle_threshold seconds.
|
|
||||||
# Set to 0 to disable.
|
|
||||||
# A client can set the 'transient' hint to bypass this. See the rules
|
|
||||||
# section for how to disable this if necessary
|
|
||||||
# idle_threshold = 120
|
|
||||||
|
|
||||||
### Text ###
|
|
||||||
|
|
||||||
font = EnvyCodeR Nerd Font 8
|
|
||||||
|
|
||||||
# The spacing between lines. If the height is smaller than the
|
|
||||||
# font height, it will get raised to the font height.
|
|
||||||
line_height = 0
|
|
||||||
|
|
||||||
# Possible values are:
|
|
||||||
# full: Allow a small subset of html markup in notifications:
|
|
||||||
# <b>bold</b>
|
|
||||||
# <i>italic</i>
|
|
||||||
# <s>strikethrough</s>
|
|
||||||
# <u>underline</u>
|
|
||||||
#
|
|
||||||
# For a complete reference see
|
|
||||||
# <https://docs.gtk.org/Pango/pango_markup.html>.
|
|
||||||
#
|
|
||||||
# strip: This setting is provided for compatibility with some broken
|
|
||||||
# clients that send markup even though it's not enabled on the
|
|
||||||
# server. Dunst will try to strip the markup but the parsing is
|
|
||||||
# simplistic so using this option outside of matching rules for
|
|
||||||
# specific applications *IS GREATLY DISCOURAGED*.
|
|
||||||
#
|
|
||||||
# no: Disable markup parsing, incoming notifications will be treated as
|
|
||||||
# plain text. Dunst will not advertise that it has the body-markup
|
|
||||||
# capability if this is set as a global setting.
|
|
||||||
#
|
|
||||||
# It's important to note that markup inside the format option will be parsed
|
|
||||||
# regardless of what this is set to.
|
|
||||||
markup = full
|
|
||||||
|
|
||||||
# The format of the message. Possible variables are:
|
|
||||||
# %a appname
|
|
||||||
# %s summary
|
|
||||||
# %b body
|
|
||||||
# %i iconname (including its path)
|
|
||||||
# %I iconname (without its path)
|
|
||||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
|
||||||
# %n progress value if set without any extra characters
|
|
||||||
# %% Literal %
|
|
||||||
# Markup is allowed
|
|
||||||
format = "<b>%s</b>\n%b"
|
|
||||||
|
|
||||||
# Alignment of message text.
|
|
||||||
# Possible values are "left", "center" and "right".
|
|
||||||
alignment = left
|
|
||||||
|
|
||||||
# Vertical alignment of message text and icon.
|
|
||||||
# Possible values are "top", "center" and "bottom".
|
|
||||||
vertical_alignment = center
|
|
||||||
|
|
||||||
# Show age of message if message is older than show_age_threshold
|
|
||||||
# seconds.
|
|
||||||
# Set to -1 to disable.
|
|
||||||
show_age_threshold = 60
|
|
||||||
|
|
||||||
# Specify where to make an ellipsis in long lines.
|
|
||||||
# Possible values are "start", "middle" and "end".
|
|
||||||
ellipsize = middle
|
|
||||||
|
|
||||||
# Ignore newlines '\n' in notifications.
|
|
||||||
ignore_newline = no
|
|
||||||
|
|
||||||
# Stack together notifications with the same content
|
|
||||||
stack_duplicates = true
|
|
||||||
|
|
||||||
# Hide the count of stacked notifications with the same content
|
|
||||||
hide_duplicate_count = false
|
|
||||||
|
|
||||||
# Display indicators for URLs (U) and actions (A).
|
|
||||||
show_indicators = yes
|
|
||||||
|
|
||||||
### Icons ###
|
|
||||||
|
|
||||||
# Recursive icon lookup. You can set a single theme, instead of having to
|
|
||||||
# define all lookup paths.
|
|
||||||
enable_recursive_icon_lookup = true
|
|
||||||
|
|
||||||
# Set icon theme (only used for recursive icon lookup)
|
|
||||||
icon_theme = Gruvbox_Dark
|
|
||||||
# You can also set multiple icon themes, with the leftmost one being used first.
|
|
||||||
# icon_theme = "Adwaita, breeze"
|
|
||||||
|
|
||||||
# Align icons left/right/top/off
|
|
||||||
icon_position = left
|
|
||||||
|
|
||||||
# Scale small icons up to this size, set to 0 to disable. Helpful
|
|
||||||
# for e.g. small files or high-dpi screens. In case of conflict,
|
|
||||||
# max_icon_size takes precedence over this.
|
|
||||||
min_icon_size = 32
|
|
||||||
|
|
||||||
# Scale larger icons down to this size, set to 0 to disable
|
|
||||||
max_icon_size = 32
|
|
||||||
|
|
||||||
# Paths to default icons (only necessary when not using recursive icon lookup)
|
|
||||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
|
||||||
|
|
||||||
### History ###
|
|
||||||
|
|
||||||
# Should a notification popped up from history be sticky or timeout
|
|
||||||
# as if it would normally do.
|
|
||||||
sticky_history = yes
|
|
||||||
|
|
||||||
# Maximum amount of notifications kept in history
|
|
||||||
history_length = 20
|
|
||||||
|
|
||||||
### Misc/Advanced ###
|
|
||||||
|
|
||||||
# dmenu path.
|
|
||||||
dmenu = /usr/bin/dmenu -p dunst:
|
|
||||||
|
|
||||||
# Browser for opening urls in context menu.
|
|
||||||
browser = /usr/bin/xdg-open
|
|
||||||
|
|
||||||
# Always run rule-defined scripts, even if the notification is suppressed
|
|
||||||
always_run_script = true
|
|
||||||
|
|
||||||
# Define the title of the windows spawned by dunst (X11 only)
|
|
||||||
title = Dunst
|
|
||||||
|
|
||||||
# Define the class of the windows spawned by dunst (X11 only)
|
|
||||||
class = Dunst
|
|
||||||
|
|
||||||
# Define the corner radius of the notification window
|
|
||||||
# in pixel size. If the radius is 0, you have no rounded
|
|
||||||
# corners.
|
|
||||||
# The radius will be automatically lowered if it exceeds half of the
|
|
||||||
# notification height to avoid clipping text and/or icons.
|
|
||||||
corner_radius = 10
|
|
||||||
|
|
||||||
# Define which corners to round when drawing the window. If the corner radius
|
|
||||||
# is set to 0 this option will be ignored.
|
|
||||||
#
|
|
||||||
# Comma-separated list of the corners. The accepted corner values are bottom-right,
|
|
||||||
# bottom-left, top-right, top-left, top, bottom, left, right or all.
|
|
||||||
corners = all
|
|
||||||
|
|
||||||
# Ignore the dbus closeNotification message.
|
|
||||||
# Useful to enforce the timeout set by dunst configuration. Without this
|
|
||||||
# parameter, an application may close the notification sent before the
|
|
||||||
# user defined timeout.
|
|
||||||
ignore_dbusclose = false
|
|
||||||
|
|
||||||
### Wayland ###
|
|
||||||
# These settings are Wayland-specific. They have no effect when using X11
|
|
||||||
|
|
||||||
# Uncomment this if you want to let notifications appear under fullscreen
|
|
||||||
# applications (default: overlay)
|
|
||||||
# layer = top
|
|
||||||
|
|
||||||
# Set this to true to use X11 output on Wayland.
|
|
||||||
force_xwayland = false
|
|
||||||
|
|
||||||
### Legacy
|
|
||||||
|
|
||||||
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
|
||||||
# This setting is provided for compatibility with older nVidia drivers that
|
|
||||||
# do not support RandR and using it on systems that support RandR is highly
|
|
||||||
# discouraged.
|
|
||||||
#
|
|
||||||
# By enabling this setting dunst will not be able to detect when a monitor
|
|
||||||
# is connected or disconnected which might break follow mode if the screen
|
|
||||||
# layout changes.
|
|
||||||
force_xinerama = false
|
|
||||||
|
|
||||||
### mouse
|
|
||||||
|
|
||||||
# Defines list of actions for each mouse event
|
|
||||||
# Possible values are:
|
|
||||||
# * none: Don't do anything.
|
|
||||||
# * do_action: Invoke the action determined by the action_name rule. If there is no
|
|
||||||
# such action, open the context menu.
|
|
||||||
# * open_url: If the notification has exactly one url, open it. If there are multiple
|
|
||||||
# ones, open the context menu.
|
|
||||||
# * close_current: Close current notification.
|
|
||||||
# * close_all: Close all notifications.
|
|
||||||
# * context: Open context menu for the notification.
|
|
||||||
# * context_all: Open context menu for all notifications.
|
|
||||||
# These values can be strung together for each mouse event, and
|
|
||||||
# will be executed in sequence.
|
|
||||||
mouse_left_click = close_current
|
|
||||||
mouse_middle_click = do_action, close_current
|
|
||||||
mouse_right_click = close_all
|
|
||||||
|
|
||||||
# Experimental features that may or may not work correctly. Do not expect them
|
|
||||||
# to have a consistent behaviour across releases.
|
|
||||||
[experimental]
|
|
||||||
# Calculate the dpi to use on a per-monitor basis.
|
|
||||||
# If this setting is enabled the Xft.dpi value will be ignored and instead
|
|
||||||
# dunst will attempt to calculate an appropriate dpi value for each monitor
|
|
||||||
# using the resolution and physical size. This might be useful in setups
|
|
||||||
# where there are multiple screens with very different dpi values.
|
|
||||||
per_monitor_dpi = false
|
|
||||||
|
|
||||||
|
|
||||||
[urgency_low]
|
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
|
||||||
background = "#000000"
|
|
||||||
foreground = "#EBDBB2"
|
|
||||||
timeout = 10
|
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
|
||||||
#default_icon = /path/to/icon
|
|
||||||
|
|
||||||
[urgency_normal]
|
|
||||||
background = "#000000"
|
|
||||||
foreground = "#EBDBB2"
|
|
||||||
timeout = 10
|
|
||||||
override_pause_level = 30
|
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
|
||||||
#default_icon = /path/to/icon
|
|
||||||
|
|
||||||
[urgency_critical]
|
|
||||||
background = "#000000"
|
|
||||||
foreground = "#EBDBB2"
|
|
||||||
frame_color = "#ff0000"
|
|
||||||
timeout = 0
|
|
||||||
override_pause_level = 60
|
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
|
||||||
#default_icon = /path/to/icon
|
|
||||||
|
|
||||||
# Every section that isn't one of the above is interpreted as a rules to
|
|
||||||
# override settings for certain messages.
|
|
||||||
#
|
|
||||||
# Messages can be matched by
|
|
||||||
# appname (discouraged, see desktop_entry)
|
|
||||||
# body
|
|
||||||
# category
|
|
||||||
# desktop_entry
|
|
||||||
# icon
|
|
||||||
# match_transient
|
|
||||||
# msg_urgency
|
|
||||||
# stack_tag
|
|
||||||
# summary
|
|
||||||
#
|
|
||||||
# and you can override the
|
|
||||||
# background
|
|
||||||
# foreground
|
|
||||||
# format
|
|
||||||
# frame_color
|
|
||||||
# fullscreen
|
|
||||||
# new_icon
|
|
||||||
# set_stack_tag
|
|
||||||
# set_transient
|
|
||||||
# set_category
|
|
||||||
# timeout
|
|
||||||
# urgency
|
|
||||||
# icon_position
|
|
||||||
# skip_display
|
|
||||||
# history_ignore
|
|
||||||
# action_name
|
|
||||||
# word_wrap
|
|
||||||
# ellipsize
|
|
||||||
# alignment
|
|
||||||
# hide_text
|
|
||||||
# override_pause_level
|
|
||||||
#
|
|
||||||
# Shell-like globbing will get expanded.
|
|
||||||
#
|
|
||||||
# Instead of the appname filter, it's recommended to use the desktop_entry filter.
|
|
||||||
# GLib based applications export their desktop-entry name. In comparison to the appname,
|
|
||||||
# the desktop-entry won't get localized.
|
|
||||||
#
|
|
||||||
# You can also allow a notification to appear even when paused. Notification will appear whenever notification's override_pause_level >= dunst's paused level.
|
|
||||||
# This can be used to set partial pause modes, where more urgent notifications get through, but less urgent stay paused. To do that, you can override the following in the rules:
|
|
||||||
# override_pause_level = X
|
|
||||||
|
|
||||||
# SCRIPTING
|
|
||||||
# You can specify a script that gets run when the rule matches by
|
|
||||||
# setting the "script" option.
|
|
||||||
# The script will be called as follows:
|
|
||||||
# script appname summary body icon urgency
|
|
||||||
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
|
|
||||||
#
|
|
||||||
# NOTE: It might be helpful to run dunst -print in a terminal in order
|
|
||||||
# to find fitting options for rules.
|
|
||||||
|
|
||||||
# Disable the transient hint so that idle_threshold cannot be bypassed from the
|
|
||||||
# client
|
|
||||||
#[transient_disable]
|
|
||||||
# match_transient = yes
|
|
||||||
# set_transient = no
|
|
||||||
#
|
|
||||||
# Make the handling of transient notifications more strict by making them not
|
|
||||||
# be placed in history.
|
|
||||||
#[transient_history_ignore]
|
|
||||||
# match_transient = yes
|
|
||||||
# history_ignore = yes
|
|
||||||
|
|
||||||
# fullscreen values
|
|
||||||
# show: show the notifications, regardless if there is a fullscreen window opened
|
|
||||||
# delay: displays the new notification, if there is no fullscreen window active
|
|
||||||
# If the notification is already drawn, it won't get undrawn.
|
|
||||||
# pushback: same as delay, but when switching into fullscreen, the notification will get
|
|
||||||
# withdrawn from screen again and will get delayed like a new notification
|
|
||||||
#[fullscreen_delay_everything]
|
|
||||||
# fullscreen = delay
|
|
||||||
#[fullscreen_show_critical]
|
|
||||||
# msg_urgency = critical
|
|
||||||
# fullscreen = show
|
|
||||||
|
|
||||||
#[espeak]
|
|
||||||
# summary = "*"
|
|
||||||
# script = dunst_espeak.sh
|
|
||||||
|
|
||||||
#[script-test]
|
|
||||||
# summary = "*script*"
|
|
||||||
# script = dunst_test.sh
|
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
# # This notification will not be displayed
|
|
||||||
# summary = "foobar"
|
|
||||||
# skip_display = true
|
|
||||||
|
|
||||||
#[history-ignore]
|
|
||||||
# # This notification will not be saved in history
|
|
||||||
# summary = "foobar"
|
|
||||||
# history_ignore = yes
|
|
||||||
|
|
||||||
#[skip-display]
|
|
||||||
# # This notification will not be displayed, but will be included in the history
|
|
||||||
# summary = "foobar"
|
|
||||||
# skip_display = yes
|
|
||||||
|
|
||||||
#[signed_on]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = "*signed on*"
|
|
||||||
# urgency = low
|
|
||||||
#
|
|
||||||
#[signed_off]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = *signed off*
|
|
||||||
# urgency = low
|
|
||||||
#
|
|
||||||
#[says]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = *says*
|
|
||||||
# urgency = critical
|
|
||||||
#
|
|
||||||
#[twitter]
|
|
||||||
# appname = Pidgin
|
|
||||||
# summary = *twitter.com*
|
|
||||||
# urgency = normal
|
|
||||||
#
|
|
||||||
#[stack-volumes]
|
|
||||||
# appname = "some_volume_notifiers"
|
|
||||||
# set_stack_tag = "volume"
|
|
||||||
#
|
|
||||||
# vim: ft=cfg
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
if status is-interactive
|
|
||||||
# Commands to run in interactive sessions can go here
|
|
||||||
end
|
|
||||||
|
|
||||||
function fish_greeting
|
|
||||||
echo "Greetings Professor Falken" | lolcat
|
|
||||||
end
|
|
||||||
|
|
||||||
alias open_file='fzf --preview "less {}" | xargs -o vim'
|
|
||||||
alias ssh='env TERM=xterm-256color ssh'
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
[colors]
|
|
||||||
foreground=c6d0f5
|
|
||||||
background=303446
|
|
||||||
|
|
||||||
regular0=51576d
|
|
||||||
regular1=e78284
|
|
||||||
regular2=a6d189
|
|
||||||
regular3=e5c890
|
|
||||||
regular4=8caaee
|
|
||||||
regular5=f4b8e4
|
|
||||||
regular6=81c8be
|
|
||||||
regular7=b5bfe2
|
|
||||||
|
|
||||||
bright0=626880
|
|
||||||
bright1=e78284
|
|
||||||
bright2=a6d189
|
|
||||||
bright3=e5c890
|
|
||||||
bright4=8caaee
|
|
||||||
bright5=f4b8e4
|
|
||||||
bright6=81c8be
|
|
||||||
bright7=a5adce
|
|
||||||
|
|
||||||
selection-foreground=c6d0f5
|
|
||||||
selection-background=4f5369
|
|
||||||
|
|
||||||
search-box-no-match=232634 e78284
|
|
||||||
search-box-match=c6d0f5 414559
|
|
||||||
|
|
||||||
jump-labels=232634 ef9f76
|
|
||||||
urls=8caaee
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
[colors]
|
|
||||||
foreground=4c4f69
|
|
||||||
background=eff1f5
|
|
||||||
|
|
||||||
regular0=5c5f77
|
|
||||||
regular1=d20f39
|
|
||||||
regular2=40a02b
|
|
||||||
regular3=df8e1d
|
|
||||||
regular4=1e66f5
|
|
||||||
regular5=ea76cb
|
|
||||||
regular6=179299
|
|
||||||
regular7=acb0be
|
|
||||||
|
|
||||||
bright0=6c6f85
|
|
||||||
bright1=d20f39
|
|
||||||
bright2=40a02b
|
|
||||||
bright3=df8e1d
|
|
||||||
bright4=1e66f5
|
|
||||||
bright5=ea76cb
|
|
||||||
bright6=179299
|
|
||||||
bright7=bcc0cc
|
|
||||||
|
|
||||||
selection-foreground=4c4f69
|
|
||||||
selection-background=ccced7
|
|
||||||
|
|
||||||
search-box-no-match=dce0e8 d20f39
|
|
||||||
search-box-match=4c4f69 ccd0da
|
|
||||||
|
|
||||||
jump-labels=dce0e8 fe640b
|
|
||||||
urls=1e66f5
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
[colors]
|
|
||||||
foreground=cad3f5
|
|
||||||
background=24273a
|
|
||||||
|
|
||||||
regular0=494d64
|
|
||||||
regular1=ed8796
|
|
||||||
regular2=a6da95
|
|
||||||
regular3=eed49f
|
|
||||||
regular4=8aadf4
|
|
||||||
regular5=f5bde6
|
|
||||||
regular6=8bd5ca
|
|
||||||
regular7=b8c0e0
|
|
||||||
|
|
||||||
bright0=5b6078
|
|
||||||
bright1=ed8796
|
|
||||||
bright2=a6da95
|
|
||||||
bright3=eed49f
|
|
||||||
bright4=8aadf4
|
|
||||||
bright5=f5bde6
|
|
||||||
bright6=8bd5ca
|
|
||||||
bright7=a5adcb
|
|
||||||
|
|
||||||
selection-foreground=cad3f5
|
|
||||||
selection-background=454a5f
|
|
||||||
|
|
||||||
search-box-no-match=181926 ed8796
|
|
||||||
search-box-match=cad3f5 363a4f
|
|
||||||
|
|
||||||
jump-labels=181926 f5a97f
|
|
||||||
urls=8aadf4
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
[colors]
|
|
||||||
foreground=cdd6f4
|
|
||||||
background=1e1e2e
|
|
||||||
|
|
||||||
regular0=45475a
|
|
||||||
regular1=f38ba8
|
|
||||||
regular2=a6e3a1
|
|
||||||
regular3=f9e2af
|
|
||||||
regular4=89b4fa
|
|
||||||
regular5=f5c2e7
|
|
||||||
regular6=94e2d5
|
|
||||||
regular7=bac2de
|
|
||||||
|
|
||||||
bright0=585b70
|
|
||||||
bright1=f38ba8
|
|
||||||
bright2=a6e3a1
|
|
||||||
bright3=f9e2af
|
|
||||||
bright4=89b4fa
|
|
||||||
bright5=f5c2e7
|
|
||||||
bright6=94e2d5
|
|
||||||
bright7=a6adc8
|
|
||||||
|
|
||||||
selection-foreground=cdd6f4
|
|
||||||
selection-background=414356
|
|
||||||
|
|
||||||
search-box-no-match=11111b f38ba8
|
|
||||||
search-box-match=cdd6f4 313244
|
|
||||||
|
|
||||||
jump-labels=11111b fab387
|
|
||||||
urls=89b4fa
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
[main]
|
|
||||||
|
|
||||||
font=EnvyCodeR Nerd Font Mono:size=10
|
|
||||||
include=/usr/share/foot/themes/neon
|
|
||||||
pad=5x5
|
|
||||||
[url]
|
|
||||||
osc8-underline=always
|
|
||||||
|
|
||||||
[cursor]
|
|
||||||
style=block
|
|
||||||
blink=yes
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
alpha=0.9
|
|
||||||
1
fuzzel/fuzzel
Submodule
1
fuzzel/fuzzel
Submodule
Submodule fuzzel/fuzzel added at 0af0e26901
153
fuzzel/fuzzel.ini
Normal file
153
fuzzel/fuzzel.ini
Normal file
@@ -0,0 +1,153 @@
|
|||||||
|
|
||||||
|
[main]
|
||||||
|
font=ShureTechMono Nerd Font:size=10
|
||||||
|
icons-enabled = true
|
||||||
|
prompt = ""
|
||||||
|
dpi-aware = yes
|
||||||
|
use-bold = false
|
||||||
|
inner-pad = 5
|
||||||
|
vertical-pad = 20
|
||||||
|
horizontal-pad = 20
|
||||||
|
minimal-lines = true
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
background = 000000FF
|
||||||
|
border = 9ECE6AFF
|
||||||
|
text = C0CAF5FF
|
||||||
|
match = FF9E64FF
|
||||||
|
placeholder = 9ECE6AFF
|
||||||
|
selection = 000000FF
|
||||||
|
selection-text = BB9AF7FF
|
||||||
|
selection-match = BB9AF7FF
|
||||||
|
|
||||||
|
[border]
|
||||||
|
#width = 0
|
||||||
|
radius = 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#include=/home/indrajith/.config/fuzzel/fuzzel/themes/catppuccin-frappe/peach.ini
|
||||||
|
# output=<not set>
|
||||||
|
# font=monospace
|
||||||
|
# dpi-aware=auto
|
||||||
|
# use-bold=no
|
||||||
|
# prompt="> "
|
||||||
|
# placeholder=
|
||||||
|
# icon-theme=default
|
||||||
|
# icons-enabled=yes
|
||||||
|
# hide-before-typing=no
|
||||||
|
# fields=filename,name,generic
|
||||||
|
# password-character=*
|
||||||
|
# filter-desktop=no
|
||||||
|
# match-mode=fzf
|
||||||
|
# sort-result=yes
|
||||||
|
# match-counter=no
|
||||||
|
# delayed-filter-ms=300
|
||||||
|
# delayed-filter-limit=20000
|
||||||
|
# show-actions=no
|
||||||
|
# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
|
||||||
|
# launch-prefix=<not set>
|
||||||
|
# list-executables-in-path=no
|
||||||
|
|
||||||
|
# anchor=center
|
||||||
|
# x-margin=0
|
||||||
|
# y-margin=0
|
||||||
|
# lines=15
|
||||||
|
# minimal-lines=no
|
||||||
|
# width=30
|
||||||
|
# tabs=8
|
||||||
|
# horizontal-pad=40
|
||||||
|
# vertical-pad=8
|
||||||
|
# inner-pad=0
|
||||||
|
|
||||||
|
# scaling-filter=box
|
||||||
|
# image-size-ratio=0.5
|
||||||
|
|
||||||
|
# gamma-correct-blending=no
|
||||||
|
# line-height=<use font metrics>
|
||||||
|
# letter-spacing=0
|
||||||
|
|
||||||
|
# layer=overlay
|
||||||
|
# keyboard-focus=exclusive
|
||||||
|
# exit-on-keyboard-focus-loss=yes
|
||||||
|
|
||||||
|
# cache=<not set>
|
||||||
|
|
||||||
|
# render-workers=<number of logical CPUs>
|
||||||
|
# match-workers=<number of logical CPUs>
|
||||||
|
|
||||||
|
# enable-mouse=yes
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
# background=fdf6e3ff
|
||||||
|
# text=657b83ff
|
||||||
|
# prompt=586e75ff
|
||||||
|
# placeholder=93a1a1ff
|
||||||
|
# input=657b83ff
|
||||||
|
# match=cb4b16ff
|
||||||
|
# selection=eee8d5ff
|
||||||
|
# selection-text=586e75ff
|
||||||
|
# selection-match=cb4b16ff
|
||||||
|
# counter=93a1a1ff
|
||||||
|
# border=002b36ff
|
||||||
|
|
||||||
|
[border]
|
||||||
|
# width=1
|
||||||
|
# radius=10
|
||||||
|
|
||||||
|
[dmenu]
|
||||||
|
# mode=text # text|index
|
||||||
|
# exit-immediately-if-empty=no
|
||||||
|
|
||||||
|
[key-bindings]
|
||||||
|
# cancel=Escape Control+g Control+c Control+bracketleft
|
||||||
|
# execute=Return KP_Enter Control+y
|
||||||
|
# execute-or-next=Tab
|
||||||
|
# execute-input=Shift+Return Shift+KP_Enter
|
||||||
|
# cursor-left=Left Control+b
|
||||||
|
# cursor-left-word=Control+Left Mod1+b
|
||||||
|
# cursor-right=Right Control+f
|
||||||
|
# cursor-right-word=Control+Right Mod1+f
|
||||||
|
# cursor-home=Home Control+a
|
||||||
|
# cursor-end=End Control+e
|
||||||
|
# delete-line=Control+Shift+BackSpace
|
||||||
|
# delete-prev=BackSpace Control+h
|
||||||
|
# delete-prev-word=Mod1+BackSpace Control+BackSpace Control+w
|
||||||
|
# delete-line-backward=Control+u
|
||||||
|
# delete-next=Delete KP_Delete Control+d
|
||||||
|
# delete-next-word=Mod1+d Control+Delete Control+KP_Delete
|
||||||
|
# delete-line-forward=Control+k
|
||||||
|
# prev=Up Control+p
|
||||||
|
# prev-with-wrap=ISO_Left_Tab
|
||||||
|
# prev-page=Page_Up KP_Page_Up
|
||||||
|
# next=Down Control+n
|
||||||
|
# next-with-wrap=none
|
||||||
|
# next-page=Page_Down KP_Page_Down
|
||||||
|
# expunge=Shift+Delete
|
||||||
|
# clipboard-paste=Control+v XF86Paste
|
||||||
|
# primary-paste=Shift+Insert Shift+KP_Insert
|
||||||
|
|
||||||
|
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
||||||
|
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
||||||
|
# with 12, and so on.
|
||||||
|
|
||||||
|
# custom-1=Mod1+1
|
||||||
|
# custom-2=Mod1+2
|
||||||
|
# custom-3=Mod1+3
|
||||||
|
# custom-4=Mod1+4
|
||||||
|
# custom-5=Mod1+5
|
||||||
|
# custom-6=Mod1+6
|
||||||
|
# custom-7=Mod1+7
|
||||||
|
# custom-8=Mod1+8
|
||||||
|
# custom-9=Mod1+9
|
||||||
|
# custom-10=Mod1+0
|
||||||
|
# custom-11=Mod1+exclam
|
||||||
|
# custom-12=Mod1+at
|
||||||
|
# custom-13=Mod1+numbersign
|
||||||
|
# custom-14=Mod1+dollar
|
||||||
|
# custom-15=Mod1+percent
|
||||||
|
# custom-16=Mod1+dead_circumflex
|
||||||
|
# custom-17=Mod1+ampersand
|
||||||
|
# custom-18=Mod1+asterix
|
||||||
|
# custom-19=Mod1+parentleft
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
listener {
|
|
||||||
timeout = 300 # 5min
|
|
||||||
on-timeout = hyprlock # command to run when timeout has passed
|
|
||||||
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
|
|
||||||
}
|
|
||||||
|
|
||||||
listener {
|
|
||||||
timeout = 900 # 15min
|
|
||||||
on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed
|
|
||||||
on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired.
|
|
||||||
}
|
|
||||||
@@ -1,269 +0,0 @@
|
|||||||
|
|
||||||
# #######################################################################################
|
|
||||||
# AUTOGENERATED HYPR CONFIG.
|
|
||||||
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
|
||||||
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|
||||||
# #######################################################################################
|
|
||||||
|
|
||||||
autogenerated = 0 # remove this line to remove the warning
|
|
||||||
|
|
||||||
# This is an example Hyprland config file.
|
|
||||||
# Refer to the wiki for more information.
|
|
||||||
# https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
|
|
||||||
|
|
||||||
# Please note not all available settings / options are set here.
|
|
||||||
# For a full list, see the wiki
|
|
||||||
|
|
||||||
# You can split this configuration into multiple files
|
|
||||||
# Create your files separately and then link them to this file like this:
|
|
||||||
# source = ~/.config/hypr/myColors.conf
|
|
||||||
|
|
||||||
|
|
||||||
################
|
|
||||||
### MONITORS ###
|
|
||||||
################
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
monitor=,preferred,auto,auto
|
|
||||||
|
|
||||||
|
|
||||||
###################
|
|
||||||
### MY PROGRAMS ###
|
|
||||||
###################
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
|
||||||
|
|
||||||
# Set programs that you use
|
|
||||||
$terminal = foot
|
|
||||||
$fileManager = thunar
|
|
||||||
$menu = rofi -show drun
|
|
||||||
|
|
||||||
|
|
||||||
#################
|
|
||||||
### AUTOSTART ###
|
|
||||||
#################
|
|
||||||
|
|
||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
||||||
# Or execute your favorite apps at launch like this:
|
|
||||||
|
|
||||||
# exec-once = $terminal
|
|
||||||
# exec-once = nm-applet &
|
|
||||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|
||||||
exec-once = waybar
|
|
||||||
exec-once = hyprpaper
|
|
||||||
exec-once = hypridle
|
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
||||||
#############################
|
|
||||||
### ENVIRONMENT VARIABLES ###
|
|
||||||
#############################
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
env = HYPRCURSOR_SIZE,24
|
|
||||||
|
|
||||||
|
|
||||||
#####################
|
|
||||||
### LOOK AND FEEL ###
|
|
||||||
#####################
|
|
||||||
|
|
||||||
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
|
||||||
general {
|
|
||||||
gaps_in = 5
|
|
||||||
gaps_out = 3
|
|
||||||
|
|
||||||
border_size = 2
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
||||||
col.active_border = rgba(ebdbb2ff)
|
|
||||||
col.inactive_border = rgba(595959aa)
|
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
|
||||||
resize_on_border = false
|
|
||||||
|
|
||||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
||||||
allow_tearing = false
|
|
||||||
|
|
||||||
layout = dwindle
|
|
||||||
}
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
|
||||||
decoration {
|
|
||||||
rounding = 10
|
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
|
||||||
active_opacity = 1.0
|
|
||||||
inactive_opacity = 1.0
|
|
||||||
|
|
||||||
drop_shadow = true
|
|
||||||
shadow_range = 4
|
|
||||||
shadow_render_power = 3
|
|
||||||
col.shadow = rgba(1a1a1aee)
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
|
||||||
blur {
|
|
||||||
enabled = true
|
|
||||||
size = 3
|
|
||||||
passes = 1
|
|
||||||
|
|
||||||
vibrancy = 0.1696
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
|
||||||
animations {
|
|
||||||
enabled = true
|
|
||||||
|
|
||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
||||||
|
|
||||||
animation = windows, 1, 7, myBezier
|
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
|
||||||
animation = border, 1, 10, default
|
|
||||||
animation = borderangle, 1, 8, default
|
|
||||||
animation = fade, 1, 7, default
|
|
||||||
animation = workspaces, 1, 6, default
|
|
||||||
}
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
||||||
dwindle {
|
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
||||||
preserve_split = true # You probably want this
|
|
||||||
}
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
||||||
#master {
|
|
||||||
# new_is_master = true
|
|
||||||
#}
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
|
||||||
misc {
|
|
||||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
|
||||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#############
|
|
||||||
### INPUT ###
|
|
||||||
#############
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
||||||
input {
|
|
||||||
kb_layout = us
|
|
||||||
kb_variant =
|
|
||||||
kb_model =
|
|
||||||
kb_options =
|
|
||||||
kb_rules =
|
|
||||||
|
|
||||||
follow_mouse = 1
|
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
||||||
|
|
||||||
touchpad {
|
|
||||||
natural_scroll = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
|
||||||
gestures {
|
|
||||||
workspace_swipe = false
|
|
||||||
}
|
|
||||||
|
|
||||||
# Example per-device config
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
|
||||||
device {
|
|
||||||
name = epic-mouse-v1
|
|
||||||
sensitivity = -0.5
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
####################
|
|
||||||
### KEYBINDINGSS ###
|
|
||||||
####################
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
|
||||||
bind = $mainMod, C, killactive,
|
|
||||||
bind = $mainMod, M, exec, wlogout
|
|
||||||
bind = $mainMod, E, exec, $fileManager
|
|
||||||
bind = $mainMod, V, togglefloating,
|
|
||||||
bind = $mainMod, D, exec, $menu
|
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
|
||||||
bind = $mainMod,F,fullscreen
|
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
|
||||||
bind = $mainMod, left, movefocus, l
|
|
||||||
bind = $mainMod, right, movefocus, r
|
|
||||||
bind = $mainMod, up, movefocus, u
|
|
||||||
bind = $mainMod, down, movefocus, d
|
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
|
||||||
bind = $mainMod, 1, workspace, 1
|
|
||||||
bind = $mainMod, 2, workspace, 2
|
|
||||||
bind = $mainMod, 3, workspace, 3
|
|
||||||
bind = $mainMod, 4, workspace, 4
|
|
||||||
bind = $mainMod, 5, workspace, 5
|
|
||||||
bind = $mainMod, 6, workspace, 6
|
|
||||||
bind = $mainMod, 7, workspace, 7
|
|
||||||
bind = $mainMod, 8, workspace, 8
|
|
||||||
bind = $mainMod, 9, workspace, 9
|
|
||||||
bind = $mainMod, 0, workspace, 10
|
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
|
||||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
|
||||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
|
||||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
|
||||||
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
|
||||||
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
|
||||||
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
|
||||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
|
||||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
|
||||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
|
||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
|
||||||
|
|
||||||
# Example special workspace (scratchpad)
|
|
||||||
bind = $mainMod, S, togglespecialworkspace, magic
|
|
||||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
|
||||||
bind = $mainMod, mouse_down, workspace, e+1
|
|
||||||
bind = $mainMod, mouse_up, workspace, e-1
|
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
|
||||||
|
|
||||||
|
|
||||||
#POWER
|
|
||||||
bind = $mainMod, L, exec,~/Documents/scripts/lock.sh
|
|
||||||
|
|
||||||
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
|
||||||
|
|
||||||
bind = , F8, exec, mpc toggle
|
|
||||||
|
|
||||||
##############################
|
|
||||||
### WINDOWS AND WORKSPACES ###
|
|
||||||
##############################
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
||||||
|
|
||||||
# Example windowrule v1
|
|
||||||
# windowrule = float, ^(kitty)$
|
|
||||||
|
|
||||||
# Example windowrule v2
|
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
||||||
|
|
||||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
|
||||||
windowrule = float,^(blueman-manager)$
|
|
||||||
windowrule = float,^(qalculate-gtk)$
|
|
||||||
windowrulev2 = float,title:^(Volume Control)$
|
|
||||||
#windowrulev2 = noblur,class:^(google-chrome-stable)$
|
|
||||||
windowrulev2=noblur,class:^()$,title:^()$
|
|
||||||
@@ -1,136 +0,0 @@
|
|||||||
|
|
||||||
# BACKGROUND
|
|
||||||
|
|
||||||
general {
|
|
||||||
hide_cursor = true
|
|
||||||
}
|
|
||||||
|
|
||||||
background {
|
|
||||||
monitor =
|
|
||||||
path = ~/Pictures/1349197.png
|
|
||||||
# blur_passes = 2
|
|
||||||
contrast = 0.8916
|
|
||||||
brightness = 0.8172
|
|
||||||
vibrancy = 0.1696
|
|
||||||
vibrancy_darkness = 0.5
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
input-field {
|
|
||||||
monitor =
|
|
||||||
size = 200, 50
|
|
||||||
outline_thickness = 3
|
|
||||||
dots_size = 0.23 # Scale of input-field height, 0.2 - 0.8
|
|
||||||
dots_spacing = 0.25 # Scale of dots' absolute size, 0.0 - 1.0
|
|
||||||
dots_center = true
|
|
||||||
dots_rounding = 0 # -1 default circle, -2 follow input-field rounding
|
|
||||||
color = rgba(0, 0, 0,1.0)
|
|
||||||
outer_color = rgba(9, 9, 9,1.0)
|
|
||||||
inner_color = rgba(235, 219, 178,1.0)
|
|
||||||
font_color = rgba(9, 2, 2,1.0)
|
|
||||||
fade_on_empty = true
|
|
||||||
font_family = EnvyCodeR Nerd Font
|
|
||||||
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
|
||||||
placeholder_text = Input Password... # Text rendered in the input box when it's empty.
|
|
||||||
hide_input = false
|
|
||||||
rounding = 0 # -1 means complete rounding (circle/oval)
|
|
||||||
check_color = rgba(0, 206, 201,1.0)
|
|
||||||
fail_color = rgba(214, 48, 49,1.0) # if authentication failed, changes outer_color and fail message color
|
|
||||||
fail_text = $FAIL <b>($ATTEMPTS)</b> # can be set to empty
|
|
||||||
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
|
||||||
capslock_color = -1
|
|
||||||
numlock_color = -1
|
|
||||||
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
|
|
||||||
invert_numlock = false # change color if numlock is off
|
|
||||||
swap_font_color = false # see below
|
|
||||||
position = 0, -120
|
|
||||||
halign = center
|
|
||||||
valign = center
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# TIME
|
|
||||||
label {
|
|
||||||
monitor =
|
|
||||||
text = cmd[update:1000] echo "$(date +"%-I:%M%p")"
|
|
||||||
color = rgba(0, 0, 0,1.0)
|
|
||||||
#color = rgba(255, 255, 255, 0.6)
|
|
||||||
font_size = 120
|
|
||||||
font_family = EnvyCodeR Nerd Font
|
|
||||||
position = 0, 3
|
|
||||||
halign = center
|
|
||||||
valign = top
|
|
||||||
shadow_passes = 5
|
|
||||||
shadow_size = 10
|
|
||||||
shadow_color = rgba(250, 177, 160,1.0)
|
|
||||||
# shadow_boost = 10
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
monitor =
|
|
||||||
text = cmd[update:1000] echo "$(date +"%-I:%M%p")"
|
|
||||||
color = rgba(173, 244, 216,1.0)
|
|
||||||
#color = rgba(255, 255, 255, 0.6)
|
|
||||||
font_size = 120
|
|
||||||
font_family = EnvyCodeR Nerd Font
|
|
||||||
position = 0, 0
|
|
||||||
halign = center
|
|
||||||
valign = top
|
|
||||||
shadow_passes = 50
|
|
||||||
shadow_size = 10
|
|
||||||
shadow_color = rgba(250, 177, 160,1.0)
|
|
||||||
# shadow_boost = 10
|
|
||||||
}
|
|
||||||
|
|
||||||
# Date Shadow
|
|
||||||
label {
|
|
||||||
monitor =
|
|
||||||
text = cmd[update:1000] echo "$(date +"%A, %d %B %Y")"
|
|
||||||
color = rgba(0, 0, 0, 1)
|
|
||||||
font_size = 25
|
|
||||||
font_family = EnvyCodeR Nerd Font
|
|
||||||
position = 0, -160
|
|
||||||
halign = center
|
|
||||||
valign = top
|
|
||||||
# shadow_boost = 10
|
|
||||||
}
|
|
||||||
|
|
||||||
#Date
|
|
||||||
label {
|
|
||||||
monitor =
|
|
||||||
text = cmd[update:1000] echo "$(date +"%A, %d %B %Y")"
|
|
||||||
color = rgba(173, 244, 216,1.0)
|
|
||||||
#color = rgba(255, 255, 255, 0.6)
|
|
||||||
font_size = 25
|
|
||||||
font_family = EnvyCodeR Nerd Font
|
|
||||||
position = 0, -161
|
|
||||||
halign = center
|
|
||||||
valign = top
|
|
||||||
# shadow_boost = 10
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# USER
|
|
||||||
label {
|
|
||||||
monitor =
|
|
||||||
text = $USER
|
|
||||||
color = rgba(0, 0, 0,1.0)
|
|
||||||
#color = rgba(255, 255, 255, 0.6)
|
|
||||||
font_size = 50
|
|
||||||
font_family = EnvyCodeR Nerd Font
|
|
||||||
position = 0, -40
|
|
||||||
halign = center
|
|
||||||
valign = center
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
|
||||||
monitor =
|
|
||||||
text = $USER
|
|
||||||
color = rgba(173, 244, 216,1.0)
|
|
||||||
#color = rgba(255, 255, 255, 0.6)
|
|
||||||
font_size = 50
|
|
||||||
font_family = EnvyCodeR Nerd Font
|
|
||||||
position = 0, -42
|
|
||||||
halign = center
|
|
||||||
valign = center
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
preload = /home/indrajith/Pictures/1357321.jpeg
|
|
||||||
|
|
||||||
wallpaper = ,/home/indrajith/Pictures/1357321.jpeg
|
|
||||||
splash = true
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
google-chrome-stable
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
thunar
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0e0c15
|
|
||||||
foreground #dbd0b9
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #f3e0b8
|
|
||||||
color0 #08002e
|
|
||||||
color8 #331d4c
|
|
||||||
color1 #64002c
|
|
||||||
color9 #cf2062
|
|
||||||
color2 #5d731a
|
|
||||||
color10 #b3ce58
|
|
||||||
color3 #cd751c
|
|
||||||
color11 #fac357
|
|
||||||
color4 #1d6da1
|
|
||||||
color12 #40a4cf
|
|
||||||
color5 #b7077e
|
|
||||||
color13 #f02aae
|
|
||||||
color6 #42a38c
|
|
||||||
color14 #62caa8
|
|
||||||
color7 #f3e0b8
|
|
||||||
color15 #fff5db
|
|
||||||
selection_foreground #0e0c15
|
|
||||||
@@ -1,111 +0,0 @@
|
|||||||
{
|
|
||||||
"files": [
|
|
||||||
"README.md"
|
|
||||||
],
|
|
||||||
"badgeTemplate": "[](#contributors)",
|
|
||||||
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><b><%= contributor.name %></b></a><br /><%= contributions %>",
|
|
||||||
"imageSize": 100,
|
|
||||||
"commit": false,
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"login": "scopatz",
|
|
||||||
"name": "Anthony Scopatz",
|
|
||||||
"avatar_url": "https://avatars2.githubusercontent.com/u/320553?v=4",
|
|
||||||
"profile": "http://www.scopatz.com",
|
|
||||||
"contributions": [
|
|
||||||
"doc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "orangecoloured",
|
|
||||||
"name": "RCKT",
|
|
||||||
"avatar_url": "https://avatars3.githubusercontent.com/u/3314891?v=4",
|
|
||||||
"profile": "https://rckt.cc",
|
|
||||||
"contributions": [
|
|
||||||
"theme"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "varmanishant",
|
|
||||||
"name": "varmanishant",
|
|
||||||
"avatar_url": "https://avatars1.githubusercontent.com/u/4084912?v=4",
|
|
||||||
"profile": "https://github.com/varmanishant",
|
|
||||||
"contributions": [
|
|
||||||
"theme"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "rlerdorf",
|
|
||||||
"name": "Rasmus Lerdorf",
|
|
||||||
"avatar_url": "https://avatars3.githubusercontent.com/u/54641?v=4",
|
|
||||||
"profile": "https://github.com/rlerdorf",
|
|
||||||
"contributions": [
|
|
||||||
"bug",
|
|
||||||
"ideas"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "Luflosi",
|
|
||||||
"name": "Luflosi",
|
|
||||||
"avatar_url": "https://avatars1.githubusercontent.com/u/15217907?v=4",
|
|
||||||
"profile": "https://github.com/Luflosi",
|
|
||||||
"contributions": [
|
|
||||||
"fix",
|
|
||||||
"question",
|
|
||||||
"doc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "connorholyday",
|
|
||||||
"name": "Connor Holyday",
|
|
||||||
"avatar_url": "https://avatars1.githubusercontent.com/u/4559119?v=4",
|
|
||||||
"profile": "https://holyday.me",
|
|
||||||
"contributions": [
|
|
||||||
"fix"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "BlueDrink9",
|
|
||||||
"name": "BlueDrink9",
|
|
||||||
"avatar_url": "https://avatars3.githubusercontent.com/u/26474254?v=4",
|
|
||||||
"profile": "https://github.com/BlueDrink9",
|
|
||||||
"contributions": [
|
|
||||||
"bug"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "brujoand",
|
|
||||||
"name": "Anders Brujordet",
|
|
||||||
"avatar_url": "https://avatars1.githubusercontent.com/u/124421?v=4",
|
|
||||||
"profile": "https://github.com/brujoand",
|
|
||||||
"contributions": [
|
|
||||||
"theme"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "rjshrjndrn",
|
|
||||||
"name": "Rajesh Rajendran",
|
|
||||||
"avatar_url": "https://avatars3.githubusercontent.com/u/2563385?v=4",
|
|
||||||
"profile": "http://www.hackouts.com",
|
|
||||||
"contributions": [
|
|
||||||
"fix"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"types": {
|
|
||||||
"theme": {
|
|
||||||
"symbol": "😻",
|
|
||||||
"description": "New theme added to the collection"
|
|
||||||
},
|
|
||||||
"fix": {
|
|
||||||
"symbol": "🛠️",
|
|
||||||
"description": "Fixed a theme"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"contributorsPerLine": 7,
|
|
||||||
"projectName": "kitty-themes",
|
|
||||||
"projectOwner": "dexpota",
|
|
||||||
"repoType": "github",
|
|
||||||
"repoHost": "https://github.com",
|
|
||||||
"commitConvention": "none"
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
name: theme-request
|
|
||||||
about: Use the following template if you want a new theme to be included in the collection.
|
|
||||||
title: Add <theme> to the collection.
|
|
||||||
labels: theme request
|
|
||||||
assignees: dexpota
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Please, include **theme** in the collection. You can find it here: **url**
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
name: theme-request
|
|
||||||
about: Use the following template if you want a new theme to be included in the collection.
|
|
||||||
title: Add <theme> to the collection.
|
|
||||||
labels: theme request
|
|
||||||
assignees: dexpota
|
|
||||||
|
|
||||||
---
|
|
||||||
Please, include **theme** in the collection.
|
|
||||||
BIN
kitty/kitty-themes/.github/kitty-themes.jpg
vendored
BIN
kitty/kitty-themes/.github/kitty-themes.jpg
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 153 KiB |
@@ -1,9 +0,0 @@
|
|||||||
# kitty-tools
|
|
||||||
> A bunch of useful scripts used to convert schemes and generate files.
|
|
||||||
|
|
||||||
## Process overview
|
|
||||||
|
|
||||||
1. Find a nice theme and check the licensing, is it possible to distribute the theme?
|
|
||||||
2. Generate the configuration file for **kitty**;
|
|
||||||
3. Add a new preview for the theme;
|
|
||||||
4. Update the README.md;
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# This file echoes a bunch of color codes to the
|
|
||||||
# terminal to demonstrate what's available. Each
|
|
||||||
# line is the color code of one forground color,
|
|
||||||
# out of 17 (default + 16 escapes), followed by a
|
|
||||||
# test use of that color on all nine background
|
|
||||||
# colors (default + 8 escapes).
|
|
||||||
#
|
|
||||||
|
|
||||||
T='gYw' # The test text
|
|
||||||
|
|
||||||
echo -e "\n 40m 41m 42m 43m\
|
|
||||||
44m 45m 46m 47m";
|
|
||||||
|
|
||||||
for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' \
|
|
||||||
'1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' \
|
|
||||||
' 36m' '1;36m' ' 37m' '1;37m';
|
|
||||||
do FG=${FGs// /}
|
|
||||||
echo -en " $FGs \033[$FG $T "
|
|
||||||
for BG in 40m 41m 42m 43m 44m 45m 46m 47m;
|
|
||||||
do echo -en "$EINS \033[$FG\033[$BG $T \033[0m";
|
|
||||||
done
|
|
||||||
echo;
|
|
||||||
done
|
|
||||||
echo
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
import json
|
|
||||||
from jinja2 import FileSystemLoader, Environment
|
|
||||||
import sys
|
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
def removeAlpha(value):
|
|
||||||
hex = value.lstrip("#")
|
|
||||||
return "#" + hex[0:6]
|
|
||||||
|
|
||||||
|
|
||||||
filename = sys.argv[1]
|
|
||||||
|
|
||||||
kitty_configuration = os.path.splitext(filename)[0] + ".conf"
|
|
||||||
|
|
||||||
with open(filename, "r") as configuration_file:
|
|
||||||
configuration = json.load(configuration_file)
|
|
||||||
|
|
||||||
loader = FileSystemLoader(".")
|
|
||||||
env = Environment(loader=loader)
|
|
||||||
|
|
||||||
env.filters['removeAlpha'] = removeAlpha
|
|
||||||
env.trim_blocks = True
|
|
||||||
|
|
||||||
template = env.get_template("template.conf.j2")
|
|
||||||
|
|
||||||
output = template.render(**configuration)
|
|
||||||
|
|
||||||
with open(kitty_configuration, "w") as fp:
|
|
||||||
fp.write(output)
|
|
||||||
@@ -1,57 +0,0 @@
|
|||||||
#!/usr/bin/swift
|
|
||||||
// main.swift
|
|
||||||
// nscolor
|
|
||||||
//
|
|
||||||
// Created by Fabrizio FD. Destro on 28/12/18.
|
|
||||||
// Copyright © 2018 Fabrizio FD. Destro. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
|
||||||
import AppKit
|
|
||||||
|
|
||||||
func hex(color: NSColor) -> String {
|
|
||||||
return String(format: "#%02x%02x%02x", Int(color.redComponent * 0xFF), Int(color.greenComponent * 0xFF), Int(color.blueComponent * 0xFF))
|
|
||||||
}
|
|
||||||
|
|
||||||
func process_color(field: String, data: Data) {
|
|
||||||
let color = NSKeyedUnarchiver.unarchiveObject(with: data) as! NSColor
|
|
||||||
print("\(field) \(hex(color: color))");
|
|
||||||
}
|
|
||||||
|
|
||||||
func generate_conf_line(field: String, key: String, dictionary: NSDictionary){
|
|
||||||
if let data = dictionary[key] {
|
|
||||||
process_color(field: field, data: data as! Data)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func process(filename: String) {
|
|
||||||
let plist = NSDictionary(contentsOfFile: filename)!
|
|
||||||
|
|
||||||
generate_conf_line(field: "background", key: "BackgroundColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "foreground", key: "TextColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "cursor", key: "CursorColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "selection_background", key: "SelectionColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color0", key: "ANSIBlackColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color8", key: "ANSIBrightBlackColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color1", key: "ANSIRedColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color9", key: "ANSIBrightRedColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color2", key: "ANSIGreenColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color10", key: "ANSIBrightGreenColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color3", key: "ANSIYellowColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color11", key: "ANSIBrightYellowColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color4", key: "ANSIBlueColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color12", key: "ANSIBrightBlueColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color5", key: "ANSIMagentaColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color13", key: "ANSIBrightMagentaColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color6", key: "ANSICyanColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color14", key: "ANSIBrightCyanColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color7", key: "ANSIWhiteColor", dictionary: plist)
|
|
||||||
generate_conf_line(field: "color15", key: "ANSIBrightWhiteColor", dictionary: plist)
|
|
||||||
}
|
|
||||||
|
|
||||||
if (CommandLine.argc == 2) {
|
|
||||||
let filename = CommandLine.arguments[1]
|
|
||||||
process(filename: filename)
|
|
||||||
} else {
|
|
||||||
print("Missing plist's path.")
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
theme=$1
|
|
||||||
|
|
||||||
jq ".colors | to_entries | map(select(.key | match(\"terminal.*\"))) | map({(.key | gsub(\"\\\\.(?<a>.)\"; .a | ascii_upcase) | ltrimstr(\"terminal\") | sub(\"(?<a>.)\"; .a | ascii_downcase)):.value}) | add" < "$theme" > "terminal/${theme%.*}.json"
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
find ~/github/macos-terminal-themes/schemes/ -name "*.terminal" -print0 | while read -d $'\0' -r file; do
|
|
||||||
filename=`basename "$file"`
|
|
||||||
without_ext=${filename%.*}
|
|
||||||
removed_spaces=${without_ext// /_}
|
|
||||||
# output_filename=`echo ${removed_spaces} | tr '[:upper:]' '[:lower:]'`
|
|
||||||
echo ${removed_spaces}.conf
|
|
||||||
./convert_conf.swift "$file" > ./themes/${removed_spaces}.conf
|
|
||||||
done
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# This script generate all preview images for the themes
|
|
||||||
# In order to capture previews without the to bar start kitty without decorations
|
|
||||||
# kitty -o hide_window_decorations=yes
|
|
||||||
|
|
||||||
# shellcheck source=libcapture.sh
|
|
||||||
source libcapture.sh
|
|
||||||
|
|
||||||
# read theme path from args
|
|
||||||
id=$1
|
|
||||||
theme=$2
|
|
||||||
preview_filename=$3
|
|
||||||
|
|
||||||
conf_filename=$(basename "$theme")
|
|
||||||
|
|
||||||
lockfile=$(mktemp)
|
|
||||||
|
|
||||||
kitty @ set-colors --match id:"$id" "$theme"
|
|
||||||
kitty @ send-text --match id:"$id" "clear && figlet -f digital -t \"$conf_filename\" && unbuffer ./color_table.sh && rm \"$lockfile\"\n"
|
|
||||||
|
|
||||||
# simple sync mechanism, wait for the lockfile to be removed
|
|
||||||
( echo "$lockfile" | entr "false" 1>/dev/null 2>&1 ) || capture themes "$preview_filename"
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# This script generate all preview images for the themes
|
|
||||||
|
|
||||||
root="$(git rev-parse --show-toplevel)"
|
|
||||||
tools="$root/.tools"
|
|
||||||
|
|
||||||
PATH=$tools:$PATH
|
|
||||||
|
|
||||||
# new kitty window, return its id
|
|
||||||
id=$(kitty @ new-window --title themes --window-type os --cwd "$tools")
|
|
||||||
# start bash without reading the profile nor the configuration
|
|
||||||
kitty @ send-text --match id:"$id" "/usr/bin/env bash --noprofile --norc\n"
|
|
||||||
kitty @ set-font-size 24
|
|
||||||
|
|
||||||
# save all preview in this directory
|
|
||||||
previews="$root/_previews"
|
|
||||||
if [ ! -d "$previews" ]; then
|
|
||||||
mkdir "$previews"
|
|
||||||
fi
|
|
||||||
|
|
||||||
while read -r theme
|
|
||||||
do
|
|
||||||
echo "Genereting theme preview for $theme"
|
|
||||||
preview_directory=$previews/$(basename "${theme%.*}")
|
|
||||||
[ ! -d "$preview_directory" ] && mkdir "$preview_directory"
|
|
||||||
preview_filename=$previews/$(basename "${theme%.*}")/preview.png
|
|
||||||
generate_theme_preview.sh "$id" "$theme" "$preview_filename"
|
|
||||||
mogrify -resize 1024x\> "$preview_filename"
|
|
||||||
done < /dev/stdin
|
|
||||||
|
|
||||||
kitty @ close-window --match id:"$id"
|
|
||||||
kitty @ set-font-size 16
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
function capture_linux() {
|
|
||||||
local title="$1"
|
|
||||||
local output="$2"
|
|
||||||
import -window "$title" "$output"
|
|
||||||
}
|
|
||||||
|
|
||||||
function capture_osx() {
|
|
||||||
local title="$1"
|
|
||||||
local output="$2"
|
|
||||||
# get system id of the new created window
|
|
||||||
sys_id=$(./windowid.swift "kitty" "$title")
|
|
||||||
screencapture -wl"$sys_id" "$output"
|
|
||||||
}
|
|
||||||
|
|
||||||
function capture() {
|
|
||||||
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
|
||||||
capture_linux "$@"
|
|
||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|
||||||
capture_osx "$@"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
previews_root=$1
|
|
||||||
# usually this value: https://raw.githubusercontent.com/dexpota/kitty-themes-website/master
|
|
||||||
url_root=$2
|
|
||||||
|
|
||||||
for f in $(find "$previews_root/previews" -maxdepth 1 -mindepth 1 -type d | sort); do
|
|
||||||
preview_file="$f"/preview.png
|
|
||||||
theme=$(basename $f)
|
|
||||||
relative_path=$(realpath --relative-to="$previews_root" "$preview_file")
|
|
||||||
header=`basename $theme | sed 's/_/ /g'`
|
|
||||||
image=""
|
|
||||||
echo \#\# $header
|
|
||||||
echo $image
|
|
||||||
done
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
from argparse import ArgumentParser
|
|
||||||
from svgwrite.shapes import Rect
|
|
||||||
import svgwrite
|
|
||||||
|
|
||||||
theme_keys = [
|
|
||||||
"foreground", "background", "background_opacity", "dynamic_background_opacity", "dim_opacity",
|
|
||||||
"selection_foreground", "selection_background", "color0", "color8", "color1", "color9", "color2", "color10",
|
|
||||||
"color3", "color11", "color4", "color12", "color5", "color13", "color6", "color14", "color7", "color15"
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
def is_valid(line):
|
|
||||||
"""
|
|
||||||
Returns true if a line inside a configuration file is a valid theme configuration pair: is not a comment, is not
|
|
||||||
empty and the key is correct.
|
|
||||||
|
|
||||||
:param line: a line inside the configuration file
|
|
||||||
:type line: str
|
|
||||||
:return: true if is valid, false otherwise
|
|
||||||
:rtype: bool
|
|
||||||
"""
|
|
||||||
return (not line.lstrip().startswith("#") # is not a comment
|
|
||||||
and len(line.strip()) != 0 # is not empty
|
|
||||||
and line.split(maxsplit=1)[0] in theme_keys) # key is a valid one
|
|
||||||
|
|
||||||
|
|
||||||
def extract_configuration_pair(line):
|
|
||||||
"""
|
|
||||||
Extract a configuration pair by splitting on spaces and taking the first couple of values.
|
|
||||||
|
|
||||||
:param line: a line inside the configuration file
|
|
||||||
:type line: str
|
|
||||||
:return: a key-value pair
|
|
||||||
:rtype: bool
|
|
||||||
"""
|
|
||||||
split = line.split(maxsplit=2)
|
|
||||||
return split[0], split[1]
|
|
||||||
|
|
||||||
|
|
||||||
def read_configuration(filename):
|
|
||||||
"""
|
|
||||||
Read a kitty configuration file and extract only theme related keys and values.
|
|
||||||
|
|
||||||
:param filename: path to the configuration file
|
|
||||||
:type filename: str
|
|
||||||
:return: a map with theme related configuration values
|
|
||||||
:rtype: dict[str, str]
|
|
||||||
"""
|
|
||||||
with open(filename, "r") as fp:
|
|
||||||
lines = fp.readlines()
|
|
||||||
print(filename)
|
|
||||||
theme_config = dict([extract_configuration_pair(line) for line in lines if is_valid(line)])
|
|
||||||
return theme_config
|
|
||||||
|
|
||||||
|
|
||||||
def draw_theme_palette(theme_configuration, start_point, size, displacement):
|
|
||||||
rects = []
|
|
||||||
for k, v in theme_configuration.items():
|
|
||||||
rgb = tuple(int(v[i + 1:i + 3], 16) for i in (0, 2, 4))
|
|
||||||
rects.append(Rect(start_point, size, fill=svgwrite.utils.rgb(rgb[0], rgb[1], rgb[2])))
|
|
||||||
start_point = (start_point[0] + displacement[0], start_point[1] + displacement[1])
|
|
||||||
|
|
||||||
return rects
|
|
||||||
|
|
||||||
|
|
||||||
def draw_all_palettes(themes):
|
|
||||||
dwg = svgwrite.Drawing('test.svg', profile='tiny')
|
|
||||||
y = 0
|
|
||||||
palettes = []
|
|
||||||
for theme in themes:
|
|
||||||
palettes += draw_theme_palette(theme, (0, y), (10, 10), (10, 0))
|
|
||||||
y += 10
|
|
||||||
|
|
||||||
for rect in palettes:
|
|
||||||
dwg.add(rect)
|
|
||||||
dwg.save()
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
parser = ArgumentParser()
|
|
||||||
parser.add_argument("theme", type=str, nargs="+")
|
|
||||||
|
|
||||||
ns = parser.parse_args()
|
|
||||||
|
|
||||||
theme_configurations = [read_configuration(theme) for theme in ns.theme]
|
|
||||||
|
|
||||||
draw_all_palettes(theme_configurations)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
||||||
@@ -1,136 +0,0 @@
|
|||||||
import sys
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
theme_keys = [
|
|
||||||
"cursor", "foreground", "background", "background_opacity", "dynamic_background_opacity", "dim_opacity",
|
|
||||||
"selection_foreground", "selection_background", "color0", "color8", "color1", "color9", "color2", "color10",
|
|
||||||
"color3", "color11", "color4", "color12", "color5", "color13", "color6", "color14", "color7", "color15"
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
def is_valid(line):
|
|
||||||
"""
|
|
||||||
Returns true if a line inside a configuration file is a valid theme configuration pair: is not a comment, is not
|
|
||||||
empty and the key is correct.
|
|
||||||
|
|
||||||
:param line: a line inside the configuration file
|
|
||||||
:type line: str
|
|
||||||
:return: true if is valid, false otherwise
|
|
||||||
:rtype: bool
|
|
||||||
"""
|
|
||||||
return (not line.lstrip().startswith("#") # is not a comment
|
|
||||||
and len(line.strip()) != 0 # is not empty
|
|
||||||
and line.split(maxsplit=1)[0] in theme_keys) # key is a valid one
|
|
||||||
|
|
||||||
|
|
||||||
def extract_configuration_pair(line):
|
|
||||||
"""
|
|
||||||
Extract a configuration pair by splitting on spaces and taking the first couple of values.
|
|
||||||
|
|
||||||
:param line: a line inside the configuration file
|
|
||||||
:type line: str
|
|
||||||
:return: a key-value pair
|
|
||||||
:rtype: bool
|
|
||||||
"""
|
|
||||||
split = line.split(maxsplit=2)
|
|
||||||
return split[0], split[1]
|
|
||||||
|
|
||||||
|
|
||||||
def read_configuration(filename):
|
|
||||||
"""
|
|
||||||
Read a kitty configuration file and extract only theme related keys and values.
|
|
||||||
|
|
||||||
:param filename: path to the configuration file
|
|
||||||
:type filename: str
|
|
||||||
:return: a map with theme related configuration values
|
|
||||||
:rtype: dict[str, str]
|
|
||||||
"""
|
|
||||||
with open(filename, "r") as fp:
|
|
||||||
lines = fp.readlines()
|
|
||||||
theme_config = dict([extract_configuration_pair(line) for line in lines if is_valid(line)])
|
|
||||||
return theme_config
|
|
||||||
|
|
||||||
|
|
||||||
def fg(color, text):
|
|
||||||
rgb = tuple(int(color[i + 1:i + 3], 16) for i in (0, 2, 4))
|
|
||||||
return ('\x1b[38;2;%s;%s;%sm' % rgb + text + '\x1b[0m')
|
|
||||||
|
|
||||||
|
|
||||||
def bg(color, text):
|
|
||||||
rgb = tuple(int(color[i + 1:i + 3], 16) for i in (0, 2, 4))
|
|
||||||
return ('\x1b[48;2;%s;%s;%sm' % rgb + text + '\x1b[0m')
|
|
||||||
|
|
||||||
|
|
||||||
def print_preview(filename, configuration):
|
|
||||||
cursor = configuration["cursor"]
|
|
||||||
background = configuration["background"]
|
|
||||||
foreground = configuration["foreground"]
|
|
||||||
|
|
||||||
theme = os.path.basename(filename)
|
|
||||||
|
|
||||||
size = len(theme) + (2 + 2 + 16 + 2 + 16 + 1 + 2)
|
|
||||||
print(bg(background, " " * size))
|
|
||||||
print(bg(background, " "), end="")
|
|
||||||
print(bg(background, fg(foreground, theme)), end="")
|
|
||||||
print(bg(background, " "), end="")
|
|
||||||
|
|
||||||
c='a'
|
|
||||||
for i in range(0, 16):
|
|
||||||
color = configuration["color%d" % i]
|
|
||||||
print(bg(background, fg(color, c)), end="")
|
|
||||||
c = chr(ord(c) + 1)
|
|
||||||
|
|
||||||
print(bg(background, " "), end="")
|
|
||||||
|
|
||||||
selection_background = configuration["selection_background"]
|
|
||||||
selection_foreground = configuration["selection_foreground"]
|
|
||||||
|
|
||||||
c='A'
|
|
||||||
for i in range(0, 16):
|
|
||||||
print(bg(selection_background, fg(selection_foreground, c)), end="")
|
|
||||||
c = chr(ord(c) + 1)
|
|
||||||
|
|
||||||
print(bg(cursor, " "), end="")
|
|
||||||
print(bg(background, " "))
|
|
||||||
|
|
||||||
print(bg(background, " " * size))
|
|
||||||
|
|
||||||
print(bg(background, " "), end="")
|
|
||||||
print(bg(configuration["color0"], " "), end="")
|
|
||||||
print(bg(configuration["color1"], " "), end="")
|
|
||||||
print(bg(configuration["color2"], " "), end="")
|
|
||||||
print(bg(configuration["color3"], " "), end="")
|
|
||||||
print(bg(configuration["color4"], " "), end="")
|
|
||||||
print(bg(configuration["color5"], " "), end="")
|
|
||||||
print(bg(configuration["color6"], " "), end="")
|
|
||||||
print(bg(configuration["color7"], " "), end="")
|
|
||||||
print(bg(background, " "), end="")
|
|
||||||
print(bg(configuration["color8"], " "), end="")
|
|
||||||
print(bg(configuration["color9"], " "), end="")
|
|
||||||
print(bg(configuration["color10"], " "), end="")
|
|
||||||
print(bg(configuration["color11"], " "), end="")
|
|
||||||
print(bg(configuration["color12"], " "), end="")
|
|
||||||
print(bg(configuration["color13"], " "), end="")
|
|
||||||
print(bg(configuration["color14"], " "), end="")
|
|
||||||
print(bg(configuration["color15"], " "), end="")
|
|
||||||
print(bg(background, " " * (size - 16 - 4)), end="")
|
|
||||||
print()
|
|
||||||
|
|
||||||
print(bg(background, " " * size))
|
|
||||||
print()
|
|
||||||
|
|
||||||
|
|
||||||
def main(directory):
|
|
||||||
for filename in os.listdir(directory):
|
|
||||||
try:
|
|
||||||
path = os.path.join(directory, filename)
|
|
||||||
configuration = read_configuration(path)
|
|
||||||
print_preview(path, configuration)
|
|
||||||
except Exception as e:
|
|
||||||
print(e, file=sys.stderr)
|
|
||||||
print("Error while processing %s" % filename, file=sys.stderr)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main(sys.argv[1])
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# @author: @vrdhn on github
|
|
||||||
|
|
||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
||||||
cd $SCRIPT_DIR/..
|
|
||||||
|
|
||||||
set_theme () {
|
|
||||||
cat themes/$1.conf | awk 'BEGIN {printf("kitty @ set-colors ")} {printf( "%s=%s ",$1,$2 )} END{printf("\n")}' | sh
|
|
||||||
}
|
|
||||||
|
|
||||||
list=$(find themes -type f | grep "$1" | xargs basename | cut -d. -f1)
|
|
||||||
|
|
||||||
for x in $list ;
|
|
||||||
do
|
|
||||||
kitty +kitten icat "previews/$x.png"
|
|
||||||
read -n 1 -p "$x : Next / Set / Quit :" ans
|
|
||||||
echo
|
|
||||||
|
|
||||||
case $ans in
|
|
||||||
n ) ;;
|
|
||||||
s ) set_theme $x ; exit ;;
|
|
||||||
q ) exit ;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
background #
|
|
||||||
foreground #
|
|
||||||
cursor #
|
|
||||||
cursor_text_color #
|
|
||||||
selection_foreground #
|
|
||||||
selection_background #
|
|
||||||
# black
|
|
||||||
color0 #
|
|
||||||
color8 #
|
|
||||||
# red
|
|
||||||
color1 #
|
|
||||||
# light red
|
|
||||||
color9 #
|
|
||||||
# green
|
|
||||||
color2 #
|
|
||||||
# light green
|
|
||||||
color10 #
|
|
||||||
# yellow
|
|
||||||
color3 #
|
|
||||||
# light yellow
|
|
||||||
color11 #
|
|
||||||
# blue
|
|
||||||
color4 #
|
|
||||||
# light blue
|
|
||||||
color12 #
|
|
||||||
# magenta
|
|
||||||
color5 #
|
|
||||||
# light magenta
|
|
||||||
color13 #
|
|
||||||
# cyan
|
|
||||||
color6 #
|
|
||||||
# lighy cyan
|
|
||||||
color14 #
|
|
||||||
# light gray
|
|
||||||
color7 #
|
|
||||||
# dark gray
|
|
||||||
color15 #
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
{% if background is defined %}
|
|
||||||
background {{background}}
|
|
||||||
{% endif %}
|
|
||||||
{% if foreground is defined %}
|
|
||||||
foreground {{foreground}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if cursorForeground is defined %}
|
|
||||||
cursor {{cursorForeground}}
|
|
||||||
{% endif %}
|
|
||||||
{% if cursorBackground is defined %}
|
|
||||||
cursor_text_color {{cursorBackground | removeAlpha}}
|
|
||||||
{% endif %}
|
|
||||||
{% if background is defined %}
|
|
||||||
selection_foreground {{background | removeAlpha}}
|
|
||||||
{% endif %}
|
|
||||||
{% if selectionBackground is defined %}
|
|
||||||
selection_background {{selectionBackground | removeAlpha}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiBlack is defined %}
|
|
||||||
# dull black
|
|
||||||
color0 {{ansiBlack}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightBlack is defined %}
|
|
||||||
# light black
|
|
||||||
color8 {{ansiBrightBlack}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiRed is defined %}
|
|
||||||
# dull red
|
|
||||||
color1 {{ansiRed}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightRed %}
|
|
||||||
# light red
|
|
||||||
color9 {{ansiBrightRed}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiGreen is defined %}
|
|
||||||
# dull green
|
|
||||||
color2 {{ansiGreen}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightGreen is defined %}
|
|
||||||
# light green
|
|
||||||
color10 {{ansiBrightGreen}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiYellow is defined %}
|
|
||||||
# yellow
|
|
||||||
color3 {{ansiYellow}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightYellow is defined %}
|
|
||||||
# light yellow
|
|
||||||
color11 {{ansiBrightYellow}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiBlue is defined %}
|
|
||||||
# blue
|
|
||||||
color4 {{ansiBlue}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightBlue %}
|
|
||||||
# light blue
|
|
||||||
color12 {{ansiBrightBlue}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiMagenta is defined %}
|
|
||||||
# magenta
|
|
||||||
color5 {{ansiMagenta}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightMagenta is defined %}
|
|
||||||
# light magenta
|
|
||||||
color13 {{ansiBrightMagenta}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiCyan is defined %}
|
|
||||||
# cyan
|
|
||||||
color6 {{ansiCyan}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightCyan is defined %}
|
|
||||||
# light cyan
|
|
||||||
color14 {{ansiBrightCyan}}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if ansiWhite is defined %}
|
|
||||||
# dull white
|
|
||||||
color7 {{ansiWhite}}
|
|
||||||
{% endif %}
|
|
||||||
{% if ansiBrightWhite is defined %}
|
|
||||||
# bright white
|
|
||||||
color15 {{ansiBrightWhite}}
|
|
||||||
{% endif %}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
#!/usr/bin/swift
|
|
||||||
import Foundation
|
|
||||||
import Cocoa
|
|
||||||
import CoreGraphics.CGWindow
|
|
||||||
|
|
||||||
let windows : NSArray = CGWindowListCopyWindowInfo(CGWindowListOption.excludeDesktopElements, kCGNullWindowID)! as NSArray
|
|
||||||
|
|
||||||
let search_for_app = CommandLine.arguments[1]
|
|
||||||
let search_for_win = CommandLine.arguments[2]
|
|
||||||
|
|
||||||
for window in windows {
|
|
||||||
let window = window as! NSDictionary
|
|
||||||
|
|
||||||
let app_name = window[kCGWindowOwnerName] as! String
|
|
||||||
let window_name = window[kCGWindowName] as? String
|
|
||||||
|
|
||||||
if app_name == search_for_app && window_name == search_for_win {
|
|
||||||
print("\(window[kCGWindowNumber]!)")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# Contributing to kitty-themes
|
|
||||||
|
|
||||||
We always welcome your pull request! To start contributing follow these simple
|
|
||||||
steps:
|
|
||||||
|
|
||||||
1. Fork the repo and create your branch from `master`;
|
|
||||||
2. Add your theme as config file under `themes` directory;
|
|
||||||
3. Issue the pull request through github;
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2019 Fabrizio Destro <fabrizio@destro.dev>
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
@@ -1,465 +0,0 @@
|
|||||||
[iterm2-themes]: https://github.com/mbadolato/iTerm2-Color-Schemes
|
|
||||||
[color-scripts]: https://github.com/stark/Color-Scripts/tree/master/color-scripts
|
|
||||||
[license]: https://opensource.org/licenses/MIT
|
|
||||||
[license-badge]: https://img.shields.io/github/license/dexpota/kitty-themes.svg?style=for-the-badge
|
|
||||||
[kitty-themes-previews]: https://github.com/dexpota/kitty-themes-website/tree/master/previews
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
> **Personalize** your *kitty* terminal and choose your theme from this awesome
|
|
||||||
> collection, for more information on the terminal visit
|
|
||||||
> https://github.com/kovidgoyal/kitty
|
|
||||||
|
|
||||||
[![License: MIT][license-badge]][license]
|
|
||||||
[](#contributors)
|
|
||||||
|
|
||||||
- [About](#about)
|
|
||||||
- [Installation](#installation)
|
|
||||||
- [Source Code](#source-code)
|
|
||||||
- [Conda](#conda)
|
|
||||||
- [License](#license)
|
|
||||||
- [Bring me to the previews!](#previews)
|
|
||||||
- [Contributors](#contributors)
|
|
||||||
|
|
||||||
## About
|
|
||||||
|
|
||||||
In this repository you can find a set of themes to personalize your kitty
|
|
||||||
terminal, these have been ported from [iTerm2-Color-Schemes][iterm2-themes]. You can find
|
|
||||||
the previews for each theme in the [section](#previews) below or in this other
|
|
||||||
[repository](kitty-themes-previews).
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
### Source Code
|
|
||||||
|
|
||||||
1. If you want to download and use one of these theme you have two options:
|
|
||||||
- clone the entire *kitty-themes* repository:
|
|
||||||
```bash
|
|
||||||
git clone --depth 1 https://github.com/dexpota/kitty-themes.git ~/.config/kitty/kitty-themes
|
|
||||||
```
|
|
||||||
- or download just one theme:
|
|
||||||
```bash
|
|
||||||
THEME=https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/3024_Day.conf
|
|
||||||
wget "$THEME" -P ~/.config/kitty/kitty-themes/themes
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Choose a theme and create a symlink:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd ~/.config/kitty
|
|
||||||
ln -s ./kitty-themes/themes/Floraverse.conf ~/.config/kitty/theme.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Add this line to your kitty.conf configuration file:
|
|
||||||
|
|
||||||
```
|
|
||||||
include ./theme.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
### Conda
|
|
||||||
|
|
||||||
If you using the ``conda`` package manager, you may also install these themes
|
|
||||||
with the following command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
conda install -c conda-forge kitty-themes
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
All original content of this repository is licensed with the [MIT
|
|
||||||
License](./LICENSE.md). Whenever possible the author of the theme is cited
|
|
||||||
inside each theme configuration file, together with its license. Hit me up if
|
|
||||||
you find your theme inside this repository and you want a proper citation.
|
|
||||||
|
|
||||||
## Previews
|
|
||||||
|
|
||||||
If you have followed the [installation](#installation) instructions and cloned
|
|
||||||
the entire repo, you have two options to try a theme:
|
|
||||||
|
|
||||||
1. If you have enabled remote control in *kitty* you can run this command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
kitty @ set-colors -a "~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Otherwise you can start another instance of kitty and specify another config
|
|
||||||
file to read from, this will cause *kitty* to read both its normal config
|
|
||||||
file and the specified one:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
kitty -o include="~/.config/kitty/kitty-themes/themes/AdventureTime.conf"
|
|
||||||
```
|
|
||||||
|
|
||||||
### Bonus
|
|
||||||
|
|
||||||
Try your new theme with one of the scripts in [Color-scripts][color-scripts] with this
|
|
||||||
one-liner (requires `jq`):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
COLOR_SCRIPT_REPO=https://api.github.com/repos/stark/Color-Scripts/contents/color-scripts
|
|
||||||
wget -q -O - $(curl -s $COLOR_SCRIPT_REPO | jq '.[] | "\(.path) \(.download_url)"' -r | shuf -n1 | cut -d " " -f2) | bash
|
|
||||||
```
|
|
||||||
|
|
||||||
### 3024 Day
|
|
||||||

|
|
||||||
### 3024 Night
|
|
||||||

|
|
||||||
### AdventureTime
|
|
||||||

|
|
||||||
### Afterglow
|
|
||||||

|
|
||||||
### AlienBlood
|
|
||||||

|
|
||||||
### Alucard
|
|
||||||

|
|
||||||
### Apprentice
|
|
||||||

|
|
||||||
### Argonaut
|
|
||||||

|
|
||||||
### Arthur
|
|
||||||

|
|
||||||
### AtelierSulphurpool
|
|
||||||

|
|
||||||
### Atom
|
|
||||||

|
|
||||||
### AtomOneLight
|
|
||||||

|
|
||||||
### ayu
|
|
||||||

|
|
||||||
### ayu light
|
|
||||||

|
|
||||||
### ayu mirage
|
|
||||||

|
|
||||||
### Batman
|
|
||||||

|
|
||||||
### Belafonte Day
|
|
||||||

|
|
||||||
### Belafonte Night
|
|
||||||

|
|
||||||
### BirdsOfParadise
|
|
||||||

|
|
||||||
### Blazer
|
|
||||||

|
|
||||||
### Borland
|
|
||||||

|
|
||||||
### Bright Lights
|
|
||||||

|
|
||||||
### Broadcast
|
|
||||||

|
|
||||||
### Brogrammer
|
|
||||||

|
|
||||||
### C64
|
|
||||||

|
|
||||||
### Chalk
|
|
||||||

|
|
||||||
### Chalkboard
|
|
||||||

|
|
||||||
### Ciapre
|
|
||||||

|
|
||||||
### CLRS
|
|
||||||

|
|
||||||
### Cobalt2
|
|
||||||

|
|
||||||
### Cobalt Neon
|
|
||||||

|
|
||||||
### CrayonPonyFish
|
|
||||||

|
|
||||||
### Dark Pastel
|
|
||||||

|
|
||||||
### Darkside
|
|
||||||

|
|
||||||
### Desert
|
|
||||||

|
|
||||||
### DimmedMonokai
|
|
||||||

|
|
||||||
### DotGov
|
|
||||||

|
|
||||||
### Dracula
|
|
||||||

|
|
||||||
### Dumbledore
|
|
||||||

|
|
||||||
### Duotone Dark
|
|
||||||

|
|
||||||
### Earthsong
|
|
||||||

|
|
||||||
### Elemental
|
|
||||||

|
|
||||||
### ENCOM
|
|
||||||

|
|
||||||
### Espresso
|
|
||||||

|
|
||||||
### Espresso Libre
|
|
||||||

|
|
||||||
### Fideloper
|
|
||||||

|
|
||||||
### FishTank
|
|
||||||

|
|
||||||
### Flat
|
|
||||||

|
|
||||||
### Flatland
|
|
||||||

|
|
||||||
### Floraverse
|
|
||||||

|
|
||||||
### FrontEndDelight
|
|
||||||

|
|
||||||
### FunForrest
|
|
||||||

|
|
||||||
### Galaxy
|
|
||||||

|
|
||||||
### Github
|
|
||||||

|
|
||||||
### Glacier
|
|
||||||

|
|
||||||
### GoaBase
|
|
||||||

|
|
||||||
### Grape
|
|
||||||

|
|
||||||
### Grass
|
|
||||||

|
|
||||||
### gruvbox dark
|
|
||||||

|
|
||||||
### gruvbox light
|
|
||||||

|
|
||||||
### Hardcore
|
|
||||||

|
|
||||||
### Harper
|
|
||||||

|
|
||||||
### Highway
|
|
||||||

|
|
||||||
### Hipster Green
|
|
||||||

|
|
||||||
### Homebrew
|
|
||||||

|
|
||||||
### Hurtado
|
|
||||||

|
|
||||||
### Hybrid
|
|
||||||

|
|
||||||
### IC Green PPL
|
|
||||||

|
|
||||||
### IC Orange PPL
|
|
||||||

|
|
||||||
### idleToes
|
|
||||||

|
|
||||||
### IR Black
|
|
||||||

|
|
||||||
### Jackie Brown
|
|
||||||

|
|
||||||
### Japanesque
|
|
||||||

|
|
||||||
### Jellybeans
|
|
||||||

|
|
||||||
### JetBrains Darcula
|
|
||||||

|
|
||||||
### Kibble
|
|
||||||

|
|
||||||
### Later This Evening
|
|
||||||

|
|
||||||
### Lavandula
|
|
||||||

|
|
||||||
### LiquidCarbon
|
|
||||||

|
|
||||||
### LiquidCarbonTransparent
|
|
||||||

|
|
||||||
### LiquidCarbonTransparentInverse
|
|
||||||

|
|
||||||
### Man Page
|
|
||||||

|
|
||||||
### Material
|
|
||||||

|
|
||||||
### MaterialDark
|
|
||||||

|
|
||||||
### Mathias
|
|
||||||

|
|
||||||
### Medallion
|
|
||||||

|
|
||||||
### Misterioso
|
|
||||||

|
|
||||||
### Molokai
|
|
||||||

|
|
||||||
### MonaLisa
|
|
||||||

|
|
||||||
### Monokai Classic
|
|
||||||

|
|
||||||
### Monokai Pro
|
|
||||||

|
|
||||||
### Monokai Pro (Filter Machine)
|
|
||||||
/preview.png)
|
|
||||||
### Monokai Pro (Filter Octagon)
|
|
||||||
/preview.png)
|
|
||||||
### Monokai Pro (Filter Ristretto)
|
|
||||||
/preview.png)
|
|
||||||
### Monokai Pro (Filter Spectrum)
|
|
||||||
/preview.png)
|
|
||||||
### Monokai Soda
|
|
||||||

|
|
||||||
### N0tch2k
|
|
||||||

|
|
||||||
### Neopolitan
|
|
||||||

|
|
||||||
### Neutron
|
|
||||||

|
|
||||||
### NightLion v1
|
|
||||||

|
|
||||||
### NightLion v2
|
|
||||||

|
|
||||||
### Nova
|
|
||||||

|
|
||||||
### Novel
|
|
||||||

|
|
||||||
### Obsidian
|
|
||||||

|
|
||||||
### Ocean
|
|
||||||

|
|
||||||
### OceanicMaterial
|
|
||||||

|
|
||||||
### Ollie
|
|
||||||

|
|
||||||
### OneDark
|
|
||||||

|
|
||||||
### Parasio Dark
|
|
||||||

|
|
||||||
### PaulMillr
|
|
||||||

|
|
||||||
### PencilDark
|
|
||||||

|
|
||||||
### PencilLight
|
|
||||||

|
|
||||||
### Piatto Light
|
|
||||||

|
|
||||||
### Pnevma
|
|
||||||

|
|
||||||
### Pro
|
|
||||||

|
|
||||||
### Red Alert
|
|
||||||

|
|
||||||
### Red Sands
|
|
||||||

|
|
||||||
### Relaxed Afterglow
|
|
||||||

|
|
||||||
### Renault Style
|
|
||||||

|
|
||||||
### Renault Style Light
|
|
||||||

|
|
||||||
### Rippedcasts
|
|
||||||

|
|
||||||
### Royal
|
|
||||||

|
|
||||||
### Seafoam Pastel
|
|
||||||

|
|
||||||
### SeaShells
|
|
||||||

|
|
||||||
### Seti
|
|
||||||

|
|
||||||
### Shaman
|
|
||||||

|
|
||||||
### Slate
|
|
||||||

|
|
||||||
### Smyck
|
|
||||||

|
|
||||||
### snazzy
|
|
||||||

|
|
||||||
### SoftServer
|
|
||||||

|
|
||||||
### Solarized Darcula
|
|
||||||

|
|
||||||
### Solarized Dark
|
|
||||||

|
|
||||||
### Solarized Dark Higher Contrast
|
|
||||||

|
|
||||||
### Solarized Dark - Patched
|
|
||||||

|
|
||||||
### Solarized Light
|
|
||||||

|
|
||||||
### Source Code X
|
|
||||||

|
|
||||||
### Spacedust
|
|
||||||

|
|
||||||
### SpaceGray
|
|
||||||

|
|
||||||
### SpaceGray Eighties
|
|
||||||

|
|
||||||
### SpaceGray Eighties Dull
|
|
||||||

|
|
||||||
### Spiderman
|
|
||||||

|
|
||||||
### Spring
|
|
||||||

|
|
||||||
### Square
|
|
||||||

|
|
||||||
### Sundried
|
|
||||||

|
|
||||||
### Symfonic
|
|
||||||

|
|
||||||
### Tango Dark
|
|
||||||

|
|
||||||
### Tango Light
|
|
||||||

|
|
||||||
### Teerb
|
|
||||||

|
|
||||||
### Thayer Bright
|
|
||||||

|
|
||||||
### The Hulk
|
|
||||||

|
|
||||||
### Tomorrow
|
|
||||||

|
|
||||||
### Tomorrow Night
|
|
||||||

|
|
||||||
### Tomorrow Night Blue
|
|
||||||

|
|
||||||
### Tomorrow Night Bright
|
|
||||||

|
|
||||||
### Tomorrow Night Eighties
|
|
||||||

|
|
||||||
### ToyChest
|
|
||||||

|
|
||||||
### Treehouse
|
|
||||||

|
|
||||||
### Twilight
|
|
||||||

|
|
||||||
### Ubuntu
|
|
||||||

|
|
||||||
### Urple
|
|
||||||

|
|
||||||
### Vaughn
|
|
||||||

|
|
||||||
### VibrantInk
|
|
||||||

|
|
||||||
### WarmNeon
|
|
||||||

|
|
||||||
### Wez
|
|
||||||

|
|
||||||
### WildCherry
|
|
||||||

|
|
||||||
### Wombat
|
|
||||||

|
|
||||||
### Wryan
|
|
||||||

|
|
||||||
### Zenburn
|
|
||||||

|
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td align="center"><a href="http://www.scopatz.com"><b>Anthony Scopatz</b></a><br /><a href="https://github.com/dexpota/kitty-themes/commits?author=scopatz" title="Documentation">📖</a></td>
|
|
||||||
<td align="center"><a href="https://rckt.cc"><b>RCKT</b></a><br /><a href="#theme-orangecoloured" title="New theme added to the collection">😻</a></td>
|
|
||||||
<td align="center"><a href="https://github.com/varmanishant"><b>varmanishant</b></a><br /><a href="#theme-varmanishant" title="New theme added to the collection">😻</a></td>
|
|
||||||
<td align="center"><a href="https://github.com/rlerdorf"><b>Rasmus Lerdorf</b></a><br /><a href="https://github.com/dexpota/kitty-themes/issues?q=author%3Arlerdorf" title="Bug reports">🐛</a> <a href="#ideas-rlerdorf" title="Ideas, Planning, & Feedback">🤔</a></td>
|
|
||||||
<td align="center"><a href="https://github.com/Luflosi"><b>Luflosi</b></a><br /><a href="#fix-Luflosi" title="Fixed a theme">🛠️</a> <a href="#question-Luflosi" title="Answering Questions">💬</a> <a href="https://github.com/dexpota/kitty-themes/commits?author=Luflosi" title="Documentation">📖</a></td>
|
|
||||||
<td align="center"><a href="https://holyday.me"><b>Connor Holyday</b></a><br /><a href="#fix-connorholyday" title="Fixed a theme">🛠️</a></td>
|
|
||||||
<td align="center"><a href="https://github.com/BlueDrink9"><b>BlueDrink9</b></a><br /><a href="https://github.com/dexpota/kitty-themes/issues?q=author%3ABlueDrink9" title="Bug reports">🐛</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td align="center"><a href="https://github.com/brujoand"><b>Anders Brujordet</b></a><br /><a href="#theme-brujoand" title="New theme added to the collection">😻</a></td>
|
|
||||||
<td align="center"><a href="http://www.hackouts.com"><b>Rajesh Rajendran</b></a><br /><a href="#fix-rjshrjndrn" title="Fixed a theme">🛠️</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
||||||
|
|
||||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #f7f7f7
|
|
||||||
foreground #494542
|
|
||||||
cursor #494542
|
|
||||||
selection_background #a4a1a1
|
|
||||||
color0 #090200
|
|
||||||
color8 #5b5754
|
|
||||||
color1 #da2c20
|
|
||||||
color9 #e8bacf
|
|
||||||
color2 #00a152
|
|
||||||
color10 #3a3332
|
|
||||||
color3 #fcec02
|
|
||||||
color11 #494542
|
|
||||||
color4 #00a0e4
|
|
||||||
color12 #7f7c7b
|
|
||||||
color5 #a06994
|
|
||||||
color13 #d6d4d3
|
|
||||||
color6 #b5e4f4
|
|
||||||
color14 #ccab53
|
|
||||||
color7 #a4a1a1
|
|
||||||
color15 #f7f7f7
|
|
||||||
selection_foreground #f7f7f7
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #090200
|
|
||||||
foreground #a4a1a1
|
|
||||||
cursor #a4a1a1
|
|
||||||
selection_background #494542
|
|
||||||
color0 #090200
|
|
||||||
color8 #5b5754
|
|
||||||
color1 #da2c20
|
|
||||||
color9 #e8bacf
|
|
||||||
color2 #00a152
|
|
||||||
color10 #3a3332
|
|
||||||
color3 #fcec02
|
|
||||||
color11 #494542
|
|
||||||
color4 #00a0e4
|
|
||||||
color12 #7f7c7b
|
|
||||||
color5 #a06994
|
|
||||||
color13 #d6d4d3
|
|
||||||
color6 #b5e4f4
|
|
||||||
color14 #ccab53
|
|
||||||
color7 #a4a1a1
|
|
||||||
color15 #f7f7f7
|
|
||||||
selection_foreground #090200
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1e1c44
|
|
||||||
foreground #f8dbc0
|
|
||||||
cursor #eebf37
|
|
||||||
selection_background #6f6a4e
|
|
||||||
color0 #050404
|
|
||||||
color8 #4e7bbf
|
|
||||||
color1 #bc0013
|
|
||||||
color9 #fc5e59
|
|
||||||
color2 #49b117
|
|
||||||
color10 #9dff6e
|
|
||||||
color3 #e6741d
|
|
||||||
color11 #efc11a
|
|
||||||
color4 #0f49c6
|
|
||||||
color12 #1896c6
|
|
||||||
color5 #665992
|
|
||||||
color13 #9a5952
|
|
||||||
color6 #6fa497
|
|
||||||
color14 #c8f9f3
|
|
||||||
color7 #f8dbc0
|
|
||||||
color15 #f5f4fb
|
|
||||||
selection_foreground #1e1c44
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #202020
|
|
||||||
foreground #d0d0d0
|
|
||||||
cursor #d0d0d0
|
|
||||||
selection_background #303030
|
|
||||||
color0 #151515
|
|
||||||
color8 #505050
|
|
||||||
color1 #ac4142
|
|
||||||
color9 #ac4142
|
|
||||||
color2 #7e8d50
|
|
||||||
color10 #7e8d50
|
|
||||||
color3 #e5b566
|
|
||||||
color11 #e5b566
|
|
||||||
color4 #6c99ba
|
|
||||||
color12 #6c99ba
|
|
||||||
color5 #9e4e85
|
|
||||||
color13 #9e4e85
|
|
||||||
color6 #7dd5cf
|
|
||||||
color14 #7dd5cf
|
|
||||||
color7 #d0d0d0
|
|
||||||
color15 #f5f5f5
|
|
||||||
selection_foreground #202020
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0f160f
|
|
||||||
foreground #637d75
|
|
||||||
cursor #73f990
|
|
||||||
selection_background #1d4025
|
|
||||||
color0 #112615
|
|
||||||
color8 #3c4711
|
|
||||||
color1 #7f2b26
|
|
||||||
color9 #df8008
|
|
||||||
color2 #2f7e25
|
|
||||||
color10 #18e000
|
|
||||||
color3 #707f23
|
|
||||||
color11 #bde000
|
|
||||||
color4 #2f697f
|
|
||||||
color12 #00a9df
|
|
||||||
color5 #47577e
|
|
||||||
color13 #0058df
|
|
||||||
color6 #317f76
|
|
||||||
color14 #00dfc3
|
|
||||||
color7 #647d75
|
|
||||||
color15 #73f990
|
|
||||||
selection_foreground #0f160f
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #222330
|
|
||||||
foreground #cef3ff
|
|
||||||
cursor #ffffff
|
|
||||||
selection_background #44475a
|
|
||||||
color0 #000000
|
|
||||||
color8 #545454
|
|
||||||
color1 #ff5555
|
|
||||||
color9 #ff5454
|
|
||||||
color2 #fa0074
|
|
||||||
color10 #50fa7b
|
|
||||||
color3 #7f0a1f
|
|
||||||
color11 #f0fa8b
|
|
||||||
color4 #3282ff
|
|
||||||
color12 #1200f8
|
|
||||||
color5 #1b3cff
|
|
||||||
color13 #ff78c5
|
|
||||||
color6 #0037fc
|
|
||||||
color14 #8ae9fc
|
|
||||||
color7 #bbbbbb
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #222330
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
# Apprentice by Romain Lafourcade, https://github.com/romainl
|
|
||||||
# This work is licensed under the terms of the MIT license.
|
|
||||||
# For a copy, see https://opensource.org/licenses/MIT.
|
|
||||||
|
|
||||||
cursor #c7c7c7
|
|
||||||
cursor_text_color #feffff
|
|
||||||
selection_foreground #3e3e3e
|
|
||||||
selection_background #c1ddff
|
|
||||||
foreground #c8c8c8
|
|
||||||
background #323232
|
|
||||||
color0 #252525
|
|
||||||
color8 #555555
|
|
||||||
color1 #be7472
|
|
||||||
color9 #ff9900
|
|
||||||
color2 #709772
|
|
||||||
color10 #97bb98
|
|
||||||
color3 #989772
|
|
||||||
color11 #fefdbc
|
|
||||||
color4 #7199bc
|
|
||||||
color12 #9fbdde
|
|
||||||
color5 #727399
|
|
||||||
color13 #989abc
|
|
||||||
color6 #719899
|
|
||||||
color14 #6fbbbc
|
|
||||||
color7 #7f7f7f
|
|
||||||
color15 #feffff
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0d0f18
|
|
||||||
foreground #fffaf3
|
|
||||||
cursor #ff0017
|
|
||||||
selection_background #002a3a
|
|
||||||
color0 #222222
|
|
||||||
color8 #444444
|
|
||||||
color1 #ff000f
|
|
||||||
color9 #ff273f
|
|
||||||
color2 #8ce00a
|
|
||||||
color10 #abe05a
|
|
||||||
color3 #ffb900
|
|
||||||
color11 #ffd141
|
|
||||||
color4 #008df8
|
|
||||||
color12 #0092ff
|
|
||||||
color5 #6c43a5
|
|
||||||
color13 #9a5feb
|
|
||||||
color6 #00d7eb
|
|
||||||
color14 #67ffef
|
|
||||||
color7 #ffffff
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #0d0f18
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1c1c1c
|
|
||||||
foreground #ddeedd
|
|
||||||
cursor #e2bbef
|
|
||||||
selection_background #4d4d4d
|
|
||||||
color0 #3d352a
|
|
||||||
color8 #554444
|
|
||||||
color1 #cd5c5c
|
|
||||||
color9 #cc5533
|
|
||||||
color2 #86af80
|
|
||||||
color10 #88aa22
|
|
||||||
color3 #e8ae5b
|
|
||||||
color11 #ffa75d
|
|
||||||
color4 #6495ed
|
|
||||||
color12 #87ceeb
|
|
||||||
color5 #deb887
|
|
||||||
color13 #996600
|
|
||||||
color6 #b0c4de
|
|
||||||
color14 #b0c4de
|
|
||||||
color7 #bbaa99
|
|
||||||
color15 #ddccbb
|
|
||||||
selection_foreground #1c1c1c
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #202745
|
|
||||||
foreground #969cb3
|
|
||||||
cursor #969cb3
|
|
||||||
selection_background #5e6686
|
|
||||||
color0 #202745
|
|
||||||
color8 #6a7394
|
|
||||||
color1 #c84821
|
|
||||||
color9 #c76a28
|
|
||||||
color2 #ab9639
|
|
||||||
color10 #283256
|
|
||||||
color3 #c08a2f
|
|
||||||
color11 #5e6686
|
|
||||||
color4 #3d8ed0
|
|
||||||
color12 #898ea3
|
|
||||||
color5 #6678cc
|
|
||||||
color13 #dee1f0
|
|
||||||
color6 #21a1c8
|
|
||||||
color14 #9c6279
|
|
||||||
color7 #969cb3
|
|
||||||
color15 #f4f7ff
|
|
||||||
selection_foreground #202745
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #161718
|
|
||||||
foreground #c4c8c5
|
|
||||||
cursor #d0d0d0
|
|
||||||
selection_background #444444
|
|
||||||
color0 #000000
|
|
||||||
color8 #000000
|
|
||||||
color1 #fc5ef0
|
|
||||||
color9 #fc5ef0
|
|
||||||
color2 #86c38a
|
|
||||||
color10 #94f936
|
|
||||||
color3 #ffd6b1
|
|
||||||
color11 #f5ffa7
|
|
||||||
color4 #85befd
|
|
||||||
color12 #95cbfe
|
|
||||||
color5 #b9b5fc
|
|
||||||
color13 #b9b5fc
|
|
||||||
color6 #85befd
|
|
||||||
color14 #85befd
|
|
||||||
color7 #dfdfdf
|
|
||||||
color15 #dfdfdf
|
|
||||||
selection_foreground #161718
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #f8f8f8
|
|
||||||
foreground #2a2b33
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #ececec
|
|
||||||
color0 #000000
|
|
||||||
color8 #000000
|
|
||||||
color1 #de3d35
|
|
||||||
color9 #de3d35
|
|
||||||
color2 #3e953a
|
|
||||||
color10 #3e953a
|
|
||||||
color3 #d2b67b
|
|
||||||
color11 #d2b67b
|
|
||||||
color4 #2f5af3
|
|
||||||
color12 #2f5af3
|
|
||||||
color5 #950095
|
|
||||||
color13 #a00095
|
|
||||||
color6 #3e953a
|
|
||||||
color14 #3e953a
|
|
||||||
color7 #bbbbbb
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #f8f8f8
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1b1d1e
|
|
||||||
foreground #6e6e6e
|
|
||||||
cursor #fcee0b
|
|
||||||
selection_background #4d4f4c
|
|
||||||
color0 #1b1d1e
|
|
||||||
color8 #505354
|
|
||||||
color1 #e6db43
|
|
||||||
color9 #fff68d
|
|
||||||
color2 #c8be46
|
|
||||||
color10 #fff27c
|
|
||||||
color3 #f3fd21
|
|
||||||
color11 #feed6c
|
|
||||||
color4 #737074
|
|
||||||
color12 #909495
|
|
||||||
color5 #737271
|
|
||||||
color13 #9a999d
|
|
||||||
color6 #615f5e
|
|
||||||
color14 #a2a2a5
|
|
||||||
color7 #c5c5be
|
|
||||||
color15 #dadad5
|
|
||||||
selection_foreground #1b1d1e
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #d4ccb9
|
|
||||||
foreground #45363b
|
|
||||||
cursor #45363b
|
|
||||||
selection_background #958b83
|
|
||||||
color0 #20111a
|
|
||||||
color8 #5e5252
|
|
||||||
color1 #bd100d
|
|
||||||
color9 #bd100d
|
|
||||||
color2 #858062
|
|
||||||
color10 #858062
|
|
||||||
color3 #e9a448
|
|
||||||
color11 #e9a448
|
|
||||||
color4 #416978
|
|
||||||
color12 #416978
|
|
||||||
color5 #96522b
|
|
||||||
color13 #96522b
|
|
||||||
color6 #98999c
|
|
||||||
color14 #98999c
|
|
||||||
color7 #958b83
|
|
||||||
color15 #d4ccb9
|
|
||||||
selection_foreground #d4ccb9
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #20111a
|
|
||||||
foreground #958b83
|
|
||||||
cursor #958b83
|
|
||||||
selection_background #45363b
|
|
||||||
color0 #20111a
|
|
||||||
color8 #5e5252
|
|
||||||
color1 #bd100d
|
|
||||||
color9 #bd100d
|
|
||||||
color2 #858062
|
|
||||||
color10 #858062
|
|
||||||
color3 #e9a448
|
|
||||||
color11 #e9a448
|
|
||||||
color4 #416978
|
|
||||||
color12 #416978
|
|
||||||
color5 #96522b
|
|
||||||
color13 #96522b
|
|
||||||
color6 #98999c
|
|
||||||
color14 #98999c
|
|
||||||
color7 #958b83
|
|
||||||
color15 #d4ccb9
|
|
||||||
selection_foreground #20111a
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #2a1e1d
|
|
||||||
foreground #dfdab7
|
|
||||||
cursor #573d25
|
|
||||||
selection_background #563c27
|
|
||||||
color0 #573d25
|
|
||||||
color8 #9a6b49
|
|
||||||
color1 #be2d26
|
|
||||||
color9 #e84526
|
|
||||||
color2 #6ba08a
|
|
||||||
color10 #94d7ba
|
|
||||||
color3 #e99c29
|
|
||||||
color11 #d0d04f
|
|
||||||
color4 #5a86ac
|
|
||||||
color12 #b8d3ed
|
|
||||||
color5 #ab80a6
|
|
||||||
color13 #d09dca
|
|
||||||
color6 #74a5ac
|
|
||||||
color14 #92ced6
|
|
||||||
color7 #dfdab7
|
|
||||||
color15 #fff9d4
|
|
||||||
selection_foreground #2a1e1d
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0d1925
|
|
||||||
foreground #d9e5f1
|
|
||||||
cursor #d9e5f1
|
|
||||||
color0 #000000
|
|
||||||
color8 #252525
|
|
||||||
color1 #b87979
|
|
||||||
color9 #dabdbd
|
|
||||||
color2 #79b879
|
|
||||||
color10 #bddabd
|
|
||||||
color3 #b8b879
|
|
||||||
color11 #dadabd
|
|
||||||
color4 #7979b8
|
|
||||||
color12 #bdbdda
|
|
||||||
color5 #b879b8
|
|
||||||
color13 #dabdda
|
|
||||||
color6 #79b8b8
|
|
||||||
color14 #bddada
|
|
||||||
color7 #d9d9d9
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #0d1925
|
|
||||||
selection_background #d9e6f2
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0000a3
|
|
||||||
foreground #ffff4d
|
|
||||||
cursor #ffa460
|
|
||||||
selection_background #a3a3a3
|
|
||||||
color0 #4e4e4e
|
|
||||||
color8 #7c7c7c
|
|
||||||
color1 #ff6b60
|
|
||||||
color9 #ffb6b0
|
|
||||||
color2 #a7ff60
|
|
||||||
color10 #ceffab
|
|
||||||
color3 #ffffb6
|
|
||||||
color11 #ffffcb
|
|
||||||
color4 #96cafd
|
|
||||||
color12 #b5dcfe
|
|
||||||
color5 #ff73fd
|
|
||||||
color13 #ff9cfe
|
|
||||||
color6 #c6c4fd
|
|
||||||
color14 #dfdffe
|
|
||||||
color7 #eeeeee
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #0000a3
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #191919
|
|
||||||
foreground #b2c8d6
|
|
||||||
cursor #f34a00
|
|
||||||
selection_background #b2c8d6
|
|
||||||
color0 #191919
|
|
||||||
color8 #191919
|
|
||||||
color1 #ff355b
|
|
||||||
color9 #ff355b
|
|
||||||
color2 #b6e875
|
|
||||||
color10 #b6e875
|
|
||||||
color3 #ffc150
|
|
||||||
color11 #ffc150
|
|
||||||
color4 #75d3ff
|
|
||||||
color12 #75d4ff
|
|
||||||
color5 #b975e6
|
|
||||||
color13 #b975e6
|
|
||||||
color6 #6cbeb5
|
|
||||||
color14 #6cbeb5
|
|
||||||
color7 #c1c8d6
|
|
||||||
color15 #c1c8d6
|
|
||||||
selection_foreground #191919
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #2b2b2b
|
|
||||||
foreground #e5e1db
|
|
||||||
cursor #ffffff
|
|
||||||
selection_background #5a637e
|
|
||||||
color0 #000000
|
|
||||||
color8 #323232
|
|
||||||
color1 #da4839
|
|
||||||
color9 #ff7b6a
|
|
||||||
color2 #509f50
|
|
||||||
color10 #83d082
|
|
||||||
color3 #ffd249
|
|
||||||
color11 #ffff7b
|
|
||||||
color4 #6d9cbd
|
|
||||||
color12 #9fcef0
|
|
||||||
color5 #cfcfff
|
|
||||||
color13 #ffffff
|
|
||||||
color6 #6d9cbd
|
|
||||||
color14 #a0cef0
|
|
||||||
color7 #ffffff
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #2b2b2b
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #131313
|
|
||||||
foreground #d6dae4
|
|
||||||
cursor #b9b9b9
|
|
||||||
selection_background #1f1f1f
|
|
||||||
color0 #1f1f1f
|
|
||||||
color8 #d6dae4
|
|
||||||
color1 #f71118
|
|
||||||
color9 #de342e
|
|
||||||
color2 #2cc55d
|
|
||||||
color10 #1dd260
|
|
||||||
color3 #ecb90f
|
|
||||||
color11 #f2bd09
|
|
||||||
color4 #2a84d2
|
|
||||||
color12 #0f80d5
|
|
||||||
color5 #4e59b7
|
|
||||||
color13 #524fb9
|
|
||||||
color6 #0f80d5
|
|
||||||
color14 #0f7cda
|
|
||||||
color7 #d6dae4
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #131313
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #40318d
|
|
||||||
foreground #7869c4
|
|
||||||
cursor #7869c4
|
|
||||||
selection_background #7869c4
|
|
||||||
color0 #090300
|
|
||||||
color8 #000000
|
|
||||||
color1 #883932
|
|
||||||
color9 #883932
|
|
||||||
color2 #55a049
|
|
||||||
color10 #55a049
|
|
||||||
color3 #bfce72
|
|
||||||
color11 #bfce72
|
|
||||||
color4 #40318d
|
|
||||||
color12 #40318d
|
|
||||||
color5 #8b3f96
|
|
||||||
color13 #8a3e95
|
|
||||||
color6 #67b6bd
|
|
||||||
color14 #67b6bd
|
|
||||||
color7 #ffffff
|
|
||||||
color15 #f7f7f7
|
|
||||||
selection_foreground #40318d
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #ffffff
|
|
||||||
foreground #262626
|
|
||||||
cursor #6fd2fc
|
|
||||||
selection_background #6fd2fc
|
|
||||||
color0 #000000
|
|
||||||
color8 #545753
|
|
||||||
color1 #f72729
|
|
||||||
color9 #fb0416
|
|
||||||
color2 #32895c
|
|
||||||
color10 #2cc631
|
|
||||||
color3 #f96f1c
|
|
||||||
color11 #fcd627
|
|
||||||
color4 #125ccf
|
|
||||||
color12 #156ffe
|
|
||||||
color5 #9f00bc
|
|
||||||
color13 #e800b0
|
|
||||||
color6 #32c2c0
|
|
||||||
color14 #39d5ce
|
|
||||||
color7 #b2b2b2
|
|
||||||
color15 #ededec
|
|
||||||
selection_foreground #ffffff
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #2b2c2e
|
|
||||||
foreground #d2d8d9
|
|
||||||
cursor #708183
|
|
||||||
selection_background #e3e8ed
|
|
||||||
color0 #7c8a8f
|
|
||||||
color8 #888888
|
|
||||||
color1 #b23a51
|
|
||||||
color9 #f24840
|
|
||||||
color2 #789a69
|
|
||||||
color10 #80c46f
|
|
||||||
color3 #b9ab4a
|
|
||||||
color11 #ffeb62
|
|
||||||
color4 #2a7fac
|
|
||||||
color12 #4095ff
|
|
||||||
color5 #bc4f5a
|
|
||||||
color13 #fb5175
|
|
||||||
color6 #44a799
|
|
||||||
color14 #52ccbd
|
|
||||||
color7 #d2d8d9
|
|
||||||
color15 #d2d8d9
|
|
||||||
selection_foreground #2b2c2e
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #29262f
|
|
||||||
foreground #d9e6f2
|
|
||||||
cursor #d9e6f2
|
|
||||||
selection_background #073642
|
|
||||||
color0 #000000
|
|
||||||
color8 #323232
|
|
||||||
color1 #c37372
|
|
||||||
color9 #dbaaaa
|
|
||||||
color2 #72c373
|
|
||||||
color10 #aadbaa
|
|
||||||
color3 #c2c372
|
|
||||||
color11 #dadbaa
|
|
||||||
color4 #7372c3
|
|
||||||
color12 #aaaadb
|
|
||||||
color5 #c372c2
|
|
||||||
color13 #dbaada
|
|
||||||
color6 #72c2c3
|
|
||||||
color14 #aadadb
|
|
||||||
color7 #d9d9d9
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #29262f
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #181c27
|
|
||||||
foreground #ada37a
|
|
||||||
cursor #91805a
|
|
||||||
selection_background #172539
|
|
||||||
color0 #181818
|
|
||||||
color8 #555555
|
|
||||||
color1 #800009
|
|
||||||
color9 #ab3834
|
|
||||||
color2 #48513b
|
|
||||||
color10 #a6a65d
|
|
||||||
color3 #cc8a3e
|
|
||||||
color11 #dcde7b
|
|
||||||
color4 #566d8c
|
|
||||||
color12 #2f97c6
|
|
||||||
color5 #724c7c
|
|
||||||
color13 #d33060
|
|
||||||
color6 #5b4f4a
|
|
||||||
color14 #f3dab1
|
|
||||||
color7 #ada37e
|
|
||||||
color15 #f3f3f3
|
|
||||||
selection_foreground #181c27
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #122637
|
|
||||||
foreground #ffffff
|
|
||||||
cursor #f0cb09
|
|
||||||
selection_background #18344f
|
|
||||||
color0 #000000
|
|
||||||
color8 #545454
|
|
||||||
color1 #ff0000
|
|
||||||
color9 #f40d17
|
|
||||||
color2 #37dd21
|
|
||||||
color10 #3bcf1d
|
|
||||||
color3 #fee409
|
|
||||||
color11 #ecc809
|
|
||||||
color4 #1460d2
|
|
||||||
color12 #5555ff
|
|
||||||
color5 #ff005d
|
|
||||||
color13 #ff55ff
|
|
||||||
color6 #00bbbb
|
|
||||||
color14 #6ae3f9
|
|
||||||
color7 #bbbbbb
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #122637
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #142838
|
|
||||||
foreground #8ff586
|
|
||||||
cursor #c4206f
|
|
||||||
selection_background #084fb0
|
|
||||||
color0 #142630
|
|
||||||
color8 #fff688
|
|
||||||
color1 #ff2320
|
|
||||||
color9 #d4312e
|
|
||||||
color2 #3aa5ff
|
|
||||||
color10 #8ff586
|
|
||||||
color3 #e9e75c
|
|
||||||
color11 #e9f06d
|
|
||||||
color4 #8ff586
|
|
||||||
color12 #3c7dd2
|
|
||||||
color5 #781aa0
|
|
||||||
color13 #8230a7
|
|
||||||
color6 #8ff586
|
|
||||||
color14 #6cbc67
|
|
||||||
color7 #ba45b1
|
|
||||||
color15 #8ff586
|
|
||||||
selection_foreground #142838
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #140607
|
|
||||||
foreground #685259
|
|
||||||
cursor #685259
|
|
||||||
selection_background #2a1a1c
|
|
||||||
color0 #2a1a1c
|
|
||||||
color8 #3c2a2e
|
|
||||||
color1 #90002a
|
|
||||||
color9 #c5245c
|
|
||||||
color2 #579523
|
|
||||||
color10 #8dff56
|
|
||||||
color3 #aa301b
|
|
||||||
color11 #c7371d
|
|
||||||
color4 #8b87af
|
|
||||||
color12 #cfc9ff
|
|
||||||
color5 #682e50
|
|
||||||
color13 #fb6cb9
|
|
||||||
color6 #e8a766
|
|
||||||
color14 #ffceae
|
|
||||||
color7 #685259
|
|
||||||
color15 #af949d
|
|
||||||
selection_foreground #140607
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #000000
|
|
||||||
foreground #ffffff
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #b5d5ff
|
|
||||||
color0 #000000
|
|
||||||
color8 #545454
|
|
||||||
color1 #ff5555
|
|
||||||
color9 #ff5555
|
|
||||||
color2 #55ff55
|
|
||||||
color10 #55ff55
|
|
||||||
color3 #ffff55
|
|
||||||
color11 #ffff55
|
|
||||||
color4 #5555ff
|
|
||||||
color12 #5555ff
|
|
||||||
color5 #ff55ff
|
|
||||||
color13 #ff55ff
|
|
||||||
color6 #55ffff
|
|
||||||
color14 #55ffff
|
|
||||||
color7 #bbbbbb
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #000000
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #212324
|
|
||||||
foreground #b9b9b9
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #2f3333
|
|
||||||
color0 #000000
|
|
||||||
color8 #000000
|
|
||||||
color1 #e8331c
|
|
||||||
color9 #df5a4f
|
|
||||||
color2 #68c156
|
|
||||||
color10 #76b768
|
|
||||||
color3 #f1d32b
|
|
||||||
color11 #eed64a
|
|
||||||
color4 #1c98e8
|
|
||||||
color12 #387bd2
|
|
||||||
color5 #8e69c8
|
|
||||||
color13 #957bbd
|
|
||||||
color6 #1c98e8
|
|
||||||
color14 #3d96e2
|
|
||||||
color7 #b9b9b9
|
|
||||||
color15 #b9b9b9
|
|
||||||
selection_foreground #212324
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #333333
|
|
||||||
foreground #ffffff
|
|
||||||
cursor #00ff00
|
|
||||||
selection_background #b5d5ff
|
|
||||||
color0 #4d4d4d
|
|
||||||
color8 #545454
|
|
||||||
color1 #ff2b2b
|
|
||||||
color9 #ff5555
|
|
||||||
color2 #98fb98
|
|
||||||
color10 #55ff55
|
|
||||||
color3 #f0e68c
|
|
||||||
color11 #ffff55
|
|
||||||
color4 #cd853f
|
|
||||||
color12 #87ceff
|
|
||||||
color5 #ffdead
|
|
||||||
color13 #ff55ff
|
|
||||||
color6 #ffa0a0
|
|
||||||
color14 #ffd700
|
|
||||||
color7 #f5deb3
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #333333
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1e1e1e
|
|
||||||
foreground #b8bcb9
|
|
||||||
cursor #f83d19
|
|
||||||
selection_background #292c31
|
|
||||||
color0 #3a3c43
|
|
||||||
color8 #888987
|
|
||||||
color1 #be3e48
|
|
||||||
color9 #fb001e
|
|
||||||
color2 #869a3a
|
|
||||||
color10 #0e712e
|
|
||||||
color3 #c4a535
|
|
||||||
color11 #c37033
|
|
||||||
color4 #4e76a1
|
|
||||||
color12 #176ce3
|
|
||||||
color5 #855b8d
|
|
||||||
color13 #fb0067
|
|
||||||
color6 #568ea3
|
|
||||||
color14 #2d6f6c
|
|
||||||
color7 #b8bcb9
|
|
||||||
color15 #fcffb8
|
|
||||||
selection_foreground #1e1e1e
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #252b35
|
|
||||||
foreground #eaeaea
|
|
||||||
cursor #d9002f
|
|
||||||
selection_background #194080
|
|
||||||
color0 #181818
|
|
||||||
color8 #181818
|
|
||||||
color1 #bf081d
|
|
||||||
color9 #bf081d
|
|
||||||
color2 #3d9751
|
|
||||||
color10 #3d9751
|
|
||||||
color3 #f6bb33
|
|
||||||
color11 #f6bb33
|
|
||||||
color4 #16b1df
|
|
||||||
color12 #16b1df
|
|
||||||
color5 #772fb0
|
|
||||||
color13 #772fb0
|
|
||||||
color6 #8bd1ed
|
|
||||||
color14 #8bd1ed
|
|
||||||
color7 #ffffff
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #252b35
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1e1f28
|
|
||||||
foreground #f8f8f2
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #44475a
|
|
||||||
color0 #000000
|
|
||||||
color8 #545454
|
|
||||||
color1 #ff5555
|
|
||||||
color9 #ff5454
|
|
||||||
color2 #50fa7b
|
|
||||||
color10 #50fa7b
|
|
||||||
color3 #f0fa8b
|
|
||||||
color11 #f0fa8b
|
|
||||||
color4 #bd92f8
|
|
||||||
color12 #bd92f8
|
|
||||||
color5 #ff78c5
|
|
||||||
color13 #ff78c5
|
|
||||||
color6 #8ae9fc
|
|
||||||
color14 #8ae9fc
|
|
||||||
color7 #bbbbbb
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #1e1f28
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #422553
|
|
||||||
foreground #c4c8c5
|
|
||||||
cursor #c4c8c5
|
|
||||||
selection_background #008aff
|
|
||||||
color0 #2b283d
|
|
||||||
color8 #413e53
|
|
||||||
color1 #ae0000
|
|
||||||
color9 #d3a624
|
|
||||||
color2 #3e7c54
|
|
||||||
color10 #aaaaaa
|
|
||||||
color3 #f0c75e
|
|
||||||
color11 #716254
|
|
||||||
color4 #415baf
|
|
||||||
color12 #946a2c
|
|
||||||
color5 #9445ae
|
|
||||||
color13 #b294ba
|
|
||||||
color6 #008aff
|
|
||||||
color14 #25de50
|
|
||||||
color7 #850000
|
|
||||||
color15 #c9c9c9
|
|
||||||
selection_foreground #422553
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1f1c27
|
|
||||||
foreground #b6a0ff
|
|
||||||
cursor #ff9738
|
|
||||||
selection_background #353146
|
|
||||||
color0 #1f1c27
|
|
||||||
color8 #353146
|
|
||||||
color1 #d8393d
|
|
||||||
color9 #d8393d
|
|
||||||
color2 #2dcc72
|
|
||||||
color10 #2dcc72
|
|
||||||
color3 #d8b76e
|
|
||||||
color11 #d8b76e
|
|
||||||
color4 #ffc183
|
|
||||||
color12 #ffc183
|
|
||||||
color5 #dd8d40
|
|
||||||
color13 #dd8d40
|
|
||||||
color6 #2388ff
|
|
||||||
color14 #2388ff
|
|
||||||
color7 #b6a0ff
|
|
||||||
color15 #e9e4ff
|
|
||||||
selection_foreground #1f1c27
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #000000
|
|
||||||
foreground #00a595
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #00a48c
|
|
||||||
color0 #000000
|
|
||||||
color8 #545454
|
|
||||||
color1 #9f0000
|
|
||||||
color9 #ff0000
|
|
||||||
color2 #008b00
|
|
||||||
color10 #00ee00
|
|
||||||
color3 #ffcf00
|
|
||||||
color11 #ffff00
|
|
||||||
color4 #0081ff
|
|
||||||
color12 #0000ff
|
|
||||||
color5 #bc00ca
|
|
||||||
color13 #ff00ff
|
|
||||||
color6 #008b8b
|
|
||||||
color14 #00cdcd
|
|
||||||
color7 #bbbbbb
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #000000
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #282420
|
|
||||||
foreground #e5c6a8
|
|
||||||
cursor #f6f6ec
|
|
||||||
selection_background #111417
|
|
||||||
color0 #111417
|
|
||||||
color8 #665e54
|
|
||||||
color1 #c84134
|
|
||||||
color9 #ff6459
|
|
||||||
color2 #84c44b
|
|
||||||
color10 #97e035
|
|
||||||
color3 #f4ae2e
|
|
||||||
color11 #dfd561
|
|
||||||
color4 #1397b9
|
|
||||||
color12 #5ed9ff
|
|
||||||
color5 #d0623c
|
|
||||||
color13 #ff9168
|
|
||||||
color6 #4f9452
|
|
||||||
color14 #83ef88
|
|
||||||
color7 #e5c5a9
|
|
||||||
color15 #f6f6ec
|
|
||||||
selection_foreground #282420
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #21211c
|
|
||||||
foreground #807973
|
|
||||||
cursor #facb7f
|
|
||||||
selection_background #403729
|
|
||||||
color0 #3c3b30
|
|
||||||
color8 #545444
|
|
||||||
color1 #97280f
|
|
||||||
color9 #df502a
|
|
||||||
color2 #479942
|
|
||||||
color10 #60e06f
|
|
||||||
color3 #7f7110
|
|
||||||
color11 #d69827
|
|
||||||
color4 #497f7d
|
|
||||||
color12 #78d8d8
|
|
||||||
color5 #7e4e2e
|
|
||||||
color13 #cd7c53
|
|
||||||
color6 #387f58
|
|
||||||
color14 #58d598
|
|
||||||
color7 #807974
|
|
||||||
color15 #fff1e8
|
|
||||||
selection_foreground #21211c
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
# Theme ported from the Mac Terminal application.
|
|
||||||
|
|
||||||
background #323232
|
|
||||||
foreground #ffffff
|
|
||||||
cursor #d6d6d6
|
|
||||||
selection_background #5b5b5b
|
|
||||||
selection_foreground #323232
|
|
||||||
color0 #353535
|
|
||||||
color8 #535353
|
|
||||||
color1 #d25252
|
|
||||||
color9 #f00c0c
|
|
||||||
color2 #a4c161
|
|
||||||
color10 #c1df74
|
|
||||||
color3 #ffc56d
|
|
||||||
color11 #e1e48a
|
|
||||||
color4 #6c99ba
|
|
||||||
color12 #8ab6d9
|
|
||||||
color5 #d096d9
|
|
||||||
color13 #efb5f7
|
|
||||||
color6 #bdd6ff
|
|
||||||
color14 #dbf4ff
|
|
||||||
color7 #ededec
|
|
||||||
color15 #ffffff
|
|
||||||
active_tab_foreground #ffffff
|
|
||||||
active_tab_background #535353
|
|
||||||
inactive_tab_foreground #ffffff
|
|
||||||
inactive_tab_background #353535
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #2a211c
|
|
||||||
foreground #b8a898
|
|
||||||
cursor #ffffff
|
|
||||||
selection_background #c3dcff
|
|
||||||
color0 #000000
|
|
||||||
color8 #545753
|
|
||||||
color1 #cc0000
|
|
||||||
color9 #ef2828
|
|
||||||
color2 #1a921c
|
|
||||||
color10 #9aff87
|
|
||||||
color3 #efe43a
|
|
||||||
color11 #fffa5c
|
|
||||||
color4 #0066ff
|
|
||||||
color12 #43a8ed
|
|
||||||
color5 #c5656b
|
|
||||||
color13 #ff8089
|
|
||||||
color6 #05989a
|
|
||||||
color14 #34e2e2
|
|
||||||
color7 #d3d7cf
|
|
||||||
color15 #ededec
|
|
||||||
selection_foreground #2a211c
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #282f32
|
|
||||||
foreground #dad9df
|
|
||||||
cursor #d35f5a
|
|
||||||
selection_background #eeb7ab
|
|
||||||
color0 #282f32
|
|
||||||
color8 #092027
|
|
||||||
color1 #ca1d2c
|
|
||||||
color9 #d35f5a
|
|
||||||
color2 #edb7ab
|
|
||||||
color10 #d35f5a
|
|
||||||
color3 #b7aa9a
|
|
||||||
color11 #a86571
|
|
||||||
color4 #2e78c1
|
|
||||||
color12 #7c84c4
|
|
||||||
color5 #c0226e
|
|
||||||
color13 #5b5db2
|
|
||||||
color6 #309185
|
|
||||||
color14 #81908f
|
|
||||||
color7 #e9e2cd
|
|
||||||
color15 #fcf4de
|
|
||||||
selection_foreground #282f32
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #222436
|
|
||||||
foreground #eceffd
|
|
||||||
cursor #fdcd5e
|
|
||||||
selection_background #fcf6e8
|
|
||||||
color0 #03063c
|
|
||||||
color8 #6c5a30
|
|
||||||
color1 #c60049
|
|
||||||
color9 #d94a8a
|
|
||||||
color2 #abf157
|
|
||||||
color10 #daffa8
|
|
||||||
color3 #fdcd5e
|
|
||||||
color11 #fee6a8
|
|
||||||
color4 #525fb8
|
|
||||||
color12 #b1bdf9
|
|
||||||
color5 #976f81
|
|
||||||
color13 #fda4cc
|
|
||||||
color6 #968662
|
|
||||||
color14 #a4bc86
|
|
||||||
color7 #eceffc
|
|
||||||
color15 #f6ffec
|
|
||||||
selection_foreground #222436
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #002240
|
|
||||||
foreground #2bc45d
|
|
||||||
cursor #e5bd0c
|
|
||||||
selection_background #782b9c
|
|
||||||
color0 #212c3e
|
|
||||||
color8 #202b3b
|
|
||||||
color1 #a72320
|
|
||||||
color9 #d3302e
|
|
||||||
color2 #32a448
|
|
||||||
color10 #2c9440
|
|
||||||
color3 #e58d11
|
|
||||||
color11 #e5bd0c
|
|
||||||
color4 #3066ab
|
|
||||||
color12 #3b7cd2
|
|
||||||
color5 #7819a0
|
|
||||||
color13 #822fa7
|
|
||||||
color6 #2b9270
|
|
||||||
color14 #35b286
|
|
||||||
color7 #afb6b9
|
|
||||||
color15 #e6ecec
|
|
||||||
selection_foreground #002240
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1c1e20
|
|
||||||
foreground #b8daee
|
|
||||||
cursor #708183
|
|
||||||
selection_background #2a2a24
|
|
||||||
color0 #1c1d19
|
|
||||||
color8 #1c1d19
|
|
||||||
color1 #f18238
|
|
||||||
color9 #d12a24
|
|
||||||
color2 #9ed264
|
|
||||||
color10 #a7d32c
|
|
||||||
color3 #f3ef6d
|
|
||||||
color11 #ff8948
|
|
||||||
color4 #4f96be
|
|
||||||
color12 #61b8d0
|
|
||||||
color5 #695abb
|
|
||||||
color13 #695abb
|
|
||||||
color6 #d53864
|
|
||||||
color14 #d53864
|
|
||||||
color7 #fefffe
|
|
||||||
color15 #fefffe
|
|
||||||
selection_foreground #1c1e20
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0e0c15
|
|
||||||
foreground #dbd0b9
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #f3e0b8
|
|
||||||
color0 #08002e
|
|
||||||
color8 #331d4c
|
|
||||||
color1 #64002c
|
|
||||||
color9 #cf2062
|
|
||||||
color2 #5d731a
|
|
||||||
color10 #b3ce58
|
|
||||||
color3 #cd751c
|
|
||||||
color11 #fac357
|
|
||||||
color4 #1d6da1
|
|
||||||
color12 #40a4cf
|
|
||||||
color5 #b7077e
|
|
||||||
color13 #f02aae
|
|
||||||
color6 #42a38c
|
|
||||||
color14 #62caa8
|
|
||||||
color7 #f3e0b8
|
|
||||||
color15 #fff5db
|
|
||||||
selection_foreground #0e0c15
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1b1b1d
|
|
||||||
foreground #acacac
|
|
||||||
cursor #cccccc
|
|
||||||
selection_background #e96153
|
|
||||||
color0 #242426
|
|
||||||
color8 #5eac6c
|
|
||||||
color1 #f8501a
|
|
||||||
color9 #f64319
|
|
||||||
color2 #565746
|
|
||||||
color10 #74eb4c
|
|
||||||
color3 #f9761d
|
|
||||||
color11 #fcc224
|
|
||||||
color4 #2c70b7
|
|
||||||
color12 #3393c9
|
|
||||||
color5 #f02d4e
|
|
||||||
color13 #e75e4e
|
|
||||||
color6 #3ba0a5
|
|
||||||
color14 #4ebce5
|
|
||||||
color7 #acacac
|
|
||||||
color15 #8b735a
|
|
||||||
selection_foreground #1b1b1d
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #241200
|
|
||||||
foreground #ddc165
|
|
||||||
cursor #e5591c
|
|
||||||
selection_background #e5591c
|
|
||||||
color0 #000000
|
|
||||||
color8 #7e6954
|
|
||||||
color1 #d5252b
|
|
||||||
color9 #e4591b
|
|
||||||
color2 #909b00
|
|
||||||
color10 #bfc659
|
|
||||||
color3 #bd8a13
|
|
||||||
color11 #ffca1b
|
|
||||||
color4 #4698a2
|
|
||||||
color12 #7cc9ce
|
|
||||||
color5 #8c4231
|
|
||||||
color13 #d16349
|
|
||||||
color6 #d98112
|
|
||||||
color14 #e6a96b
|
|
||||||
color7 #ddc165
|
|
||||||
color15 #ffe9a3
|
|
||||||
selection_foreground #241200
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #1c2836
|
|
||||||
foreground #ffffff
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #b4d5ff
|
|
||||||
color0 #000000
|
|
||||||
color8 #545454
|
|
||||||
color1 #f9555f
|
|
||||||
color9 #fa8b8e
|
|
||||||
color2 #20af89
|
|
||||||
color10 #34bb99
|
|
||||||
color3 #fdf029
|
|
||||||
color11 #ffff55
|
|
||||||
color4 #589cf5
|
|
||||||
color12 #589cf5
|
|
||||||
color5 #934d95
|
|
||||||
color13 #e75598
|
|
||||||
color6 #1e9ee6
|
|
||||||
color14 #3978bb
|
|
||||||
color7 #bbbbbb
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #1c2836
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #f4f4f4
|
|
||||||
foreground #3e3e3e
|
|
||||||
cursor #3f3f3f
|
|
||||||
selection_background #a9c1e2
|
|
||||||
color0 #3e3e3e
|
|
||||||
color8 #666666
|
|
||||||
color1 #970b16
|
|
||||||
color9 #de0000
|
|
||||||
color2 #07962a
|
|
||||||
color10 #87d5a2
|
|
||||||
color3 #f7edc7
|
|
||||||
color11 #f0cf06
|
|
||||||
color4 #003e8a
|
|
||||||
color12 #2e6cba
|
|
||||||
color5 #e94691
|
|
||||||
color13 #ffa29f
|
|
||||||
color6 #89d1ec
|
|
||||||
color14 #1cfafe
|
|
||||||
color7 #ffffff
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #f4f4f4
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0c1115
|
|
||||||
foreground #ffffff
|
|
||||||
cursor #6c6c6c
|
|
||||||
selection_background #bd2523
|
|
||||||
color0 #2e343c
|
|
||||||
color8 #404a55
|
|
||||||
color1 #bd0f2f
|
|
||||||
color9 #bd0f2f
|
|
||||||
color2 #35a770
|
|
||||||
color10 #49e998
|
|
||||||
color3 #fb9435
|
|
||||||
color11 #fddf6e
|
|
||||||
color4 #1f5872
|
|
||||||
color12 #2a8bc1
|
|
||||||
color5 #bd2523
|
|
||||||
color13 #ea4727
|
|
||||||
color6 #778397
|
|
||||||
color14 #a0b6d3
|
|
||||||
color7 #ffffff
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #0c1115
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #2f0033
|
|
||||||
foreground #f6ed00
|
|
||||||
cursor #1a6500
|
|
||||||
selection_background #100a24
|
|
||||||
color0 #880041
|
|
||||||
color8 #411a6d
|
|
||||||
color1 #f78000
|
|
||||||
color9 #f800e1
|
|
||||||
color2 #249000
|
|
||||||
color10 #5743ff
|
|
||||||
color3 #f40000
|
|
||||||
color11 #ea00d7
|
|
||||||
color4 #000482
|
|
||||||
color12 #b90003
|
|
||||||
color5 #f43bff
|
|
||||||
color13 #9a5952
|
|
||||||
color6 #3affff
|
|
||||||
color14 #c8f9f3
|
|
||||||
color7 #000000
|
|
||||||
color15 #f5f4fb
|
|
||||||
selection_foreground #2f0033
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #161423
|
|
||||||
foreground #9e9ea0
|
|
||||||
cursor #a188f7
|
|
||||||
selection_background #483d70
|
|
||||||
color0 #2d283e
|
|
||||||
color8 #58506a
|
|
||||||
color1 #ec2160
|
|
||||||
color9 #f0719a
|
|
||||||
color2 #1fa91b
|
|
||||||
color10 #52a95d
|
|
||||||
color3 #8ddc1f
|
|
||||||
color11 #b2dc87
|
|
||||||
color4 #487cf4
|
|
||||||
color12 #a9bbeb
|
|
||||||
color5 #8c35c8
|
|
||||||
color13 #ac81c1
|
|
||||||
color6 #3added
|
|
||||||
color14 #9ce3ea
|
|
||||||
color7 #9e9ea0
|
|
||||||
color15 #a188f7
|
|
||||||
selection_foreground #161423
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
# Theme ported from the Mac Terminal application.
|
|
||||||
|
|
||||||
background #12773d
|
|
||||||
foreground #fff0a4
|
|
||||||
cursor #8b2800
|
|
||||||
selection_background #b64825
|
|
||||||
color0 #000000
|
|
||||||
color8 #545454
|
|
||||||
color1 #ba0000
|
|
||||||
color9 #ba0000
|
|
||||||
color2 #00ba00
|
|
||||||
color10 #00ba00
|
|
||||||
color3 #e6af00
|
|
||||||
color11 #e6af00
|
|
||||||
color4 #0000a3
|
|
||||||
color12 #0000ba
|
|
||||||
color5 #950062
|
|
||||||
color13 #ff54ff
|
|
||||||
color6 #00baba
|
|
||||||
color14 #54ffff
|
|
||||||
color7 #bababa
|
|
||||||
color15 #ffffff
|
|
||||||
selection_foreground #12773d
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #121212
|
|
||||||
foreground #a0a0a0
|
|
||||||
cursor #bbbbbb
|
|
||||||
selection_background #453a39
|
|
||||||
color0 #1b1d1e
|
|
||||||
color8 #505354
|
|
||||||
color1 #f92672
|
|
||||||
color9 #ff669d
|
|
||||||
color2 #a6e22e
|
|
||||||
color10 #beed5f
|
|
||||||
color3 #fd971f
|
|
||||||
color11 #e6db74
|
|
||||||
color4 #66d9ef
|
|
||||||
color12 #66d9ef
|
|
||||||
color5 #9e6ffe
|
|
||||||
color13 #9e6ffe
|
|
||||||
color6 #5e7175
|
|
||||||
color14 #a3babf
|
|
||||||
color7 #ccccc6
|
|
||||||
color15 #f8f8f2
|
|
||||||
selection_foreground #121212
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #000000
|
|
||||||
foreground #a7a39c
|
|
||||||
cursor #a7a39c
|
|
||||||
selection_background #5a5753
|
|
||||||
color0 #000000
|
|
||||||
color8 #716d69
|
|
||||||
color1 #f7b63e
|
|
||||||
color9 #f7b63e
|
|
||||||
color2 #7fb5e1
|
|
||||||
color10 #7fb5e1
|
|
||||||
color3 #d6da24
|
|
||||||
color11 #d6da24
|
|
||||||
color4 #489d48
|
|
||||||
color12 #489d48
|
|
||||||
color5 #b295c5
|
|
||||||
color13 #b295c5
|
|
||||||
color6 #f4bed6
|
|
||||||
color14 #f4bed6
|
|
||||||
color7 #a7a39c
|
|
||||||
color15 #fefbe9
|
|
||||||
selection_foreground #000000
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #212224
|
|
||||||
foreground #ededed
|
|
||||||
cursor #dfd9b8
|
|
||||||
selection_background #384563
|
|
||||||
color0 #000000
|
|
||||||
color8 #5c4f49
|
|
||||||
color1 #cf0d17
|
|
||||||
color9 #ef7d17
|
|
||||||
color2 #128033
|
|
||||||
color10 #b1d130
|
|
||||||
color3 #ffca3d
|
|
||||||
color11 #fff11f
|
|
||||||
color4 #006ab3
|
|
||||||
color12 #4fc2fd
|
|
||||||
color5 #6a2674
|
|
||||||
color13 #de0070
|
|
||||||
color6 #384563
|
|
||||||
color14 #5c4f49
|
|
||||||
color7 #ededed
|
|
||||||
color15 #fefffe
|
|
||||||
selection_foreground #212224
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
background #0f0a05
|
|
||||||
foreground #84c137
|
|
||||||
cursor #23ff18
|
|
||||||
selection_background #083905
|
|
||||||
color0 #000000
|
|
||||||
color8 #666666
|
|
||||||
color1 #b6204a
|
|
||||||
color9 #e50000
|
|
||||||
color2 #00a600
|
|
||||||
color10 #86a83e
|
|
||||||
color3 #bebe00
|
|
||||||
color11 #e5e500
|
|
||||||
color4 #246db2
|
|
||||||
color12 #0000ff
|
|
||||||
color5 #b200b2
|
|
||||||
color13 #e500e5
|
|
||||||
color6 #00a6b2
|
|
||||||
color14 #00e5e5
|
|
||||||
color7 #bfbfbf
|
|
||||||
color15 #e5e5e5
|
|
||||||
selection_foreground #0f0a05
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
# Theme ported from the Mac Terminal application.
|
|
||||||
|
|
||||||
background #000000
|
|
||||||
foreground #00ff00
|
|
||||||
cursor #23ff18
|
|
||||||
selection_background #083905
|
|
||||||
color0 #000000
|
|
||||||
color8 #666666
|
|
||||||
color1 #990000
|
|
||||||
color9 #e50000
|
|
||||||
color2 #00a600
|
|
||||||
color10 #00d900
|
|
||||||
color3 #999900
|
|
||||||
color11 #e5e500
|
|
||||||
color4 #0000b2
|
|
||||||
color12 #0000ff
|
|
||||||
color5 #b200b2
|
|
||||||
color13 #e500e5
|
|
||||||
color6 #00a6b2
|
|
||||||
color14 #00e5e5
|
|
||||||
color7 #bebebe
|
|
||||||
color15 #e5e5e5
|
|
||||||
selection_foreground #000000
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user