Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad3a58bcff | |||
| 2963b7e45f | |||
| 7f4dbfa408 | |||
| a05f3ba3a4 | |||
| 32658e9a77 | |||
| 4d3597c511 | |||
| 70cce4a19a | |||
| 12ba6d9f7a | |||
| 95b8377c0f | |||
| 7ae9f606e1 | |||
| d78d91cb59 | |||
| 762725e231 | |||
| 185981025b | |||
| 70c11fb375 | |||
| c2af917f01 | |||
| af94397039 | |||
| b0e71513e7 | |||
| a67042070a | |||
| e4cac90f4a | |||
| 49ae828c11 | |||
| 832429c4d8 | |||
| 31dd1f30e9 | |||
| a5dc8c455c | |||
| 9fe2c95291 | |||
| 812e74c510 | |||
| ac85a15f6b | |||
| 3a3ea3fae3 | |||
| dc557284b6 | |||
| c842933094 |
@@ -1,254 +0,0 @@
|
||||
#? Config file for btop v. 1.4.4
|
||||
|
||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||
color_theme = "/usr/share/btop/themes/gruvbox_dark.theme"
|
||||
|
||||
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
||||
theme_background = False
|
||||
|
||||
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
|
||||
truecolor = True
|
||||
|
||||
#* Set to true to force tty mode regardless if a real tty has been detected or not.
|
||||
#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols.
|
||||
force_tty = False
|
||||
|
||||
#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
|
||||
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
||||
#* Use whitespace " " as separator between different presets.
|
||||
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
||||
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
||||
|
||||
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
|
||||
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
||||
vim_keys = True
|
||||
|
||||
#* Rounded corners on boxes, is ignored if TTY mode is ON.
|
||||
rounded_corners = True
|
||||
|
||||
#* Default symbols to use for graph creation, "braille", "block" or "tty".
|
||||
#* "braille" offers the highest resolution but might not be included in all fonts.
|
||||
#* "block" has half the resolution of braille but uses more common characters.
|
||||
#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY.
|
||||
#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view.
|
||||
graph_symbol = "braille"
|
||||
|
||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||
graph_symbol_cpu = "default"
|
||||
|
||||
# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
|
||||
graph_symbol_gpu = "default"
|
||||
|
||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||
graph_symbol_mem = "default"
|
||||
|
||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||
graph_symbol_net = "default"
|
||||
|
||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||
graph_symbol_proc = "default"
|
||||
|
||||
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
|
||||
shown_boxes = "mem proc cpu net"
|
||||
|
||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||
update_ms = 1000
|
||||
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||
proc_sorting = "cpu direct"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
|
||||
#* Show processes as a tree.
|
||||
proc_tree = False
|
||||
|
||||
#* Use the cpu graph colors in the process list.
|
||||
proc_colors = True
|
||||
|
||||
#* Use a darkening gradient in the process list.
|
||||
proc_gradient = True
|
||||
|
||||
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
|
||||
proc_per_core = True
|
||||
|
||||
#* Show process memory as bytes instead of percent.
|
||||
proc_mem_bytes = True
|
||||
|
||||
#* Show cpu graph for each process.
|
||||
proc_cpu_graphs = True
|
||||
|
||||
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
|
||||
proc_info_smaps = False
|
||||
|
||||
#* Show proc box on left side of screen instead of right.
|
||||
proc_left = False
|
||||
|
||||
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
||||
proc_filter_kernel = False
|
||||
|
||||
#* In tree-view, always accumulate child process resources in the parent process.
|
||||
proc_aggregate = False
|
||||
|
||||
#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
|
||||
#* Select from a list of detected attributes from the options menu.
|
||||
cpu_graph_upper = "total"
|
||||
|
||||
#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
|
||||
#* Select from a list of detected attributes from the options menu.
|
||||
cpu_graph_lower = "total"
|
||||
|
||||
#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off".
|
||||
show_gpu_info = "Auto"
|
||||
|
||||
#* Toggles if the lower CPU graph should be inverted.
|
||||
cpu_invert_lower = True
|
||||
|
||||
#* Set to True to completely disable the lower CPU graph.
|
||||
cpu_single_graph = False
|
||||
|
||||
#* Show cpu box at bottom of screen instead of top.
|
||||
cpu_bottom = False
|
||||
|
||||
#* Shows the system uptime in the CPU box.
|
||||
show_uptime = True
|
||||
|
||||
#* Show cpu temperature.
|
||||
check_temp = True
|
||||
|
||||
#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
|
||||
cpu_sensor = "Auto"
|
||||
|
||||
#* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
|
||||
show_coretemp = True
|
||||
|
||||
#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
|
||||
#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
|
||||
#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
|
||||
#* Example: "4:0 5:1 6:3"
|
||||
cpu_core_map = ""
|
||||
|
||||
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
|
||||
temp_scale = "celsius"
|
||||
|
||||
#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
|
||||
base_10_sizes = False
|
||||
|
||||
#* Show CPU frequency.
|
||||
show_cpu_freq = True
|
||||
|
||||
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
|
||||
#* Special formatting: /host = hostname | /user = username | /uptime = system uptime
|
||||
clock_format = "%X"
|
||||
|
||||
#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
|
||||
background_update = True
|
||||
|
||||
#* Custom cpu model name, empty string to disable.
|
||||
custom_cpu_name = ""
|
||||
|
||||
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
|
||||
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
|
||||
disks_filter = ""
|
||||
|
||||
#* Show graphs instead of meters for memory values.
|
||||
mem_graphs = True
|
||||
|
||||
#* Show mem box below net box instead of above.
|
||||
mem_below_net = False
|
||||
|
||||
#* Count ZFS ARC in cached and available memory.
|
||||
zfs_arc_cached = True
|
||||
|
||||
#* If swap memory should be shown in memory box.
|
||||
show_swap = True
|
||||
|
||||
#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
|
||||
swap_disk = True
|
||||
|
||||
#* If mem box should be split to also show disks info.
|
||||
show_disks = False
|
||||
|
||||
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
|
||||
only_physical = True
|
||||
|
||||
#* Read disks list from /etc/fstab. This also disables only_physical.
|
||||
use_fstab = True
|
||||
|
||||
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
||||
zfs_hide_datasets = False
|
||||
|
||||
#* Set to true to show available disk space for privileged users.
|
||||
disk_free_priv = False
|
||||
|
||||
#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
|
||||
show_io_stat = True
|
||||
|
||||
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
|
||||
io_mode = False
|
||||
|
||||
#* Set to True to show combined read/write io graphs in io mode.
|
||||
io_graph_combined = False
|
||||
|
||||
#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
|
||||
#* Example: "/mnt/media:100 /:20 /boot:1".
|
||||
io_graph_speeds = ""
|
||||
|
||||
#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
|
||||
net_download = 100
|
||||
|
||||
net_upload = 100
|
||||
|
||||
#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
|
||||
net_auto = True
|
||||
|
||||
#* Sync the auto scaling for download and upload to whichever currently has the highest scale.
|
||||
net_sync = True
|
||||
|
||||
#* Starts with the Network Interface specified here.
|
||||
net_iface = ""
|
||||
|
||||
#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes.
|
||||
base_10_bitrate = "Auto"
|
||||
|
||||
#* Show battery stats in top right if battery is present.
|
||||
show_battery = True
|
||||
|
||||
#* Which battery to use if multiple are present. "Auto" for auto detection.
|
||||
selected_battery = "Auto"
|
||||
|
||||
#* Show power stats of battery next to charge indicator.
|
||||
show_battery_watts = True
|
||||
|
||||
#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
|
||||
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
|
||||
log_level = "WARNING"
|
||||
|
||||
#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
|
||||
nvml_measure_pcie_speeds = True
|
||||
|
||||
#* Measure PCIe throughput on AMD cards, may impact performance on certain cards.
|
||||
rsmi_measure_pcie_speeds = True
|
||||
|
||||
#* Horizontally mirror the GPU graph.
|
||||
gpu_mirror_graph = True
|
||||
|
||||
#* Custom gpu0 model name, empty string to disable.
|
||||
custom_gpu_name0 = ""
|
||||
|
||||
#* Custom gpu1 model name, empty string to disable.
|
||||
custom_gpu_name1 = ""
|
||||
|
||||
#* Custom gpu2 model name, empty string to disable.
|
||||
custom_gpu_name2 = ""
|
||||
|
||||
#* Custom gpu3 model name, empty string to disable.
|
||||
custom_gpu_name3 = ""
|
||||
|
||||
#* Custom gpu4 model name, empty string to disable.
|
||||
custom_gpu_name4 = ""
|
||||
|
||||
#* Custom gpu5 model name, empty string to disable.
|
||||
custom_gpu_name5 = ""
|
||||
@@ -24,5 +24,5 @@ alias gitst='git st'
|
||||
#
|
||||
# alias icat='kitty +kitten icat'
|
||||
|
||||
alias dark="/usr/bin/kitty +kitten themes --reload-in=all Gruvbox Dark"
|
||||
alias light="/usr/bin/kitty +kitten themes --reload-in=all Gruvbox Light"
|
||||
# alias dark="/usr/bin/kitty +kitten themes --reload-in=all Gruvbox Dark"
|
||||
# alias light="/usr/bin/kitty +kitten themes --reload-in=all Gruvbox Light"
|
||||
|
||||
@@ -11,7 +11,7 @@ SETUVAR __done_notification_urgency_level_failure:normal
|
||||
SETUVAR __fish_init_2_39_8:\x1d
|
||||
SETUVAR __fish_init_2_3_0:\x1d
|
||||
SETUVAR __fish_init_3_x:\x1d
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR _fisher_edc_2F_bass_files:\x7e/\x2econfig/fish/functions/__bass\x2epy\x1e\x7e/\x2econfig/fish/functions/bass\x2efish
|
||||
SETUVAR _fisher_franciscolourenco_2F_done_files:\x7e/\x2econfig/fish/conf\x2ed/done\x2efish
|
||||
SETUVAR _fisher_jethrokuan_2F_fzf_files:\x7e/\x2econfig/fish/functions/__fzf_cd\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzf_complete\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzf_complete_preview\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzf_find_file\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzf_get_dir\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzf_open\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzf_parse_commandline\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzf_reverse_isearch\x2efish\x1e\x7e/\x2econfig/fish/functions/__fzfcmd\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/fzf\x2efish
|
||||
@@ -19,36 +19,12 @@ SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fish
|
||||
SETUVAR _fisher_jorgebucaran_2F_spark_2E_fish_files:\x7e/\x2econfig/fish/functions/spark\x2efish\x1e\x7e/\x2econfig/fish/completions/spark\x2efish
|
||||
SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ejethrokuan/fzf\x1ejorgebucaran/spark\x2efish\x1efranciscolourenco/done\x1eedc/bass
|
||||
SETUVAR _fisher_upgraded_to_4_4:\x1d
|
||||
SETUVAR fish_color_autosuggestion:969896
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:7aa6da
|
||||
SETUVAR fish_color_comment:2a2a2a
|
||||
SETUVAR fish_color_cwd:green
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:e7c547
|
||||
SETUVAR fish_color_error:d54e53
|
||||
SETUVAR fish_color_escape:00a6b2
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:00a6b2
|
||||
SETUVAR fish_color_param:b9ca4a
|
||||
SETUVAR fish_color_quote:e78c45
|
||||
SETUVAR fish_color_redirection:c397d8
|
||||
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_greeting:\x1d
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR --export fish_user_paths:/home/krsh/\x2erbenv/bin
|
||||
SETUVAR grc_plugin_execs:cat\x1ecvs\x1edf\x1ediff\x1edig\x1egcc\x1eg\x2b\x2b\x1eifconfig\x1emake\x1emount\x1emtr\x1enetstat\x1eping\x1eps\x1etail\x1etraceroute\x1ewdiff\x1eblkid\x1edu\x1ednf\x1edocker\x1edocker\x2dcompose\x1edocker\x2dmachine\x1eenv\x1eid\x1eip\x1eiostat\x1ejournalctl\x1ekubectl\x1elast\x1elsattr\x1elsblk\x1elspci\x1elsmod\x1elsof\x1egetfacl\x1egetsebool\x1eulimit\x1euptime\x1enmap\x1efdisk\x1efindmnt\x1efree\x1esemanage\x1esar\x1ess\x1esysctl\x1esystemctl\x1estat\x1eshowmount\x1etcpdump\x1etune2fs\x1evmstat\x1ew\x1ewho\x1esockstat
|
||||
SETUVAR grc_plugin_execs:cat\x1ecvs\x1edf\x1ediff\x1edig\x1egcc\x1eg\x2b\x2b\x1eifconfig\x1emake\x1emount\x1emtr\x1enetstat\x1eping\x1eps\x1etail\x1etraceroute\x1ewdiff\x1eblkid\x1edu\x1ednf\x1edocker\x1edocker\x2dcompose\x1edocker\x2dmachine\x1eenv\x1eid\x1eip\x1eiostat\x1ejournalctl\x1ekubectl\x1elast\x1elsattr\x1elsblk\x1elspci\x1elsmod\x1elsof\x1egetfacl\x1egetsebool\x1euptime\x1enmap\x1efdisk\x1efindmnt\x1efree\x1esemanage\x1esar\x1ess\x1esysctl\x1esystemctl\x1estat\x1eshowmount\x1etcpdump\x1etune2fs\x1evmstat\x1ew\x1ewho\x1esockstat
|
||||
SETUVAR pure_version:2\x2e1\x2e8
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
rbenv/fish-rbenv
|
||||
|
||||
jethrokuan/fzf
|
||||
|
||||
@@ -9,7 +9,7 @@ term=xterm-256color
|
||||
# title=foot
|
||||
# locked-title=no
|
||||
|
||||
font=Iosevka Custom:size=12
|
||||
font=Iosevka Custom:size=12, codicon:size=12, Symbols Nerd Font Mono:size=12
|
||||
# font-bold=<bold variant of regular font>
|
||||
# font-italic=<italic variant of regular font>
|
||||
# font-bold-italic=<bold+italic variant of regular font>
|
||||
@@ -105,7 +105,7 @@ bright7=ebdbb2
|
||||
# long-press-delay=400
|
||||
|
||||
[colors]
|
||||
alpha=0.9
|
||||
alpha=0.95
|
||||
# background=242424
|
||||
# foreground=ffffff
|
||||
# flash=7f7f00
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
[general]
|
||||
temp-day=6500
|
||||
temp-night=4800
|
||||
transition=0
|
||||
brightness-night=0.9
|
||||
gamma-night=0.9
|
||||
location-provider=manual
|
||||
adjustment-method=wayland
|
||||
|
||||
[manual]
|
||||
lat=41.738013
|
||||
lon=44.622852
|
||||
@@ -1,61 +0,0 @@
|
||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
htop_version=3.2.2
|
||||
config_reader_min_version=3
|
||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||
hide_kernel_threads=0
|
||||
hide_userland_threads=0
|
||||
hide_running_in_container=0
|
||||
shadow_other_users=1
|
||||
show_thread_names=0
|
||||
show_program_path=1
|
||||
highlight_base_name=1
|
||||
highlight_deleted_exe=1
|
||||
shadow_distribution_path_prefix=0
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
highlight_changes=0
|
||||
highlight_changes_delay_secs=5
|
||||
find_comm_in_cmdline=1
|
||||
strip_exe_from_cmdline=1
|
||||
show_merged_command=1
|
||||
header_margin=1
|
||||
screen_tabs=0
|
||||
detailed_cpu_time=1
|
||||
cpu_count_from_one=0
|
||||
show_cpu_usage=1
|
||||
show_cpu_frequency=0
|
||||
update_process_names=0
|
||||
account_guest_in_cpu_meter=0
|
||||
color_scheme=0
|
||||
enable_mouse=1
|
||||
delay=15
|
||||
hide_function_bar=0
|
||||
header_layout=two_50_50
|
||||
column_meters_0=AllCPUs2 Memory Swap
|
||||
column_meter_modes_0=1 1 1
|
||||
column_meters_1=Tasks LoadAverage Uptime
|
||||
column_meter_modes_1=2 2 2
|
||||
tree_view=0
|
||||
sort_key=46
|
||||
tree_sort_key=47
|
||||
sort_direction=-1
|
||||
tree_sort_direction=-1
|
||||
tree_view_always_by_pid=0
|
||||
all_branches_collapsed=0
|
||||
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=PERCENT_CPU
|
||||
.tree_sort_key=PERCENT_MEM
|
||||
.tree_view=0
|
||||
.tree_view_always_by_pid=0
|
||||
.sort_direction=-1
|
||||
.tree_sort_direction=-1
|
||||
.all_branches_collapsed=0
|
||||
screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE
|
||||
.sort_key=IO_RATE
|
||||
.tree_sort_key=PID
|
||||
.tree_view=0
|
||||
.tree_view_always_by_pid=0
|
||||
.sort_direction=-1
|
||||
.tree_sort_direction=1
|
||||
.all_branches_collapsed=0
|
||||
BIN
config/i3/bg.jpg
BIN
config/i3/bg.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB |
@@ -1,19 +1,24 @@
|
||||
output "Chimei Innolux Corporation 0x15B1 Unknown" {
|
||||
mode 1920x1080@60.006
|
||||
scale 1
|
||||
alias $M4700
|
||||
profile "default" {
|
||||
output "LG Electronics LG ULTRAFINE 210MABTPQU13" enable scale 1.25 position 0,0
|
||||
}
|
||||
|
||||
output "Lenovi" {
|
||||
mode 2560x1440@60.006
|
||||
scale 1.25
|
||||
alias $M4700
|
||||
profile "with kamwas" {
|
||||
output "LG Electronics LG ULTRAFINE 210MABTPQU13" enable scale 1.25 position 0,0
|
||||
# output "HAT Kamvas Pro 16 0x01010101" enable position 3072,0
|
||||
output "HAT Kamvas Pro 16 0x01010101" enable position 0,1728
|
||||
}
|
||||
|
||||
profile "M4700" {
|
||||
output $M4700 enable
|
||||
|
||||
|
||||
profile "laptop" {
|
||||
output eDP-1 enable position 0,0
|
||||
|
||||
exec swaymsg focus output eDP-1
|
||||
}
|
||||
|
||||
profile "T420" {
|
||||
output $T420 enable
|
||||
profile "laptop with kamwas" {
|
||||
output eDP-1 enable position 0,0
|
||||
output "HAT Kamvas Pro 16 0x01010101" enable position 2560,0
|
||||
|
||||
exec swaymsg focus output eDP-1
|
||||
}
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 3024 - kitty color config
|
||||
# Jan T. Sott (http://github.com/idleberg)
|
||||
background #090300
|
||||
foreground #a5a2a2
|
||||
selection_background #a5a2a2
|
||||
selection_foreground #090300
|
||||
url_color #807d7c
|
||||
cursor #a5a2a2
|
||||
active_border_color #5c5855
|
||||
active_tab_background #090300
|
||||
active_tab_foreground #a5a2a2
|
||||
inactive_tab_background #3a3432
|
||||
inactive_tab_foreground #807d7c
|
||||
|
||||
# normal
|
||||
color0 #090300
|
||||
color1 #db2d20
|
||||
color2 #01a252
|
||||
color3 #fded02
|
||||
color4 #01a0e4
|
||||
color5 #a16a94
|
||||
color6 #b5e4f4
|
||||
color7 #a5a2a2
|
||||
|
||||
# bright
|
||||
color8 #5c5855
|
||||
color9 #db2d20
|
||||
color10 #01a252
|
||||
color11 #fded02
|
||||
color12 #01a0e4
|
||||
color13 #a16a94
|
||||
color14 #b5e4f4
|
||||
color15 #a5a2a2
|
||||
|
||||
# extended base16 colors
|
||||
color16 #e8bbd0
|
||||
color17 #cdab53
|
||||
color18 #3a3432
|
||||
color19 #4a4543
|
||||
color20 #807d7c
|
||||
color21 #d6d5d4
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 3024 - kitty color config
|
||||
# Jan T. Sott (http://github.com/idleberg)
|
||||
background #090300
|
||||
foreground #a5a2a2
|
||||
selection_background #a5a2a2
|
||||
selection_foreground #090300
|
||||
url_color #807d7c
|
||||
cursor #a5a2a2
|
||||
active_border_color #5c5855
|
||||
active_tab_background #090300
|
||||
active_tab_foreground #a5a2a2
|
||||
inactive_tab_background #3a3432
|
||||
inactive_tab_foreground #807d7c
|
||||
|
||||
# normal
|
||||
color0 #090300
|
||||
color1 #db2d20
|
||||
color2 #01a252
|
||||
color3 #fded02
|
||||
color4 #01a0e4
|
||||
color5 #a16a94
|
||||
color6 #b5e4f4
|
||||
color7 #a5a2a2
|
||||
|
||||
# bright
|
||||
color8 #5c5855
|
||||
color9 #e8bbd0
|
||||
color10 #3a3432
|
||||
color11 #4a4543
|
||||
color12 #807d7c
|
||||
color13 #d6d5d4
|
||||
color14 #cdab53
|
||||
color15 #a5a2a2
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Apathy - kitty color config
|
||||
# Jannik Siebert (https://github.com/janniks)
|
||||
background #031a16
|
||||
foreground #81b5ac
|
||||
selection_background #81b5ac
|
||||
selection_foreground #031a16
|
||||
url_color #5f9c92
|
||||
cursor #81b5ac
|
||||
active_border_color #2b685e
|
||||
active_tab_background #031a16
|
||||
active_tab_foreground #81b5ac
|
||||
inactive_tab_background #0b342d
|
||||
inactive_tab_foreground #5f9c92
|
||||
|
||||
# normal
|
||||
color0 #031a16
|
||||
color1 #3e9688
|
||||
color2 #883e96
|
||||
color3 #3e4c96
|
||||
color4 #96883e
|
||||
color5 #4c963e
|
||||
color6 #963e4c
|
||||
color7 #81b5ac
|
||||
|
||||
# bright
|
||||
color8 #2b685e
|
||||
color9 #3e9688
|
||||
color10 #883e96
|
||||
color11 #3e4c96
|
||||
color12 #96883e
|
||||
color13 #4c963e
|
||||
color14 #963e4c
|
||||
color15 #81b5ac
|
||||
|
||||
# extended base16 colors
|
||||
color16 #3e7996
|
||||
color17 #3e965b
|
||||
color18 #0b342d
|
||||
color19 #184e45
|
||||
color20 #5f9c92
|
||||
color21 #a7cec8
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Apathy - kitty color config
|
||||
# Jannik Siebert (https://github.com/janniks)
|
||||
background #031a16
|
||||
foreground #81b5ac
|
||||
selection_background #81b5ac
|
||||
selection_foreground #031a16
|
||||
url_color #5f9c92
|
||||
cursor #81b5ac
|
||||
active_border_color #2b685e
|
||||
active_tab_background #031a16
|
||||
active_tab_foreground #81b5ac
|
||||
inactive_tab_background #0b342d
|
||||
inactive_tab_foreground #5f9c92
|
||||
|
||||
# normal
|
||||
color0 #031a16
|
||||
color1 #3e9688
|
||||
color2 #883e96
|
||||
color3 #3e4c96
|
||||
color4 #96883e
|
||||
color5 #4c963e
|
||||
color6 #963e4c
|
||||
color7 #81b5ac
|
||||
|
||||
# bright
|
||||
color8 #2b685e
|
||||
color9 #3e7996
|
||||
color10 #0b342d
|
||||
color11 #184e45
|
||||
color12 #5f9c92
|
||||
color13 #a7cec8
|
||||
color14 #3e965b
|
||||
color15 #81b5ac
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Ashes - kitty color config
|
||||
# Jannik Siebert (https://github.com/janniks)
|
||||
background #1c2023
|
||||
foreground #c7ccd1
|
||||
selection_background #c7ccd1
|
||||
selection_foreground #1c2023
|
||||
url_color #adb3ba
|
||||
cursor #c7ccd1
|
||||
active_border_color #747c84
|
||||
active_tab_background #1c2023
|
||||
active_tab_foreground #c7ccd1
|
||||
inactive_tab_background #393f45
|
||||
inactive_tab_foreground #adb3ba
|
||||
|
||||
# normal
|
||||
color0 #1c2023
|
||||
color1 #c7ae95
|
||||
color2 #95c7ae
|
||||
color3 #aec795
|
||||
color4 #ae95c7
|
||||
color5 #c795ae
|
||||
color6 #95aec7
|
||||
color7 #c7ccd1
|
||||
|
||||
# bright
|
||||
color8 #747c84
|
||||
color9 #c7ae95
|
||||
color10 #95c7ae
|
||||
color11 #aec795
|
||||
color12 #ae95c7
|
||||
color13 #c795ae
|
||||
color14 #95aec7
|
||||
color15 #c7ccd1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #c7c795
|
||||
color17 #c79595
|
||||
color18 #393f45
|
||||
color19 #565e65
|
||||
color20 #adb3ba
|
||||
color21 #dfe2e5
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Ashes - kitty color config
|
||||
# Jannik Siebert (https://github.com/janniks)
|
||||
background #1c2023
|
||||
foreground #c7ccd1
|
||||
selection_background #c7ccd1
|
||||
selection_foreground #1c2023
|
||||
url_color #adb3ba
|
||||
cursor #c7ccd1
|
||||
active_border_color #747c84
|
||||
active_tab_background #1c2023
|
||||
active_tab_foreground #c7ccd1
|
||||
inactive_tab_background #393f45
|
||||
inactive_tab_foreground #adb3ba
|
||||
|
||||
# normal
|
||||
color0 #1c2023
|
||||
color1 #c7ae95
|
||||
color2 #95c7ae
|
||||
color3 #aec795
|
||||
color4 #ae95c7
|
||||
color5 #c795ae
|
||||
color6 #95aec7
|
||||
color7 #c7ccd1
|
||||
|
||||
# bright
|
||||
color8 #747c84
|
||||
color9 #c7c795
|
||||
color10 #393f45
|
||||
color11 #565e65
|
||||
color12 #adb3ba
|
||||
color13 #dfe2e5
|
||||
color14 #c79595
|
||||
color15 #c7ccd1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Cave - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #19171c
|
||||
foreground #8b8792
|
||||
selection_background #8b8792
|
||||
selection_foreground #19171c
|
||||
url_color #7e7887
|
||||
cursor #8b8792
|
||||
active_border_color #655f6d
|
||||
active_tab_background #19171c
|
||||
active_tab_foreground #8b8792
|
||||
inactive_tab_background #26232a
|
||||
inactive_tab_foreground #7e7887
|
||||
|
||||
# normal
|
||||
color0 #19171c
|
||||
color1 #be4678
|
||||
color2 #2a9292
|
||||
color3 #a06e3b
|
||||
color4 #576ddb
|
||||
color5 #955ae7
|
||||
color6 #398bc6
|
||||
color7 #8b8792
|
||||
|
||||
# bright
|
||||
color8 #655f6d
|
||||
color9 #be4678
|
||||
color10 #2a9292
|
||||
color11 #a06e3b
|
||||
color12 #576ddb
|
||||
color13 #955ae7
|
||||
color14 #398bc6
|
||||
color15 #8b8792
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aa573c
|
||||
color17 #bf40bf
|
||||
color18 #26232a
|
||||
color19 #585260
|
||||
color20 #7e7887
|
||||
color21 #e2dfe7
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Cave Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #efecf4
|
||||
foreground #585260
|
||||
selection_background #585260
|
||||
selection_foreground #efecf4
|
||||
url_color #655f6d
|
||||
cursor #585260
|
||||
active_border_color #7e7887
|
||||
active_tab_background #efecf4
|
||||
active_tab_foreground #585260
|
||||
inactive_tab_background #e2dfe7
|
||||
inactive_tab_foreground #655f6d
|
||||
|
||||
# normal
|
||||
color0 #efecf4
|
||||
color1 #be4678
|
||||
color2 #2a9292
|
||||
color3 #a06e3b
|
||||
color4 #576ddb
|
||||
color5 #955ae7
|
||||
color6 #398bc6
|
||||
color7 #585260
|
||||
|
||||
# bright
|
||||
color8 #7e7887
|
||||
color9 #be4678
|
||||
color10 #2a9292
|
||||
color11 #a06e3b
|
||||
color12 #576ddb
|
||||
color13 #955ae7
|
||||
color14 #398bc6
|
||||
color15 #585260
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aa573c
|
||||
color17 #bf40bf
|
||||
color18 #e2dfe7
|
||||
color19 #8b8792
|
||||
color20 #655f6d
|
||||
color21 #26232a
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Cave Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #efecf4
|
||||
foreground #585260
|
||||
selection_background #585260
|
||||
selection_foreground #efecf4
|
||||
url_color #655f6d
|
||||
cursor #585260
|
||||
active_border_color #7e7887
|
||||
active_tab_background #efecf4
|
||||
active_tab_foreground #585260
|
||||
inactive_tab_background #e2dfe7
|
||||
inactive_tab_foreground #655f6d
|
||||
|
||||
# normal
|
||||
color0 #efecf4
|
||||
color1 #be4678
|
||||
color2 #2a9292
|
||||
color3 #a06e3b
|
||||
color4 #576ddb
|
||||
color5 #955ae7
|
||||
color6 #398bc6
|
||||
color7 #585260
|
||||
|
||||
# bright
|
||||
color8 #7e7887
|
||||
color9 #aa573c
|
||||
color10 #e2dfe7
|
||||
color11 #8b8792
|
||||
color12 #655f6d
|
||||
color13 #26232a
|
||||
color14 #bf40bf
|
||||
color15 #585260
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Cave - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #19171c
|
||||
foreground #8b8792
|
||||
selection_background #8b8792
|
||||
selection_foreground #19171c
|
||||
url_color #7e7887
|
||||
cursor #8b8792
|
||||
active_border_color #655f6d
|
||||
active_tab_background #19171c
|
||||
active_tab_foreground #8b8792
|
||||
inactive_tab_background #26232a
|
||||
inactive_tab_foreground #7e7887
|
||||
|
||||
# normal
|
||||
color0 #19171c
|
||||
color1 #be4678
|
||||
color2 #2a9292
|
||||
color3 #a06e3b
|
||||
color4 #576ddb
|
||||
color5 #955ae7
|
||||
color6 #398bc6
|
||||
color7 #8b8792
|
||||
|
||||
# bright
|
||||
color8 #655f6d
|
||||
color9 #aa573c
|
||||
color10 #26232a
|
||||
color11 #585260
|
||||
color12 #7e7887
|
||||
color13 #e2dfe7
|
||||
color14 #bf40bf
|
||||
color15 #8b8792
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Dune - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #20201d
|
||||
foreground #a6a28c
|
||||
selection_background #a6a28c
|
||||
selection_foreground #20201d
|
||||
url_color #999580
|
||||
cursor #a6a28c
|
||||
active_border_color #7d7a68
|
||||
active_tab_background #20201d
|
||||
active_tab_foreground #a6a28c
|
||||
inactive_tab_background #292824
|
||||
inactive_tab_foreground #999580
|
||||
|
||||
# normal
|
||||
color0 #20201d
|
||||
color1 #d73737
|
||||
color2 #60ac39
|
||||
color3 #ae9513
|
||||
color4 #6684e1
|
||||
color5 #b854d4
|
||||
color6 #1fad83
|
||||
color7 #a6a28c
|
||||
|
||||
# bright
|
||||
color8 #7d7a68
|
||||
color9 #d73737
|
||||
color10 #60ac39
|
||||
color11 #ae9513
|
||||
color12 #6684e1
|
||||
color13 #b854d4
|
||||
color14 #1fad83
|
||||
color15 #a6a28c
|
||||
|
||||
# extended base16 colors
|
||||
color16 #b65611
|
||||
color17 #d43552
|
||||
color18 #292824
|
||||
color19 #6e6b5e
|
||||
color20 #999580
|
||||
color21 #e8e4cf
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Dune Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #fefbec
|
||||
foreground #6e6b5e
|
||||
selection_background #6e6b5e
|
||||
selection_foreground #fefbec
|
||||
url_color #7d7a68
|
||||
cursor #6e6b5e
|
||||
active_border_color #999580
|
||||
active_tab_background #fefbec
|
||||
active_tab_foreground #6e6b5e
|
||||
inactive_tab_background #e8e4cf
|
||||
inactive_tab_foreground #7d7a68
|
||||
|
||||
# normal
|
||||
color0 #fefbec
|
||||
color1 #d73737
|
||||
color2 #60ac39
|
||||
color3 #ae9513
|
||||
color4 #6684e1
|
||||
color5 #b854d4
|
||||
color6 #1fad83
|
||||
color7 #6e6b5e
|
||||
|
||||
# bright
|
||||
color8 #999580
|
||||
color9 #d73737
|
||||
color10 #60ac39
|
||||
color11 #ae9513
|
||||
color12 #6684e1
|
||||
color13 #b854d4
|
||||
color14 #1fad83
|
||||
color15 #6e6b5e
|
||||
|
||||
# extended base16 colors
|
||||
color16 #b65611
|
||||
color17 #d43552
|
||||
color18 #e8e4cf
|
||||
color19 #a6a28c
|
||||
color20 #7d7a68
|
||||
color21 #292824
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Dune Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #fefbec
|
||||
foreground #6e6b5e
|
||||
selection_background #6e6b5e
|
||||
selection_foreground #fefbec
|
||||
url_color #7d7a68
|
||||
cursor #6e6b5e
|
||||
active_border_color #999580
|
||||
active_tab_background #fefbec
|
||||
active_tab_foreground #6e6b5e
|
||||
inactive_tab_background #e8e4cf
|
||||
inactive_tab_foreground #7d7a68
|
||||
|
||||
# normal
|
||||
color0 #fefbec
|
||||
color1 #d73737
|
||||
color2 #60ac39
|
||||
color3 #ae9513
|
||||
color4 #6684e1
|
||||
color5 #b854d4
|
||||
color6 #1fad83
|
||||
color7 #6e6b5e
|
||||
|
||||
# bright
|
||||
color8 #999580
|
||||
color9 #b65611
|
||||
color10 #e8e4cf
|
||||
color11 #a6a28c
|
||||
color12 #7d7a68
|
||||
color13 #292824
|
||||
color14 #d43552
|
||||
color15 #6e6b5e
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Dune - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #20201d
|
||||
foreground #a6a28c
|
||||
selection_background #a6a28c
|
||||
selection_foreground #20201d
|
||||
url_color #999580
|
||||
cursor #a6a28c
|
||||
active_border_color #7d7a68
|
||||
active_tab_background #20201d
|
||||
active_tab_foreground #a6a28c
|
||||
inactive_tab_background #292824
|
||||
inactive_tab_foreground #999580
|
||||
|
||||
# normal
|
||||
color0 #20201d
|
||||
color1 #d73737
|
||||
color2 #60ac39
|
||||
color3 #ae9513
|
||||
color4 #6684e1
|
||||
color5 #b854d4
|
||||
color6 #1fad83
|
||||
color7 #a6a28c
|
||||
|
||||
# bright
|
||||
color8 #7d7a68
|
||||
color9 #b65611
|
||||
color10 #292824
|
||||
color11 #6e6b5e
|
||||
color12 #999580
|
||||
color13 #e8e4cf
|
||||
color14 #d43552
|
||||
color15 #a6a28c
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Estuary - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #22221b
|
||||
foreground #929181
|
||||
selection_background #929181
|
||||
selection_foreground #22221b
|
||||
url_color #878573
|
||||
cursor #929181
|
||||
active_border_color #6c6b5a
|
||||
active_tab_background #22221b
|
||||
active_tab_foreground #929181
|
||||
inactive_tab_background #302f27
|
||||
inactive_tab_foreground #878573
|
||||
|
||||
# normal
|
||||
color0 #22221b
|
||||
color1 #ba6236
|
||||
color2 #7d9726
|
||||
color3 #a5980d
|
||||
color4 #36a166
|
||||
color5 #5f9182
|
||||
color6 #5b9d48
|
||||
color7 #929181
|
||||
|
||||
# bright
|
||||
color8 #6c6b5a
|
||||
color9 #ba6236
|
||||
color10 #7d9726
|
||||
color11 #a5980d
|
||||
color12 #36a166
|
||||
color13 #5f9182
|
||||
color14 #5b9d48
|
||||
color15 #929181
|
||||
|
||||
# extended base16 colors
|
||||
color16 #ae7313
|
||||
color17 #9d6c7c
|
||||
color18 #302f27
|
||||
color19 #5f5e4e
|
||||
color20 #878573
|
||||
color21 #e7e6df
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Estuary Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f4f3ec
|
||||
foreground #5f5e4e
|
||||
selection_background #5f5e4e
|
||||
selection_foreground #f4f3ec
|
||||
url_color #6c6b5a
|
||||
cursor #5f5e4e
|
||||
active_border_color #878573
|
||||
active_tab_background #f4f3ec
|
||||
active_tab_foreground #5f5e4e
|
||||
inactive_tab_background #e7e6df
|
||||
inactive_tab_foreground #6c6b5a
|
||||
|
||||
# normal
|
||||
color0 #f4f3ec
|
||||
color1 #ba6236
|
||||
color2 #7d9726
|
||||
color3 #a5980d
|
||||
color4 #36a166
|
||||
color5 #5f9182
|
||||
color6 #5b9d48
|
||||
color7 #5f5e4e
|
||||
|
||||
# bright
|
||||
color8 #878573
|
||||
color9 #ba6236
|
||||
color10 #7d9726
|
||||
color11 #a5980d
|
||||
color12 #36a166
|
||||
color13 #5f9182
|
||||
color14 #5b9d48
|
||||
color15 #5f5e4e
|
||||
|
||||
# extended base16 colors
|
||||
color16 #ae7313
|
||||
color17 #9d6c7c
|
||||
color18 #e7e6df
|
||||
color19 #929181
|
||||
color20 #6c6b5a
|
||||
color21 #302f27
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Estuary Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f4f3ec
|
||||
foreground #5f5e4e
|
||||
selection_background #5f5e4e
|
||||
selection_foreground #f4f3ec
|
||||
url_color #6c6b5a
|
||||
cursor #5f5e4e
|
||||
active_border_color #878573
|
||||
active_tab_background #f4f3ec
|
||||
active_tab_foreground #5f5e4e
|
||||
inactive_tab_background #e7e6df
|
||||
inactive_tab_foreground #6c6b5a
|
||||
|
||||
# normal
|
||||
color0 #f4f3ec
|
||||
color1 #ba6236
|
||||
color2 #7d9726
|
||||
color3 #a5980d
|
||||
color4 #36a166
|
||||
color5 #5f9182
|
||||
color6 #5b9d48
|
||||
color7 #5f5e4e
|
||||
|
||||
# bright
|
||||
color8 #878573
|
||||
color9 #ae7313
|
||||
color10 #e7e6df
|
||||
color11 #929181
|
||||
color12 #6c6b5a
|
||||
color13 #302f27
|
||||
color14 #9d6c7c
|
||||
color15 #5f5e4e
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Estuary - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #22221b
|
||||
foreground #929181
|
||||
selection_background #929181
|
||||
selection_foreground #22221b
|
||||
url_color #878573
|
||||
cursor #929181
|
||||
active_border_color #6c6b5a
|
||||
active_tab_background #22221b
|
||||
active_tab_foreground #929181
|
||||
inactive_tab_background #302f27
|
||||
inactive_tab_foreground #878573
|
||||
|
||||
# normal
|
||||
color0 #22221b
|
||||
color1 #ba6236
|
||||
color2 #7d9726
|
||||
color3 #a5980d
|
||||
color4 #36a166
|
||||
color5 #5f9182
|
||||
color6 #5b9d48
|
||||
color7 #929181
|
||||
|
||||
# bright
|
||||
color8 #6c6b5a
|
||||
color9 #ae7313
|
||||
color10 #302f27
|
||||
color11 #5f5e4e
|
||||
color12 #878573
|
||||
color13 #e7e6df
|
||||
color14 #9d6c7c
|
||||
color15 #929181
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Forest - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #1b1918
|
||||
foreground #a8a19f
|
||||
selection_background #a8a19f
|
||||
selection_foreground #1b1918
|
||||
url_color #9c9491
|
||||
cursor #a8a19f
|
||||
active_border_color #766e6b
|
||||
active_tab_background #1b1918
|
||||
active_tab_foreground #a8a19f
|
||||
inactive_tab_background #2c2421
|
||||
inactive_tab_foreground #9c9491
|
||||
|
||||
# normal
|
||||
color0 #1b1918
|
||||
color1 #f22c40
|
||||
color2 #7b9726
|
||||
color3 #c38418
|
||||
color4 #407ee7
|
||||
color5 #6666ea
|
||||
color6 #3d97b8
|
||||
color7 #a8a19f
|
||||
|
||||
# bright
|
||||
color8 #766e6b
|
||||
color9 #f22c40
|
||||
color10 #7b9726
|
||||
color11 #c38418
|
||||
color12 #407ee7
|
||||
color13 #6666ea
|
||||
color14 #3d97b8
|
||||
color15 #a8a19f
|
||||
|
||||
# extended base16 colors
|
||||
color16 #df5320
|
||||
color17 #c33ff3
|
||||
color18 #2c2421
|
||||
color19 #68615e
|
||||
color20 #9c9491
|
||||
color21 #e6e2e0
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Forest Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f1efee
|
||||
foreground #68615e
|
||||
selection_background #68615e
|
||||
selection_foreground #f1efee
|
||||
url_color #766e6b
|
||||
cursor #68615e
|
||||
active_border_color #9c9491
|
||||
active_tab_background #f1efee
|
||||
active_tab_foreground #68615e
|
||||
inactive_tab_background #e6e2e0
|
||||
inactive_tab_foreground #766e6b
|
||||
|
||||
# normal
|
||||
color0 #f1efee
|
||||
color1 #f22c40
|
||||
color2 #7b9726
|
||||
color3 #c38418
|
||||
color4 #407ee7
|
||||
color5 #6666ea
|
||||
color6 #3d97b8
|
||||
color7 #68615e
|
||||
|
||||
# bright
|
||||
color8 #9c9491
|
||||
color9 #f22c40
|
||||
color10 #7b9726
|
||||
color11 #c38418
|
||||
color12 #407ee7
|
||||
color13 #6666ea
|
||||
color14 #3d97b8
|
||||
color15 #68615e
|
||||
|
||||
# extended base16 colors
|
||||
color16 #df5320
|
||||
color17 #c33ff3
|
||||
color18 #e6e2e0
|
||||
color19 #a8a19f
|
||||
color20 #766e6b
|
||||
color21 #2c2421
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Forest Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f1efee
|
||||
foreground #68615e
|
||||
selection_background #68615e
|
||||
selection_foreground #f1efee
|
||||
url_color #766e6b
|
||||
cursor #68615e
|
||||
active_border_color #9c9491
|
||||
active_tab_background #f1efee
|
||||
active_tab_foreground #68615e
|
||||
inactive_tab_background #e6e2e0
|
||||
inactive_tab_foreground #766e6b
|
||||
|
||||
# normal
|
||||
color0 #f1efee
|
||||
color1 #f22c40
|
||||
color2 #7b9726
|
||||
color3 #c38418
|
||||
color4 #407ee7
|
||||
color5 #6666ea
|
||||
color6 #3d97b8
|
||||
color7 #68615e
|
||||
|
||||
# bright
|
||||
color8 #9c9491
|
||||
color9 #df5320
|
||||
color10 #e6e2e0
|
||||
color11 #a8a19f
|
||||
color12 #766e6b
|
||||
color13 #2c2421
|
||||
color14 #c33ff3
|
||||
color15 #68615e
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Forest - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #1b1918
|
||||
foreground #a8a19f
|
||||
selection_background #a8a19f
|
||||
selection_foreground #1b1918
|
||||
url_color #9c9491
|
||||
cursor #a8a19f
|
||||
active_border_color #766e6b
|
||||
active_tab_background #1b1918
|
||||
active_tab_foreground #a8a19f
|
||||
inactive_tab_background #2c2421
|
||||
inactive_tab_foreground #9c9491
|
||||
|
||||
# normal
|
||||
color0 #1b1918
|
||||
color1 #f22c40
|
||||
color2 #7b9726
|
||||
color3 #c38418
|
||||
color4 #407ee7
|
||||
color5 #6666ea
|
||||
color6 #3d97b8
|
||||
color7 #a8a19f
|
||||
|
||||
# bright
|
||||
color8 #766e6b
|
||||
color9 #df5320
|
||||
color10 #2c2421
|
||||
color11 #68615e
|
||||
color12 #9c9491
|
||||
color13 #e6e2e0
|
||||
color14 #c33ff3
|
||||
color15 #a8a19f
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Heath - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #1b181b
|
||||
foreground #ab9bab
|
||||
selection_background #ab9bab
|
||||
selection_foreground #1b181b
|
||||
url_color #9e8f9e
|
||||
cursor #ab9bab
|
||||
active_border_color #776977
|
||||
active_tab_background #1b181b
|
||||
active_tab_foreground #ab9bab
|
||||
inactive_tab_background #292329
|
||||
inactive_tab_foreground #9e8f9e
|
||||
|
||||
# normal
|
||||
color0 #1b181b
|
||||
color1 #ca402b
|
||||
color2 #918b3b
|
||||
color3 #bb8a35
|
||||
color4 #516aec
|
||||
color5 #7b59c0
|
||||
color6 #159393
|
||||
color7 #ab9bab
|
||||
|
||||
# bright
|
||||
color8 #776977
|
||||
color9 #ca402b
|
||||
color10 #918b3b
|
||||
color11 #bb8a35
|
||||
color12 #516aec
|
||||
color13 #7b59c0
|
||||
color14 #159393
|
||||
color15 #ab9bab
|
||||
|
||||
# extended base16 colors
|
||||
color16 #a65926
|
||||
color17 #cc33cc
|
||||
color18 #292329
|
||||
color19 #695d69
|
||||
color20 #9e8f9e
|
||||
color21 #d8cad8
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Heath Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f7f3f7
|
||||
foreground #695d69
|
||||
selection_background #695d69
|
||||
selection_foreground #f7f3f7
|
||||
url_color #776977
|
||||
cursor #695d69
|
||||
active_border_color #9e8f9e
|
||||
active_tab_background #f7f3f7
|
||||
active_tab_foreground #695d69
|
||||
inactive_tab_background #d8cad8
|
||||
inactive_tab_foreground #776977
|
||||
|
||||
# normal
|
||||
color0 #f7f3f7
|
||||
color1 #ca402b
|
||||
color2 #918b3b
|
||||
color3 #bb8a35
|
||||
color4 #516aec
|
||||
color5 #7b59c0
|
||||
color6 #159393
|
||||
color7 #695d69
|
||||
|
||||
# bright
|
||||
color8 #9e8f9e
|
||||
color9 #ca402b
|
||||
color10 #918b3b
|
||||
color11 #bb8a35
|
||||
color12 #516aec
|
||||
color13 #7b59c0
|
||||
color14 #159393
|
||||
color15 #695d69
|
||||
|
||||
# extended base16 colors
|
||||
color16 #a65926
|
||||
color17 #cc33cc
|
||||
color18 #d8cad8
|
||||
color19 #ab9bab
|
||||
color20 #776977
|
||||
color21 #292329
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Heath Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f7f3f7
|
||||
foreground #695d69
|
||||
selection_background #695d69
|
||||
selection_foreground #f7f3f7
|
||||
url_color #776977
|
||||
cursor #695d69
|
||||
active_border_color #9e8f9e
|
||||
active_tab_background #f7f3f7
|
||||
active_tab_foreground #695d69
|
||||
inactive_tab_background #d8cad8
|
||||
inactive_tab_foreground #776977
|
||||
|
||||
# normal
|
||||
color0 #f7f3f7
|
||||
color1 #ca402b
|
||||
color2 #918b3b
|
||||
color3 #bb8a35
|
||||
color4 #516aec
|
||||
color5 #7b59c0
|
||||
color6 #159393
|
||||
color7 #695d69
|
||||
|
||||
# bright
|
||||
color8 #9e8f9e
|
||||
color9 #a65926
|
||||
color10 #d8cad8
|
||||
color11 #ab9bab
|
||||
color12 #776977
|
||||
color13 #292329
|
||||
color14 #cc33cc
|
||||
color15 #695d69
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Heath - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #1b181b
|
||||
foreground #ab9bab
|
||||
selection_background #ab9bab
|
||||
selection_foreground #1b181b
|
||||
url_color #9e8f9e
|
||||
cursor #ab9bab
|
||||
active_border_color #776977
|
||||
active_tab_background #1b181b
|
||||
active_tab_foreground #ab9bab
|
||||
inactive_tab_background #292329
|
||||
inactive_tab_foreground #9e8f9e
|
||||
|
||||
# normal
|
||||
color0 #1b181b
|
||||
color1 #ca402b
|
||||
color2 #918b3b
|
||||
color3 #bb8a35
|
||||
color4 #516aec
|
||||
color5 #7b59c0
|
||||
color6 #159393
|
||||
color7 #ab9bab
|
||||
|
||||
# bright
|
||||
color8 #776977
|
||||
color9 #a65926
|
||||
color10 #292329
|
||||
color11 #695d69
|
||||
color12 #9e8f9e
|
||||
color13 #d8cad8
|
||||
color14 #cc33cc
|
||||
color15 #ab9bab
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Lakeside - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #161b1d
|
||||
foreground #7ea2b4
|
||||
selection_background #7ea2b4
|
||||
selection_foreground #161b1d
|
||||
url_color #7195a8
|
||||
cursor #7ea2b4
|
||||
active_border_color #5a7b8c
|
||||
active_tab_background #161b1d
|
||||
active_tab_foreground #7ea2b4
|
||||
inactive_tab_background #1f292e
|
||||
inactive_tab_foreground #7195a8
|
||||
|
||||
# normal
|
||||
color0 #161b1d
|
||||
color1 #d22d72
|
||||
color2 #568c3b
|
||||
color3 #8a8a0f
|
||||
color4 #257fad
|
||||
color5 #6b6bb8
|
||||
color6 #2d8f6f
|
||||
color7 #7ea2b4
|
||||
|
||||
# bright
|
||||
color8 #5a7b8c
|
||||
color9 #d22d72
|
||||
color10 #568c3b
|
||||
color11 #8a8a0f
|
||||
color12 #257fad
|
||||
color13 #6b6bb8
|
||||
color14 #2d8f6f
|
||||
color15 #7ea2b4
|
||||
|
||||
# extended base16 colors
|
||||
color16 #935c25
|
||||
color17 #b72dd2
|
||||
color18 #1f292e
|
||||
color19 #516d7b
|
||||
color20 #7195a8
|
||||
color21 #c1e4f6
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Lakeside Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #ebf8ff
|
||||
foreground #516d7b
|
||||
selection_background #516d7b
|
||||
selection_foreground #ebf8ff
|
||||
url_color #5a7b8c
|
||||
cursor #516d7b
|
||||
active_border_color #7195a8
|
||||
active_tab_background #ebf8ff
|
||||
active_tab_foreground #516d7b
|
||||
inactive_tab_background #c1e4f6
|
||||
inactive_tab_foreground #5a7b8c
|
||||
|
||||
# normal
|
||||
color0 #ebf8ff
|
||||
color1 #d22d72
|
||||
color2 #568c3b
|
||||
color3 #8a8a0f
|
||||
color4 #257fad
|
||||
color5 #6b6bb8
|
||||
color6 #2d8f6f
|
||||
color7 #516d7b
|
||||
|
||||
# bright
|
||||
color8 #7195a8
|
||||
color9 #d22d72
|
||||
color10 #568c3b
|
||||
color11 #8a8a0f
|
||||
color12 #257fad
|
||||
color13 #6b6bb8
|
||||
color14 #2d8f6f
|
||||
color15 #516d7b
|
||||
|
||||
# extended base16 colors
|
||||
color16 #935c25
|
||||
color17 #b72dd2
|
||||
color18 #c1e4f6
|
||||
color19 #7ea2b4
|
||||
color20 #5a7b8c
|
||||
color21 #1f292e
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Lakeside Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #ebf8ff
|
||||
foreground #516d7b
|
||||
selection_background #516d7b
|
||||
selection_foreground #ebf8ff
|
||||
url_color #5a7b8c
|
||||
cursor #516d7b
|
||||
active_border_color #7195a8
|
||||
active_tab_background #ebf8ff
|
||||
active_tab_foreground #516d7b
|
||||
inactive_tab_background #c1e4f6
|
||||
inactive_tab_foreground #5a7b8c
|
||||
|
||||
# normal
|
||||
color0 #ebf8ff
|
||||
color1 #d22d72
|
||||
color2 #568c3b
|
||||
color3 #8a8a0f
|
||||
color4 #257fad
|
||||
color5 #6b6bb8
|
||||
color6 #2d8f6f
|
||||
color7 #516d7b
|
||||
|
||||
# bright
|
||||
color8 #7195a8
|
||||
color9 #935c25
|
||||
color10 #c1e4f6
|
||||
color11 #7ea2b4
|
||||
color12 #5a7b8c
|
||||
color13 #1f292e
|
||||
color14 #b72dd2
|
||||
color15 #516d7b
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Lakeside - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #161b1d
|
||||
foreground #7ea2b4
|
||||
selection_background #7ea2b4
|
||||
selection_foreground #161b1d
|
||||
url_color #7195a8
|
||||
cursor #7ea2b4
|
||||
active_border_color #5a7b8c
|
||||
active_tab_background #161b1d
|
||||
active_tab_foreground #7ea2b4
|
||||
inactive_tab_background #1f292e
|
||||
inactive_tab_foreground #7195a8
|
||||
|
||||
# normal
|
||||
color0 #161b1d
|
||||
color1 #d22d72
|
||||
color2 #568c3b
|
||||
color3 #8a8a0f
|
||||
color4 #257fad
|
||||
color5 #6b6bb8
|
||||
color6 #2d8f6f
|
||||
color7 #7ea2b4
|
||||
|
||||
# bright
|
||||
color8 #5a7b8c
|
||||
color9 #935c25
|
||||
color10 #1f292e
|
||||
color11 #516d7b
|
||||
color12 #7195a8
|
||||
color13 #c1e4f6
|
||||
color14 #b72dd2
|
||||
color15 #7ea2b4
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Plateau - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #1b1818
|
||||
foreground #8a8585
|
||||
selection_background #8a8585
|
||||
selection_foreground #1b1818
|
||||
url_color #7e7777
|
||||
cursor #8a8585
|
||||
active_border_color #655d5d
|
||||
active_tab_background #1b1818
|
||||
active_tab_foreground #8a8585
|
||||
inactive_tab_background #292424
|
||||
inactive_tab_foreground #7e7777
|
||||
|
||||
# normal
|
||||
color0 #1b1818
|
||||
color1 #ca4949
|
||||
color2 #4b8b8b
|
||||
color3 #a06e3b
|
||||
color4 #7272ca
|
||||
color5 #8464c4
|
||||
color6 #5485b6
|
||||
color7 #8a8585
|
||||
|
||||
# bright
|
||||
color8 #655d5d
|
||||
color9 #ca4949
|
||||
color10 #4b8b8b
|
||||
color11 #a06e3b
|
||||
color12 #7272ca
|
||||
color13 #8464c4
|
||||
color14 #5485b6
|
||||
color15 #8a8585
|
||||
|
||||
# extended base16 colors
|
||||
color16 #b45a3c
|
||||
color17 #bd5187
|
||||
color18 #292424
|
||||
color19 #585050
|
||||
color20 #7e7777
|
||||
color21 #e7dfdf
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Plateau Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f4ecec
|
||||
foreground #585050
|
||||
selection_background #585050
|
||||
selection_foreground #f4ecec
|
||||
url_color #655d5d
|
||||
cursor #585050
|
||||
active_border_color #7e7777
|
||||
active_tab_background #f4ecec
|
||||
active_tab_foreground #585050
|
||||
inactive_tab_background #e7dfdf
|
||||
inactive_tab_foreground #655d5d
|
||||
|
||||
# normal
|
||||
color0 #f4ecec
|
||||
color1 #ca4949
|
||||
color2 #4b8b8b
|
||||
color3 #a06e3b
|
||||
color4 #7272ca
|
||||
color5 #8464c4
|
||||
color6 #5485b6
|
||||
color7 #585050
|
||||
|
||||
# bright
|
||||
color8 #7e7777
|
||||
color9 #ca4949
|
||||
color10 #4b8b8b
|
||||
color11 #a06e3b
|
||||
color12 #7272ca
|
||||
color13 #8464c4
|
||||
color14 #5485b6
|
||||
color15 #585050
|
||||
|
||||
# extended base16 colors
|
||||
color16 #b45a3c
|
||||
color17 #bd5187
|
||||
color18 #e7dfdf
|
||||
color19 #8a8585
|
||||
color20 #655d5d
|
||||
color21 #292424
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Plateau Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f4ecec
|
||||
foreground #585050
|
||||
selection_background #585050
|
||||
selection_foreground #f4ecec
|
||||
url_color #655d5d
|
||||
cursor #585050
|
||||
active_border_color #7e7777
|
||||
active_tab_background #f4ecec
|
||||
active_tab_foreground #585050
|
||||
inactive_tab_background #e7dfdf
|
||||
inactive_tab_foreground #655d5d
|
||||
|
||||
# normal
|
||||
color0 #f4ecec
|
||||
color1 #ca4949
|
||||
color2 #4b8b8b
|
||||
color3 #a06e3b
|
||||
color4 #7272ca
|
||||
color5 #8464c4
|
||||
color6 #5485b6
|
||||
color7 #585050
|
||||
|
||||
# bright
|
||||
color8 #7e7777
|
||||
color9 #b45a3c
|
||||
color10 #e7dfdf
|
||||
color11 #8a8585
|
||||
color12 #655d5d
|
||||
color13 #292424
|
||||
color14 #bd5187
|
||||
color15 #585050
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Plateau - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #1b1818
|
||||
foreground #8a8585
|
||||
selection_background #8a8585
|
||||
selection_foreground #1b1818
|
||||
url_color #7e7777
|
||||
cursor #8a8585
|
||||
active_border_color #655d5d
|
||||
active_tab_background #1b1818
|
||||
active_tab_foreground #8a8585
|
||||
inactive_tab_background #292424
|
||||
inactive_tab_foreground #7e7777
|
||||
|
||||
# normal
|
||||
color0 #1b1818
|
||||
color1 #ca4949
|
||||
color2 #4b8b8b
|
||||
color3 #a06e3b
|
||||
color4 #7272ca
|
||||
color5 #8464c4
|
||||
color6 #5485b6
|
||||
color7 #8a8585
|
||||
|
||||
# bright
|
||||
color8 #655d5d
|
||||
color9 #b45a3c
|
||||
color10 #292424
|
||||
color11 #585050
|
||||
color12 #7e7777
|
||||
color13 #e7dfdf
|
||||
color14 #bd5187
|
||||
color15 #8a8585
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Savanna - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #171c19
|
||||
foreground #87928a
|
||||
selection_background #87928a
|
||||
selection_foreground #171c19
|
||||
url_color #78877d
|
||||
cursor #87928a
|
||||
active_border_color #5f6d64
|
||||
active_tab_background #171c19
|
||||
active_tab_foreground #87928a
|
||||
inactive_tab_background #232a25
|
||||
inactive_tab_foreground #78877d
|
||||
|
||||
# normal
|
||||
color0 #171c19
|
||||
color1 #b16139
|
||||
color2 #489963
|
||||
color3 #a07e3b
|
||||
color4 #478c90
|
||||
color5 #55859b
|
||||
color6 #1c9aa0
|
||||
color7 #87928a
|
||||
|
||||
# bright
|
||||
color8 #5f6d64
|
||||
color9 #b16139
|
||||
color10 #489963
|
||||
color11 #a07e3b
|
||||
color12 #478c90
|
||||
color13 #55859b
|
||||
color14 #1c9aa0
|
||||
color15 #87928a
|
||||
|
||||
# extended base16 colors
|
||||
color16 #9f713c
|
||||
color17 #867469
|
||||
color18 #232a25
|
||||
color19 #526057
|
||||
color20 #78877d
|
||||
color21 #dfe7e2
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Savanna Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #ecf4ee
|
||||
foreground #526057
|
||||
selection_background #526057
|
||||
selection_foreground #ecf4ee
|
||||
url_color #5f6d64
|
||||
cursor #526057
|
||||
active_border_color #78877d
|
||||
active_tab_background #ecf4ee
|
||||
active_tab_foreground #526057
|
||||
inactive_tab_background #dfe7e2
|
||||
inactive_tab_foreground #5f6d64
|
||||
|
||||
# normal
|
||||
color0 #ecf4ee
|
||||
color1 #b16139
|
||||
color2 #489963
|
||||
color3 #a07e3b
|
||||
color4 #478c90
|
||||
color5 #55859b
|
||||
color6 #1c9aa0
|
||||
color7 #526057
|
||||
|
||||
# bright
|
||||
color8 #78877d
|
||||
color9 #b16139
|
||||
color10 #489963
|
||||
color11 #a07e3b
|
||||
color12 #478c90
|
||||
color13 #55859b
|
||||
color14 #1c9aa0
|
||||
color15 #526057
|
||||
|
||||
# extended base16 colors
|
||||
color16 #9f713c
|
||||
color17 #867469
|
||||
color18 #dfe7e2
|
||||
color19 #87928a
|
||||
color20 #5f6d64
|
||||
color21 #232a25
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Savanna Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #ecf4ee
|
||||
foreground #526057
|
||||
selection_background #526057
|
||||
selection_foreground #ecf4ee
|
||||
url_color #5f6d64
|
||||
cursor #526057
|
||||
active_border_color #78877d
|
||||
active_tab_background #ecf4ee
|
||||
active_tab_foreground #526057
|
||||
inactive_tab_background #dfe7e2
|
||||
inactive_tab_foreground #5f6d64
|
||||
|
||||
# normal
|
||||
color0 #ecf4ee
|
||||
color1 #b16139
|
||||
color2 #489963
|
||||
color3 #a07e3b
|
||||
color4 #478c90
|
||||
color5 #55859b
|
||||
color6 #1c9aa0
|
||||
color7 #526057
|
||||
|
||||
# bright
|
||||
color8 #78877d
|
||||
color9 #9f713c
|
||||
color10 #dfe7e2
|
||||
color11 #87928a
|
||||
color12 #5f6d64
|
||||
color13 #232a25
|
||||
color14 #867469
|
||||
color15 #526057
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Savanna - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #171c19
|
||||
foreground #87928a
|
||||
selection_background #87928a
|
||||
selection_foreground #171c19
|
||||
url_color #78877d
|
||||
cursor #87928a
|
||||
active_border_color #5f6d64
|
||||
active_tab_background #171c19
|
||||
active_tab_foreground #87928a
|
||||
inactive_tab_background #232a25
|
||||
inactive_tab_foreground #78877d
|
||||
|
||||
# normal
|
||||
color0 #171c19
|
||||
color1 #b16139
|
||||
color2 #489963
|
||||
color3 #a07e3b
|
||||
color4 #478c90
|
||||
color5 #55859b
|
||||
color6 #1c9aa0
|
||||
color7 #87928a
|
||||
|
||||
# bright
|
||||
color8 #5f6d64
|
||||
color9 #9f713c
|
||||
color10 #232a25
|
||||
color11 #526057
|
||||
color12 #78877d
|
||||
color13 #dfe7e2
|
||||
color14 #867469
|
||||
color15 #87928a
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Seaside - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #131513
|
||||
foreground #8ca68c
|
||||
selection_background #8ca68c
|
||||
selection_foreground #131513
|
||||
url_color #809980
|
||||
cursor #8ca68c
|
||||
active_border_color #687d68
|
||||
active_tab_background #131513
|
||||
active_tab_foreground #8ca68c
|
||||
inactive_tab_background #242924
|
||||
inactive_tab_foreground #809980
|
||||
|
||||
# normal
|
||||
color0 #131513
|
||||
color1 #e6193c
|
||||
color2 #29a329
|
||||
color3 #98981b
|
||||
color4 #3d62f5
|
||||
color5 #ad2bee
|
||||
color6 #1999b3
|
||||
color7 #8ca68c
|
||||
|
||||
# bright
|
||||
color8 #687d68
|
||||
color9 #e6193c
|
||||
color10 #29a329
|
||||
color11 #98981b
|
||||
color12 #3d62f5
|
||||
color13 #ad2bee
|
||||
color14 #1999b3
|
||||
color15 #8ca68c
|
||||
|
||||
# extended base16 colors
|
||||
color16 #87711d
|
||||
color17 #e619c3
|
||||
color18 #242924
|
||||
color19 #5e6e5e
|
||||
color20 #809980
|
||||
color21 #cfe8cf
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Seaside Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f4fbf4
|
||||
foreground #5e6e5e
|
||||
selection_background #5e6e5e
|
||||
selection_foreground #f4fbf4
|
||||
url_color #687d68
|
||||
cursor #5e6e5e
|
||||
active_border_color #809980
|
||||
active_tab_background #f4fbf4
|
||||
active_tab_foreground #5e6e5e
|
||||
inactive_tab_background #cfe8cf
|
||||
inactive_tab_foreground #687d68
|
||||
|
||||
# normal
|
||||
color0 #f4fbf4
|
||||
color1 #e6193c
|
||||
color2 #29a329
|
||||
color3 #98981b
|
||||
color4 #3d62f5
|
||||
color5 #ad2bee
|
||||
color6 #1999b3
|
||||
color7 #5e6e5e
|
||||
|
||||
# bright
|
||||
color8 #809980
|
||||
color9 #e6193c
|
||||
color10 #29a329
|
||||
color11 #98981b
|
||||
color12 #3d62f5
|
||||
color13 #ad2bee
|
||||
color14 #1999b3
|
||||
color15 #5e6e5e
|
||||
|
||||
# extended base16 colors
|
||||
color16 #87711d
|
||||
color17 #e619c3
|
||||
color18 #cfe8cf
|
||||
color19 #8ca68c
|
||||
color20 #687d68
|
||||
color21 #242924
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Seaside Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f4fbf4
|
||||
foreground #5e6e5e
|
||||
selection_background #5e6e5e
|
||||
selection_foreground #f4fbf4
|
||||
url_color #687d68
|
||||
cursor #5e6e5e
|
||||
active_border_color #809980
|
||||
active_tab_background #f4fbf4
|
||||
active_tab_foreground #5e6e5e
|
||||
inactive_tab_background #cfe8cf
|
||||
inactive_tab_foreground #687d68
|
||||
|
||||
# normal
|
||||
color0 #f4fbf4
|
||||
color1 #e6193c
|
||||
color2 #29a329
|
||||
color3 #98981b
|
||||
color4 #3d62f5
|
||||
color5 #ad2bee
|
||||
color6 #1999b3
|
||||
color7 #5e6e5e
|
||||
|
||||
# bright
|
||||
color8 #809980
|
||||
color9 #87711d
|
||||
color10 #cfe8cf
|
||||
color11 #8ca68c
|
||||
color12 #687d68
|
||||
color13 #242924
|
||||
color14 #e619c3
|
||||
color15 #5e6e5e
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Seaside - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #131513
|
||||
foreground #8ca68c
|
||||
selection_background #8ca68c
|
||||
selection_foreground #131513
|
||||
url_color #809980
|
||||
cursor #8ca68c
|
||||
active_border_color #687d68
|
||||
active_tab_background #131513
|
||||
active_tab_foreground #8ca68c
|
||||
inactive_tab_background #242924
|
||||
inactive_tab_foreground #809980
|
||||
|
||||
# normal
|
||||
color0 #131513
|
||||
color1 #e6193c
|
||||
color2 #29a329
|
||||
color3 #98981b
|
||||
color4 #3d62f5
|
||||
color5 #ad2bee
|
||||
color6 #1999b3
|
||||
color7 #8ca68c
|
||||
|
||||
# bright
|
||||
color8 #687d68
|
||||
color9 #87711d
|
||||
color10 #242924
|
||||
color11 #5e6e5e
|
||||
color12 #809980
|
||||
color13 #cfe8cf
|
||||
color14 #e619c3
|
||||
color15 #8ca68c
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Sulphurpool - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #202746
|
||||
foreground #979db4
|
||||
selection_background #979db4
|
||||
selection_foreground #202746
|
||||
url_color #898ea4
|
||||
cursor #979db4
|
||||
active_border_color #6b7394
|
||||
active_tab_background #202746
|
||||
active_tab_foreground #979db4
|
||||
inactive_tab_background #293256
|
||||
inactive_tab_foreground #898ea4
|
||||
|
||||
# normal
|
||||
color0 #202746
|
||||
color1 #c94922
|
||||
color2 #ac9739
|
||||
color3 #c08b30
|
||||
color4 #3d8fd1
|
||||
color5 #6679cc
|
||||
color6 #22a2c9
|
||||
color7 #979db4
|
||||
|
||||
# bright
|
||||
color8 #6b7394
|
||||
color9 #c94922
|
||||
color10 #ac9739
|
||||
color11 #c08b30
|
||||
color12 #3d8fd1
|
||||
color13 #6679cc
|
||||
color14 #22a2c9
|
||||
color15 #979db4
|
||||
|
||||
# extended base16 colors
|
||||
color16 #c76b29
|
||||
color17 #9c637a
|
||||
color18 #293256
|
||||
color19 #5e6687
|
||||
color20 #898ea4
|
||||
color21 #dfe2f1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Atelier Sulphurpool Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f5f7ff
|
||||
foreground #5e6687
|
||||
selection_background #5e6687
|
||||
selection_foreground #f5f7ff
|
||||
url_color #6b7394
|
||||
cursor #5e6687
|
||||
active_border_color #898ea4
|
||||
active_tab_background #f5f7ff
|
||||
active_tab_foreground #5e6687
|
||||
inactive_tab_background #dfe2f1
|
||||
inactive_tab_foreground #6b7394
|
||||
|
||||
# normal
|
||||
color0 #f5f7ff
|
||||
color1 #c94922
|
||||
color2 #ac9739
|
||||
color3 #c08b30
|
||||
color4 #3d8fd1
|
||||
color5 #6679cc
|
||||
color6 #22a2c9
|
||||
color7 #5e6687
|
||||
|
||||
# bright
|
||||
color8 #898ea4
|
||||
color9 #c94922
|
||||
color10 #ac9739
|
||||
color11 #c08b30
|
||||
color12 #3d8fd1
|
||||
color13 #6679cc
|
||||
color14 #22a2c9
|
||||
color15 #5e6687
|
||||
|
||||
# extended base16 colors
|
||||
color16 #c76b29
|
||||
color17 #9c637a
|
||||
color18 #dfe2f1
|
||||
color19 #979db4
|
||||
color20 #6b7394
|
||||
color21 #293256
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Sulphurpool Light - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #f5f7ff
|
||||
foreground #5e6687
|
||||
selection_background #5e6687
|
||||
selection_foreground #f5f7ff
|
||||
url_color #6b7394
|
||||
cursor #5e6687
|
||||
active_border_color #898ea4
|
||||
active_tab_background #f5f7ff
|
||||
active_tab_foreground #5e6687
|
||||
inactive_tab_background #dfe2f1
|
||||
inactive_tab_foreground #6b7394
|
||||
|
||||
# normal
|
||||
color0 #f5f7ff
|
||||
color1 #c94922
|
||||
color2 #ac9739
|
||||
color3 #c08b30
|
||||
color4 #3d8fd1
|
||||
color5 #6679cc
|
||||
color6 #22a2c9
|
||||
color7 #5e6687
|
||||
|
||||
# bright
|
||||
color8 #898ea4
|
||||
color9 #c76b29
|
||||
color10 #dfe2f1
|
||||
color11 #979db4
|
||||
color12 #6b7394
|
||||
color13 #293256
|
||||
color14 #9c637a
|
||||
color15 #5e6687
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Atelier Sulphurpool - kitty color config
|
||||
# Bram de Haan (http://atelierbramdehaan.nl)
|
||||
background #202746
|
||||
foreground #979db4
|
||||
selection_background #979db4
|
||||
selection_foreground #202746
|
||||
url_color #898ea4
|
||||
cursor #979db4
|
||||
active_border_color #6b7394
|
||||
active_tab_background #202746
|
||||
active_tab_foreground #979db4
|
||||
inactive_tab_background #293256
|
||||
inactive_tab_foreground #898ea4
|
||||
|
||||
# normal
|
||||
color0 #202746
|
||||
color1 #c94922
|
||||
color2 #ac9739
|
||||
color3 #c08b30
|
||||
color4 #3d8fd1
|
||||
color5 #6679cc
|
||||
color6 #22a2c9
|
||||
color7 #979db4
|
||||
|
||||
# bright
|
||||
color8 #6b7394
|
||||
color9 #c76b29
|
||||
color10 #293256
|
||||
color11 #5e6687
|
||||
color12 #898ea4
|
||||
color13 #dfe2f1
|
||||
color14 #9c637a
|
||||
color15 #979db4
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Bespin - kitty color config
|
||||
# Jan T. Sott
|
||||
background #28211c
|
||||
foreground #8a8986
|
||||
selection_background #8a8986
|
||||
selection_foreground #28211c
|
||||
url_color #797977
|
||||
cursor #8a8986
|
||||
active_border_color #666666
|
||||
active_tab_background #28211c
|
||||
active_tab_foreground #8a8986
|
||||
inactive_tab_background #36312e
|
||||
inactive_tab_foreground #797977
|
||||
|
||||
# normal
|
||||
color0 #28211c
|
||||
color1 #cf6a4c
|
||||
color2 #54be0d
|
||||
color3 #f9ee98
|
||||
color4 #5ea6ea
|
||||
color5 #9b859d
|
||||
color6 #afc4db
|
||||
color7 #8a8986
|
||||
|
||||
# bright
|
||||
color8 #666666
|
||||
color9 #cf6a4c
|
||||
color10 #54be0d
|
||||
color11 #f9ee98
|
||||
color12 #5ea6ea
|
||||
color13 #9b859d
|
||||
color14 #afc4db
|
||||
color15 #8a8986
|
||||
|
||||
# extended base16 colors
|
||||
color16 #cf7d34
|
||||
color17 #937121
|
||||
color18 #36312e
|
||||
color19 #5e5d5c
|
||||
color20 #797977
|
||||
color21 #9d9b97
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Bespin - kitty color config
|
||||
# Jan T. Sott
|
||||
background #28211c
|
||||
foreground #8a8986
|
||||
selection_background #8a8986
|
||||
selection_foreground #28211c
|
||||
url_color #797977
|
||||
cursor #8a8986
|
||||
active_border_color #666666
|
||||
active_tab_background #28211c
|
||||
active_tab_foreground #8a8986
|
||||
inactive_tab_background #36312e
|
||||
inactive_tab_foreground #797977
|
||||
|
||||
# normal
|
||||
color0 #28211c
|
||||
color1 #cf6a4c
|
||||
color2 #54be0d
|
||||
color3 #f9ee98
|
||||
color4 #5ea6ea
|
||||
color5 #9b859d
|
||||
color6 #afc4db
|
||||
color7 #8a8986
|
||||
|
||||
# bright
|
||||
color8 #666666
|
||||
color9 #cf7d34
|
||||
color10 #36312e
|
||||
color11 #5e5d5c
|
||||
color12 #797977
|
||||
color13 #9d9b97
|
||||
color14 #937121
|
||||
color15 #8a8986
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #dd9999
|
||||
color3 #a06666
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #dd9999
|
||||
color11 #a06666
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Bathory) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #fbcb97
|
||||
color3 #e78a53
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #fbcb97
|
||||
color11 #e78a53
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Bathory) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #fbcb97
|
||||
color3 #e78a53
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Burzum) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #ddeecc
|
||||
color3 #99bbaa
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #ddeecc
|
||||
color11 #99bbaa
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Burzum) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #ddeecc
|
||||
color3 #99bbaa
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Dark Funeral) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #d0dfee
|
||||
color3 #5f81a5
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #d0dfee
|
||||
color11 #5f81a5
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Dark Funeral) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #d0dfee
|
||||
color3 #5f81a5
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Gorgoroth) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #9b8d7f
|
||||
color3 #8c7f70
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #9b8d7f
|
||||
color11 #8c7f70
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Gorgoroth) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #9b8d7f
|
||||
color3 #8c7f70
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Immortal) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #7799bb
|
||||
color3 #556677
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #7799bb
|
||||
color11 #556677
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Immortal) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #7799bb
|
||||
color3 #556677
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Khold) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #eceee3
|
||||
color3 #974b46
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #eceee3
|
||||
color11 #974b46
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Khold) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #eceee3
|
||||
color3 #974b46
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Marduk) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #a5aaa7
|
||||
color3 #626b67
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #a5aaa7
|
||||
color11 #626b67
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Marduk) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #a5aaa7
|
||||
color3 #626b67
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Mayhem) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #f3ecd4
|
||||
color3 #eecc6c
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #f3ecd4
|
||||
color11 #eecc6c
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Mayhem) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #f3ecd4
|
||||
color3 #eecc6c
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Nile) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #aa9988
|
||||
color3 #777755
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #aa9988
|
||||
color11 #777755
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Nile) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #aa9988
|
||||
color3 #777755
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Black Metal (Venom) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #f8f7f2
|
||||
color3 #79241f
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #5f8787
|
||||
color10 #f8f7f2
|
||||
color11 #79241f
|
||||
color12 #888888
|
||||
color13 #999999
|
||||
color14 #aaaaaa
|
||||
color15 #c1c1c1
|
||||
|
||||
# extended base16 colors
|
||||
color16 #aaaaaa
|
||||
color17 #444444
|
||||
color18 #121212
|
||||
color19 #222222
|
||||
color20 #999999
|
||||
color21 #999999
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal (Venom) - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #f8f7f2
|
||||
color3 #79241f
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Black Metal - kitty color config
|
||||
# metalelf0 (https://github.com/metalelf0)
|
||||
background #000000
|
||||
foreground #c1c1c1
|
||||
selection_background #c1c1c1
|
||||
selection_foreground #000000
|
||||
url_color #999999
|
||||
cursor #c1c1c1
|
||||
active_border_color #333333
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #c1c1c1
|
||||
inactive_tab_background #121212
|
||||
inactive_tab_foreground #999999
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #5f8787
|
||||
color2 #dd9999
|
||||
color3 #a06666
|
||||
color4 #888888
|
||||
color5 #999999
|
||||
color6 #aaaaaa
|
||||
color7 #c1c1c1
|
||||
|
||||
# bright
|
||||
color8 #333333
|
||||
color9 #aaaaaa
|
||||
color10 #121212
|
||||
color11 #222222
|
||||
color12 #999999
|
||||
color13 #999999
|
||||
color14 #444444
|
||||
color15 #c1c1c1
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Brewer - kitty color config
|
||||
# Timothée Poisot (http://github.com/tpoisot)
|
||||
background #0c0d0e
|
||||
foreground #b7b8b9
|
||||
selection_background #b7b8b9
|
||||
selection_foreground #0c0d0e
|
||||
url_color #959697
|
||||
cursor #b7b8b9
|
||||
active_border_color #737475
|
||||
active_tab_background #0c0d0e
|
||||
active_tab_foreground #b7b8b9
|
||||
inactive_tab_background #2e2f30
|
||||
inactive_tab_foreground #959697
|
||||
|
||||
# normal
|
||||
color0 #0c0d0e
|
||||
color1 #e31a1c
|
||||
color2 #31a354
|
||||
color3 #dca060
|
||||
color4 #3182bd
|
||||
color5 #756bb1
|
||||
color6 #80b1d3
|
||||
color7 #b7b8b9
|
||||
|
||||
# bright
|
||||
color8 #737475
|
||||
color9 #e31a1c
|
||||
color10 #31a354
|
||||
color11 #dca060
|
||||
color12 #3182bd
|
||||
color13 #756bb1
|
||||
color14 #80b1d3
|
||||
color15 #b7b8b9
|
||||
|
||||
# extended base16 colors
|
||||
color16 #e6550d
|
||||
color17 #b15928
|
||||
color18 #2e2f30
|
||||
color19 #515253
|
||||
color20 #959697
|
||||
color21 #dadbdc
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Brewer - kitty color config
|
||||
# Timothée Poisot (http://github.com/tpoisot)
|
||||
background #0c0d0e
|
||||
foreground #b7b8b9
|
||||
selection_background #b7b8b9
|
||||
selection_foreground #0c0d0e
|
||||
url_color #959697
|
||||
cursor #b7b8b9
|
||||
active_border_color #737475
|
||||
active_tab_background #0c0d0e
|
||||
active_tab_foreground #b7b8b9
|
||||
inactive_tab_background #2e2f30
|
||||
inactive_tab_foreground #959697
|
||||
|
||||
# normal
|
||||
color0 #0c0d0e
|
||||
color1 #e31a1c
|
||||
color2 #31a354
|
||||
color3 #dca060
|
||||
color4 #3182bd
|
||||
color5 #756bb1
|
||||
color6 #80b1d3
|
||||
color7 #b7b8b9
|
||||
|
||||
# bright
|
||||
color8 #737475
|
||||
color9 #e6550d
|
||||
color10 #2e2f30
|
||||
color11 #515253
|
||||
color12 #959697
|
||||
color13 #dadbdc
|
||||
color14 #b15928
|
||||
color15 #b7b8b9
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Bright - kitty color config
|
||||
# Chris Kempson (http://chriskempson.com)
|
||||
background #000000
|
||||
foreground #e0e0e0
|
||||
selection_background #e0e0e0
|
||||
selection_foreground #000000
|
||||
url_color #d0d0d0
|
||||
cursor #e0e0e0
|
||||
active_border_color #b0b0b0
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #e0e0e0
|
||||
inactive_tab_background #303030
|
||||
inactive_tab_foreground #d0d0d0
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #fb0120
|
||||
color2 #a1c659
|
||||
color3 #fda331
|
||||
color4 #6fb3d2
|
||||
color5 #d381c3
|
||||
color6 #76c7b7
|
||||
color7 #e0e0e0
|
||||
|
||||
# bright
|
||||
color8 #b0b0b0
|
||||
color9 #fb0120
|
||||
color10 #a1c659
|
||||
color11 #fda331
|
||||
color12 #6fb3d2
|
||||
color13 #d381c3
|
||||
color14 #76c7b7
|
||||
color15 #e0e0e0
|
||||
|
||||
# extended base16 colors
|
||||
color16 #fc6d24
|
||||
color17 #be643c
|
||||
color18 #303030
|
||||
color19 #505050
|
||||
color20 #d0d0d0
|
||||
color21 #f5f5f5
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Bright - kitty color config
|
||||
# Chris Kempson (http://chriskempson.com)
|
||||
background #000000
|
||||
foreground #e0e0e0
|
||||
selection_background #e0e0e0
|
||||
selection_foreground #000000
|
||||
url_color #d0d0d0
|
||||
cursor #e0e0e0
|
||||
active_border_color #b0b0b0
|
||||
active_tab_background #000000
|
||||
active_tab_foreground #e0e0e0
|
||||
inactive_tab_background #303030
|
||||
inactive_tab_foreground #d0d0d0
|
||||
|
||||
# normal
|
||||
color0 #000000
|
||||
color1 #fb0120
|
||||
color2 #a1c659
|
||||
color3 #fda331
|
||||
color4 #6fb3d2
|
||||
color5 #d381c3
|
||||
color6 #76c7b7
|
||||
color7 #e0e0e0
|
||||
|
||||
# bright
|
||||
color8 #b0b0b0
|
||||
color9 #fc6d24
|
||||
color10 #303030
|
||||
color11 #505050
|
||||
color12 #d0d0d0
|
||||
color13 #f5f5f5
|
||||
color14 #be643c
|
||||
color15 #e0e0e0
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Brogrammer - kitty color config
|
||||
# Vik Ramanujam (http://github.com/piggyslasher)
|
||||
background #1f1f1f
|
||||
foreground #4e5ab7
|
||||
selection_background #4e5ab7
|
||||
selection_foreground #1f1f1f
|
||||
url_color #2a84d2
|
||||
cursor #4e5ab7
|
||||
active_border_color #ecba0f
|
||||
active_tab_background #1f1f1f
|
||||
active_tab_foreground #4e5ab7
|
||||
inactive_tab_background #f81118
|
||||
inactive_tab_foreground #2a84d2
|
||||
|
||||
# normal
|
||||
color0 #1f1f1f
|
||||
color1 #d6dbe5
|
||||
color2 #f3bd09
|
||||
color3 #1dd361
|
||||
color4 #5350b9
|
||||
color5 #0f7ddb
|
||||
color6 #1081d6
|
||||
color7 #4e5ab7
|
||||
|
||||
# bright
|
||||
color8 #ecba0f
|
||||
color9 #d6dbe5
|
||||
color10 #f3bd09
|
||||
color11 #1dd361
|
||||
color12 #5350b9
|
||||
color13 #0f7ddb
|
||||
color14 #1081d6
|
||||
color15 #4e5ab7
|
||||
|
||||
# extended base16 colors
|
||||
color16 #de352e
|
||||
color17 #ffffff
|
||||
color18 #f81118
|
||||
color19 #2dc55e
|
||||
color20 #2a84d2
|
||||
color21 #1081d6
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Brogrammer - kitty color config
|
||||
# Vik Ramanujam (http://github.com/piggyslasher)
|
||||
background #1f1f1f
|
||||
foreground #4e5ab7
|
||||
selection_background #4e5ab7
|
||||
selection_foreground #1f1f1f
|
||||
url_color #2a84d2
|
||||
cursor #4e5ab7
|
||||
active_border_color #ecba0f
|
||||
active_tab_background #1f1f1f
|
||||
active_tab_foreground #4e5ab7
|
||||
inactive_tab_background #f81118
|
||||
inactive_tab_foreground #2a84d2
|
||||
|
||||
# normal
|
||||
color0 #1f1f1f
|
||||
color1 #d6dbe5
|
||||
color2 #f3bd09
|
||||
color3 #1dd361
|
||||
color4 #5350b9
|
||||
color5 #0f7ddb
|
||||
color6 #1081d6
|
||||
color7 #4e5ab7
|
||||
|
||||
# bright
|
||||
color8 #ecba0f
|
||||
color9 #de352e
|
||||
color10 #f81118
|
||||
color11 #2dc55e
|
||||
color12 #2a84d2
|
||||
color13 #1081d6
|
||||
color14 #ffffff
|
||||
color15 #4e5ab7
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Brush Trees - kitty color config
|
||||
# Abraham White <abelincoln.white@gmail.com>
|
||||
background #e3efef
|
||||
foreground #6d828e
|
||||
selection_background #6d828e
|
||||
selection_foreground #e3efef
|
||||
url_color #8299a1
|
||||
cursor #6d828e
|
||||
active_border_color #98afb5
|
||||
active_tab_background #e3efef
|
||||
active_tab_foreground #6d828e
|
||||
inactive_tab_background #c9dbdc
|
||||
inactive_tab_foreground #8299a1
|
||||
|
||||
# normal
|
||||
color0 #e3efef
|
||||
color1 #b38686
|
||||
color2 #87b386
|
||||
color3 #aab386
|
||||
color4 #868cb3
|
||||
color5 #b386b2
|
||||
color6 #86b3b3
|
||||
color7 #6d828e
|
||||
|
||||
# bright
|
||||
color8 #98afb5
|
||||
color9 #b38686
|
||||
color10 #87b386
|
||||
color11 #aab386
|
||||
color12 #868cb3
|
||||
color13 #b386b2
|
||||
color14 #86b3b3
|
||||
color15 #6d828e
|
||||
|
||||
# extended base16 colors
|
||||
color16 #d8bba2
|
||||
color17 #b39f9f
|
||||
color18 #c9dbdc
|
||||
color19 #b0c5c8
|
||||
color20 #8299a1
|
||||
color21 #5a6d7a
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Brush Trees Dark - kitty color config
|
||||
# Abraham White <abelincoln.white@gmail.com>
|
||||
background #485867
|
||||
foreground #b0c5c8
|
||||
selection_background #b0c5c8
|
||||
selection_foreground #485867
|
||||
url_color #98afb5
|
||||
cursor #b0c5c8
|
||||
active_border_color #8299a1
|
||||
active_tab_background #485867
|
||||
active_tab_foreground #b0c5c8
|
||||
inactive_tab_background #5a6d7a
|
||||
inactive_tab_foreground #98afb5
|
||||
|
||||
# normal
|
||||
color0 #485867
|
||||
color1 #b38686
|
||||
color2 #87b386
|
||||
color3 #aab386
|
||||
color4 #868cb3
|
||||
color5 #b386b2
|
||||
color6 #86b3b3
|
||||
color7 #b0c5c8
|
||||
|
||||
# bright
|
||||
color8 #8299a1
|
||||
color9 #b38686
|
||||
color10 #87b386
|
||||
color11 #aab386
|
||||
color12 #868cb3
|
||||
color13 #b386b2
|
||||
color14 #86b3b3
|
||||
color15 #b0c5c8
|
||||
|
||||
# extended base16 colors
|
||||
color16 #d8bba2
|
||||
color17 #b39f9f
|
||||
color18 #5a6d7a
|
||||
color19 #6d828e
|
||||
color20 #98afb5
|
||||
color21 #c9dbdc
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Brush Trees Dark - kitty color config
|
||||
# Abraham White <abelincoln.white@gmail.com>
|
||||
background #485867
|
||||
foreground #b0c5c8
|
||||
selection_background #b0c5c8
|
||||
selection_foreground #485867
|
||||
url_color #98afb5
|
||||
cursor #b0c5c8
|
||||
active_border_color #8299a1
|
||||
active_tab_background #485867
|
||||
active_tab_foreground #b0c5c8
|
||||
inactive_tab_background #5a6d7a
|
||||
inactive_tab_foreground #98afb5
|
||||
|
||||
# normal
|
||||
color0 #485867
|
||||
color1 #b38686
|
||||
color2 #87b386
|
||||
color3 #aab386
|
||||
color4 #868cb3
|
||||
color5 #b386b2
|
||||
color6 #86b3b3
|
||||
color7 #b0c5c8
|
||||
|
||||
# bright
|
||||
color8 #8299a1
|
||||
color9 #d8bba2
|
||||
color10 #5a6d7a
|
||||
color11 #6d828e
|
||||
color12 #98afb5
|
||||
color13 #c9dbdc
|
||||
color14 #b39f9f
|
||||
color15 #b0c5c8
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Brush Trees - kitty color config
|
||||
# Abraham White <abelincoln.white@gmail.com>
|
||||
background #e3efef
|
||||
foreground #6d828e
|
||||
selection_background #6d828e
|
||||
selection_foreground #e3efef
|
||||
url_color #8299a1
|
||||
cursor #6d828e
|
||||
active_border_color #98afb5
|
||||
active_tab_background #e3efef
|
||||
active_tab_foreground #6d828e
|
||||
inactive_tab_background #c9dbdc
|
||||
inactive_tab_foreground #8299a1
|
||||
|
||||
# normal
|
||||
color0 #e3efef
|
||||
color1 #b38686
|
||||
color2 #87b386
|
||||
color3 #aab386
|
||||
color4 #868cb3
|
||||
color5 #b386b2
|
||||
color6 #86b3b3
|
||||
color7 #6d828e
|
||||
|
||||
# bright
|
||||
color8 #98afb5
|
||||
color9 #d8bba2
|
||||
color10 #c9dbdc
|
||||
color11 #b0c5c8
|
||||
color12 #8299a1
|
||||
color13 #5a6d7a
|
||||
color14 #b39f9f
|
||||
color15 #6d828e
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Chalk - kitty color config
|
||||
# Chris Kempson (http://chriskempson.com)
|
||||
background #151515
|
||||
foreground #d0d0d0
|
||||
selection_background #d0d0d0
|
||||
selection_foreground #151515
|
||||
url_color #b0b0b0
|
||||
cursor #d0d0d0
|
||||
active_border_color #505050
|
||||
active_tab_background #151515
|
||||
active_tab_foreground #d0d0d0
|
||||
inactive_tab_background #202020
|
||||
inactive_tab_foreground #b0b0b0
|
||||
|
||||
# normal
|
||||
color0 #151515
|
||||
color1 #fb9fb1
|
||||
color2 #acc267
|
||||
color3 #ddb26f
|
||||
color4 #6fc2ef
|
||||
color5 #e1a3ee
|
||||
color6 #12cfc0
|
||||
color7 #d0d0d0
|
||||
|
||||
# bright
|
||||
color8 #505050
|
||||
color9 #fb9fb1
|
||||
color10 #acc267
|
||||
color11 #ddb26f
|
||||
color12 #6fc2ef
|
||||
color13 #e1a3ee
|
||||
color14 #12cfc0
|
||||
color15 #d0d0d0
|
||||
|
||||
# extended base16 colors
|
||||
color16 #eda987
|
||||
color17 #deaf8f
|
||||
color18 #202020
|
||||
color19 #303030
|
||||
color20 #b0b0b0
|
||||
color21 #e0e0e0
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Chalk - kitty color config
|
||||
# Chris Kempson (http://chriskempson.com)
|
||||
background #151515
|
||||
foreground #d0d0d0
|
||||
selection_background #d0d0d0
|
||||
selection_foreground #151515
|
||||
url_color #b0b0b0
|
||||
cursor #d0d0d0
|
||||
active_border_color #505050
|
||||
active_tab_background #151515
|
||||
active_tab_foreground #d0d0d0
|
||||
inactive_tab_background #202020
|
||||
inactive_tab_foreground #b0b0b0
|
||||
|
||||
# normal
|
||||
color0 #151515
|
||||
color1 #fb9fb1
|
||||
color2 #acc267
|
||||
color3 #ddb26f
|
||||
color4 #6fc2ef
|
||||
color5 #e1a3ee
|
||||
color6 #12cfc0
|
||||
color7 #d0d0d0
|
||||
|
||||
# bright
|
||||
color8 #505050
|
||||
color9 #eda987
|
||||
color10 #202020
|
||||
color11 #303030
|
||||
color12 #b0b0b0
|
||||
color13 #e0e0e0
|
||||
color14 #deaf8f
|
||||
color15 #d0d0d0
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Circus - kitty color config
|
||||
# Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
|
||||
background #191919
|
||||
foreground #a7a7a7
|
||||
selection_background #a7a7a7
|
||||
selection_foreground #191919
|
||||
url_color #505050
|
||||
cursor #a7a7a7
|
||||
active_border_color #5f5a60
|
||||
active_tab_background #191919
|
||||
active_tab_foreground #a7a7a7
|
||||
inactive_tab_background #202020
|
||||
inactive_tab_foreground #505050
|
||||
|
||||
# normal
|
||||
color0 #191919
|
||||
color1 #dc657d
|
||||
color2 #84b97c
|
||||
color3 #c3ba63
|
||||
color4 #639ee4
|
||||
color5 #b888e2
|
||||
color6 #4bb1a7
|
||||
color7 #a7a7a7
|
||||
|
||||
# bright
|
||||
color8 #5f5a60
|
||||
color9 #dc657d
|
||||
color10 #84b97c
|
||||
color11 #c3ba63
|
||||
color12 #639ee4
|
||||
color13 #b888e2
|
||||
color14 #4bb1a7
|
||||
color15 #a7a7a7
|
||||
|
||||
# extended base16 colors
|
||||
color16 #4bb1a7
|
||||
color17 #b888e2
|
||||
color18 #202020
|
||||
color19 #303030
|
||||
color20 #505050
|
||||
color21 #808080
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Circus - kitty color config
|
||||
# Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
|
||||
background #191919
|
||||
foreground #a7a7a7
|
||||
selection_background #a7a7a7
|
||||
selection_foreground #191919
|
||||
url_color #505050
|
||||
cursor #a7a7a7
|
||||
active_border_color #5f5a60
|
||||
active_tab_background #191919
|
||||
active_tab_foreground #a7a7a7
|
||||
inactive_tab_background #202020
|
||||
inactive_tab_foreground #505050
|
||||
|
||||
# normal
|
||||
color0 #191919
|
||||
color1 #dc657d
|
||||
color2 #84b97c
|
||||
color3 #c3ba63
|
||||
color4 #639ee4
|
||||
color5 #b888e2
|
||||
color6 #4bb1a7
|
||||
color7 #a7a7a7
|
||||
|
||||
# bright
|
||||
color8 #5f5a60
|
||||
color9 #4bb1a7
|
||||
color10 #202020
|
||||
color11 #303030
|
||||
color12 #505050
|
||||
color13 #808080
|
||||
color14 #b888e2
|
||||
color15 #a7a7a7
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Classic Dark - kitty color config
|
||||
# Jason Heeris (http://heeris.id.au)
|
||||
background #151515
|
||||
foreground #d0d0d0
|
||||
selection_background #d0d0d0
|
||||
selection_foreground #151515
|
||||
url_color #b0b0b0
|
||||
cursor #d0d0d0
|
||||
active_border_color #505050
|
||||
active_tab_background #151515
|
||||
active_tab_foreground #d0d0d0
|
||||
inactive_tab_background #202020
|
||||
inactive_tab_foreground #b0b0b0
|
||||
|
||||
# normal
|
||||
color0 #151515
|
||||
color1 #ac4142
|
||||
color2 #90a959
|
||||
color3 #f4bf75
|
||||
color4 #6a9fb5
|
||||
color5 #aa759f
|
||||
color6 #75b5aa
|
||||
color7 #d0d0d0
|
||||
|
||||
# bright
|
||||
color8 #505050
|
||||
color9 #ac4142
|
||||
color10 #90a959
|
||||
color11 #f4bf75
|
||||
color12 #6a9fb5
|
||||
color13 #aa759f
|
||||
color14 #75b5aa
|
||||
color15 #d0d0d0
|
||||
|
||||
# extended base16 colors
|
||||
color16 #d28445
|
||||
color17 #8f5536
|
||||
color18 #202020
|
||||
color19 #303030
|
||||
color20 #b0b0b0
|
||||
color21 #e0e0e0
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Classic Dark - kitty color config
|
||||
# Jason Heeris (http://heeris.id.au)
|
||||
background #151515
|
||||
foreground #d0d0d0
|
||||
selection_background #d0d0d0
|
||||
selection_foreground #151515
|
||||
url_color #b0b0b0
|
||||
cursor #d0d0d0
|
||||
active_border_color #505050
|
||||
active_tab_background #151515
|
||||
active_tab_foreground #d0d0d0
|
||||
inactive_tab_background #202020
|
||||
inactive_tab_foreground #b0b0b0
|
||||
|
||||
# normal
|
||||
color0 #151515
|
||||
color1 #ac4142
|
||||
color2 #90a959
|
||||
color3 #f4bf75
|
||||
color4 #6a9fb5
|
||||
color5 #aa759f
|
||||
color6 #75b5aa
|
||||
color7 #d0d0d0
|
||||
|
||||
# bright
|
||||
color8 #505050
|
||||
color9 #d28445
|
||||
color10 #202020
|
||||
color11 #303030
|
||||
color12 #b0b0b0
|
||||
color13 #e0e0e0
|
||||
color14 #8f5536
|
||||
color15 #d0d0d0
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Classic Light - kitty color config
|
||||
# Jason Heeris (http://heeris.id.au)
|
||||
background #f5f5f5
|
||||
foreground #303030
|
||||
selection_background #303030
|
||||
selection_foreground #f5f5f5
|
||||
url_color #505050
|
||||
cursor #303030
|
||||
active_border_color #b0b0b0
|
||||
active_tab_background #f5f5f5
|
||||
active_tab_foreground #303030
|
||||
inactive_tab_background #e0e0e0
|
||||
inactive_tab_foreground #505050
|
||||
|
||||
# normal
|
||||
color0 #f5f5f5
|
||||
color1 #ac4142
|
||||
color2 #90a959
|
||||
color3 #f4bf75
|
||||
color4 #6a9fb5
|
||||
color5 #aa759f
|
||||
color6 #75b5aa
|
||||
color7 #303030
|
||||
|
||||
# bright
|
||||
color8 #b0b0b0
|
||||
color9 #ac4142
|
||||
color10 #90a959
|
||||
color11 #f4bf75
|
||||
color12 #6a9fb5
|
||||
color13 #aa759f
|
||||
color14 #75b5aa
|
||||
color15 #303030
|
||||
|
||||
# extended base16 colors
|
||||
color16 #d28445
|
||||
color17 #8f5536
|
||||
color18 #e0e0e0
|
||||
color19 #d0d0d0
|
||||
color20 #505050
|
||||
color21 #202020
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Classic Light - kitty color config
|
||||
# Jason Heeris (http://heeris.id.au)
|
||||
background #f5f5f5
|
||||
foreground #303030
|
||||
selection_background #303030
|
||||
selection_foreground #f5f5f5
|
||||
url_color #505050
|
||||
cursor #303030
|
||||
active_border_color #b0b0b0
|
||||
active_tab_background #f5f5f5
|
||||
active_tab_foreground #303030
|
||||
inactive_tab_background #e0e0e0
|
||||
inactive_tab_foreground #505050
|
||||
|
||||
# normal
|
||||
color0 #f5f5f5
|
||||
color1 #ac4142
|
||||
color2 #90a959
|
||||
color3 #f4bf75
|
||||
color4 #6a9fb5
|
||||
color5 #aa759f
|
||||
color6 #75b5aa
|
||||
color7 #303030
|
||||
|
||||
# bright
|
||||
color8 #b0b0b0
|
||||
color9 #d28445
|
||||
color10 #e0e0e0
|
||||
color11 #d0d0d0
|
||||
color12 #505050
|
||||
color13 #202020
|
||||
color14 #8f5536
|
||||
color15 #303030
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Codeschool - kitty color config
|
||||
# blockloop
|
||||
background #232c31
|
||||
foreground #9ea7a6
|
||||
selection_background #9ea7a6
|
||||
selection_foreground #232c31
|
||||
url_color #84898c
|
||||
cursor #9ea7a6
|
||||
active_border_color #3f4944
|
||||
active_tab_background #232c31
|
||||
active_tab_foreground #9ea7a6
|
||||
inactive_tab_background #1c3657
|
||||
inactive_tab_foreground #84898c
|
||||
|
||||
# normal
|
||||
color0 #232c31
|
||||
color1 #2a5491
|
||||
color2 #237986
|
||||
color3 #a03b1e
|
||||
color4 #484d79
|
||||
color5 #c59820
|
||||
color6 #b02f30
|
||||
color7 #9ea7a6
|
||||
|
||||
# bright
|
||||
color8 #3f4944
|
||||
color9 #2a5491
|
||||
color10 #237986
|
||||
color11 #a03b1e
|
||||
color12 #484d79
|
||||
color13 #c59820
|
||||
color14 #b02f30
|
||||
color15 #9ea7a6
|
||||
|
||||
# extended base16 colors
|
||||
color16 #43820d
|
||||
color17 #c98344
|
||||
color18 #1c3657
|
||||
color19 #2a343a
|
||||
color20 #84898c
|
||||
color21 #a7cfa3
|
||||
@@ -1,33 +0,0 @@
|
||||
# Base16 Codeschool - kitty color config
|
||||
# blockloop
|
||||
background #232c31
|
||||
foreground #9ea7a6
|
||||
selection_background #9ea7a6
|
||||
selection_foreground #232c31
|
||||
url_color #84898c
|
||||
cursor #9ea7a6
|
||||
active_border_color #3f4944
|
||||
active_tab_background #232c31
|
||||
active_tab_foreground #9ea7a6
|
||||
inactive_tab_background #1c3657
|
||||
inactive_tab_foreground #84898c
|
||||
|
||||
# normal
|
||||
color0 #232c31
|
||||
color1 #2a5491
|
||||
color2 #237986
|
||||
color3 #a03b1e
|
||||
color4 #484d79
|
||||
color5 #c59820
|
||||
color6 #b02f30
|
||||
color7 #9ea7a6
|
||||
|
||||
# bright
|
||||
color8 #3f4944
|
||||
color9 #43820d
|
||||
color10 #1c3657
|
||||
color11 #2a343a
|
||||
color12 #84898c
|
||||
color13 #a7cfa3
|
||||
color14 #c98344
|
||||
color15 #9ea7a6
|
||||
@@ -1,41 +0,0 @@
|
||||
# Base16 Cupcake - kitty color config
|
||||
# Chris Kempson (http://chriskempson.com)
|
||||
background #fbf1f2
|
||||
foreground #8b8198
|
||||
selection_background #8b8198
|
||||
selection_foreground #fbf1f2
|
||||
url_color #a59daf
|
||||
cursor #8b8198
|
||||
active_border_color #bfb9c6
|
||||
active_tab_background #fbf1f2
|
||||
active_tab_foreground #8b8198
|
||||
inactive_tab_background #f2f1f4
|
||||
inactive_tab_foreground #a59daf
|
||||
|
||||
# normal
|
||||
color0 #fbf1f2
|
||||
color1 #d57e85
|
||||
color2 #a3b367
|
||||
color3 #dcb16c
|
||||
color4 #7297b9
|
||||
color5 #bb99b4
|
||||
color6 #69a9a7
|
||||
color7 #8b8198
|
||||
|
||||
# bright
|
||||
color8 #bfb9c6
|
||||
color9 #d57e85
|
||||
color10 #a3b367
|
||||
color11 #dcb16c
|
||||
color12 #7297b9
|
||||
color13 #bb99b4
|
||||
color14 #69a9a7
|
||||
color15 #8b8198
|
||||
|
||||
# extended base16 colors
|
||||
color16 #ebb790
|
||||
color17 #baa58c
|
||||
color18 #f2f1f4
|
||||
color19 #d8d5dd
|
||||
color20 #a59daf
|
||||
color21 #72677e
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user