Skip to content

Commit

Permalink
Replacing default tag colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnselfreliance committed Mar 29, 2023
1 parent 44ebc87 commit 900f605
Showing 1 changed file with 34 additions and 32 deletions.
66 changes: 34 additions & 32 deletions alembic/versions/3b6918aeca4b_file_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,38 +98,40 @@ def upgrade():

session.execute('''
INSERT INTO tag (name, color) VALUES
('Automotive','#353535'),
('Child Care','#9858C5'),
('Clothing','#9858C5'),
('Comms','#ECD71C'),
('Cooking','#00A04A'),
('Electronics','#1b731f'),
('Entertainment','#000000'),
('Favorite','#000000'),
('Firearms','#000000'),
('Fire Safety','#000000'),
('First Aid','#C40405'),
('Food','#2F8055'),
('Food Preservation','#2F8055'),
('Fuel','#000000'),
('Garden','#3E8B22'),
('Husbandry','#000000'),
('Hygiene','#E6E6E6'),
('Knots','#000000'),
('Light','#EEEEEE'),
('Maps','#333333'),
('Mechanical','#7A7A7A'),
('Medical','#000000'),
('Nuclear','#000000'),
('Power','#D837FF'),
('Radio','#000000'),
('Schooling','#000000'),
('Security','#333333'),
('Shelter','#A18A62'),
('Social','#000000'),
('Survival','#A18A62'),
('Tools','#333333'),
('Water','#291BC2')
('Automotive', '#353535'),
('Child Care', '#0a4003'),
('Clothing', '#9858C5'),
('Comms', '#ECD71C'),
('Cooking', '#00A04A'),
('Electronics', '#1b731f'),
('Entertainment', '#981473'),
('Favorite', '#000000'),
('Fire Safety', '#d16711'),
('Firearms', '#6c6c6c'),
('First Aid', '#C40405'),
('Food Preservation', '#676816'),
('Food', '#2F8055'),
('Fuel', '#c47fb3'),
('Garden', '#3E8B22'),
('Heating', '#ff5400'),
('Husbandry','#B58039'),
('Hygiene', '#adadad'),
('Knots', '#9d6a4c'),
('Light', '#EEEEEE'),
('Mechanical', '#7A7A7A'),
('Medical', '#4a869c'),
('Navigation', '#1ab3ce'),
('Nuclear', '#0dff00'),
('Power', '#D837FF'),
('Radio', '#134cbb'),
('Schooling', '#6d752e'),
('Security', '#333333'),
('Shelter', '#625641'),
('Social Decay', '#674c09'),
('Social', '#490c73'),
('Survival', '#A18A62'),
('Tools', '#f0d730'),
('Water', '#291BC2')
''')

session.execute('UPDATE wrolpi_flag SET refresh_complete = false')
Expand Down

0 comments on commit 900f605

Please sign in to comment.